:root{--background:#ffffff;--foreground:#000000;--surface:#ffffff;--surface-hover:rgba(0,0,0,0.05);--muted:#9AA0A6;--muted-foreground:#5f6368;--border:rgba(0,0,0,0.08);--button-primary-bg:#000000;--button-primary-fg:#ffffff;--button-primary-hover-bg:#222222;--content-max-width:1440px;--page-padding:48px;--header-height:78px;--header-height-mobile:68px}.legal-page{background:var(--background);color:var(--foreground);padding:72px 24px 104px}.legal-shell{width:min(100%,1040px);margin:0 auto}.legal-back{display:inline-flex;margin-bottom:36px;color:var(--text-secondary);font-weight:700;text-decoration:none}.legal-back:hover{color:var(--foreground)}.legal-eyebrow{margin:0 0 10px;color:var(--text-secondary);font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.legal-document-header,.legal-hub-header{max-width:760px;margin-bottom:42px}.legal-document-header h1,.legal-hub-header h1{margin:0 0 16px;font-size:clamp(2.25rem,6vw,4.75rem);line-height:1.02;letter-spacing:-.045em}.legal-document-header>p:not(.legal-eyebrow),.legal-hub-header>p:not(.legal-eyebrow){color:var(--text-secondary);font-size:1.15rem;line-height:1.65}.legal-hub-header>span{color:var(--text-secondary);font-size:.9rem}.legal-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.legal-card{position:relative;min-height:190px;padding:28px;color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:24px;text-decoration:none;transition:transform .18s ease,border-color .18s ease}.legal-card:hover{transform:translateY(-2px);border-color:var(--text-secondary)}.legal-card h2{margin:0 0 12px;font-size:1.35rem}.legal-card p{max-width:90%;margin:0;color:var(--text-secondary);line-height:1.55}.legal-card>span{position:absolute;right:26px;bottom:22px;font-size:1.5rem}.legal-document{max-width:760px}.legal-document h2{scroll-margin-top:100px;margin:52px 0 14px;font-size:1.55rem;letter-spacing:-.02em}.legal-document li,.legal-document p{color:var(--text-secondary);font-size:1.02rem;line-height:1.75}.legal-document ul{padding-left:24px}.domain-list code,.legal-document code{padding:3px 8px;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--foreground)}.legal-document-footer{max-width:760px;margin-top:64px;padding-top:28px;border-top:1px solid var(--border)}.legal-document-footer p{color:var(--text-secondary)}.institution-info a,.legal-document-footer a{color:inherit;font-weight:800}.institution-list{display:grid;grid-gap:14px;gap:14px}.institution-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:20px;gap:20px;align-items:center;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:22px}.institution-mark{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--foreground);color:var(--background);font-weight:900}.institution-card h2{margin:0 0 6px;font-size:1.2rem}.institution-card p{margin:0 0 10px;color:var(--text-secondary);font-size:.9rem}.domain-list{display:flex;flex-wrap:wrap;gap:8px}.institution-status{align-self:start;padding:7px 12px;border-radius:999px;background:color-mix(in srgb,#17b978 16%,transparent);color:#11945f;font-size:.85rem;font-weight:800}.institution-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:32px}.institution-info{padding:26px;border:1px solid var(--border);border-radius:22px}.institution-info h2{margin-top:0;font-size:1.2rem}.institution-info li,.institution-info p,.institution-note{color:var(--text-secondary);line-height:1.65}.institution-note{margin-top:28px;font-size:.92rem}.provider-list{display:grid;grid-gap:14px;gap:14px}.provider-card{padding:26px;background:var(--surface);border:1px solid var(--border);border-radius:22px}.provider-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.provider-heading h2{margin:0;font-size:1.25rem}.provider-heading span{color:var(--text-secondary);text-align:right}.provider-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;margin:20px 0 0}.provider-card dl>div{min-width:0}.provider-card dt{margin-bottom:7px;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.provider-card dd{margin:0;color:var(--text-secondary);line-height:1.55}.provider-transfer{max-width:760px;margin-top:32px;padding:28px;border:1px solid var(--border);border-radius:22px}.provider-transfer h2{margin-top:0}.provider-transfer p{color:var(--text-secondary);line-height:1.65}.auth-warning-link,.provider-transfer a{color:inherit;font-weight:800;text-decoration:underline;text-underline-offset:3px}.auth-legal-acceptance{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.auth-legal-acceptance>label{display:flex;align-items:flex-start;gap:10px;color:var(--text-secondary);font-size:.86rem;line-height:1.45;cursor:pointer}.auth-legal-acceptance input{width:18px;height:18px;margin-top:1px;accent-color:var(--foreground);flex:none}.auth-legal-links{display:flex;flex-wrap:wrap;gap:14px;padding-left:28px}.auth-legal-links a{color:var(--foreground);font-size:.82rem;font-weight:750;text-decoration:underline;text-underline-offset:3px}@media (max-width:720px){.legal-page{padding:44px 18px 76px}.institution-info-grid,.legal-card-grid{grid-template-columns:1fr}.legal-card{min-height:160px;padding:22px;border-radius:18px}.institution-card{grid-template-columns:auto 1fr;padding:20px}.institution-status{grid-column:2;justify-self:start}.provider-heading{display:block}.provider-heading span{display:block;margin-top:8px;text-align:left}.provider-card dl{grid-template-columns:1fr}}:root[data-theme=light],[data-theme=light]{--background:#ffffff;--foreground:#000000;--surface:#ffffff;--surface-hover:rgba(0,0,0,0.05);--muted:#9AA0A6;--muted-foreground:#5f6368;--border:rgba(0,0,0,0.08);--button-primary-bg:#000000;--button-primary-fg:#ffffff;--button-primary-hover-bg:#222222}:root[data-theme=dark],[data-theme=dark]{--background:#000000;--foreground:#ffffff;--surface:#121212;--surface-hover:rgba(255,255,255,0.08);--muted:#9AA0A6;--muted-foreground:#bdc1c6;--border:rgba(255,255,255,0.12);--button-primary-bg:#ffffff;--button-primary-fg:#000000;--button-primary-hover-bg:#e6e6e6}@media (prefers-color-scheme:dark){:root:not([data-theme]){--background:#000000;--foreground:#ffffff;--surface:#121212;--surface-hover:rgba(255,255,255,0.08);--muted:#9AA0A6;--muted-foreground:#bdc1c6;--border:rgba(255,255,255,0.12);--button-primary-bg:#ffffff;--button-primary-fg:#000000;--button-primary-hover-bg:#e6e6e6}}@media (max-width:1024px){:root{--page-padding:32px}}@media (max-width:768px){:root{--page-padding:20px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;padding:0;min-height:100vh;max-width:100vw;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{text-decoration:none;background-color:transparent}a,a:not([class*=btn]):visited{color:inherit}ol,ul{list-style:none}button,li,ol,ul{margin:0;padding:0}button{font:inherit;color:inherit;background:transparent;border:none;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}a:focus-visible,button:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-weight:inherit}img,svg{display:block}.site-header{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:50;width:100%;background-color:var(--background);border-bottom:1px solid var(--border)}.header-container{width:100%;max-width:var(--content-max-width);height:var(--header-height);margin:0 auto;padding:0 var(--page-padding);justify-content:space-between}.header-container,.header-left{display:flex;align-items:center}.header-left{gap:40px}.header-logo-link{display:inline-flex;align-items:center;padding:4px 0}.header-logo-wrapper{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.header-logo-image{width:100%;height:100%;object-fit:contain;display:block}.footer-logo-wrapper{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.footer-logo-image{width:100%;height:100%;object-fit:contain;display:block}.linkedin-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.linkedin-icon-image{width:100%;height:100%;object-fit:contain;display:block}.header-nav-desktop{display:flex;align-items:center;gap:32px}.header-nav-link{font-size:15px;font-weight:500;color:var(--foreground);opacity:.85;transition:opacity .15s ease,color .15s ease;padding:6px 0;display:inline-flex;align-items:center}.header-nav-link:focus-visible,.header-nav-link:hover{opacity:1}.header-dropdown-container{position:relative;display:inline-flex;align-items:center}.header-dropdown-trigger{font-size:15px;font-weight:500;color:var(--foreground);display:inline-flex;align-items:center;gap:6px;padding:6px 0;opacity:.85;transition:opacity .15s ease,color .15s ease;background:transparent;border:none;cursor:pointer}.header-dropdown-trigger:focus-visible,.header-dropdown-trigger:hover{opacity:1}.header-dropdown-chevron{width:14px;height:14px;transition:transform .15s ease}.header-dropdown-chevron.is-open{transform:rotate(180deg)}.header-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:8px;display:flex;flex-direction:column;gap:2px;z-index:60}.header-dropdown-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}:root[data-theme=dark] .header-dropdown-menu,[data-theme=dark] .header-dropdown-menu{box-shadow:0 8px 24px rgba(0,0,0,.6)}.header-dropdown-item{padding:10px 14px;font-size:15px;font-weight:500;color:var(--foreground);border-radius:8px;transition:background-color .15s ease;display:block}.header-dropdown-item:focus-visible,.header-dropdown-item:hover{background-color:var(--surface-hover)}.header-right{display:flex;align-items:center;gap:20px}.theme-toggle-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--foreground);border:1px solid var(--border);background-color:transparent;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theme-toggle-btn:hover{background-color:var(--surface-hover)}.theme-toggle-btn:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.theme-toggle-icon{width:18px;height:18px}.header-lang-badge{font-size:13px;font-weight:600;letter-spacing:.5px;color:var(--muted);padding:6px 12px;border-radius:6px;border:1px solid var(--border);-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-login-link{font-size:15px;font-weight:500;color:var(--foreground);opacity:.85;transition:opacity .15s ease,color .15s ease;padding:8px 12px}.header-login-link:focus-visible,.header-login-link:hover{opacity:1}.header-register-btn,.header-register-btn:visited{font-size:15px;font-weight:600;color:var(--button-primary-fg)!important;background-color:var(--button-primary-bg);height:42px;padding:0 22px;border-radius:9999px;transition:background-color .15s ease,transform .1s ease;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.header-register-btn:hover{background-color:var(--button-primary-hover-bg);color:var(--button-primary-fg)!important}.header-register-btn:active{transform:scale(.98);color:var(--button-primary-fg)!important}.header-mobile-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:8px;color:var(--foreground);transition:background-color .15s ease;background:transparent;border:none;cursor:pointer}.header-mobile-toggle:hover{background-color:var(--surface-hover)}.header-mobile-drawer{display:none}@media (max-width:768px){.header-container{height:var(--header-height-mobile)}.header-nav-desktop,.header-right{display:none!important}.header-mobile-toggle{display:inline-flex!important}.header-mobile-drawer{display:flex;flex-direction:column;position:fixed;top:var(--header-height-mobile);left:0;right:0;bottom:0;background-color:var(--background);padding:24px var(--page-padding) 40px;gap:20px;overflow-y:auto;border-top:1px solid var(--border);z-index:49}.mobile-nav-link{font-size:18px;font-weight:500;color:var(--foreground);padding:10px 0;min-height:44px;display:flex;align-items:center}.mobile-resource-section{display:flex;flex-direction:column;gap:8px;padding:4px 0}.mobile-section-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);padding-bottom:4px}.mobile-sub-link{font-size:17px;font-weight:500;color:var(--foreground);padding:10px 0 10px 14px;min-height:44px;display:flex;align-items:center;opacity:.9}.mobile-divider{height:1px;background-color:var(--border);margin:8px 0}.mobile-lang-row,.mobile-theme-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.mobile-actions{display:flex;flex-direction:column;gap:14px;margin-top:8px}.mobile-login-btn{display:flex;align-items:center;justify-content:center;height:46px;font-size:15px;font-weight:500;color:var(--foreground);border:1px solid var(--border);border-radius:9999px;transition:background-color .15s ease}.mobile-login-btn:hover{background-color:var(--surface-hover)}.mobile-register-btn,.mobile-register-btn:visited{display:flex;align-items:center;justify-content:center;height:48px;font-size:16px;font-weight:600;color:var(--button-primary-fg)!important;background-color:var(--button-primary-bg);border-radius:9999px;transition:background-color .15s ease}.mobile-register-btn:hover{background-color:var(--button-primary-hover-bg);color:var(--button-primary-fg)!important}}.site-footer{width:100%;background-color:var(--background);border-top:1px solid var(--border);padding:72px 0 36px;margin-top:auto}.footer-container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--page-padding)}.footer-grid{display:grid;grid-template-columns:2.2fr 1.2fr 1.2fr 1.8fr;grid-gap:48px;gap:48px;margin-bottom:64px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.brand-tagline{font-size:17px;line-height:1.5;color:var(--muted-foreground);max-width:320px}.social-link{display:inline-flex;align-items:center;margin-top:4px;opacity:.85;transition:opacity .15s ease;padding:4px}.social-link:focus-visible,.social-link:hover{opacity:1}.footer-column{display:flex;flex-direction:column;gap:16px}.column-title{font-size:13px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--muted)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer-link{font-size:15px;font-weight:400;color:var(--foreground);opacity:.85;transition:opacity .15s ease,color .15s ease;line-height:1.5;display:inline-block}.footer-link:focus-visible,.footer-link:hover{opacity:1}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border);font-size:14px;color:var(--muted)}.footer-copyright,.footer-language{-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer-language{font-size:14px;color:var(--muted)}@media (max-width:960px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:640px){.site-footer{padding:56px 0 32px}.footer-grid{grid-template-columns:1fr;gap:36px;margin-bottom:48px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;padding-top:28px}}.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-section{justify-content:flex-start;padding:120px var(--page-padding) 140px;background-color:var(--background)}.hero-container,.hero-section{width:100%;display:flex;flex-direction:column;align-items:center}.hero-container{max-width:var(--content-max-width);margin:0 auto;text-align:center}.hero-title{margin:0 auto 24px}.hero-slogan-wrapper,.hero-title{width:100%;display:flex;justify-content:center;align-items:center}.hero-slogan-wrapper{max-width:820px;margin:0 auto}.hero-slogan-image{width:100%;height:auto;object-fit:contain;display:block}.hero-description{font-size:clamp(18px,2vw,22px);font-weight:400;line-height:1.55;color:var(--muted-foreground);max-width:640px;margin:0 auto 44px;text-wrap:balance}.hero-cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.hero-cta-btn,.hero-cta-btn:visited{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:54px;padding:0 36px;font-size:17px;font-weight:600;color:var(--button-primary-fg)!important;background-color:var(--button-primary-bg);border-radius:9999px;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease;white-space:nowrap;text-decoration:none}.hero-cta-text{font-size:inherit;font-weight:inherit;line-height:inherit}.hero-cta-btn:hover,.hero-cta-text{color:var(--button-primary-fg)!important}.hero-cta-btn:hover{background-color:var(--button-primary-hover-bg);transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.hero-cta-btn:active{transform:translateY(0) scale(.98);color:var(--button-primary-fg)!important}.hero-cta-btn:focus-visible{outline:2px solid var(--foreground);outline-offset:3px;color:var(--button-primary-fg)!important}.hero-scroll-indicator{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);transition:color .15s ease,transform .15s ease;padding:4px;text-decoration:none}.hero-scroll-indicator:hover{color:var(--foreground);transform:translateY(2px)}.hero-scroll-indicator:focus-visible{outline:2px solid var(--foreground);outline-offset:2px;border-radius:4px}.hero-scroll-arrow{width:20px;height:20px}@media (max-width:1024px){.hero-section{padding:90px var(--page-padding) 110px}.hero-slogan-wrapper{max-width:680px}.hero-title{margin-bottom:22px}.hero-description{margin-bottom:38px}}@media (max-width:640px){.hero-section{padding:56px var(--page-padding) 80px}.hero-slogan-wrapper{max-width:100%}.hero-title{margin-bottom:18px}.hero-description{font-size:16px;line-height:1.5;margin-bottom:32px}.hero-cta-btn{width:100%;max-width:340px;height:52px;font-size:16px;padding:0 24px}}.how-it-works-section{width:100%;padding:140px var(--page-padding) 160px;scroll-margin-top:calc(var(--header-height) + 24px);position:relative}.how-it-works-container{width:100%;max-width:1160px;margin:0 auto}.how-it-works-header{text-align:center;margin-bottom:90px}.how-it-works-title{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0}.how-it-works-steps{display:flex;flex-direction:column;gap:150px}.how-it-works-step{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:80px;gap:80px}@media (min-width:1025px){.how-it-works-step--reverse .how-it-works-content{order:2;padding-left:20px}.how-it-works-step--reverse .how-it-works-visual-wrapper{order:1}.how-it-works-step:not(.how-it-works-step--reverse) .how-it-works-content{padding-right:20px}}.how-it-works-content{display:flex;flex-direction:column;max-width:480px}.how-it-works-step-number{font-size:14px;font-weight:600;letter-spacing:.08em;color:var(--muted);margin-bottom:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.how-it-works-step-title{font-size:clamp(32px,3.4vw,42px);font-weight:700;line-height:1.16;color:var(--foreground);margin:0 0 20px;letter-spacing:-.025em;text-wrap:balance}.how-it-works-step-desc{font-size:17px;line-height:1.6;color:var(--muted-foreground);margin:0;max-width:440px}.how-it-works-visual-wrapper{width:100%}.how-it-works-visual{width:100%;aspect-ratio:16/10;background-color:var(--surface-hover);border:1px solid var(--border);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(0,0,0,.02)}.how-it-works-placeholder-text{color:var(--muted);font-size:13px;font-weight:500;letter-spacing:.04em;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:1024px){.how-it-works-section{padding:100px var(--page-padding) 120px;scroll-margin-top:calc(var(--header-height) + 16px)}.how-it-works-header{margin-bottom:70px}.how-it-works-steps{gap:100px}.how-it-works-step{grid-template-columns:1fr;gap:36px}.how-it-works-content{order:1!important;max-width:100%;padding:0!important}.how-it-works-visual-wrapper{order:2!important}.how-it-works-step-title{font-size:clamp(28px,4.5vw,36px);margin-bottom:16px}.how-it-works-step-desc{font-size:16px;max-width:100%}.how-it-works-visual{border-radius:20px;aspect-ratio:16/10}}@media (max-width:640px){.how-it-works-section{padding:72px var(--page-padding) 96px;scroll-margin-top:calc(var(--header-height-mobile) + 12px)}.how-it-works-header{margin-bottom:50px}.how-it-works-steps{gap:80px}.how-it-works-step{gap:28px}.how-it-works-step-number{font-size:13px;margin-bottom:12px}.how-it-works-step-title{font-size:clamp(26px,7vw,32px);line-height:1.22;margin-bottom:14px}.how-it-works-step-desc{font-size:15px;line-height:1.55}.how-it-works-visual{border-radius:16px;aspect-ratio:16/10}}.final-cta-section{width:100%;padding:160px var(--page-padding) 160px;position:relative;text-align:center}.final-cta-container{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.final-cta-title{font-size:clamp(28px,3.8vw,54px);font-weight:700;line-height:1.14;letter-spacing:-.03em;color:var(--foreground);margin:0 0 40px;width:100%;max-width:100%;white-space:nowrap}.final-cta-btn-wrapper{display:flex;justify-content:center;width:100%}.final-cta-btn,.final-cta-btn:visited{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 40px;font-size:17px;font-weight:600;color:var(--button-primary-fg)!important;background-color:var(--button-primary-bg);border-radius:9999px;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease;white-space:nowrap;text-decoration:none}.final-cta-btn-text{color:var(--button-primary-fg)!important;font-size:inherit;font-weight:inherit;line-height:inherit}.final-cta-btn:hover{background-color:var(--button-primary-hover-bg);color:var(--button-primary-fg)!important;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.final-cta-btn:active{transform:translateY(0) scale(.98);color:var(--button-primary-fg)!important}.final-cta-btn:focus-visible{outline:2px solid var(--foreground);outline-offset:3px;color:var(--button-primary-fg)!important}@media (max-width:1024px){.final-cta-section{padding:120px var(--page-padding) 120px}.final-cta-title{font-size:clamp(26px,4.4vw,42px);margin-bottom:34px}}@media (max-width:640px){.final-cta-section{padding:96px var(--page-padding) 104px}.final-cta-title{font-size:clamp(22px,6.2vw,32px);line-height:1.2;margin-bottom:32px;white-space:normal;text-wrap:balance}.final-cta-btn{height:52px;padding:0 32px;font-size:16px;min-width:200px;max-width:300px;width:auto}}.about-intro-section{width:100%;padding:120px var(--page-padding) 80px;position:relative;overflow-x:clip}.about-intro-container{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.about-title{font-size:clamp(24px,3.2vw,38px);font-weight:600;line-height:1.28;letter-spacing:-.02em;color:var(--foreground);margin:0 auto 72px;max-width:920px;text-align:center;text-wrap:balance}.about-highlight{font-weight:800}.about-collage{display:flex;align-items:center;justify-content:center;width:100%;max-width:1160px;margin:0 auto;position:relative;padding:24px 0}.about-photo-item{flex:0 0 37%;max-width:440px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background-color:var(--surface-hover);border:1px solid var(--border);box-shadow:0 16px 36px -8px rgba(0,0,0,.14),0 2px 8px rgba(0,0,0,.06);position:relative;transition:transform .2s ease,box-shadow .2s ease}.about-photo-item--19{transform:rotate(0deg);z-index:1;margin-right:-4.5%}.about-photo-item--12{transform:rotate(-4.5deg) translateY(-8px);z-index:3;margin-right:-4.5%}.about-photo-item--03{transform:rotate(4.5deg) translateY(8px);z-index:2}.about-photo-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:1024px){.about-intro-section{padding:90px var(--page-padding) 60px}.about-title{font-size:clamp(22px,3.4vw,32px);margin-bottom:56px;max-width:800px}.about-collage{padding:16px 0}.about-photo-item{flex:0 0 38%;box-shadow:0 12px 28px -6px rgba(0,0,0,.12)}}@media (max-width:768px){.about-intro-section{padding:56px var(--page-padding) 40px}.about-title{font-size:clamp(19px,5.2vw,24px);line-height:1.32;margin-bottom:40px;max-width:100%}.about-collage{flex-direction:column;width:100%;max-width:460px;padding:8px 0}.about-photo-item{flex:none;width:82%;border-radius:6px;box-shadow:0 10px 24px -4px rgba(0,0,0,.12)}.about-photo-item--19{align-self:flex-start;margin-left:2%;margin-right:0;transform:rotate(0deg);z-index:1}.about-photo-item--12{align-self:flex-end;margin-right:2%;margin-top:-36px;transform:rotate(-3deg);z-index:2}.about-photo-item--03{align-self:flex-start;margin-left:8%;margin-top:-36px;transform:rotate(3deg);z-index:3}}.about-values-section{width:100%;padding:80px var(--page-padding) 80px;position:relative}.about-values-container{width:100%;max-width:1240px;margin:0 auto}.about-values-title{font-size:clamp(32px,4.2vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-transform:uppercase;color:var(--foreground);margin:0 0 72px}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:80px;column-gap:80px;grid-row-gap:72px;row-gap:72px}.about-value-item{display:flex;flex-direction:column;align-items:flex-start;border-top:1px solid var(--border);padding-top:28px}.about-value-number{font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--muted);margin-bottom:20px;display:block}.about-value-title{font-size:clamp(26px,2.6vw,34px);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--foreground);margin:0 0 16px}.about-value-desc{font-size:17px;line-height:1.6;color:var(--muted-foreground);margin:0;max-width:480px}@media (max-width:1024px){.about-values-section{padding:60px var(--page-padding) 60px}.about-values-title{font-size:clamp(28px,4vw,40px);margin-bottom:56px}.about-values-grid{column-gap:48px;row-gap:56px}.about-value-title{font-size:clamp(24px,2.8vw,30px)}.about-value-desc{font-size:16px}}@media (max-width:768px){.about-values-section{padding:40px var(--page-padding) 48px}.about-values-title{font-size:clamp(26px,6.5vw,34px);margin-bottom:40px}.about-values-grid{grid-template-columns:1fr;row-gap:48px}.about-value-item{padding-top:24px}.about-value-number{font-size:12px;margin-bottom:16px}.about-value-title{font-size:clamp(22px,5.5vw,28px);margin-bottom:12px}.about-value-desc{font-size:15px;line-height:1.55;max-width:100%}}.about-motivations-section{width:100%;padding:80px var(--page-padding) 60px;position:relative}.about-motivations-container{width:100%;max-width:1240px;margin:0 auto}.about-motivations-title{font-size:clamp(32px,4.2vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-transform:uppercase;color:var(--foreground);margin:0 0 64px}.about-motivations-layout{display:grid;grid-template-columns:46% 1fr;grid-column-gap:72px;column-gap:72px;align-items:start}.about-motivations-visual{width:100%;position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 32px)}.motivations-carousel{width:100%;display:flex;flex-direction:column;align-items:center}.motivations-carousel-stage{position:relative;width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background-color:var(--surface-hover);border:1px solid var(--border)}.motivations-carousel-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .4s ease-in-out}.motivations-carousel-slide.is-active{opacity:1;pointer-events:auto;z-index:1}.motivations-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.motivations-placeholder-photo{font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.motivations-placeholder-soon{font-size:12px;color:var(--muted-foreground)}.motivations-carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.motivations-dot{display:inline-flex;align-items:center;justify-content:center;padding:6px;background:transparent;border:none;cursor:pointer;border-radius:9999px;color:inherit}.motivations-dot:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.motivations-dot-inner{display:block;width:8px;height:8px;border-radius:9999px;background-color:var(--border);transition:background-color .2s ease,width .2s ease}.motivations-dot.is-active .motivations-dot-inner{background-color:var(--foreground);width:22px}.about-motivations-content{width:100%;display:flex;flex-direction:column}.about-motivations-paragraphs{display:flex;flex-direction:column;gap:24px}.about-motivations-p{font-size:17px;line-height:1.68;color:var(--muted-foreground);margin:0}.about-motivations-closing{font-size:18px;font-weight:600;line-height:1.55;color:var(--foreground);margin:36px 0 16px}.about-motivations-signature{font-size:15px;font-weight:500;color:var(--muted);margin:0}@media (prefers-reduced-motion:reduce){.motivations-carousel-slide,.motivations-dot-inner{transition:none!important}}@media (max-width:960px){.about-motivations-section{padding:60px var(--page-padding) 50px}.about-motivations-title{font-size:clamp(28px,4vw,40px);margin-bottom:48px}.about-motivations-layout{display:flex;flex-direction:column;gap:48px}.about-motivations-visual{position:static;max-width:540px;margin:0 auto}.about-motivations-p{font-size:16px;line-height:1.62}.about-motivations-closing{font-size:17px;margin-top:28px}}@media (max-width:640px){.about-motivations-section{padding:48px var(--page-padding) 40px}.about-motivations-title{font-size:clamp(26px,6.5vw,34px);margin-bottom:36px}.about-motivations-visual{max-width:100%}.about-motivations-layout{gap:40px}.about-motivations-p{font-size:15px;line-height:1.58}.about-motivations-closing{font-size:16px;margin-top:24px}}.about-final-cta-section{width:100%;padding:140px var(--page-padding) 160px;position:relative;text-align:center}.about-final-cta-container{width:100%;max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-final-cta-title{font-size:clamp(34px,4.5vw,56px);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--foreground);margin:0 auto 40px;max-width:820px;text-wrap:balance;text-align:center}@media (max-width:1024px){.about-final-cta-section{padding:100px var(--page-padding) 120px}.about-final-cta-title{font-size:clamp(30px,4.8vw,44px);margin-bottom:34px;max-width:680px}}@media (max-width:640px){.about-final-cta-section{padding:80px var(--page-padding) 100px}.about-final-cta-title{font-size:clamp(26px,7vw,36px);line-height:1.2;margin-bottom:32px;max-width:100%}}.resource-hero-section{width:100%;padding:120px var(--page-padding) 160px;position:relative;overflow-x:clip}.resource-hero-container{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column}.resource-hero-header{margin-bottom:88px;display:flex;flex-direction:column;align-items:flex-start}.resource-hero-label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:24px;display:block}.resource-hero-title{font-size:clamp(38px,5.5vw,68px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--foreground);margin:0;max-width:860px;text-wrap:balance}.resource-mosaic{width:100%;display:flex;flex-direction:column;position:relative;gap:56px}.resource-photo-item{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background-color:var(--surface-hover);border:1px solid var(--border);box-shadow:0 8px 24px -4px rgba(0,0,0,.08)}.resource-photo-item--dominant{width:65%;max-width:800px;align-self:flex-start}.resource-photo-item--secondary-right{width:40%;max-width:490px;align-self:flex-end}.resource-photo-item--secondary-left{width:46%;max-width:560px;align-self:flex-start;margin-left:8%}.resource-photo-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width:1024px){.resource-hero-section{padding:90px var(--page-padding) 120px}.resource-hero-header{margin-bottom:64px}.resource-hero-title{font-size:clamp(34px,5.2vw,54px);max-width:740px}.resource-mosaic{gap:40px}.resource-photo-item--dominant{width:72%;max-width:100%}.resource-photo-item--secondary-right{width:46%}.resource-photo-item--secondary-left{width:52%;margin-left:6%}}@media (max-width:768px){.resource-hero-section{padding:56px var(--page-padding) 80px}.resource-hero-header{margin-bottom:44px}.resource-hero-label{font-size:12px;margin-bottom:16px}.resource-hero-title{font-size:clamp(28px,7.5vw,42px);line-height:1.15;max-width:100%}.resource-mosaic{gap:28px}.resource-photo-item{border-radius:6px}.resource-photo-item--dominant{width:100%;align-self:center}.resource-photo-item--secondary-right{width:82%;align-self:flex-end}.resource-photo-item--secondary-left{width:82%;align-self:flex-start;margin-left:0}}.students-hero-section{width:100%;padding:120px var(--page-padding) 160px;position:relative;overflow-x:clip}.students-hero-container{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column}.students-hero-header{margin-bottom:88px;display:flex;flex-direction:column;align-items:flex-start}.students-hero-label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:24px;display:block}.students-hero-title{font-size:clamp(38px,5.5vw,68px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--foreground);margin:0;max-width:890px;text-wrap:balance}.students-mosaic{width:100%;display:flex;flex-direction:column;position:relative;gap:56px}.students-photo-item{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background-color:var(--surface-hover);border:1px solid var(--border);box-shadow:0 8px 24px -4px rgba(0,0,0,.08)}.students-photo-item--secondary-top{width:40%;max-width:490px;align-self:flex-start;margin-left:6%}.students-photo-item--dominant-right{width:65%;max-width:800px;align-self:flex-end}.students-photo-item--secondary-bottom{width:46%;max-width:560px;align-self:flex-start}.students-photo-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width:1024px){.students-hero-section{padding:90px var(--page-padding) 120px}.students-hero-header{margin-bottom:64px}.students-hero-title{font-size:clamp(34px,5.2vw,54px);max-width:760px}.students-mosaic{gap:40px}.students-photo-item--secondary-top{width:46%;margin-left:4%}.students-photo-item--dominant-right{width:72%;max-width:100%}.students-photo-item--secondary-bottom{width:52%}}@media (max-width:768px){.students-hero-section{padding:56px var(--page-padding) 80px}.students-hero-header{margin-bottom:44px}.students-hero-label{font-size:12px;margin-bottom:16px}.students-hero-title{font-size:clamp(28px,7.5vw,42px);line-height:1.15;max-width:100%}.students-mosaic{gap:28px}.students-photo-item{border-radius:6px}.students-photo-item--dominant-right{width:95%;align-self:flex-end;order:-1}.students-photo-item--secondary-top{width:82%;align-self:flex-start;margin-left:0;order:0}.students-photo-item--secondary-bottom{width:82%;align-self:flex-end;order:1}}.resource-features-section{width:100%;padding:80px var(--page-padding) 160px;position:relative}.resource-features-container{width:100%;max-width:1240px;margin:0 auto}.resource-features-title{font-size:clamp(32px,4.2vw,48px);font-weight:700;line-height:1.18;letter-spacing:-.025em;color:var(--foreground);margin:0 auto 72px;max-width:860px;text-align:center;text-wrap:balance}.resource-features-list{display:flex;flex-direction:column;gap:40px;width:100%}.resource-feature-card{width:100%;background-color:#fbfbfb;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:48px;box-sizing:border-box}:root[data-theme=dark] .resource-feature-card,[data-theme=dark] .resource-feature-card{background-color:#111111;border:1px solid rgba(255,255,255,.07)}.resource-feature-card--reversed{flex-direction:row-reverse}.resource-feature-text{flex:1 1 46%;padding:16px 8px 16px 16px;display:flex;flex-direction:column;justify-content:center}.resource-feature-card--reversed .resource-feature-text{padding:16px 16px 16px 8px}.resource-feature-title{font-size:clamp(24px,2.3vw,30px);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--foreground);margin:0 0 20px}.resource-feature-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.resource-feature-item{font-size:16px;line-height:1.6;color:var(--muted-foreground);position:relative;padding-left:20px}.resource-feature-item:before{content:"•";position:absolute;left:0;top:0;color:var(--muted);font-size:18px;line-height:1.5}.resource-feature-visual-wrapper{flex:1 1 54%;width:100%;display:flex}.resource-feature-visual{width:100%;aspect-ratio:16/10;min-height:360px;border-radius:18px;overflow:hidden;background-color:#ffffff;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 24px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;box-sizing:border-box}:root[data-theme=dark] .resource-feature-visual,[data-theme=dark] .resource-feature-visual{background-color:#181818;border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px rgba(0,0,0,.5)}.resource-feature-placeholder-text{font-size:14px;font-weight:500;letter-spacing:.02em;color:var(--muted)}.resource-feature-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:960px){.resource-features-section{padding:60px var(--page-padding) 120px}.resource-features-title{font-size:clamp(28px,4.5vw,38px);margin-bottom:48px}.resource-features-list{gap:32px}.resource-feature-card,.resource-feature-card--reversed{flex-direction:column;align-items:flex-start;padding:32px 24px;gap:28px;border-radius:20px}.resource-feature-card--reversed .resource-feature-text,.resource-feature-text{max-width:100%;width:100%;padding:0}.resource-feature-title{font-size:clamp(22px,3vw,26px);margin-bottom:16px}.resource-feature-visual-wrapper{max-width:100%;width:100%}.resource-feature-visual{min-height:auto;border-radius:14px}}@media (max-width:640px){.resource-features-section{padding:48px var(--page-padding) 80px}.resource-features-title{font-size:clamp(24px,6.8vw,32px);margin-bottom:36px}.resource-features-list{gap:20px}.resource-feature-card,.resource-feature-card--reversed{padding:20px 16px;gap:20px;border-radius:16px}.resource-feature-item{font-size:15px}.resource-feature-visual{border-radius:12px;aspect-ratio:16/10}}.theme-logo-light{display:block!important}.theme-logo-dark{display:none!important}:root[data-theme=light] .theme-logo-light,[data-theme=light] .theme-logo-light,html[data-theme=light] .theme-logo-light{display:block!important}:root[data-theme=light] .theme-logo-dark,[data-theme=light] .theme-logo-dark,html[data-theme=light] .theme-logo-dark{display:none!important}:root[data-theme=dark] .theme-logo-dark,[data-theme=dark] .theme-logo-dark,html[data-theme=dark] .theme-logo-dark{display:block!important}:root[data-theme=dark] .theme-logo-light,[data-theme=dark] .theme-logo-light,html[data-theme=dark] .theme-logo-light{display:none!important}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .theme-logo-dark,html:not([data-theme=light]):not([data-theme=dark]) .theme-logo-dark{display:block!important}:root:not([data-theme=light]):not([data-theme=dark]) .theme-logo-light,html:not([data-theme=light]):not([data-theme=dark]) .theme-logo-light{display:none!important}}.contact-section{width:100%;padding:120px var(--page-padding) 160px;position:relative;overflow-x:clip}.contact-container{width:100%;max-width:1240px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:64px}.contact-intro-col{flex:0 0 42%;max-width:480px;display:flex;flex-direction:column}.contact-label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:24px;display:block}.contact-title{font-size:clamp(36px,4.5vw,56px);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:var(--foreground);margin:0 0 20px;text-wrap:balance}.contact-description{font-size:18px;line-height:1.6;color:var(--muted-foreground);margin:0 0 48px;max-width:420px}.contact-info-block{display:flex;flex-direction:column;gap:8px;padding-top:24px;border-top:1px solid var(--border)}.contact-info-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.contact-info-email{font-size:18px;font-weight:600;color:var(--foreground);text-decoration:none;display:inline-block;transition:opacity .2s ease}.contact-info-email:hover{opacity:.7}.contact-info-email:focus-visible{outline:2px solid var(--foreground);outline-offset:4px;border-radius:4px}.contact-form-col{flex:1 1 52%;max-width:620px}.contact-form-container{width:100%;background-color:#fbfbfb;border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:40px;box-sizing:border-box}:root[data-theme=dark] .contact-form-container,[data-theme=dark] .contact-form-container{background-color:#111111;border:1px solid rgba(255,255,255,.08)}.contact-status-banner{padding:16px 20px;border-radius:12px;margin-bottom:24px;font-size:15px;line-height:1.5;font-weight:500}.contact-status-banner--success{background-color:rgba(52,168,83,.1);color:#1e8e3e;border:1px solid rgba(52,168,83,.25)}:root[data-theme=dark] .contact-status-banner--success,[data-theme=dark] .contact-status-banner--success{background-color:rgba(129,201,149,.12);color:#81c995;border:1px solid rgba(129,201,149,.25)}.contact-status-banner--error{background-color:rgba(234,67,53,.1);color:#d93025;border:1px solid rgba(234,67,53,.25)}:root[data-theme=dark] .contact-status-banner--error,[data-theme=dark] .contact-status-banner--error{background-color:rgba(242,139,130,.12);color:#f28b82;border:1px solid rgba(242,139,130,.25)}.contact-status-text{margin:0}.contact-form{gap:22px}.contact-form,.form-group{display:flex;flex-direction:column;width:100%}.form-group{gap:8px}.form-label{font-size:14px;font-weight:600;color:var(--foreground);display:flex;align-items:center;gap:4px}.form-required{color:var(--muted);font-weight:400}.form-input,.form-textarea{width:100%;box-sizing:border-box;font-family:inherit;font-size:16px;padding:14px 16px;border-radius:12px;border:1px solid var(--border);background-color:var(--background);color:var(--foreground);transition:border-color .2s ease,box-shadow .2s ease;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted);opacity:.8}.form-input:focus,.form-textarea:focus{border-color:var(--foreground);box-shadow:0 0 0 3px var(--surface-hover)}.form-input:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed}.form-textarea{resize:vertical;min-height:130px;line-height:1.5}.form-input--error{border-color:#d93025!important}:root[data-theme=dark] .form-input--error,[data-theme=dark] .form-input--error{border-color:#f28b82!important}.form-error-msg{font-size:13px;font-weight:500;color:#d93025;margin-top:2px}:root[data-theme=dark] .form-error-msg,[data-theme=dark] .form-error-msg{color:#f28b82}.form-submit-wrapper{margin-top:6px;display:flex}.contact-submit-btn{display:inline-flex;align-items:center;justify-content:center;background-color:var(--button-primary-bg);color:var(--button-primary-fg);border-radius:9999px;padding:14px 36px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:background-color .2s ease,opacity .2s ease,transform .1s ease;outline:none}.contact-submit-btn:hover:not(:disabled){background-color:var(--button-primary-hover-bg)}.contact-submit-btn:active:not(:disabled){transform:scale(.98)}.contact-submit-btn:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1024px){.contact-section{padding:90px var(--page-padding) 120px}.contact-container{gap:40px}.contact-intro-col{flex:0 0 45%}.contact-form-col{flex:1 1 50%}.contact-form-container{padding:32px}}@media (max-width:840px){.contact-section{padding:56px var(--page-padding) 80px}.contact-container{flex-direction:column;gap:48px}.contact-intro-col{width:100%;max-width:100%;flex:1 1 auto}.contact-description{margin-bottom:32px}.contact-form-col{width:100%;max-width:100%;flex:1 1 auto}.contact-form-container{padding:24px 20px;border-radius:20px}.contact-submit-btn{width:100%}}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:96px var(--page-padding) 48px;background:radial-gradient(circle at 15% 10%,var(--surface-hover),transparent 34%),var(--background)}.auth-logo{position:absolute;top:28px;left:var(--page-padding)}.auth-card{width:min(100%,480px);padding:44px;border:1px solid var(--border);border-radius:28px;background:var(--surface);box-shadow:0 24px 80px rgba(0,0,0,.08)}.auth-heading{display:grid;grid-gap:10px;gap:10px;margin-bottom:32px}.auth-heading h1{font-size:clamp(2rem,6vw,3rem);font-weight:700;letter-spacing:-.045em;line-height:1}.auth-heading>p:last-child,.auth-switch{color:var(--muted-foreground)}.auth-progress{margin-bottom:18px;color:var(--muted-foreground);font-size:.82rem;letter-spacing:.05em}.auth-eyebrow,.auth-progress{font-weight:700;text-transform:uppercase}.auth-eyebrow{color:var(--muted);font-size:.78rem;letter-spacing:.1em}.auth-field,.auth-form{display:grid;grid-gap:10px;gap:10px}.auth-form{gap:20px}.auth-field>label,.auth-field>span{font-size:.9rem;font-weight:650}.auth-optional{color:var(--muted-foreground);font-size:inherit;font-weight:500}.auth-program-search{position:relative}.auth-program-results{position:absolute;top:calc(100% - 2px);right:0;left:0;z-index:20;max-height:248px;overflow-y:auto;padding:6px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 16px 40px rgba(0,0,0,.12)}.auth-program-results button,.auth-program-status{width:100%;padding:11px 12px;border-radius:10px;text-align:left;font-size:.88rem;line-height:1.35}.auth-program-results button:focus-visible,.auth-program-results button:hover{background:var(--surface-hover);outline:none}.auth-program-status{color:var(--muted-foreground)}.auth-field input{width:100%;min-height:52px;padding:0 16px;color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:14px;font:inherit;outline:none}.auth-field input:focus{border-color:var(--foreground);box-shadow:0 0 0 3px var(--surface-hover)}.auth-field select{width:100%;min-height:52px;padding:0 42px 0 16px;color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:14px;font:inherit;outline:none}.auth-field select:focus{border-color:var(--foreground);box-shadow:0 0 0 3px var(--surface-hover)}.auth-field small{color:var(--muted-foreground);font-size:.78rem}.auth-availability{min-height:22px;margin-top:-10px;color:var(--muted-foreground);font-size:.84rem;font-weight:650}.auth-availability .is-available{color:#177245}.auth-availability .is-unavailable{color:#b42318}.auth-suggestions{display:grid;grid-gap:12px;gap:12px}.auth-suggestions>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted-foreground);font-size:.84rem}.auth-suggestions>div:first-child button{font-weight:650;text-decoration:underline;text-underline-offset:3px}.auth-suggestion-list{display:flex;flex-wrap:wrap;gap:8px}.auth-suggestion-list button{padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:var(--background);font-size:.84rem;font-weight:650}.auth-suggestion-list button.is-selected{color:var(--button-primary-fg);background:var(--button-primary-bg);border-color:var(--button-primary-bg)}.auth-password-field{position:relative}.auth-password-field input{padding-right:64px}.auth-password-toggle{position:absolute;top:50%;right:14px;min-width:36px;min-height:36px;transform:translateY(-50%);color:var(--muted-foreground)}.auth-password-toggle-text{width:auto;padding:0 4px;font-size:.78rem;font-weight:700}.auth-password-criteria{display:grid;grid-gap:8px;gap:8px;padding:0 4px;color:var(--muted-foreground);font-size:.84rem}.auth-password-criteria ul{display:grid;grid-gap:5px;gap:5px}.auth-password-criteria li{display:flex;align-items:center;gap:8px}.auth-password-criteria li>span{width:14px;text-align:center;font-weight:800}.auth-password-criteria li.is-met,.auth-password-match.is-matching{color:#177245}.auth-password-match{min-height:20px;margin-top:-10px;font-size:.84rem;font-weight:650}.auth-password-match.is-mismatch{color:#b42318}.auth-step-actions{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:16px;gap:16px}.auth-back-button{min-height:52px;padding:0 8px;color:var(--muted-foreground);font-weight:650}.auth-secondary-link,.auth-switch a{font-weight:650;text-decoration:underline;text-underline-offset:4px}.auth-secondary-link{justify-self:end;margin-top:-8px;font-size:.9rem}.auth-submit{width:100%;min-height:52px;padding:0 20px;border-radius:14px;color:var(--button-primary-fg);background:var(--button-primary-bg);font-weight:700}.auth-submit:disabled{cursor:not-allowed;opacity:.45}.auth-error{padding:12px 14px;border:1px solid rgba(180,30,30,.35);border-radius:12px;color:#b42318;background:rgba(180,30,30,.08);font-size:.9rem}.auth-info,.auth-warning{padding:12px 14px;border-radius:12px;font-size:.88rem;line-height:1.45}.auth-info{color:#176b3a;background:rgba(32,160,90,.1);border:1px solid rgba(32,160,90,.25)}.auth-warning{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;color:#292000;background:#fff5b8;border:1px solid #c79a00}.auth-warning-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#ffffff;background:#765b00;font-size:.82rem;font-weight:800}.auth-warning strong{display:block;margin-bottom:4px;font-weight:750}.auth-warning p{color:#3d3208}:root[data-theme=dark] .auth-warning,[data-theme=dark] .auth-warning{color:#fff7c7;background:rgba(255,214,64,.12);border-color:#d7ad20}:root[data-theme=dark] .auth-warning p,[data-theme=dark] .auth-warning p{color:#f3e7a6}:root[data-theme=dark] .auth-warning-icon,[data-theme=dark] .auth-warning-icon{color:#201a00;background:#f0c735}.auth-otp-field{position:relative;display:block}.auth-otp-field>input{position:absolute;inset:0;z-index:2;width:100%;height:100%;opacity:0;cursor:text}.auth-otp-boxes{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:7px;gap:7px}.auth-otp-boxes>span{display:grid;place-items:center;min-width:0;aspect-ratio:1;color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:12px;font-size:1.25rem;font-weight:700}.auth-otp-boxes>span.is-active,.auth-otp-field:focus-within .auth-otp-boxes>span.is-active{border-color:var(--foreground);box-shadow:0 0 0 3px var(--surface-hover)}.auth-inline-actions{display:flex;justify-content:space-between;gap:16px}.auth-inline-actions button{color:var(--muted-foreground);font-size:.88rem;font-weight:650;text-decoration:underline;text-underline-offset:4px}.auth-inline-actions button:disabled{cursor:not-allowed;opacity:.45}.auth-success{display:grid;justify-items:center;grid-gap:18px;gap:18px;padding:32px 0;text-align:center}.auth-success-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;color:#176b3a;background:rgba(32,160,90,.12);font-size:1.5rem;font-weight:800}.auth-switch{margin-top:28px;text-align:center;font-size:.92rem}.auth-placeholder-page{min-height:100vh;display:grid;place-content:center;grid-gap:12px;gap:12px;padding:var(--page-padding);text-align:center}.feed-shell{width:min(100%,1440px);min-height:100vh;margin:0 auto;display:grid;grid-template-columns:250px minmax(0,680px) 330px;justify-content:center}.feed-left,.feed-right{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:24px 20px}.feed-left{display:flex;flex-direction:column;justify-content:space-between;gap:24px}.feed-joined,.feed-left-bottom,.feed-left-main,.feed-main-nav{display:grid;grid-gap:10px;gap:10px}.feed-main-nav{margin-top:22px}.feed-joined button,.feed-main-nav button{display:flex;align-items:center;gap:13px;width:100%;min-height:46px;padding:9px 12px;border-radius:14px;color:var(--foreground);text-align:left;font:inherit}.feed-main-nav button{font-size:1rem;font-weight:650}.feed-main-nav svg{flex:0 0 auto}.feed-joined button:hover,.feed-main-nav button.is-active,.feed-main-nav button:hover{background:var(--surface-hover)}.feed-joined{margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.feed-joined button{min-width:0;font-size:.9rem}.feed-joined button>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-joined .feed-see-all{min-height:34px;color:var(--muted-foreground);font-size:.84rem}.feed-avatar{flex:0 0 auto;width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--surface-hover)}.feed-avatar-fallback{display:grid;place-items:center;font-size:.7rem;font-weight:800}.feed-left-bottom{gap:12px}.feed-create{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:46px;border-radius:999px;color:var(--button-primary-fg);background:var(--button-primary-bg);font:inherit;font-weight:750}.feed-create:hover{background:var(--button-primary-hover-bg)}.feed-profile{display:flex;align-items:center;gap:11px;min-width:0;padding:9px 8px}.public-auth-actions{display:grid;grid-gap:9px;gap:9px}.public-auth-actions button,.public-discussion-cta button,.public-join-card button{min-height:42px;padding:9px 16px;border:1px solid var(--border);border-radius:999px;font-weight:750}.public-auth-actions button:first-child,.public-discussion-cta button:last-child,.public-join-card button{color:var(--button-primary-fg);background:var(--button-primary-bg)}.public-discussion-cta{display:grid;justify-items:center;grid-gap:10px;gap:10px;margin-top:24px;padding:24px;border:1px solid var(--border);border-radius:18px;text-align:center;background:var(--surface)}.public-discussion-cta p,.public-join-card p{margin:0;color:var(--muted-foreground);line-height:1.5}.public-discussion-cta>div{display:flex;gap:10px}.public-join-card{display:grid;grid-gap:14px;gap:14px}.feed-post-unavailable{color:var(--muted-foreground)!important;font-style:italic}.feed-profile>span:last-child,.feed-suggestion>span{display:grid;min-width:0}.feed-profile small,.feed-profile strong,.feed-suggestion strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-popular small,.feed-profile small,.feed-suggestion small{color:var(--muted-foreground)}.feed-center{min-height:100vh;border-right:1px solid var(--border);border-left:1px solid var(--border)}.feed-tabs{position:-webkit-sticky;position:sticky;z-index:10;top:0;display:flex;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 92%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.feed-tabs::-webkit-scrollbar{display:none}.feed-tabs button{position:relative;flex:0 0 auto;min-height:58px;padding:0 19px;color:var(--muted-foreground);font:inherit;font-size:.9rem;font-weight:680;white-space:nowrap}.feed-tabs button:hover{background:var(--surface-hover)}.feed-tabs button.is-active{color:var(--foreground)}.feed-tabs button.is-active:after{content:"";position:absolute;right:18px;bottom:0;left:18px;height:3px;border-radius:3px 3px 0 0;background:var(--foreground)}.feed-post{padding:20px 22px;border-bottom:1px solid var(--border)}.feed-post:hover{background:color-mix(in srgb,var(--surface-hover) 48%,transparent)}.feed-post-header,.feed-post-identity,.feed-post-meta-primary{display:flex;align-items:center}.feed-post-header{justify-content:space-between;gap:12px;margin-bottom:10px}.feed-post-identity{min-width:0;gap:9px}.feed-avatar-sm{width:30px;height:30px}.feed-post-meta{display:grid;min-width:0;grid-gap:2px;gap:2px;color:var(--muted-foreground);font-size:.8rem}.feed-post-meta-primary{min-width:0;flex-wrap:wrap;gap:5px}.feed-post-meta strong{color:var(--foreground);font-weight:750}.feed-post-author,.feed-post-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-post-author{color:var(--muted-foreground);font-size:.72rem}.feed-post-more{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--muted-foreground)}.feed-post-more:hover{background:var(--surface-hover)}.feed-post h2{margin:0 0 6px;font-size:1rem;line-height:1.35;-webkit-line-clamp:2}.feed-post h2,.feed-post p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.feed-post p{color:color-mix(in srgb,var(--foreground) 86%,transparent);margin:0 0 12px;line-height:1.45;-webkit-line-clamp:3}.feed-media-grid{display:grid;width:100%;height:240px;grid-gap:4px;gap:4px;overflow:hidden;margin:0 0 12px;border-radius:8px}.feed-media-count-1{grid-template-columns:1fr}.feed-media-count-2{grid-template-columns:repeat(2,1fr)}.feed-media-count-3,.feed-media-count-4{grid-template:repeat(2,1fr) /repeat(2,1fr)}.feed-media-count-3 .feed-media-cell:first-child{grid-row:1/3}.feed-media-cell,.feed-media-video{position:relative;min-width:0;min-height:0;overflow:hidden;background:#1e1e20}.feed-media-cell img{width:100%;height:100%;object-fit:cover}.feed-media-more{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(0,0,0,.65);font-size:1.25rem;font-weight:800}.feed-media-video{display:grid;place-content:center;justify-items:center;grid-gap:5px;gap:5px;color:#fff}.feed-media-video span{font-size:.75rem;font-weight:700}.feed-media-pdf{display:flex;align-items:center;gap:12px;margin:0 0 12px;padding:12px;border:1px solid #2a2a2e;border-radius:8px;background:#1a1a1d;color:#ef4444}.feed-media-pdf>span{display:grid;grid-gap:2px;gap:2px;color:#fff;font-size:.82rem}.feed-media-pdf small{color:var(--muted-foreground)}.feed-post-actions{display:flex;align-items:center;gap:10px;margin-top:4px}.feed-action-pill{display:flex;align-items:center;min-height:30px;gap:7px;padding:5px 11px;border:1px solid transparent;border-radius:999px;color:var(--foreground);background:color-mix(in srgb,var(--foreground) 10%,var(--background));font-size:.8rem;font-weight:650}.feed-vote-pill{gap:8px;padding:4px 10px}.feed-vote-pill button{display:grid;place-items:center;color:inherit}.feed-vote-pill button:disabled{cursor:wait;opacity:.65}.feed-vote-pill.is-upvoted{border-color:rgba(255,69,0,.4);color:#ff4500;background:rgba(255,69,0,.15)}.feed-vote-pill.is-downvoted{border-color:rgba(113,147,255,.4);color:#7193ff;background:rgba(113,147,255,.15)}.feed-icon-pill{padding-inline:9px}.feed-vote-error{color:#ef4444;font-size:.75rem;font-weight:650}.feed-post.is-clickable{cursor:pointer}.post-detail-topbar{position:-webkit-sticky;position:sticky;z-index:11;top:0;display:flex;align-items:center;gap:14px;min-height:58px;padding:0 18px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 92%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.post-detail-topbar button{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--foreground);font-size:1.25rem}.post-detail-topbar button:hover{background:var(--surface-hover)}.post-comments-section{padding:8px 22px 40px}.post-comment-composer{display:grid;grid-gap:9px;gap:9px;margin:16px 0 8px;padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.post-comment-composer.is-reply{margin:14px 0 4px 39px;border-left:2px solid #ff9500}.post-comment-composer textarea{width:100%;min-height:24px;max-height:180px;overflow-y:auto;resize:none;border:0;outline:0;color:var(--foreground);background:transparent;font:inherit;line-height:1.45}.post-comment-composer-actions,.post-comment-composer-label{display:flex;align-items:center;justify-content:space-between;gap:12px}.post-comment-composer-label{color:var(--muted-foreground);font-size:.76rem}.post-comment-composer-label button{color:var(--muted-foreground);font-size:.74rem;text-decoration:underline}.post-comment-composer-actions{min-height:32px;color:var(--muted-foreground);font-size:.72rem}.post-comment-composer-actions>span{color:#ef4444;font-weight:650}.post-comment-composer-actions>button{padding:8px 15px;border-radius:999px;color:var(--button-primary-fg);background:var(--button-primary-bg);font-weight:750}.post-comment-composer-actions>button:disabled{cursor:not-allowed;opacity:.45}.post-comment-global-error,.post-comments-disabled{margin:16px 0;padding:12px 14px;border:1px solid var(--border);border-radius:12px;color:var(--muted-foreground);background:var(--surface-hover);font-size:.82rem}.post-comment-global-error{color:#ef4444}.post-comments-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0 14px;border-bottom:1px solid var(--border)}.post-comments-heading h1{font-size:1.05rem}.post-comments-sort{display:flex;gap:4px;padding:3px;border-radius:999px;background:var(--surface-hover)}.post-comments-sort button{padding:7px 11px;border-radius:999px;color:var(--muted-foreground);font-size:.78rem;font-weight:700}.post-comments-sort button.is-active{color:var(--button-primary-fg);background:var(--button-primary-bg)}.post-comment{position:relative;padding:16px 0 4px}.post-comment-line{position:absolute;top:13px;bottom:0;left:-12px;width:2px;border-radius:2px;background:color-mix(in srgb,var(--foreground) 18%,transparent)}.post-comment-header{display:flex;align-items:center;gap:9px}.post-comment-header>.post-comment-author{display:grid;min-width:0;flex:1 1}.post-comment-header>.feed-avatar{flex:0 0 30px}.post-comment-header small,.post-comment-header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-comment-header strong{font-size:.84rem}.post-comment-header small{color:var(--muted-foreground);font-size:.72rem}.post-comment-header>button{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:var(--muted-foreground)}.post-comment>p{margin:10px 0 10px 39px;color:color-mix(in srgb,var(--foreground) 88%,transparent);font-size:.88rem;line-height:1.5;white-space:pre-wrap}.post-comment>p.is-deleted{color:var(--muted-foreground);font-style:italic}.post-comment-actions{display:flex;gap:8px;margin-left:39px}.post-comments-more{display:block;margin:22px auto 0;padding:9px 15px;border:1px solid var(--border);border-radius:999px;color:var(--foreground);font-size:.8rem;font-weight:700}.post-replies-more{margin:12px 0 0 39px;border:0;color:#ff9500}.post-comments-empty{padding:56px 0;text-align:center}.post-comments-empty,.post-community-card>small,.post-community-card>span{color:var(--muted-foreground)}.post-community-identity{display:flex;align-items:center;gap:11px;margin-top:14px}.post-community-identity h2{margin:0;font-size:1rem}.post-community-card>p{display:-webkit-box;overflow:hidden;margin:14px 0;color:color-mix(in srgb,var(--foreground) 82%,transparent);font-size:.83rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:4}.post-community-stats{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--border);font-size:.78rem}.post-community-stats span{padding:5px 9px;border-radius:999px;color:var(--muted-foreground);background:var(--surface-hover)}.feed-status{display:grid;justify-items:center;grid-gap:14px;gap:14px;min-height:240px;place-content:center;padding:30px;color:var(--muted-foreground);text-align:center}.feed-load-more,.feed-status button{padding:10px 18px;border:1px solid var(--border);border-radius:999px;color:var(--foreground);font:inherit;font-weight:700}.feed-load-more{display:block;margin:24px auto}.feed-right{display:grid;align-content:start;grid-gap:18px;gap:18px;overflow-y:auto}.feed-search{display:flex;align-items:center;gap:10px;min-height:46px;padding:0 16px;border:1px solid transparent;border-radius:999px;background:var(--surface-hover)}.feed-search:focus-within{border-color:var(--foreground);background:var(--surface)}.feed-search input{width:100%;border:0;outline:0;color:var(--foreground);background:transparent;font:inherit}.feed-side-card{padding:18px;border:1px solid var(--border);border-radius:18px}.feed-side-card h2{margin:0 0 14px;font-size:1.05rem}.feed-suggestion{display:flex;align-items:center;gap:11px;padding:10px 0}.feed-popular{display:grid;grid-gap:5px;gap:5px;padding:12px 0;border-top:1px solid var(--border)}.feed-popular:first-of-type{border-top:0}.feed-popular strong{display:-webkit-box;overflow:hidden;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feed-legal{padding:0 8px;color:var(--muted-foreground);line-height:1.5}.feed-mobile-nav{display:none}@media (max-width:1180px){.feed-shell{grid-template-columns:230px minmax(0,680px)}.feed-right{display:none}}@media (max-width:820px){.feed-shell{display:block;width:100%}.feed-left{display:none}.feed-center{padding-bottom:92px;border:0}.feed-mobile-nav{position:fixed;z-index:20;right:20px;bottom:max(16px,env(safe-area-inset-bottom));left:20px;display:grid;grid-template-columns:repeat(5,1fr);width:min(calc(100% - 40px),520px);min-height:60px;margin:0 auto;padding:6px;border:1.5px solid #222;border-radius:36px;background:#000;box-shadow:0 8px 24px rgba(0,0,0,.4)}.feed-mobile-nav button{display:flex;width:44px;height:44px;margin:auto;border-radius:50%;place-items:center;align-items:center;justify-content:center;color:#888}.feed-mobile-nav button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.feed-mobile-nav button.is-active{color:#000;background:#fff}.feed-mobile-nav button.is-create{width:48px;height:48px;color:#000;background:#fff;box-shadow:0 2px 10px rgba(255,255,255,.2)}.post-detail-center{padding-bottom:20px}.post-comment-composer.is-reply{position:fixed;z-index:30;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;margin:0;border-left-width:1px;box-shadow:0 14px 50px rgba(0,0,0,.45)}}@media (max-width:520px){.feed-tabs button{min-height:52px;padding:0 15px}.feed-tabs button.is-active:after{right:14px;left:14px}.feed-post{padding:18px 16px 16px}.feed-media-grid{height:200px}.post-comments-section{padding-inline:16px}.post-comment{margin-left:0!important}.post-comment .post-comment{margin-left:18px!important}}@media (max-width:640px){.auth-shell{place-items:start center;padding-top:104px}.auth-logo{top:24px}.auth-card{padding:30px 22px;border-radius:22px}.auth-otp-boxes{gap:5px}.auth-otp-boxes>span{border-radius:10px}}