@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css";@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";.navbar{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#0a0f1cb3;border-bottom:1px solid #ffffff14;width:100%;padding:0;position:sticky;top:0;left:0;border-radius:0!important;overflow:visible!important}.navbar-container{align-items:center;gap:2rem;max-width:1600px;height:80px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{letter-spacing:2px;font-size:1.5rem;font-weight:800}.nav-menu{align-items:center;gap:1.2rem;margin-left:auto;display:flex}.nav-link{color:#fff;white-space:nowrap;letter-spacing:-.01em;padding-bottom:4px;font-size:.9rem;font-weight:600;position:relative}.nav-link:after{content:"";background-color:var(--color-primary);transform-origin:0;width:100%;height:2px;transition:transform var(--transition-normal);position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{color:var(--color-text-primary)}.nav-divider{background:#ffffff26;align-self:center;width:1px;height:16px;margin:0 .2rem}.nav-menu-btn{cursor:pointer;z-index:10000;background:0 0;border:0;flex-direction:column;gap:5px;padding:4px;display:none}.nav-menu-btn span{background:var(--color-text-primary);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.nav-menu-btn.open span:first-child{transform:rotate(45deg)translate(5px,4px)}.nav-menu-btn.open span:nth-child(2){opacity:0}.nav-menu-btn.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav-auth-section{align-items:center;margin-left:10px;display:flex}.user-profile-container{align-items:center;width:fit-content;height:80px;display:flex;position:relative}.user-info{cursor:pointer;border-radius:var(--radius-md);align-items:center;gap:10px;padding:6px;transition:background .2s;display:flex}.user-info:hover{background:var(--color-border)}.user-profile-container .profile-dropdown{border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:10000;flex-direction:column;min-width:240px;padding:10px 0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;-webkit-backdrop-filter:blur(20px)!important;background:#0a0f1cf2!important;border:1px solid #ffffff1a!important;position:absolute!important;top:100%!important;left:0!important;right:auto!important;transform:translateY(-10px)!important;box-shadow:0 10px 30px #00000080!important}.user-profile-container .profile-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)!important}.dropdown-item{color:var(--color-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:.85rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.dropdown-item:hover{color:var(--color-primary);background:#ffffff0d}.dropdown-item.logout-item{color:#ff4a4a}.dropdown-item.logout-item:hover{color:#fff;background:#ff4a4a1a}.dropdown-divider{background:var(--color-border);height:1px;margin:6px 0}.user-avatar{background-color:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;padding:6px;display:flex;position:relative}.unverified-dot{border:2px solid var(--color-bg-base);background-color:#fb7185;border-radius:50%;width:10px;height:10px;position:absolute;top:0;right:0}.user-details{flex-direction:column;display:flex}.user-email{color:#fff;margin:0;font-size:14px;font-weight:700}.user-role{opacity:.7;color:var(--color-text-secondary);margin:0;font-size:11px;line-height:1;white-space:nowrap!important}.desktop-btn{border-radius:var(--radius-xl);justify-content:center;align-items:center;gap:8px;height:auto;padding:8px 16px;display:flex}.overlay{display:none}@media screen and (width<=960px){.nav-menu-btn{display:flex}.nav-menu.drawer{-webkit-backdrop-filter:blur(20px);z-index:9998;background:#0a0d1af2;border-left:1px solid #ffffff1a;flex-direction:column;align-items:flex-start;width:75vw;max-width:320px;height:100vh;padding:85px 24px 32px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.nav-menu.drawer.open{transform:translate(0)}.nav-link{border-bottom:1px solid #ffffff12;width:100%;padding:14px 0;font-size:1.1rem}.nav-link:after{display:none}.nav-divider{background:#ffffff1a;align-self:stretch;width:100%;height:1px;margin:12px 0}.nav-auth-section{border-top:1px solid #ffffff1a;width:100%;margin-top:20px;margin-left:0;padding:20px 0 0}.user-profile-container{flex-direction:column;align-items:flex-start;width:100%;position:static}.profile-dropdown{box-shadow:none;background:0 0;border:none;min-width:100%;margin-top:5px;padding:0;display:none;position:static;transform:none}.profile-dropdown.open{display:flex}.dropdown-item{padding:10px 0}.desktop-btn{width:100%;margin-top:10px}.overlay{z-index:9997;opacity:0;pointer-events:none;background:#0009;transition:opacity .4s;display:block;position:fixed;inset:0}.overlay.open{opacity:1;pointer-events:all}}.user-avatar.has-unread{border:2px solid var(--color-primary);box-shadow:0 0 10px var(--color-primary), inset 0 0 5px var(--color-primary);animation:2s infinite unread-pulse}@keyframes unread-pulse{0%{box-shadow:0 0 5px var(--color-primary)}50%{box-shadow:0 0 20px var(--color-primary), 0 0 30px #2ba7d166}to{box-shadow:0 0 5px var(--color-primary)}}.unread-badge{background:var(--color-primary);color:#fff;text-align:center;border-radius:10px;min-width:18px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:50%;right:15px;transform:translateY(-50%);box-shadow:0 0 10px #2ba7d180}.dropdown-item.ai-counselor-item{color:var(--color-accent);background:linear-gradient(90deg,#0084ff14,#0000);border-left:1px solid #2f6fdb8c;font-weight:600}.dropdown-item.ai-counselor-item:hover{color:#fff;background:linear-gradient(90deg,#0084ff2e,#0084ff0a)}.dropdown-item.mypage-item{color:#10b981;background:linear-gradient(90deg,#10b98114,#0000);border-left:1px solid #10b9818c;font-size:.9rem;font-weight:700}.dropdown-item.mypage-item:hover{color:#fff;background:linear-gradient(90deg,#10b9812e,#10b9810a)}.nav-categories{align-items:center;gap:2rem;display:flex}.nav-dropdown-wrapper{cursor:pointer;align-items:center;height:80px;display:flex;position:relative}.nav-category-name{color:#fff;padding:10px 0;font-size:1rem;font-weight:600;transition:color .2s}.nav-dropdown-wrapper:hover .nav-category-name{color:var(--color-primary)}.nav-dropdown-menu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#0a0f1cf2;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;min-width:160px;padding:10px 0;transition:all .3s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000080}.nav-dropdown-wrapper:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-dropdown-menu .nav-link{text-align:center;width:100%;padding:10px 20px}.nav-dropdown-menu .nav-link:after{display:none}.nav-dropdown-menu .nav-link:hover{color:var(--color-primary);background:#ffffff0d}.reservation-btn{background:var(--color-primary);color:#fff;border-radius:var(--radius-xl);padding:10px 24px;font-weight:700;text-decoration:none;transition:all .3s}.reservation-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00c2ff66}@media screen and (width<=960px){.nav-categories{flex-direction:column;align-items:flex-start;gap:0;width:100%}.nav-dropdown-wrapper{border-bottom:1px solid #ffffff12;flex-direction:column;align-items:flex-start;width:100%;height:auto}.nav-category-name{width:100%;padding:15px 0;font-size:1.1rem}.nav-dropdown-menu{box-shadow:none;opacity:1;visibility:visible;background:0 0;border:none;padding:0 0 15px 15px;display:none;position:static;transform:none}.nav-dropdown-wrapper:hover .nav-dropdown-menu{display:flex;transform:none}.nav-dropdown-menu .nav-link{text-align:left;color:var(--silver);padding:8px 0;font-size:.95rem}.reservation-btn{text-align:center;width:100%;margin-top:20px}}.portal-badge{letter-spacing:1.5px;color:var(--color-accent);text-transform:uppercase;vertical-align:middle;transition:all var(--transition-normal);background:#00d2ff1a;border:1px solid #00d2ff40;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-block;box-shadow:0 0 10px #00d2ff1a}.navbar-logo:hover .portal-badge{background:#00d2ff26;border-color:#00d2ff80;box-shadow:0 0 15px #00d2ff4d}.nav-link-highlight{color:var(--color-accent)!important;background:#00d2ff14!important;border:1px solid #00d2ff4d!important;border-radius:20px!important;align-items:center!important;margin-left:10px!important;padding:8px 16px!important;font-size:.85rem!important;font-weight:700!important;text-decoration:none!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important;box-shadow:0 0 12px #00d2ff1a!important}.nav-link-highlight:hover{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 0 16px #007bff66!important}.nav-link-highlight:after{display:none!important}@media screen and (width<=960px){.nav-menu.drawer .nav-link-highlight{border-bottom:none!important;border-radius:12px!important;justify-content:center!important;width:100%!important;margin-top:10px!important;margin-left:0!important;padding:12px!important;display:flex!important}}.navbar.portal-refresh-navbar{height:64px;box-shadow:none;-webkit-backdrop-filter:none;background:#fff;border-bottom:1px solid #e2e5ea}.navbar.portal-refresh-navbar .navbar-container{max-width:1440px;height:64px;padding:0 32px}.navbar.portal-refresh-navbar .navbar-logo-img{height:28px!important}.navbar.portal-refresh-navbar .portal-badge{color:#2463d4;box-shadow:none;letter-spacing:.08em;background:#eef4ff;border:0}.navbar.portal-refresh-navbar .nav-menu{gap:22px}.navbar.portal-refresh-navbar .nav-link{color:#30343b;padding:0;font-size:13px;font-weight:500;line-height:1.3}.navbar.portal-refresh-navbar .nav-link.active,.navbar.portal-refresh-navbar .nav-link:hover{color:#2463d4}.navbar.portal-refresh-navbar .nav-link:after{display:none}.navbar.portal-refresh-navbar .user-profile-container{height:64px}.navbar.portal-refresh-navbar .user-info{text-align:left;border-radius:999px;gap:9px;padding:4px}.navbar.portal-refresh-navbar .user-info:hover{background:#f5f5f7}.navbar.portal-refresh-navbar .user-avatar{background:#2463d4;width:36px;height:36px;padding:7px}.navbar.portal-refresh-navbar .user-details{min-width:0;max-width:116px}.navbar.portal-refresh-navbar .user-email{color:#30343b;text-overflow:ellipsis;font-size:13px;line-height:1.2;overflow:hidden}.navbar.portal-refresh-navbar .user-role{color:#7b838f;font-size:11px;line-height:1.25}.navbar.portal-refresh-navbar .user-profile-container .profile-dropdown{min-width:232px;-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid #e2e5ea!important;top:calc(100% + 8px)!important;left:auto!important;right:0!important;box-shadow:0 16px 38px #17191d1f!important}.navbar.portal-refresh-navbar .dropdown-item{color:#30343b;border-radius:8px}.navbar.portal-refresh-navbar .dropdown-item:hover{color:#2463d4;background:#f5f5f7}.navbar.portal-refresh-navbar .dropdown-item.mypage-item,.navbar.portal-refresh-navbar .dropdown-item.ai-counselor-item{color:#2463d4;background:#eef4ff;border-left:0}.navbar.portal-refresh-navbar .dropdown-divider{background:#e2e5ea}.navbar.portal-refresh-navbar .logout-item:hover{color:#b42318;background:#fff1f1}.navbar.portal-refresh-navbar .nav-menu-btn span{background:#17191d}.navbar.portal-refresh-navbar :is(a,button):focus-visible{outline-offset:3px;outline:3px solid #2463d4}@media (width<=960px){.navbar.portal-refresh-navbar .navbar-container{padding:0 18px}.navbar.portal-refresh-navbar .nav-menu.drawer{-webkit-backdrop-filter:none;background:#fff;border-left:1px solid #e2e5ea}.navbar.portal-refresh-navbar .nav-link{border-bottom:1px solid #e2e5ea;width:100%;padding:12px 0;font-size:16px}.navbar.portal-refresh-navbar .nav-auth-section{border-top-color:#e2e5ea}.navbar.portal-refresh-navbar .user-profile-container{height:auto}.navbar.portal-refresh-navbar .user-profile-container .profile-dropdown{min-width:100%;margin-top:6px;box-shadow:none!important;background:0 0!important;border:0!important;position:static!important}}.footer{background:var(--color-bg-dark);color:var(--white);border-top:1px solid #ffffff0d;padding:80px 0 20px;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% -20%,#0084ff14,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.footer-content{z-index:1;justify-content:space-between;gap:40px;display:flex;position:relative}.footer-section{flex-direction:column;gap:16px;display:flex}.footer-section.brand{max-width:320px}.footer-logo{height:32px;margin-bottom:12px}.logo-img{object-fit:contain;height:100%}.footer-section h4{color:#fff;margin-bottom:24px;padding-bottom:8px;font-size:1.1rem;font-weight:700;position:relative}.footer-section h4:after{content:"";background:var(--color-accent);width:20px;height:2px;position:absolute;bottom:0;left:0}.footer-slogan{color:var(--silver);font-size:.95rem;font-weight:400;line-height:1.6}.social-links{gap:12px;margin-top:20px;display:flex}.social-icon{width:36px;height:36px;color:var(--silver);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);transform:translateY(-3px)}.contact-item{color:var(--silver);align-items:center;gap:12px;font-size:.9rem;display:flex}.contact-item svg{color:var(--color-accent)}.footer-biz-info{color:#fff6;margin-top:4px;font-size:.78rem}.footer-links-grid{grid-template-columns:1fr 1fr;gap:12px 24px;padding:0;list-style:none;display:grid}.footer-links-grid li a{color:var(--silver);font-size:.95rem;text-decoration:none;transition:all .2s}.footer-links-grid li a:hover{color:var(--color-accent);padding-left:5px}.lang-switcher-footer{align-items:center;gap:12px;display:flex}.lang-icon-wrapper{color:var(--color-accent);align-items:center;display:flex}.lang-toggle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:4px;display:flex;position:relative;overflow:hidden}.lang-btn{color:var(--silver);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:8px;padding:6px 16px;font-size:.85rem;font-weight:600;transition:all .3s}.lang-btn.active{background:var(--color-accent);color:#fff;box-shadow:0 4px 12px #0084ff4d}.lang-btn:not(.active):hover{color:#fff;background:#ffffff1a}.footer-bottom{text-align:center;color:#fff6;z-index:1;border-top:1px solid #ffffff0d;margin-top:60px;padding-top:20px;font-size:.85rem;position:relative}@media (width<=992px){.footer-content{flex-wrap:wrap;gap:40px}.footer-section.brand{width:100%;max-width:100%;margin-bottom:20px}.footer-links-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-content{flex-direction:column}.footer-links-grid{grid-template-columns:1fr}}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page){--color-primary:#71aaff;--color-accent:#8fb8ff;--color-text-primary:#f8f8f8;--color-text-secondary:#b9c4d3;--color-text-muted:#aeb8c6;--color-border:#35404e;--glass-bg:#171f2c;--glass-border:#35404e;--glass-shadow:none;color:#f8f8f8;min-height:calc(100vh - 64px);font-family:Pretendard,sans-serif;background:#101722!important}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.admin-platform,.counselor-edit-page).page-container{max-width:none;padding:64px 0 96px}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.admin-platform,.counselor-edit-page)>.container{max-width:1200px;padding:0 40px}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) :is(.heading-h1,.cd-title,.an-hero-title,.lms-hero-title){color:#f8f8f8;text-shadow:none;letter-spacing:-.025em}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.admin-platform,.counselor-edit-page) :is(.heading-h1,.heading-h2){margin-bottom:12px;font-size:34px;line-height:1.2}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.admin-platform,.counselor-edit-page) :is(.desc,.text-gradient-primary){color:#b9c4d3;font-weight:400;line-height:1.55}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) .glass-panel{box-shadow:none;background:#171f2c;border:1px solid #35404e;border-radius:14px}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) :is(.btn-primary,.btn-outline){min-height:42px;box-shadow:none;border-radius:999px;transition:background-color .18s,border-color .18s,color .18s}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) .btn-primary{color:#fff;background:#2463d4}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) .btn-primary:hover:not(:disabled){box-shadow:none;background:#174dae;transform:none}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) .btn-outline{color:#dbe5f2;background:0 0;border-color:#526174}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) .btn-outline:hover:not(:disabled){background:#273245;border-color:#7693b9}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) :is(.glass-input,.cm-textarea){color:#f8f8f8;box-shadow:none;background:#121a26;border:1px solid #4b586b;border-radius:10px}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) :is(.glass-input,.cm-textarea)::placeholder{color:#9eabbc}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) :is(a,button,input,select,textarea):focus-visible{outline-offset:3px;outline:3px solid #8fb8ff}#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) :is(button,input):disabled{cursor:not-allowed;opacity:.58}#root .mc-page .mc-header,#root .profile-page .profile-header{box-sizing:border-box;width:100%;max-width:1120px;margin:0 auto 36px;padding:0 40px;display:block;text-align:left!important}#root .mc-page .mc-header{max-width:1040px;padding:0;text-align:left!important}#root .profile-page .profile-header h1{text-align:left}#root .mc-page .mc-header .desc,#root .profile-page .profile-header .desc{text-align:left;margin:0}#root .mc-page .mc-list{gap:14px;max-width:1040px}#root .mc-page .mc-empty{max-width:1040px;margin:0 auto;padding:56px 28px}#root .mc-page .mc-empty p{color:#b9c4d3}#root .mc-page .mc-card{box-shadow:none;border-radius:14px;padding:26px 30px}#root .mc-page .mc-card--highlight{box-shadow:none;border-color:#5377aa!important}#root .mc-page :is(.mc-counselor-name,.mc-info-item,.mc-concern){color:#b9c4d3}#root .mc-page .mc-concern{background:#111a27;border-color:#35404e}#root .mc-page .mc-concern strong{color:#f8f8f8}#root .mc-page .mc-suggest-panel{background:#202e42;border:1px solid #486584;border-radius:12px;animation:none}#root .mc-page .mc-suggest-label{color:#a6c8ff;letter-spacing:0;text-transform:none}#root .mc-page .mc-confirmed-time{color:#a6c8ff;background:#202e42;border-color:#486584}#root .my-tests-page .page-header{text-align:left;max-width:none;margin-bottom:32px;display:block}#root .my-tests-page .page-header :is(h1,p){text-align:left}#root .my-tests-page .test-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}#root .my-tests-page .test-result-card{border-radius:14px;gap:18px;padding:26px}#root .my-tests-page .test-result-card:hover{border-color:#55749d;transform:none}#root .my-tests-page :is(.metric-summary,.selftalk-summary,.tops-summary){background:0 0;border-radius:0;padding:8px 0}#root .my-tests-page .metric-summary{border-top:1px solid #35404e;border-bottom:1px solid #35404e}#root .my-tests-page .strategy-mini-card{background:0 0}#root .my-tests-page .ai-quote{border-left:0;padding-left:0;font-style:normal}#root .my-tests-page .test-type-badge{color:#a6c8ff;background:#293c59;border-radius:6px}#root .my-tests-page .card-footer{border-color:#35404e}#root .my-tests-page .need-tag{background:#293548}#root .profile-page .profile-content{max-width:1120px}#root .profile-page .profile-grid{grid-template-columns:280px minmax(0,1fr);gap:22px;max-width:none}#root .profile-page .profile-info-card{padding:32px 22px;top:auto}#root .profile-page .profile-avatar-large{background:#2463d4;border:0;width:64px;height:64px;margin-bottom:18px}#root .profile-page .profile-avatar-large svg{width:32px;height:32px}#root .profile-page .profile-role-badge{color:#a6c8ff;background:#293c59}#root .profile-page .profile-email-sub{color:#b9c4d3;margin-bottom:24px}#root .profile-page .profile-main{gap:18px}#root .profile-page .profile-settings-section{padding:28px 30px}#root .profile-page .section-header{text-align:left;border-color:#35404e;flex-direction:row;justify-content:flex-start;align-items:center;width:auto;max-width:none;margin-bottom:22px}#root .profile-page .section-header h3{color:#f8f8f8}#root .profile-page .status-item.verified{color:#85d7b6}#root .profile-page .status-item.unverified{color:#ffb3bf}#root .messages-page .container{max-width:1280px}#root .messages-page .heading-h2{margin-bottom:22px;text-align:left!important}#root .messages-page .messages-container{gap:0;max-width:none;height:min(720px,100vh - 196px);min-height:500px;margin:0}#root .messages-page .contacts-sidebar{border-right:1px solid #35404e;flex-basis:300px}#root .messages-page :is(.contacts-header,.chat-header,.chat-input-area){border-color:#35404e}#root .messages-page .contact-item{border-radius:8px;margin:0}#root .messages-page .contact-item:hover{background:#273245}#root .messages-page .contact-item.active{background:#293c59;border-color:#0000}#root .messages-page .contact-avatar{color:#a6c8ff;background:#293c59}#root .messages-page .contact-info h4{color:#f8f8f8}#root .messages-page .message-wrapper.received .message-bubble{background:#293548;border-color:#35404e}#root .messages-page .message-wrapper.sent .message-bubble{background:#2463d4}#root .messages-page .test-link-box{color:#e0eaff!important;background:#202e42!important;border-color:#486584!important}#root .counselor-dashboard,#root .counselor-manage{padding-top:64px}#root .counselor-dashboard .cd-title,#root .counselor-manage .cm-header-left h1{color:#f8f8f8;font-size:32px}#root .counselor-dashboard .cd-subtitle,#root .counselor-manage .cm-header-left p{color:#b9c4d3}#root .counselor-dashboard :is(.cd-stat-card,.cd-session-card,.cd-level-card,.cd-cert-steps),#root .counselor-manage :is(.cm-request-card,.cm-session-card,.cm-client-panel,.cm-editor-card){box-shadow:none;background:#171f2c;border:1px solid #35404e;border-radius:14px}#root .counselor-dashboard :is(.cd-stat-card,.cd-session-card,.cd-level-card):hover,#root .counselor-manage :is(.cm-request-card,.cm-session-card):hover{background:#1b2637;border-color:#55749d;transform:none}#root .counselor-dashboard :is(.cd-stat-value,.cd-session-name,.cd-section-title h2,.cd-level-name),#root .counselor-manage :is(.cm-req-name,.cm-session-client,.cm-editor-card-header h3){color:#f8f8f8}#root .counselor-dashboard :is(.cd-stat-label,.cd-session-meta,.cd-section-title p,.cd-level-desc),#root .counselor-manage :is(.cm-req-date,.cm-req-contact,.cm-req-message,.cm-session-time){color:#b9c4d3}#root .counselor-dashboard .cd-expert-hero{box-shadow:none;background:#1b2637;border:1px solid #35404e}#root .counselor-dashboard .cd-expert-hero:before,#root .counselor-dashboard .cd-expert-badge{display:none}#root .counselor-dashboard .cd-expert-desc{color:#b9c4d3}#root .counselor-dashboard .cd-view-all{color:#8fb8ff}#root .counselor-manage .cm-tabs{background:0 0;border:0;border-bottom:1px solid #35404e;border-radius:0;gap:24px;padding:0}#root .counselor-manage .cm-tab{color:#b9c4d3;border:0;border-radius:0;padding:12px 2px 14px}#root .counselor-manage .cm-tab:hover{color:#fff}#root .counselor-manage .cm-tab.active{color:#fff;background:0 0;box-shadow:inset 0 -2px #71aaff}#root .counselor-manage .cm-req-message{background:#111a27;border-left:0;border-radius:8px}#root .counselor-manage .cm-section-title{color:#b9c4d3;letter-spacing:0;text-transform:none}#root .counselor-manage .cm-empty{color:#b9c4d3;background:#171f2c;border:1px solid #35404e;border-radius:14px}#root .counselor-manage .cm-content,#root .counselor-manage .cm-detail-view{animation:none}#root .counselor-manage .cm-back-btn{color:#b9c4d3}#root .counselor-manage .cm-back-btn:hover{color:#fff}#root .counselor-manage .cm-ai-header{-webkit-text-fill-color:currentColor;color:#f8f8f8;background:0 0}#root .admin-platform .admin-header{margin-bottom:30px}#root .admin-platform .admin-header .desc{text-align:left;margin:0}#root .admin-platform :is(.counselor-admin-card,.platform-content>.glass-panel){box-shadow:none}#root .admin-platform .card-controls{border-color:#35404e}#root .admin-platform .move-btns button{color:#dbe5f2;background:0 0;border-color:#526174;border-radius:8px}#root .admin-platform .move-btns button:hover:not(:disabled){background:#273245;border-color:#7693b9}#root .an-root .an-hero{background:#101722;border-bottom:1px solid #35404e;padding:64px 0 30px}#root .an-root .an-hero-badge{display:none}#root .an-root .an-hero-title{font-size:34px}#root .an-root .an-hero-desc{color:#b9c4d3;font-size:15px}#root .an-root .an-stat-chip{background:#171f2c;border-radius:10px;border:1px solid #35404e!important}#root .an-root .an-stat-label{color:#b9c4d3}#root .an-root .an-quick-links{background:#101722;border-color:#35404e}#root .an-root .an-quick-btn{color:#dbe5f2;background:#171f2c;border-color:#35404e}#root .an-root .an-filter-btn{color:#b9c4d3;background:0 0;border-color:#35404e}#root .an-root .an-filter-btn.active{color:#a6c8ff;background:#293c59;border-color:#486584}#root .an-root .an-card{background:#171f2c;border:1px solid #35404e}#root .an-root .an-card:hover{background:#1b2637}#root .an-root .an-card-name{color:#f8f8f8}#root .an-root :is(.an-card-email,.an-card-date,.an-meta-chip,.an-empty,.an-loading){color:#b9c4d3}#root .an-root .an-meta-chip{background:#293548;border-color:#35404e}#root .counselor-lms .lms-hero{background:#101722;border-color:#35404e}#root .counselor-lms .lms-hero-system-badge{display:none}#root .counselor-lms .lms-hero-title{font-size:32px}#root .counselor-lms .lms-hero-desc,#root .counselor-lms .lms-back-btn{color:#b9c4d3}#root .counselor-lms .lms-tab-bar{background:#101722;border-color:#35404e}#root .counselor-lms .lms-tab{color:#b9c4d3}#root .counselor-lms .lms-tab.active{color:#a6c8ff;border-color:#71aaff}#root .counselor-lms :is(.lms-level-card,.lms-session-type-card,.lms-kasp-map-card){box-shadow:none;background:#171f2c;border-color:#35404e}#root .counselor-lms .lms-level-card.lc-active{border-color:#55749d}#root .counselor-lms .lms-path-dot{box-shadow:none}#root .teacher-dashboard .td-header{margin-bottom:32px}#root .teacher-dashboard .td-header .desc{text-align:left;margin:0}#root .teacher-dashboard :is(.td-empty,.td-student-card){background:#171f2c;border-color:#35404e}#root .counselor-edit-page .auth-header{margin-bottom:36px}#root .counselor-edit-page .auth-header :is(h1,p){text-align:left;margin-left:0}#root .counselor-edit-page .auth-form-wrapper{margin:0 auto;max-width:900px!important}@media (width<=850px){#root .profile-page .profile-grid{grid-template-columns:1fr}#root .profile-page .profile-info-card{text-align:left;align-items:center;gap:18px;display:flex}#root .profile-page .profile-avatar-large{flex:none;margin:0}#root .profile-page .profile-email-sub{margin:0}#root .profile-page .verification-status-box{border-top:0;margin-left:auto;padding:0}#root .my-tests-page .test-history-grid{grid-template-columns:1fr}#root .messages-page .messages-container{flex-direction:column;height:auto;min-height:620px}#root .messages-page .contacts-sidebar{border-bottom:1px solid #35404e;border-right:0;flex-basis:auto;max-height:240px}#root .messages-page .chat-area{min-height:400px}}@media (width<=600px){#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.admin-platform,.counselor-edit-page)>.container,#root .profile-page .profile-header{padding:0 22px}#root .profile-page .profile-info-card{text-align:center;display:block}#root .profile-page .profile-avatar-large{margin:0 auto 16px}#root .profile-page .verification-status-box{border-top:1px solid #35404e;margin-top:20px;padding-top:20px}#root .mc-page .mc-card{padding:22px}}@media (prefers-reduced-motion:reduce){#root :is(.mc-page,.my-tests-page,.profile-page,.messages-page,.counselor-dashboard,.counselor-manage,.counselor-lms,.teacher-dashboard,.admin-platform,.an-root,.counselor-edit-page) :is(a,button,.glass-panel,.contact-item){transition:none!important;animation:none!important}}div.home{--landing-ink:#17191d;--landing-muted:#60646c;--landing-blue:#2463d4;--landing-line:#dcdfe3;--landing-soft:#f5f5f7;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--landing-ink);-webkit-font-smoothing:antialiased;font-family:Pretendard,sans-serif;overflow:clip;background:#fff!important}.home *,.home :before,.home :after{box-sizing:border-box}.home ::selection{color:#fff;background:#2463d4}.home :is(a,button,summary,[tabindex]):focus-visible{outline-offset:5px;outline:3px solid #2463d4}.home :is(h1,h2,h3,h4,p,figure,dl,dd,ul,ol){margin:0}.home :is(h1,h2,h3,h4){text-wrap:balance;word-break:keep-all;font-family:Pretendard,sans-serif}.home p{text-wrap:pretty;word-break:keep-all}.home button,.home summary{font:inherit;cursor:pointer}.home img{max-width:100%;display:block}.home a{text-underline-offset:5px;text-decoration:none}.home button{border:0}.home .home-section{padding:112px max(40px,50% - 640px)}.home h2{letter-spacing:-.035em;font-size:clamp(32px,3.3vw,50px);font-weight:750;line-height:1.2}.home .section-desc{color:var(--landing-muted);max-width:720px;font-size:19px;line-height:1.7}.home .hero-btn{background:var(--landing-blue);color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:13px 28px;font-size:17px;font-weight:600;transition:background .16s;display:inline-flex}.home .hero-btn:hover{background:#174dae}.home .hero-ghost{min-height:44px;color:var(--landing-blue);align-items:center;gap:9px;font-size:17px;font-weight:500;display:inline-flex}.home .hero-ghost:hover{text-decoration:underline}.navbar.landing-navbar{box-shadow:none;-webkit-backdrop-filter:none;color:#17191d;background:#fff;border:0}.navbar.landing-navbar .navbar-container{max-width:1440px;height:60px;padding:0 32px}.navbar.landing-navbar .nav-menu{gap:1.65rem}.navbar.landing-navbar .navbar-logo-img{height:28px!important}.navbar.landing-navbar .nav-link{color:#30343b;vertical-align:middle;align-items:center;height:36px;font-size:13px;font-weight:500;line-height:1;display:inline-flex;padding:0!important}.navbar.landing-navbar .nav-link-highlight{box-shadow:none!important;color:#2463d4!important;background:0 0!important;border:0!important;padding:0!important}.navbar.landing-navbar .nav-link:after{display:none}.navbar.landing-navbar .nav-link:hover{color:#2463d4}.navbar.landing-navbar .login-btn{box-shadow:none;background:#2463d4;border:0;border-radius:999px;min-height:36px;padding:8px 16px;font-size:12px}.navbar.landing-navbar .nav-menu-btn{background:0 0;border:0;margin-left:auto;padding:11px}.navbar.landing-navbar .nav-menu-btn span{background:#17191d}.navbar.landing-navbar .user-info{color:#17191d}.navbar.landing-navbar .user-profile-container{height:60px}.navbar.landing-navbar .user-info{border-radius:999px;gap:9px;padding:4px 0 4px 4px}.navbar.landing-navbar .user-info:hover{background:#f5f5f7}.navbar.landing-navbar .user-avatar{background:#2463d4;width:36px;height:36px;padding:7px}.navbar.landing-navbar .user-details{min-width:0;max-width:130px}.navbar.landing-navbar .user-email{text-overflow:ellipsis;color:#30343b;font-size:13px;line-height:1.2;overflow:hidden}.navbar.landing-navbar .user-role{color:#8a909a;font-size:11px;line-height:1.25}.navbar.landing-navbar .profile-dropdown{border-radius:14px;min-width:236px;padding:8px;background:#fff!important;border:1px solid #dcdfe3!important;top:calc(100% + 10px)!important;left:auto!important;right:0!important;transform:translateY(-6px)!important;box-shadow:0 18px 48px #17191d29!important}.navbar.landing-navbar .profile-dropdown.open{transform:translateY(0)!important}.navbar.landing-navbar .dropdown-item{color:#30343b;border-radius:9px;min-height:42px;padding:10px 12px;font-size:14px}.navbar.landing-navbar .dropdown-item:hover{color:#2463d4;background:#f5f5f7}.navbar.landing-navbar .dropdown-divider{background:#dcdfe3;margin:5px 4px}.navbar.landing-navbar .dropdown-item.mypage-item,.navbar.landing-navbar .dropdown-item.ai-counselor-item{color:#2463d4;background:#eef4ff;border-left:0;font-size:14px}.navbar.landing-navbar .dropdown-item.mypage-item:hover,.navbar.landing-navbar .dropdown-item.ai-counselor-item:hover{color:#174dae;background:#e1ebff}.navbar.landing-navbar .dropdown-item.logout-item{color:#d94645}.navbar.landing-navbar .dropdown-item.logout-item:hover{color:#c53030;background:#fff1f1}.navbar.landing-navbar :is(a,button):focus-visible{outline-offset:4px;outline:3px solid #2463d4}.app-container:has(.hero-scroll-scene){overflow-y:visible;overflow-x:clip!important}.home .tufly-hero{isolation:isolate;color:#f8f8f8;height:clamp(650px,48.6vw,810px);min-height:0;position:relative;overflow:hidden;background:#090b0c!important}.home .hero-stage{object-fit:cover;object-position:center bottom;z-index:-1;width:100%;height:100%;animation:1.4s cubic-bezier(.16,1,.3,1) both stage-settle;position:absolute;inset:0}.home .hero-motion-video{pointer-events:none;animation:none}.home .hero-motion-video[hidden]{display:none}.home .tufly-hero:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#090b0cf0 0%,#090b0cb8 40%,#090b0c14 72%);position:absolute;inset:0}@media (width>=768px) and (prefers-reduced-motion:no-preference){.home .hero-scroll-scene.motion-ready{height:150svh}.home .hero-scroll-scene.motion-ready .tufly-hero{height:90svh;max-height:780px;position:sticky;top:0}}.home .hero-content{text-align:center;width:min(820px,64%);margin-left:max(24px,50% - 672px);padding:0;position:relative;top:50%;transform:translateY(-50%)}.home .tufly-hero h1{font-size:clamp(48px,5.2vw,80px)}.home h1{color:#f8f8f8;letter-spacing:-.04em;font-size:clamp(54px,5.9vw,92px);font-weight:800;line-height:1.1}.home h1 span{white-space:nowrap}.home .hero-sub{color:#c8cace;max-width:850px;margin:22px auto 0;font-size:clamp(17px,1.62vw,25px);line-height:1.5}.home .hero-service{color:#b7bbc2;margin-top:16px;font-size:18px}.home .hero-cta{justify-content:center;align-items:center;gap:32px;margin-top:28px;display:flex}.home .tufly-hero .hero-ghost{color:#71aaff}@keyframes stage-settle{0%{filter:brightness(.85);transform:scale(1.025)}to{filter:brightness();transform:scale(1)}}.home .field-section{padding-top:88px;padding-bottom:0;background:#f5f5f7!important}.home .field-intro{grid-template-columns:minmax(0,1fr) minmax(280px,.76fr);align-items:end;gap:72px;margin-bottom:48px;display:grid}.home .field-section h2{font-size:clamp(30px,2.7vw,42px)}.home .field-intro .section-desc{max-width:510px;font-size:17px}.home .field-track{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#a6adb7 #eef0f3;gap:24px;padding-bottom:14px;display:flex;overflow-x:auto}.home .field-photo{scroll-snap-align:start;background:#17191d;border-radius:12px;flex:0 0 calc(33.3333% - 16px);min-width:0;overflow:hidden}.home .field-photo img{aspect-ratio:1.42;object-fit:cover;border-radius:12px;width:100%;height:auto}.home .field-photo figcaption{color:#d6dae0;word-break:keep-all;min-height:66px;padding:14px 16px;font-size:14px;line-height:1.6}.home .field-bottom{justify-content:flex-end;margin-top:24px;display:flex}.home .gallery-controls{flex-shrink:0;gap:10px;display:flex}.home .gallery-controls button{color:#30343b;background:#eef0f3;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.home .gallery-controls button:hover{background:#e0e4e9}.home .landing-records{color:#fff;background:#111722;grid-template-columns:repeat(3,1fr);gap:0;margin:54px -40px 0;padding:0 40px;display:grid}.home .landing-records>div{border-left:1px solid #303a4a;flex-direction:column-reverse;justify-content:space-between;min-height:164px;padding:28px 32px 30px;display:flex}.home .landing-records>div:first-child{border-left:0}.home .landing-records dt{color:#b7c1d2;font-size:14px}.home .landing-records dd{color:#fff;letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:clamp(36px,3.2vw,52px);font-weight:700}.home .effect-section{background:var(--landing-soft)!important}.home .effect-section>h2{max-width:720px}.home .effect-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;margin-top:64px;display:grid}.home .score-comparison{border-bottom:1px solid #cfd4db;justify-content:center;align-items:flex-end;gap:44px;height:320px;padding-bottom:1px;display:flex}.home .score-column{flex-direction:column;justify-content:end;align-items:center;gap:14px;width:120px;height:100%;display:flex}.home .score-column strong{letter-spacing:-.03em;font-size:45px;font-weight:650}.home .score-column>span{color:var(--landing-muted);font-size:15px}.home .score-bar{transform-origin:bottom;border-radius:10px 10px 0 0;width:100%}.home .before .score-bar{background:#aab1bc;height:106px}.home .after .score-bar{background:var(--landing-blue);height:229px}.home .after strong{color:var(--landing-blue)}.home .effect-caption{text-align:center;color:var(--landing-muted);margin-top:32px;font-size:16px;line-height:1.65}.home .effect-items{grid-template-columns:1fr 1fr;gap:34px 28px;display:grid}.home .effect-item{border-top:1px solid var(--landing-line)}.home .effect-item summary{cursor:pointer;grid-template-columns:1fr 18px;gap:14px;padding:22px 0;font-size:17px;display:grid}.home .effect-symbol{color:var(--landing-blue);letter-spacing:-.035em;font-variant-numeric:tabular-nums;grid-column:1/-1;font-size:clamp(32px,3.3vw,50px);font-weight:750}.home .effect-item[open]{padding-bottom:24px}.home .effect-item p{color:var(--landing-muted);font-size:15px;line-height:1.7}@supports (animation-timeline:view()){.home .field-photo{animation:linear both field-photo-reveal;animation-timeline:view();animation-range:entry 8% cover 38%}.home .landing-records{animation:linear both record-strip-reveal;animation-timeline:view();animation-range:entry 5% cover 30%}.home .effect-section .score-bar{animation:linear both score-rise;animation-timeline:view();animation-range:entry 15% cover 45%}}.home .section-title-motion{opacity:.08;filter:blur(7px);clip-path:inset(0 0 32%);transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1),filter .72s cubic-bezier(.16,1,.3,1),clip-path .72s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.home .section-title-motion.is-revealed{opacity:1;filter:blur();clip-path:inset(0);transform:translateY(0)}@keyframes field-photo-reveal{0%{clip-path:inset(0 0 20%);filter:brightness(.82)}to{clip-path:inset(0);filter:brightness()}}@keyframes record-strip-reveal{0%{clip-path:inset(0 0 100%)}to{clip-path:inset(0)}}@keyframes score-rise{0%{transform:scaleY(.06)}to{transform:scaleY(1)}}.home :is(.study-details,.portfolio-details,.credential-details){border-top:1px solid var(--landing-line);margin-top:56px}.home summary{justify-content:space-between;align-items:center;gap:20px;padding:23px 0;font-size:19px;font-weight:600;line-height:1.5;list-style:none;display:flex}.home summary::-webkit-details-marker{display:none}.home summary svg{flex-shrink:0;transition:transform .18s}.home details[open]>summary svg{transform:rotate(180deg)}.home .study-details>p{color:var(--landing-muted);max-width:800px;line-height:1.7}.home .study-grid{grid-template-columns:repeat(3,1fr);gap:36px;margin-top:34px;padding-bottom:25px;display:grid}.home .study-grid h3{font-size:17px}.home .study-grid strong{color:var(--landing-blue);margin:10px 0;font-size:36px;display:block}.home .study-grid p{color:var(--landing-muted);align-items:center;gap:8px;font-size:14px;display:flex}.home .izof-section{color:#fff;grid-template-columns:1.15fr .85fr;gap:80px;display:grid;background:#090b0c!important}.home .izof-zone-art{border-radius:12px;margin-top:32px;position:relative;overflow:hidden}.home .izof-zone-art img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.home .izof-zone-art figcaption{color:#bec7d7;padding:16px 0;font-size:14px}.home .izof-explanation{border-top:1px solid #394353;margin-top:24px}.home .izof-explanation summary{cursor:pointer;font-size:16px}.home .izof-intro h2{margin-bottom:30px}.home .izof-desc{color:#bec7d7;margin-top:16px;font-size:17px;line-height:1.8}.home .izof-results{gap:56px;margin-top:42px;display:flex}.home .izof-results strong{letter-spacing:-.035em;font-size:62px;font-weight:650;line-height:1.1}.home .izof-results strong span{font-size:21px}.home .izof-results p{color:#bec7d7;margin-top:12px;font-size:14px}.home .izof-timeline{color:#c3cddd;align-items:center;gap:14px;margin-top:28px;font-size:13px;display:flex}.home .izof-profile{align-self:center}.home .izof-profile h3{margin-bottom:25px;font-size:25px}.home .izof-profile-row{border-top:1px solid #394353;align-items:flex-start;gap:24px;padding:28px 0;display:flex}.home .izof-profile-row>svg{color:#71aaff;flex-shrink:0}.home .izof-profile-row h4{margin-bottom:9px;font-size:20px}.home .izof-profile-row p{color:#bec7d7;font-size:16px;line-height:1.6}.home .izof-summary{color:#e1e7f0;margin-top:10px;font-size:17px;line-height:1.7}.home .izof-tags{color:#aebfda;flex-wrap:wrap;gap:10px 20px;margin-top:28px;padding:0;font-size:12px;list-style:none;display:flex}.home .prof-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;display:grid}.home .prof-image-wrap img{aspect-ratio:4/5;object-fit:cover;object-position:center 22%;border-radius:12px;width:100%;height:auto}.home .prof-image-wrap figcaption{color:var(--landing-muted);margin-top:14px;font-size:14px}.home .prof-content h2{max-width:620px}.home .prof-content .section-desc{margin-top:26px}.home .prof-list{margin-top:28px;margin-bottom:25px;padding:0;list-style:none}.home .prof-list li{color:#454b55;padding:8px 0;font-size:16px;line-height:1.5}.home .portfolio-list{grid-template-columns:1fr 1fr;gap:30px 50px;padding:20px 0;display:grid}.home .portfolio-list article>span{color:var(--landing-muted);font-size:12px}.home .portfolio-list h3{margin:8px 0 12px;font-size:20px}.home .portfolio-list p{color:var(--landing-muted);font-size:15px;line-height:1.8}.home .intro-video-section{background:var(--landing-soft)!important}.home .video-intro{justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px;display:flex}.home .video-intro .section-desc{max-width:440px;font-size:17px}.home .video-frame{aspect-ratio:16/9;background:#111;border-radius:12px;position:relative;overflow:hidden}.home .intro-video-player{background:#111;width:100%;height:100%;display:block}.home .video-facade{background:#111;width:100%;height:100%;padding:0;display:block;position:absolute;inset:0}.home .video-facade img{object-fit:cover;width:100%;height:100%}.home .video-play-btn{color:#fff;background:#2463d4;border-radius:50%;place-items:center;width:76px;height:76px;margin:auto;display:grid;position:absolute;inset:0}.home .video-facade:hover .video-play-btn{background:#174dae}.home .video-duration{color:#fff;background:#090b0cd1;border-radius:6px;padding:5px 8px;font-size:13px;font-weight:600;position:absolute;bottom:16px;right:18px}.home .achieve-section h2{margin-bottom:48px}.home .achievement-editorial{grid-template-columns:.85fr 1.15fr;align-items:start;gap:64px;display:grid}.home .achievement-photo{position:sticky;top:90px}.home .achievement-photo img{aspect-ratio:4/5;object-fit:cover;border-radius:12px;width:100%;height:auto;display:block}.home .achievement-photo figcaption{color:var(--landing-muted);margin-top:16px;font-size:14px;line-height:1.6}.home .achieve-list{grid-template-columns:1fr 1fr;gap:0 32px;display:grid}.home .achieve-row{border-top:1px solid var(--landing-line);flex-direction:column;gap:20px;padding:28px 0;display:flex}.home .achieve-row>svg{color:var(--landing-blue)}.home .achieve-row h3{margin-bottom:10px;font-size:20px;line-height:1.4}.home .achieve-row p{color:var(--landing-muted);font-size:15px;line-height:1.5}.home .credential-details ul{color:var(--landing-muted);padding:0 0 24px 20px;line-height:2}.home .reviews-section{background:var(--landing-soft)!important}.home .reviews-section>.section-desc{margin-top:24px}.home .reviews-list{max-width:1050px;margin-top:64px}.home .athlete-review{border-top:1px solid var(--landing-line);grid-template-columns:110px minmax(0,1fr);gap:32px;padding:36px 0;display:grid}.home .athlete-review:first-child{border:0;padding:0 0 64px}.home .review-mark{color:var(--landing-blue);padding-top:8px}.home .review-quote-mark{color:var(--landing-blue);margin-bottom:20px}.home .athlete-review blockquote{color:#343a43;word-break:keep-all;margin:0;font-size:19px;line-height:1.85}.home .athlete-review:first-child blockquote{letter-spacing:-.025em;font-size:clamp(25px,2.4vw,35px);font-weight:550;line-height:1.65}.home .athlete-review figcaption{color:var(--landing-muted);flex-wrap:wrap;gap:16px;margin-top:22px;font-size:13px;display:flex}.home .athlete-review figcaption strong{color:#30343b;font-weight:600}.home .process-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-top:64px;padding:0;list-style:none;display:grid}.home .process-steps li{padding:0 24px 0 0;position:relative}.home .step-visual{height:92px;color:var(--landing-blue);align-items:flex-start;gap:16px;display:flex;position:relative}.home .step-visual:before,.home .step-visual:after{content:"";background:var(--landing-line);width:calc(100% + 24px);height:1px;position:absolute;top:72px;left:0}.home .step-visual:after{background:var(--landing-blue);transform-origin:0}.home .process-steps li:last-child .step-visual:before,.home .process-steps li:last-child .step-visual:after{width:100%}.home .step-number{font-variant-numeric:tabular-nums;padding-top:7px;font-size:14px}.home .evidence-motion{opacity:.25;transition:opacity .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--step-delay,0s)}.home .evidence-motion.is-revealed{opacity:1}.home .evidence-motion .step-visual:after{transition:transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--step-delay,0s);transform:scaleX(0)}.home .evidence-motion.is-revealed .step-visual:after{transform:scaleX(1)}.home .process-steps h3{margin:22px 0 12px;font-size:20px}.home .process-steps p{color:var(--landing-muted);font-size:15px;line-height:1.7}.home .blog-section{background:var(--landing-soft)!important}.home .section-heading-row{justify-content:space-between;align-items:center;gap:25px;margin-bottom:44px;display:flex}.home .blog-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.home .blog-card{color:inherit;min-width:0}.home .blog-card:hover h3{color:var(--landing-blue);text-decoration:underline}.home .blog-thumb{aspect-ratio:16/10;object-fit:cover;border-radius:12px;width:100%;height:auto}.home .blog-body{padding:24px 0 0}.home .blog-body h3{margin-bottom:14px;font-size:21px;line-height:1.4}.home .blog-body p{color:var(--landing-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:15px;line-height:1.7;display:-webkit-box;overflow:hidden}.home .blog-body time{color:var(--landing-muted);margin-top:18px;font-size:13px;display:block}.home .faq-section{grid-template-columns:.7fr 1.3fr;gap:72px;display:grid}.home .faq-list details{border-bottom:1px solid var(--landing-line)}.home .faq-list summary{word-break:keep-all;padding:24px 0;font-size:17px;font-weight:550}.home .faq-list details:first-child summary{padding-top:4px}.home .faq-list p{color:var(--landing-muted);padding-bottom:24px;font-size:16px;line-height:1.8}.home .cta-section{text-align:center;color:#f8f8f8;padding:112px 24px;background:#090b0c!important}.home .cta-section p{color:#bac1cc;margin:27px auto 32px;font-size:20px;line-height:1.7}@media (width<=1100px){.home .home-section{padding:80px 32px}.home .field-section{padding-top:58px}.home .field-intro{gap:42px}.home .effect-grid,.home .prof-grid,.home .izof-section{gap:45px}.home .landing-records>div{padding:26px 22px}.home .izof-results{gap:30px}.home .izof-results strong{font-size:48px}.home .faq-section{grid-template-columns:1fr;gap:40px}.navbar.landing-navbar .nav-menu.drawer{color:#17191d;background:#fff}}@media (width<=960px){.navbar.landing-navbar .nav-menu.drawer{visibility:hidden}.navbar.landing-navbar .nav-menu.drawer.open{visibility:visible}}@media (width<=767px){.home .achievement-editorial{grid-template-columns:1fr;gap:32px}.home .achievement-photo{position:static}.home .achievement-photo img{aspect-ratio:3/2}.home .achievement-editorial .achieve-list{grid-template-columns:1fr 1fr;gap:0 24px}.home .achievement-editorial .achieve-row h3{font-size:17px}.home .effect-item summary{font-size:15px}.navbar.landing-navbar .navbar-container{height:60px;padding:0 16px}.navbar.landing-navbar .nav-menu.drawer{background:#fff}.navbar.landing-navbar .nav-menu.drawer .nav-link{height:auto;padding:14px 0!important}.navbar.landing-navbar .user-profile-container{height:auto}.navbar.landing-navbar .profile-dropdown{min-width:100%;margin-top:4px;padding:0 0 0 12px;box-shadow:none!important;background:0 0!important;border:0!important;position:static!important;transform:none!important}.navbar.landing-navbar .profile-dropdown.open{transform:none!important}.navbar.landing-navbar .dropdown-item{min-height:44px;padding:10px 12px}.navbar.landing-navbar .nav-link{font-size:17px}.home .home-section{padding:64px 22px}.home .tufly-hero{height:620px}.home .hero-content{width:calc(100% - 36px);margin:0 auto;padding:0;top:40%}.home .tufly-hero h1{font-size:clamp(42px,10.7vw,68px)}.home h1{font-size:clamp(42px,10.7vw,68px);line-height:1.13}.home h1 span{display:block}.home .hero-sub{max-width:420px;margin-top:22px;font-size:17px;line-height:1.7}.home .hero-service{margin-top:14px;font-size:14px}.home .hero-cta{gap:18px;margin-top:25px}.home .hero-btn,.home .hero-ghost{font-size:15px}.home .hero-btn{min-height:46px;padding:12px 22px}.home .hero-stage{object-fit:cover;object-position:82% center;opacity:.48;width:100%;height:100%;inset:0}.home .field-section{padding-top:54px}.home .field-intro{grid-template-columns:1fr;gap:18px;margin-bottom:30px}.home .field-track{gap:16px;margin-right:-22px;padding-right:22px}.home .field-photo{flex-basis:84%}.home .field-bottom{margin-top:22px}.home .gallery-controls{flex-direction:column}.home .landing-records{gap:0;margin:38px -22px 0;padding:0 22px}.home .landing-records>div{min-height:122px;padding:20px 14px 18px}.home .landing-records dd{font-size:27px}.home .landing-records dt{font-size:12px}.home .effect-grid{grid-template-columns:1fr;margin-top:38px}.home .score-comparison{height:300px}.home .effect-items{gap:28px 22px}.home .effect-item h3{font-size:18px}.home .effect-item p{font-size:14px}.home .study-grid,.home .izof-section,.home .prof-grid,.home .portfolio-list,.home .achieve-list,.home .reviews-list,.home .blog-grid{grid-template-columns:1fr}.home .izof-section{gap:46px}.home .izof-profile{border-top:1px solid #394353;padding-top:30px}.home .prof-grid{gap:34px}.home .prof-image-wrap img{object-position:center 25%;max-height:500px}.home .video-intro{display:block}.home .video-intro .section-desc{margin-top:20px}.home .video-play-btn{width:58px;height:58px}.home .process-steps{grid-template-columns:1fr;gap:0;margin-top:34px}.home .athlete-review{grid-template-columns:32px minmax(0,1fr);gap:20px;padding:28px 0}.home .athlete-review:first-child{padding-bottom:40px}.home .athlete-review blockquote{font-size:17px}.home .athlete-review figcaption{gap:8px 16px}.home .process-steps li{grid-template-columns:60px minmax(0,1fr);column-gap:22px;padding:0 0 36px;display:grid;--step-delay:0s!important}.home .step-visual{flex-direction:column;grid-row:span 2;gap:6px;height:100%;min-height:82px}.home .step-number{padding-top:0;font-size:13px}.home .step-visual:before,.home .step-visual:after{transform-origin:top;height:calc(100% - 46px);top:76px;left:17px;width:1px!important}.home .process-steps li:last-child .step-visual:before,.home .process-steps li:last-child .step-visual:after{display:none}.home .evidence-motion .step-visual:after{transform:scaleY(0)}.home .evidence-motion.is-revealed .step-visual:after{transform:scaleY(1)}.home .process-steps h3{margin:0 0 7px}.home .section-heading-row{display:block}.home .section-heading-row .hero-ghost{margin-top:15px}.home .blog-grid{gap:42px}.home .faq-section{gap:34px}.home .cta-section{padding:78px 22px}.home .cta-section p{font-size:17px}}@media (prefers-reduced-motion:reduce){.home .section-title-motion,.home .evidence-motion{opacity:1;filter:none;clip-path:none;transform:none}.home .evidence-motion .step-visual:after{transform:none}.home .hero-stage{animation:none}.home *,.home :before,.home :after{scroll-behavior:auto;transition:none;animation:none!important}}.auth-container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:60px 24px;display:flex}.auth-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:650px;margin:0 auto 36px;display:flex}.auth-header h1{text-align:center;margin-bottom:12px}.auth-header p{text-align:center}.auth-selection-wrapper{width:100%;max-width:1100px;margin-top:20px}.selection-cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;display:grid}.selection-card{text-align:center;cursor:pointer;border-radius:40px;flex-direction:column;align-items:center;padding:40px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.selection-card:hover{transform:translateY(-8px)}.selection-icon{width:100px;height:100px;color:var(--color-primary);background:#2ba7d11a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.selection-action{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin-top:auto;font-weight:700}.auth-form-wrapper{width:100%;max-width:500px;margin:0 auto}.auth-form{border-radius:40px;width:100%;padding:40px}.section-title{color:var(--color-white);border-bottom:1px solid #ffffff1a;margin-top:30px;margin-bottom:20px;padding-bottom:8px;font-size:1.2rem;font-weight:700}.auth-form .section-title:first-of-type{margin-top:0}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;margin-bottom:20px;display:flex}.form-group label{color:var(--color-gray-light);margin-bottom:8px;font-size:.9rem;font-weight:500}.auth-container .glass-input,.admin-requests-page .glass-input{color:var(--color-white);background:#0b192c99;border:1px solid #ffffff1a;border-radius:12px;padding:12px 16px;font-size:1rem;transition:all .2s}.auth-container .glass-input:focus,.admin-requests-page .glass-input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #2ba7d133}.auth-container .glass-input.textarea,.admin-requests-page .glass-input.textarea{resize:vertical;min-height:100px}.chip-container{flex-wrap:wrap;gap:10px;display:flex}.chip{color:var(--color-gray-light);cursor:pointer;background:#1e3e624d;border:1px solid #ffffff1a;border-radius:20px;padding:6px 14px;font-size:.85rem;transition:all .2s}.chip:hover{background:#1e3e6299}.chip.selected{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);box-shadow:0 2px 8px #2ba7d14d}.radio-group{background:#0b192c66;border:1px solid #ffffff0d;border-radius:12px;gap:20px;padding:10px 16px;display:flex}.radio-label{cursor:pointer;color:var(--color-gray-light);align-items:center;font-size:.9rem;display:flex}.radio-label input{display:none}.radio-custom{border:2px solid #ffffff4d;border-radius:50%;width:18px;height:18px;margin-right:8px;transition:all .2s;display:inline-block;position:relative}.radio-label input:checked+.radio-custom{border-color:var(--color-primary)}.radio-label input:checked+.radio-custom:after{content:"";background:var(--color-primary);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-message.error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;margin-bottom:20px;padding:10px 16px;font-size:.9rem}.form-message.success{color:#6ee7b7;background:#10b9811a;border:1px solid #10b9814d;border-radius:12px;margin-bottom:20px;padding:10px 16px;font-size:.9rem}.auth-form-footer{margin-top:24px}@media (width<=768px){.selection-cards,.form-row{grid-template-columns:1fr}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg-deep:#030712;--color-bg-base:#070a13;--color-bg-elevated:#0f1322;--color-primary:#2f6fdb;--color-primary-glow:#2f6fdb38;--color-primary-hover:#4a86e8;--color-accent:#5aa9c9;--color-secondary:#d9a33c;--color-text-primary:#f8f9fa;--color-text-secondary:#8d93a4;--color-text-muted:#f8f9fa80;--color-background:var(--color-bg-deep);--color-glass-bg:var(--glass-bg);--color-glass-border:var(--glass-border);--color-gray:#94a3b8;--color-gray-light:#cbd5e1;--color-border:#ffffff14;--color-border-glow:#007bff26;--color-border-hover:#ffffff26;--glass-bg:#10141f;--glass-border:#ffffff12;--glass-shadow:0 1px 2px #0006, 0 12px 24px -12px #0000008c;--glass-blur:none;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.4s cubic-bezier(.4, 0, .2, 1);--font-family:"Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-numbers:"Outfit", "Bebas Neue", sans-serif;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px;--spacing-4xl:96px;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--radius-md:6px;--radius-xl:12px;--radius-2xl:16px;--color-teal:var(--color-primary);--color-white:#fff;background-color:var(--color-bg-deep)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 50% 0,#050e23 0%,#030712 100%);min-height:100vh;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(at 0 0,#007bff1f 0,#0000 50%),radial-gradient(at 100% 100%,#00d2ff0f 0,#0000 50%);width:100%;height:100%;position:fixed;top:0;left:0}main,.main-content,[class*=-page],[class*=-container],.home,section{background-color:#0000!important;background-image:none!important}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.btn-primary{background:var(--color-primary);color:#fff;border-radius:var(--radius-xl);transition:all var(--transition-normal);box-shadow:0 4px 15px var(--color-primary-glow);justify-content:center;align-items:center;gap:8px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary:hover{background:var(--color-primary-hover);box-shadow:0 6px 20px var(--color-primary-glow);transform:translateY(-2px)}.btn-outline{color:var(--color-text-primary);border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:all var(--transition-fast);background:#ffffff08;justify-content:center;align-items:center;gap:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;display:inline-flex}.btn-outline:hover{border-color:var(--color-border-hover);background:#ffffff14}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3}h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.5rem}h2{letter-spacing:-.01em;margin-bottom:1rem;font-size:2.75rem}h3{margin-bottom:.75rem;font-size:1.875rem}@media (width<=768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}.container,.page-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.flex-center{justify-content:center!important;align-items:center!important;display:flex!important}.auth-header,.page-header,.section-header,.registration-header,.counselor-list-header,.profile-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:760px;margin-bottom:40px;margin-left:auto;margin-right:auto;display:flex}.auth-header h1,.page-header h1,.section-header h1,.registration-header h1,.counselor-list-header h1,.profile-header h1{text-align:center;width:100%}.auth-header p,.page-header p,.section-header p,.registration-header p,.counselor-list-header p,.profile-header p{text-align:center;width:100%;margin-left:auto;margin-right:auto}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:14px;position:relative;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.text-gradient{color:var(--color-text-primary)}.text-gradient-primary{color:var(--color-text-primary);font-weight:700}@keyframes pulse-slow{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.2)}}.heading-h1{color:#fff;text-shadow:0 0 20px #ffffff1a;font-family:Pretendard,sans-serif;line-height:1.1}.text-muted{color:var(--color-text-muted)}.glass-input{width:100%;color:var(--color-white);font-family:var(--font-family);box-sizing:border-box;background:#0b192c80;border:1px solid #ffffff1a;border-radius:12px;padding:12px 16px;font-size:1rem;transition:all .2s}.glass-input:focus{border-color:var(--color-accent,#00d2ff);background:#0f203a99;outline:none;box-shadow:0 0 0 3px #00d2ff26}.glass-input.textarea{resize:vertical;min-height:120px}::selection{color:var(--color-text-primary);background:#2f6fdb52}:root{caret-color:var(--color-primary-hover);accent-color:var(--color-primary)}:focus-visible{outline:2px solid var(--color-primary-hover);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}*{scrollbar-width:thin;scrollbar-color:#8d93a459 transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border:3px solid var(--color-bg-deep);background:#8d93a447;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#8d93a473}.metric-val,.score-num,.summary-item .val,.radar-avg-val,.score-value,table td,time{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}a,button{text-underline-offset:3px}
