@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

html, body {
    height: 100%;
    background: #f5f5f5;
}

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system,
        BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
        "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin: 0;
    padding: 0;
}

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

button {
    all: unset;
    cursor: pointer;
}

button:focus {
    outline: orange 5px auto;
}

.big-screen {
    background-color: #F4F4F4;
    width: 100%;
    min-height: 100vh;
    height: auto;
}

.inner-screen {
    max-width: 420px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    background-color: white;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Main content styles */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.landing-page-wrapper {
    background: linear-gradient(180deg, #FFE8E2 0%, #FFFBFA 75%, #FFFFFF 100%);
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.main-content-landing {
    background: transparent;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
}

.main-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
    justify-content: center;
    min-height: 0;
    padding: 12px 20px 0 20px;
    box-sizing: border-box;
}
.main-content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    padding: 0 5px;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
}

.main-logo {
    width: 110px;
    height: 110px;
    border-radius: 32px;
    margin-bottom: 32px;
    box-shadow: none;
}

.main-image-container {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin-top: 24px;
    margin-bottom: 8px;
    flex-shrink: 1;
}

.main-logo-tossting {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.main-hearts-gif {
    position: absolute;
    bottom: 80px;
    left: 15px;
    width: 100%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.main-title {
    width: 80px;
    margin-bottom: 15px;
}

.main-title-large {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}

.main-subtitle {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.main-subtitle-red {
    font-size: 18px;
    font-weight: 600;
    color: #F04452;
    margin: 0 0 12px 0;
    text-align: center;
}

.main-desc {
    color: #cdcdcd;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 12px 0;
}

.main-desc-red {
    color: #353535;
    font-weight: 500;
}

.main-desc-link {
    color: #4ADAC4;
    text-decoration: none;
}

.main-desc-link-gray {
    color: #cdcdcd;
    text-decoration: none;
}

.main-desc-link:visited {
    color: #4ADAC4;
}

.login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 32px);
    max-width: 420px;
    height: 50px;
    background: #4ADAC4;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    gap: 12px;
    margin: 0 16px 0 16px;
    border: none;
    outline: none;
    transition: background 0.2s;
    box-sizing: border-box;
}

.login-btn:active {
    background: #38bfae;
}

.login-btn-red {
    background: #F04452;
    height: 56px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 14px;
}

.login-btn-red:active {
    background: #D93A46;
}

.login-icon {
    width: 20px;
    height: 20px;
}

/* Mobile optimizations - adjust only spacing/margins */
@media (max-height: 750px) {
    .main-content-top {
        padding: 8px 20px 0 20px;
    }
    
    .main-image-container {
        margin-top: 16px;
        margin-bottom: 4px;
    }
    
    .main-content-bottom {
        margin-bottom: 24px;
    }
    
    .main-subtitle-red {
        margin: 0 0 8px 0;
    }
    
    .main-desc {
        margin: 0 0 8px 0;
    }
}

@media (max-height: 680px) {
    .main-content-top {
        padding: 4px 20px 0 20px;
    }
    
    .main-image-container {
        margin-top: 12px;
        margin-bottom: 2px;
    }
    
    .main-content-bottom {
        margin-bottom: 20px;
    }
    
    .main-subtitle-red {
        margin: 0 0 6px 0;
    }
    
    .main-title-large {
        line-height: 1.2;
    }
}

@media (max-height: 640px) {
    .main-content-top {
        padding: 2px 20px 0 20px;
    }
    
    .main-image-container {
        margin-top: 8px;
        margin-bottom: 0;
    }
    
    .main-content-bottom {
        margin-bottom: 16px;
    }
}

/* Sticky header styles */
.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    box-shadow: none;
    padding-left: 0;
}

.header-logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 20px;
}

.header-logo-img {
    width: 50px;
}

/* Footer styles */
.main-footer {
    width: 100%;
    padding: 24px 20px 30px 20px;
    box-sizing: border-box;
    text-align: center;
}

.footer-info {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

.footer-info p {
    margin: 0;
}

.footer-link {
    color: #AAAAAA;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
}

.footer-link:visited {
    color: #AAAAAA;
}

.dating-btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 32px);
    max-width: 420px;
    height: 50px;
    background: #4ADAC4;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin: 0 16px 0 16px;
    border: none;
    outline: none;
    transition: background 0.2s;
    box-sizing: border-box;
    cursor: pointer;
}
.dating-btn-main:active {
    background: #38bfae;
}
.dating-btn-result {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 32px);
    max-width: 420px;
    height: 50px;
    background: #E8E8E8;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #5D5D5D;
    margin: 8px 16px 0 16px;
    border: none;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
}

/* Meeting Type Page Styles */
.meeting-type-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: calc(100vh - 60px); /* header height */
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.meeting-type-title {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-align: left;
    line-height: 1.4;
}
.meeting-type-title span {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 1.5;
}
.meeting-type-title-bold {
    font-weight: 700;
}
.meeting-type-title-bold span {
    font-weight: 700 !important;
}
.meeting-type-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.meeting-type-desc {
    font-size: 17px;
    font-weight: 400;
    color: #222;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
    max-width: 420px;
    padding-left: 0;
}
.meeting-type-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
    width: 100%;
    max-width: 420px;
}
.meeting-type-btn {
    background: #E8E8E8;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, font-weight 0.2s, box-shadow 0.2s;
}
.meeting-type-btn.selected {
    background: #49DAC4;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 12px 0 rgba(74,218,196,0.10);
}
.meeting-type-bottom {
    width: 100%;
    margin-top: auto;
    margin-bottom: 40px;
}
.meeting-type-progressbar {
    width: 100%;
    height: 8px;
    background: #E8E8E8;
    border-radius: 8px;
    margin-bottom: 50px;
    overflow: hidden;
}
.meeting-type-progressbar-fill {
    width: 10%; /* Adjust this to match the image's progress */
    height: 100%;
    background: #49DAC4;
    border-radius: 8px;
    transition: width 0.3s;
}
.meeting-type-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-top: 32px;
    margin-bottom: 40px;
}
.meeting-type-prev {
    flex: 1;
    background: #E8E8E8;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
}
.meeting-type-next {
    flex: 1;
    background: #4ADAC4;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background 0.2s;
}
.meeting-type-next:active {
    background: #38bfae;
}

/* Meeting Gender & Age Page Styles */
.meeting-gender-age-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: calc(100vh - 60px);
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.meeting-gender-age-title {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    text-align: left;
    line-height: 1.4;
}
.meeting-gender-age-title b {
    font-weight: 700;
}
.meeting-gender-age-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.meeting-gender-age-desc {
    font-size: 17px;
    font-weight: 400;
    color: #222;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
    max-width: 420px;
    padding-left: 0;
}
.meeting-gender-age-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 16px;
    width: 100%;
    max-width: 420px;
}
.meeting-gender-age-btn {
    background: #E8E8E8;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, font-weight 0.2s, box-shadow 0.2s;
}
.meeting-gender-age-btn.selected {
    background: #49DAC4;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 12px 0 rgba(74,218,196,0.10);
}
.meeting-gender-age-slider-wrap {
    width: 100%;
    max-width: 420px;
    position: relative;
    margin-top: 32px;
}
.meeting-gender-age-slider {
    width: 100%;
    -webkit-appearance: none;
    height: 8px;
    background: #E8E8E8;
    border-radius: 8px;
    outline: none;
    margin: 0;
    padding: 0;
}
.meeting-gender-age-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #49DAC4;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.15);
    border: none;
    margin-top: -6px;
}
.meeting-gender-age-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #49DAC4;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.15);
    border: none;
}
.meeting-gender-age-slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #49DAC4;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.15);
    border: none;
}
.meeting-gender-age-bubble {
    position: absolute;
    top: -40px;
    background: #49DAC4;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 5px;
    pointer-events: none;
    transition: left 0.2s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meeting-gender-age-slider-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    font-size: 17px;
    color: #666;
    font-weight: 400;
    padding: 0 2px;
}

/* Meeting School Page Styles */
.meeting-school-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: calc(100vh - 60px);
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 20px;
    box-sizing: border-box;
}
.meeting-school-title {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    text-align: left;
    line-height: 1.4;
}
.meeting-school-title b {
    font-weight: 700;
}
.meeting-school-box {
    width: 100%;
    max-width: 420px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}
.meeting-school-searchbar {
    width: 100%;
    display: flex;
    align-items: center;
    background: #E8E8E8;
    border-radius: 30px;
    padding: 0 15px;
    height: 48px;
    margin-bottom: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
}
.meeting-school-search-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.meeting-school-search-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: black;
    width: 100%;
}
.meeting-school-selected-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
    margin-top: 0;
    align-items: flex-start;
}
.meeting-school-chip {
    display: flex;
    align-items: center;
    background: #E8E8E8;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    padding: 8px 10px 8px 18px;
    margin-bottom: 0;
    margin-right: 0;
    white-space: nowrap;
}
.meeting-school-chip-close {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    cursor: pointer;
}
.meeting-school-bottom {
    width: 100%;
    margin-top: auto;
    margin-bottom: 40px;
}
.meeting-school-add-link-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 12px;
}
.meeting-school-add-desc {
    font-size: 14px;
    font-weight: 300;
    color: #222;
}
.meeting-school-add-link {
    font-size: 14px;
    font-weight: 700;
    color: #49DAC4;
    text-decoration: underline !important;
    margin-left: 8px;
}

.meeting-range-slider {
    position: relative;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.meeting-range-slider input[type=range] {
    position: absolute;
    width: 100%;
    height: 8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    z-index: 10 !important;
}
.meeting-range-slider input[type=range]:focus {
    outline: none;
}
.meeting-range-slider input[type=range]::-webkit-slider-thumb {
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #49DAC4 !important;
    border: none !important;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.15) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin-top: -6px !important;
    cursor: pointer !important;
    opacity: 1 !important;
    display: block !important;
}
.meeting-range-slider input[type=range]::-moz-range-thumb {
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #49DAC4 !important;
    border: none !important;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.15) !important;
    cursor: pointer !important;
    opacity: 1 !important;
    display: block !important;
}
.meeting-range-slider input[type=range]::-ms-thumb {
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #49DAC4 !important;
    border: none !important;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.15) !important;
    cursor: pointer !important;
    opacity: 1 !important;
    display: block !important;
}
.meeting-range-slider input[type=range]::-webkit-slider-runnable-track {
    background: transparent !important;
}
.meeting-range-slider input[type=range]::-ms-fill-lower,
.meeting-range-slider input[type=range]::-ms-fill-upper {
    background: transparent !important;
}
.meeting-range-slider input[type=range]::-moz-range-track {
    background: transparent !important;
}
.meeting-range-slider-selected {
    position: absolute;
    height: 8px;
    background: #49DAC4;
    border-radius: 8px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.meeting-range-slider-bg {
    position: absolute;
    height: 8px;
    width: 100%;
    background: #E8E8E8;
    border-radius: 8px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.meeting-range-slider-selected {
    position: absolute;
    height: 8px;
    background: #49DAC4;
    border-radius: 8px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.meeting-range-slider input[type=range] {
    position: absolute;
    width: 100%;
    height: 8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    z-index: 10 !important;
}

/* Sogeting Match Before Button Group */
.sogeting-match-btn-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 40px;
    justify-content: flex-start;
    width: 100%;
}
.sogeting-match-btn {
    height: 38px;
    min-width: 80px;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
    text-align: center;
    white-space: nowrap;
}
.sogeting-match-btn.meeting {
    background: #E8E8E8;
    color: #666;
    font-weight: 300;
}
.sogeting-match-btn.sogeting {
    background: #4ADAC4;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.10);
}

/* Meeting Match Before Page Styles */
.meeting-match-before-content {
    justify-content: flex-start;
}
.meeting-match-before-icon-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.meeting-match-before-icon {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.meeting-match-before-desc-group {
    margin-top: 0;
    margin-bottom: 0;
}
.meeting-match-before-desc-bold {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    text-align: center;
}
.meeting-match-before-desc {
    font-size: 17px;
    font-weight: 400;
    color: #222;
    text-align: center;
}

/* Meeting Match After Page Styles */
.meeting-match-after-stats {
    background: #E8E8E8;
    border-radius: 5px;
    padding: 24px 24px 16px 24px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
}
.meeting-match-after-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}
.meeting-match-after-label {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    min-width: 50px;
    text-align: left;
    flex-shrink: 0;
}
.meeting-match-after-value {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: left;
    margin-left: 32px;
    flex: 1;
    word-break: break-all;
}
.meeting-match-after-kakao {
    background: #E8E8E8;
    border-radius: 5px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}
.meeting-match-after-kakao-icon {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.meeting-match-after-kakao-text {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-align: center;
}
.meeting-match-after-kakao-id {
    font-weight: 700;
    font-size: 14px;
    color: #111;
}
.meeting-match-after-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-bottom: 32px;
}
.meeting-match-after-link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    font-weight: 400;
}
.meeting-match-after-divider {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin: 0 8px;
}
.meeting-match-after-bottom-btn-wrap {
    width: 100%;
    margin-bottom: 32px;
}
.meeting-match-after-bottom-btn {
    width: 100%;
    height: 48px;
    background: #4ADAC4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

/* Meeting Match Fail Page Styles */
.meeting-match-fail-desc-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.meeting-match-fail-desc {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.error-page-content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.error-page-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
}
.error-page-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    text-align: center;
}
.error-page-desc-group {
    margin-bottom: 40px;
}
.error-page-desc {
    font-size: 16px;
    font-weight: 300;
    color: #555555;
    text-align: center;
    line-height: 1.5;
}
.error-page-btn {
    display: block;
    width: 120px;
    height: 50px;
    background: #4ADAC4;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    margin: 0 auto;
    box-shadow: 0 2px 8px 0 rgba(74,218,196,0.10);
    transition: background 0.2s;
}
.error-page-btn:active {
    background: #38bfae;
}

.profile-page-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 420px;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0 0 #0000;
    border-radius: 0;
}
.profile-back-area {
    width: 60px;
    min-width: 60px;
    background: #888;
    cursor: pointer;
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.profile-main-area {
    flex: 1;
    padding: 36px 24px 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    min-height: 100vh;
    z-index: 2;
}

.profile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
    width: 100%;
}
.profile-header-icon {
    width: 45px;
    height: 45px;
    margin-right: 16px;
}
.profile-header-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.profile-header-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
}
.profile-header-name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-right: 12px;
}
.profile-header-logout {
    margin-left: auto;
    font-size: 10px;
    font-weight: 300;
    color: #888;
    text-decoration: none;
}
.profile-header-school {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}
.profile-section {
    width: 100%;
    margin-bottom: 18px;
}
.profile-section-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}
.profile-section-title.team {
    color: #49DAC4;
}
.profile-section-title.me {
    color: #49DAC4;
}
.profile-section-subtitle {
    font-size: 12px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}
.profile-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    margin-bottom: 8px;
}
.profile-chip {
    background: #E6E6E6;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #111;
    padding: 7px 12px;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.profile-leave-link {
    font-size: 10px;
    font-weight: 300;
    color: #888;
    text-decoration: none;
    margin-top: 24px;
    margin-left: auto;
    display: block;
}