:root{--site-navbar-height: 72px;--site-navbar-offset: 84px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#1f2933;background-color:#fafafa}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fafafa;color:inherit}#root{margin:0;padding:0}.app-main{min-height:100vh}.app-main-with-navbar-offset{padding-top:var(--site-navbar-offset)}.app-main-overlay{padding-top:0}.home{margin:0;padding:0}img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.app-shell{min-height:100vh;background:#fafafa;padding:clamp(2rem,5vw,4rem) 1.5rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem}.quiz-shell{width:min(100%,1100px);margin:0 auto;display:flex;justify-content:center}.quiz-card{width:100%;background:#fff;border-radius:20px;padding:clamp(1.5rem,4vw,3rem);box-shadow:0 30px 80px #0f172a14;border:1px solid rgba(15,23,42,.04)}.progress-banner{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.5rem}.progress-label span{font-size:.9rem;letter-spacing:.04em;color:#6b7280;text-transform:uppercase}.progress-track{width:100%;height:6px;border-radius:999px;background:#e9ecf5;overflow:hidden}.progress-fill{display:block;height:100%;background:linear-gradient(120deg,#8ec5ff,#6c7bff);border-radius:inherit;transition:width .25s ease}.quiz-test-shell{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;padding:clamp(1.25rem,3.4vw,2.4rem) 1rem;display:flex;justify-content:center}.quiz-test-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#e9f8f7,#eefaf9 23%,#fff 36%,#fff 73%,#fff8ec);z-index:0}.quiz-test-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 6% 8%,rgba(186,240,234,.58) 0 18rem,transparent 22rem),radial-gradient(circle at 95% 54%,rgba(251,223,182,.58) 0 18rem,transparent 22rem),radial-gradient(circle at 50% 22%,rgba(255,255,255,.7) 0 12rem,transparent 18rem)}.quiz-test-card{position:relative;z-index:1;width:100%;max-width:64rem;background:#fcfdff;border-radius:24px;padding:clamp(1.5rem,3vw,2.4rem);box-shadow:0 20px 48px #0f172a14;border:1px solid rgba(15,23,42,.06);display:flex;flex-direction:column;gap:2rem}.quiz-test-card .progress-banner{margin-bottom:0;gap:.55rem}.quiz-test-card .progress-label{display:flex;align-items:center;justify-content:space-between;gap:1rem}.quiz-test-card .progress-label span{font-size:.8rem;color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.quiz-test-card .progress-track{height:4px;background:#e5e7eb}.quiz-test-card .progress-fill{background:linear-gradient(90deg,#14b8a6,#0d9488)}.quiz-test-card .question-header{text-align:center}.quiz-test-card .question-subtitle{font-size:.88rem;color:#64748b;margin:0}.quiz-test-card .quiz-options-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.quiz-test-card .option-card{border:1px solid rgba(15,23,42,.09);border-radius:1rem;background:#fff;box-shadow:0 12px 24px #0f172a14;padding:0;overflow:hidden;min-height:21rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.quiz-test-card .option-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 18px 34px #0f172a24}.quiz-test-card .option-card[data-selected=true]{border-color:#4f46e5a6;box-shadow:0 0 0 4px #6366f124,0 18px 34px #6366f138}.quiz-test-card .option-media{position:relative;width:100%;aspect-ratio:4 / 3;min-height:13rem;max-height:16rem;border-radius:1rem 1rem 0 0;overflow:hidden;background:#dbe4ee}.quiz-test-card .option-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .26s ease}.quiz-test-card .option-card:hover .option-media img{transform:scale(1.03)}.quiz-test-card .option-check{top:.7rem;right:.7rem}.quiz-test-card .option-meta{padding:.95rem 1rem 1rem}.quiz-test-card .option-code{font-size:.72rem;font-weight:700;padding:.18rem .45rem;letter-spacing:.08em}.quiz-test-card .option-meta h3{margin:.45rem 0 0;font-size:1rem;font-weight:700;color:#0f172a}.quiz-test-card .option-brief{margin:.55rem 0 0;font-size:.8rem;line-height:1.35;color:#475569}.quiz-test-footer{border-top:1px solid #e5e7eb;padding-top:1.15rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem}.quiz-test-footer-slot{display:flex;align-items:center}.quiz-test-footer-slot-center{justify-content:center}.quiz-test-footer-slot-right{justify-content:flex-end}.quiz-test-skip-link{border:none;background:transparent;color:#4f46e5;font-size:.9rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:0}.quiz-test-continue{min-width:10.5rem;border-radius:9999px;background:#0f9a8e;color:#fff;min-height:4.35rem;padding:1rem 2rem;font-size:clamp(.84rem,1.25vw,.94rem);font-weight:700;box-shadow:0 10px 22px #0f9a8e47;transition:all .18s ease}.quiz-test-continue:hover{background:#0f766e;transform:translateY(0)}.quiz-test-continue:disabled{cursor:not-allowed;opacity:.55;transform:none}.quiz-test-card .ghost-button{border-radius:9999px;min-height:4.35rem;padding:1rem 2rem;border:3px solid #d1d5db;background:#fff;color:#334155;font-size:clamp(.84rem,1.25vw,.94rem);font-weight:700;transition:all .18s ease}.quiz-test-card .ghost-button:hover{border-color:#0d9488;color:#0d9488}.quiz-test-card .details-panel{margin-top:0;padding-top:.75rem;display:none}@media (max-width: 900px){.quiz-test-card .quiz-options-grid,.quiz-test-footer{grid-template-columns:1fr}.quiz-test-footer-slot,.quiz-test-footer-slot-center,.quiz-test-footer-slot-right{justify-content:center}}.question-card{display:flex;flex-direction:column;gap:1.75rem;animation:questionFade .45s ease}.question-header h2{margin:0;font-size:clamp(1.5rem,3vw,2.35rem);line-height:1.25;color:#111827}.question-subtitle{margin:0 0 .5rem;font-size:.95rem;color:#6b7280;letter-spacing:.01em}.options-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.option-card{border:none;border-radius:18px;background:#fdfdfd;padding:0;cursor:pointer;display:flex;flex-direction:column;gap:.9rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 18px 40px #1e293b14}.option-card:focus-visible{outline:none;transform:translateY(-4px) scale(1.01);box-shadow:0 20px 45px #3b82f64d}.option-card:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 30px 60px #0f172a26}.option-card[data-selected=true]{box-shadow:0 25px 70px #6366f140}.option-media{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4 / 3;background:#e5e7eb}.option-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.option-card:hover img,.option-card:focus-visible img{transform:scale(1.04)}.option-check{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0f172a1f;opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease}.option-check svg{stroke:#4f46e5}.option-card[data-selected=true] .option-check,.option-card:focus-visible .option-check{opacity:1;transform:translateY(0)}.option-meta{padding:0 1.25rem 1.25rem}.option-code{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;border-radius:999px;background:#4f46e51a;color:#4f46e5;font-size:.85rem;font-weight:600;letter-spacing:.05em}.option-meta p{margin:.6rem 0 0;color:#334155;font-size:.95rem}.question-actions{display:flex;justify-content:flex-end}.skip-button{background:transparent;border:1px solid rgba(79,70,229,.2);color:#4f46e5;padding:.55rem 1.4rem;border-radius:999px;font-weight:500;transition:background .2s ease,border-color .2s ease}.skip-button:hover{background:#4f46e514;border-color:#4f46e566}.details-panel{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f3f7}.details-header{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;align-items:center}.details-copy{color:#6b7280;margin:0}.details-actions{display:flex;gap:.75rem}.details-toggle,.ghost-button,.primary-button{border:none;cursor:pointer;font-family:inherit}.details-toggle{padding:.55rem 1.2rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:600;transition:filter .2s ease}.details-toggle:hover{filter:brightness(.95)}.ghost-button{padding:.55rem 1.2rem;border-radius:999px;background:transparent;border:1px solid rgba(15,23,42,.08);color:#374151}.ghost-button:hover{border-color:#0f172a33}.primary-button{padding:.7rem 1.4rem;border-radius:12px;background:linear-gradient(130deg,#4f46e5,#6366f1);color:#fff;font-weight:600;box-shadow:0 20px 30px #4f46e540;transition:transform .2s ease}.primary-button:hover{transform:translateY(-1px)}.score-grid{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem}.score-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;background:#f3f4f6;color:#374151;font-weight:500;font-size:.95rem;border:1px solid rgba(15,23,42,.05)}.score-pill strong{font-size:.95rem;color:#1f2937}.results-card h1{margin:.2rem 0 .5rem;font-size:clamp(1.8rem,3vw,2.8rem);color:#0f172a}.results-card h2{margin-bottom:.2rem;color:#111827}.results-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.5rem}.results-label{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#9ca3af}.recommendations-block{margin-top:2.5rem}.login-card{max-width:580px}.login-card header h1{margin:.25rem 0 .5rem}.muted-text{color:#6b7280;margin-top:.3rem}.login-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.register-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;align-items:start}.input-label{display:flex;flex-direction:column;font-weight:600;color:#374151;font-size:.95rem;position:relative}.input-label input,.input-label select{margin-top:.35rem;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(15,23,42,.12);font-size:1rem;font-family:inherit;background:#f9fafb}.input-label input:focus,.input-label select:focus{outline:2px solid rgba(99,102,241,.4);border-color:#6366f1b3;background:#fff}.password-input-wrap{margin-top:.35rem;display:flex;gap:.5rem;align-items:stretch;width:100%;min-width:0}.password-input-wrap input{margin-top:0;flex:1;min-width:0}.password-toggle-button{flex:0 0 auto;white-space:nowrap;border:1px solid rgba(15,23,42,.12);border-radius:12px;background:#fff;color:#334155;font-family:inherit;font-size:.9rem;padding:.65rem .75rem;cursor:pointer}.email-suggestion-list{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:20;border:1px solid rgba(148,163,184,.3);border-radius:14px;overflow-x:hidden;overflow-y:auto;background:#f8fbfb;box-shadow:0 14px 32px #0f172a1a;width:100%;max-width:100%;min-width:0;box-sizing:border-box;max-height:13.5rem;animation:emailSuggestionEnter .18s ease-out}@keyframes emailSuggestionEnter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.email-suggestion-item{width:100%;text-align:left;border:0;padding:.7rem .95rem;background:#f8fbfb;color:#334155;font-family:inherit;cursor:pointer;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-suggestion-item:hover{background:#e8f4f1}@media (max-width: 768px){.register-grid{grid-template-columns:1fr}.password-toggle-button{font-size:.85rem;padding:.62rem .7rem}}.error-text{color:#dc2626;margin:0;font-size:.9rem}.info-text{color:#0f766e;margin:0;font-size:.9rem}.primary-button:disabled{opacity:.6;cursor:not-allowed}.previous-results-card{margin-top:2rem}.previous-results-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.previous-results-actions{display:flex;flex-wrap:wrap;gap:.75rem}.previous-results-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.9rem}.previous-results-list li{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:16px;background:#f9fafb;border:1px solid rgba(15,23,42,.05);flex-wrap:wrap}.previous-results-list strong{display:block;font-size:1rem;color:#111827}.previous-results-list span{display:block;color:#6b7280;font-size:.85rem}.previous-results-list p{margin:.2rem 0;color:#4b5563}.latest-result-panel{margin-top:1rem;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#f8fbff}.latest-result-panel h3{margin:.35rem 0 .5rem}.score-value{font-variant-numeric:tabular-nums;color:#4f46e5;font-weight:600}.status-panel{width:min(100%,480px);margin:0 auto;background:#fff;padding:2.25rem;border-radius:20px;text-align:center;box-shadow:0 30px 80px #0f172a14;border:1px solid rgba(15,23,42,.05)}.status-panel p{margin-top:0;margin-bottom:1.2rem;color:#4b5563}.recommendations{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.recommendations li{background:#fff;border-radius:16px;padding:1.1rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;border:1px solid rgba(15,23,42,.04);box-shadow:0 12px 35px #0f172a14}.recommendations li.recommendation-selected{border-color:#0f9a8e8c;box-shadow:0 0 0 3px #0f9a8e29,0 16px 36px #0f172a1f}.recommendations li.recommendation-clickable{cursor:pointer}.recommendations li.recommendation-clickable:focus-visible{outline:2px solid rgba(15,154,142,.45);outline-offset:2px}.recommendations strong{color:#111827}.recommendations p{margin:.2rem 0 0;color:#6b7280}.recommendations .score{font-variant-numeric:tabular-nums;color:#4f46e5}.recommendation-actions{display:flex;align-items:center;gap:.75rem}.feedback-block{margin-top:1.25rem;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fcfdff}.profile-bars{display:grid;gap:.6rem;margin:1rem 0 1.25rem}.profile-bar-row{display:grid;grid-template-columns:24px 1fr 32px;align-items:center;gap:.5rem}.profile-bar-track{height:10px;border-radius:999px;background:#00000014;overflow:hidden}.profile-bar-track>span{display:block;height:100%;background:linear-gradient(90deg,#1f6feb,#39a6ff)}.star-rating{display:flex;align-items:center;gap:.35rem}.star-btn{border:none;background:transparent;color:#cbd5e1;font-size:2rem;line-height:1;padding:0 .15rem;cursor:pointer;transition:color .14s ease,transform .14s ease}.star-btn:hover{color:#f59e0b;transform:translateY(-1px)}.star-btn-active{color:#f59e0b}.star-btn:disabled{opacity:.6;cursor:not-allowed}.results-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206176b;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.results-modal{width:min(100%,420px);background:#fff;border-radius:16px;border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 48px #0f172a33;padding:1.25rem}.results-modal p{margin:0}.results-modal strong{display:block;margin-top:.5rem}.results-modal-actions{margin-top:1.1rem;display:flex;justify-content:flex-end;gap:.7rem}section{width:100%}.home-page-shell{--home-navbar-height: 64px;--home-top-gap: 10px;width:auto;margin:calc(clamp(2rem,5vw,4rem)*-1) -1.5rem 0;background:#f8fafc;color:#0f172a;min-height:100vh;padding-top:var(--home-top-gap);display:flex;flex-direction:column}.home-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.home-page-shell>.home-container{flex:1;display:flex;flex-direction:column}.home-topbar{position:sticky;top:var(--home-top-gap);z-index:20;min-height:78px;padding:0;margin:0;background:#f8fafceb;border-bottom:none;box-shadow:0 6px 18px #0f172a0f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-topbar .home-container{display:flex;justify-content:space-between;align-items:center;gap:14px;min-height:78px}.home-topbar.site-navbar{width:100%;max-width:1200px;margin:0 auto;top:.9rem}.home-topbar.site-navbar .site-navbar-grid{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:20px;padding:0 48px}.site-navbar-brand{flex:0 0 auto;color:#0f172a;text-decoration:none}.site-navbar-center{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;gap:40px}.site-navbar-links-wrap{display:flex;align-items:center}.site-navbar-links-primary{gap:32px}.site-navbar-link{border:none;background:transparent;padding:0;color:#0f172a;font:inherit;font-size:20px;cursor:pointer;transition:color .18s ease}.site-navbar-link:hover{color:#4f46e5}.site-navbar-link:focus-visible{outline:2px solid rgba(79,70,229,.35);outline-offset:4px;border-radius:6px}.site-navbar-cta{flex:0 0 auto}.home-brand{display:flex;align-items:center;gap:12px;font-size:39px;font-weight:700;line-height:1}.home-brand-mark{width:52px;height:52px;border-radius:50%;background:#14b8a6;display:inline-flex;justify-content:center;align-items:center;color:#fff;font-size:24px;box-shadow:0 10px 24px #14b8a647}.home-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.home-nav-list a{color:#0f172a;text-decoration:none;font-size:20px;transition:color .18s ease}.home-nav-list a:focus-visible{outline:2px solid rgba(79,70,229,.35);outline-offset:4px;border-radius:6px}.home-nav-list a:hover{color:#4f46e5}.home-nav-link-button{border:none;background:transparent;color:#fff;font-family:inherit;font-size:28px;cursor:pointer;padding:0}.home-nav-actions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;width:300px;min-width:300px}.home-nav-actions-slot{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:16px}.site-navbar-actions{flex:0 0 300px}.home-register-nav-button{border:none;border-radius:18px;background:#4f46e5;color:#fff;font-family:inherit;font-size:18px;padding:8px 14px;text-decoration:none;box-shadow:0 10px 24px #4f46e538;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;min-width:146px;text-align:center}.home-register-nav-button:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 14px 30px #4f46e542}.home-login-button{border:1px solid #4f46e5;border-radius:18px;background:#fff;color:#4f46e5;font-family:inherit;font-size:18px;padding:8px 14px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 8px 22px #0f172a14;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;min-width:112px;text-align:center}.home-login-button:hover{transform:translateY(-1px);background:#eef2ff;box-shadow:0 12px 28px #0f172a1f}.home-register-nav-button:focus-visible,.home-login-button:focus-visible{outline:2px solid rgba(79,70,229,.35);outline-offset:2px}.home-hero{min-height:calc(100svh - var(--home-navbar-height) - var(--home-top-gap));height:auto;display:flex;justify-content:center;align-items:center;text-align:center;padding:56px 0;margin-top:0;position:relative;z-index:0}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(900px 280px at 50% -15%,rgba(79,70,229,.06),transparent 65%);z-index:-1}.home-hero:after{display:none}.home-hero h1{max-width:16ch;margin:0 auto 50px;font-size:88px;line-height:1.08;text-wrap:balance}.home-hero p{margin:0 auto 50px;max-width:780px;font-size:41px;line-height:1.24;color:#475569}.home-register-button{border:none;border-radius:999px;background:#4f46e5;color:#fff;font-family:inherit;font-size:32px;padding:16px 56px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 14px 32px #4f46e540;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.home-register-button:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 18px 36px #4f46e547}.home-hero-actions{margin-top:0;display:flex;justify-content:center;gap:14px;flex-wrap:nowrap;align-items:center}.home-secondary-button{border:1px solid #4f46e5;border-radius:999px;color:#4f46e5;background:#fff;font-family:inherit;font-size:24px;padding:16px 34px;text-decoration:none;display:inline-block;box-shadow:0 10px 24px #0f172a14;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.home-secondary-button:hover{transform:translateY(-2px);background:#eef2ff;box-shadow:0 14px 28px #0f172a1f}.home-highlights{list-style:none;margin:50px 0 0;padding:0;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;align-items:center}.home-highlights li{border:1px solid rgba(79,70,229,.2);border-radius:999px;padding:7px 12px;font-size:18px;background:#fff;color:#475569;box-shadow:0 8px 20px #0f172a0f;display:inline-flex;align-items:center;gap:6px;line-height:1.15;white-space:nowrap}.home-info-block{width:100%;padding:0}.home-info-block>div{padding:96px 0;min-height:auto;display:flex;align-items:center;position:relative;z-index:0;transition:background-color .22s ease;background:transparent}.home-info-block>#mission{padding-bottom:56px}.home-section-content{width:100%}.home-hero .home-section-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.home-info-block>div:before{display:none}.home-info-block>div:after{display:none}#about,#team,#mission,#contact,#esas-sehife{scroll-margin-top:calc(var(--home-navbar-height) + 16px)}.home-info-block h2{margin:0 0 20px;font-size:62px;line-height:1.15}.home-info-block p,.home-info-block li{font-size:40px;line-height:1.35;margin:0;color:#475569}.home-info-block ul{margin:0;padding-left:34px}.home-about-lead{max-width:920px;margin-bottom:24px}.home-feature-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-feature-card{border:1px solid rgba(79,70,229,.12);border-radius:14px;padding:20px;background:#fff;box-shadow:0 8px 20px #0f172a14;transition:transform .18s ease,box-shadow .18s ease}.home-feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0f172a1f}.home-feature-icon{width:42px;height:42px;border-radius:999px;background:#4f46e51a;color:#4f46e5;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:10px}.home-feature-card h3{margin:0 0 8px;font-size:26px;line-height:1.2}.home-feature-card p{font-size:22px}.home-team-grid{margin-top:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.home-team-card{border-radius:18px;padding:20px;background:transparent;box-shadow:none;text-align:center;transition:transform .18s ease}.home-team-card:hover{transform:translateY(-4px)}.home-team-avatar{width:184px;height:184px;margin:0 auto 14px;border-radius:50%;background:#14b8a629;border:1px solid rgba(20,184,166,.28);display:flex;align-items:center;justify-content:center;overflow:hidden}.home-team-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-team-avatar span{color:#0f172a;font-size:22px;font-weight:700}.home-team-card h3{margin:10px 0 6px;font-size:22px;line-height:1.25}.home-team-card p{margin:0;font-size:16px;color:#475569}.home-mission-block{border:none;background:transparent;border-radius:0;padding:0;box-shadow:none}.home-mission-block ul{margin-top:12px}#about h2,#team h2,#mission h2{font-size:39px;font-weight:700;line-height:1.1;letter-spacing:0;color:#0f172a;margin:0 0 14px}#about p,#about li,#team p,#team li,#mission p,#mission li{font-size:22px;line-height:1.45;letter-spacing:0}#about .home-about-lead{margin-bottom:16px}#about .home-feature-grid{margin-top:16px}@media (max-width: 768px){#about h2,#team h2,#mission h2{font-size:30px;margin-bottom:10px}#about p,#about li,#team p,#team li,#mission p,#mission li{font-size:16px}}#contact{padding:56px 0;min-height:auto;display:block;align-items:initial;border-top:none;background:transparent}.home-contact-footer{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:24px;align-items:start}.home-contact-col h3{margin:0 0 14px;font-size:39px;font-weight:700;line-height:1;letter-spacing:0;color:#0f172a}.home-contact-col p{font-size:22px;line-height:1.45;letter-spacing:0;color:#475569}.home-contact-col ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.home-contact-col li{font-size:22px;line-height:1.45;letter-spacing:0;color:#475569}.home-contact-col a{color:#475569;text-decoration:none;font-size:22px;line-height:1.45;letter-spacing:0;overflow-wrap:anywhere}.home-contact-brand-col .home-brand{margin-bottom:0}.home-contact-brand-col{display:flex;align-items:center;min-height:100%}.home-contact-list li{display:flex;align-items:flex-start;gap:10px;color:#475569;font-size:22px;line-height:1.45;letter-spacing:0;overflow-wrap:anywhere}.home-contact-icon{width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid rgba(15,23,42,.08);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.home-footer{margin-top:auto;padding:16px 0 12px;border-top:none;font-size:22px;line-height:1.45;color:#475569;text-align:center;background:transparent}@media (max-width: 768px){.home-contact-col h3{font-size:39px;margin-bottom:10px}.home-contact-col p,.home-contact-col li,.home-contact-col a,.home-contact-list li,.home-footer{font-size:16px}}@media (max-width: 980px){#contact{padding:48px 0}.home-contact-footer{grid-template-columns:1fr 1fr}}@media (max-width: 640px){#contact{padding:40px 0}.home-contact-footer{grid-template-columns:1fr;gap:18px}.home-contact-col h3{margin-bottom:8px}}.auth-page-shell{--home-top-gap: 64px;width:100%;margin:0;min-height:100vh;background:linear-gradient(180deg,#f8fcfc,#fff 48%,#f8fbfb);display:flex;flex-direction:column;padding-top:var(--home-top-gap);position:relative;overflow:hidden}.auth-shape{position:absolute;pointer-events:none;z-index:0}.auth-shape-teal{top:88px;left:-130px;width:360px;height:360px;border-radius:9999px;background:#9cf2e780;filter:blur(72px)}.auth-shape-orange{right:-140px;top:42%;width:360px;height:360px;border-radius:9999px;background:#fde4be85;filter:blur(72px)}.auth-shape-ring{left:15%;top:155px;width:58px;height:58px;border-radius:9999px;border:5px solid rgba(45,212,191,.38)}.auth-main-container{width:100%;max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem;position:relative;z-index:1}.auth-topbar{top:var(--home-top-gap);position:sticky}.auth-content-grid{flex:1;display:grid;grid-template-columns:1fr;gap:2.25rem;align-items:start;align-content:start;min-height:calc(100dvh - var(--home-top-gap));padding-top:clamp(.75rem,2vw,1.25rem);padding-bottom:clamp(1.25rem,3vw,2rem);min-width:0}.auth-page-shell:not(.auth-page-shell-register) .auth-content-grid{min-height:calc(100vh - var(--home-top-gap));min-height:calc(100dvh - var(--home-top-gap));padding-bottom:0}.auth-page-shell .home-new-footer{margin-top:0;border-top:0;position:relative;z-index:2}.auth-card-wrap{display:flex;justify-content:center;width:100%;min-width:0}.auth-card{max-width:36rem;width:100%;border-radius:28px;border:1px solid rgba(15,118,110,.14);background:#fffffff5;box-shadow:0 28px 60px #0f172a1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1.5rem;min-width:0;overflow-x:hidden}.auth-card-register{max-width:48rem}.auth-card header h1{margin:0;font-size:clamp(2rem,4vw,2.85rem);line-height:1.1;color:#0f172a}.auth-page-shell .login-form{gap:1.25rem;margin-top:1rem;min-width:0}.auth-page-shell .register-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;min-width:0}.auth-page-shell .input-label{color:#334155;font-size:.95rem;width:100%;min-width:0}.auth-page-shell .input-label input,.auth-page-shell .input-label select{margin-top:.4rem;padding:.82rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#f8fbfb;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;width:100%;max-width:100%;min-width:0}.auth-page-shell .input-label .input-hint{display:block;margin-top:.35rem;font-size:.8rem;color:var(--muted, #64748b)}.auth-page-shell .dropdown-wrap{position:relative;margin-top:.4rem}.auth-page-shell .dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.82rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#f8fbfb;font:inherit;color:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.auth-page-shell .dropdown-trigger:hover,.auth-page-shell .dropdown-trigger:focus{outline:none;border-color:#94a3b899;background:#fff}.auth-page-shell .dropdown-trigger-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-page-shell .dropdown-trigger-text.placeholder{color:#94a3b8}.auth-page-shell .dropdown-arrow{flex-shrink:0;margin-left:.5rem;font-size:.65rem;color:#64748b;transition:transform .2s ease}.auth-page-shell .dropdown-wrap.subjects-open .dropdown-arrow{transform:rotate(180deg)}.auth-page-shell .dropdown-menu{position:absolute;z-index:50;top:100%;left:0;right:0;margin:2px 0 0;padding:.25rem 0;list-style:none;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#fff;box-shadow:0 10px 25px #00000014;max-height:220px;overflow-y:auto}.auth-page-shell .dropdown-option{display:block;width:100%;padding:.6rem 1rem;border:none;background:none;font:inherit;text-align:left;cursor:pointer;color:inherit;transition:background .15s ease}.auth-page-shell .dropdown-option:hover{background:#94a3b81f}.auth-page-shell .dropdown-option.selected{background:#22c55e1f;color:#15803d}.auth-page-shell .email-input-wrap{position:relative;width:100%;min-width:0;overflow-x:hidden}.password-field-wrap{position:relative;width:100%;min-width:0;margin-top:.4rem}.password-field-wrap input{margin-top:0!important;padding-right:2.5rem!important}.password-visibility-toggle{position:absolute;top:50%;right:.7rem;transform:translateY(-50%);border:0;background:transparent;color:#64748b;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.password-visibility-toggle:hover{color:#0f766e}.auth-page-shell-register .auth-content-grid{grid-template-columns:1fr;min-height:calc(100dvh - var(--home-top-gap));padding-top:.75rem;padding-bottom:.75rem;gap:1rem}.auth-page-shell-register .auth-main-container{max-width:48rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.auth-page-shell-register .auth-card-register{max-width:48rem;padding:1.5rem 2rem}.auth-page-shell-register .auth-card header h1{font-size:clamp(1.5rem,2.6vw,2rem);margin-bottom:.1rem}.auth-page-shell-register .auth-register-form{gap:1rem;margin-top:.6rem}.auth-page-shell-register .register-grid{gap:1rem 1rem}.auth-page-shell-register .input-label{font-size:.88rem}.auth-page-shell-register .input-label input,.auth-page-shell-register .input-label select{padding:.58rem .8rem;border-radius:11px;font-size:.92rem}.auth-page-shell-register .robot-check-label{gap:.5rem;font-size:.9rem}.auth-page-shell-register .primary-button{margin-top:.15rem;padding:.72rem 1rem}.auth-page-shell-register .auth-switch-copy{font-size:.88rem}.auth-page-shell .input-label input:focus,.auth-page-shell .input-label select:focus{outline:none;border-color:#0d948894;box-shadow:0 0 0 3px #14b8a629;background:#fff}.robot-check-label{display:flex;align-items:center;gap:10px;color:#334155;font-weight:500}.auth-google-button{border:1px solid rgba(13,148,136,.28);border-radius:12px;background:#fff;color:#334155;font-family:inherit;font-size:.98rem;font-weight:600;padding:.8rem 1rem;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.auth-google-button:hover{border-color:#0d94887a;color:#0f766e;background:#f5fefd}.auth-page-shell .primary-button{border-radius:14px;background:linear-gradient(135deg,#0d9488,#14b8a6);box-shadow:0 14px 26px #0d94883d;font-size:1rem;font-weight:700;padding:.88rem 1.25rem;width:100%}.auth-page-shell .primary-button:hover{transform:translateY(-1px);filter:brightness(.98)}.auth-switch-copy{margin:0;color:#475569;font-size:.95rem}.auth-switch-button{border:none;background:transparent;color:#0d9488;font:inherit;font-weight:600;cursor:pointer;padding:0}.auth-row-inline{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:-.35rem}.auth-inline-link{color:#0d9488;text-decoration:none;font-size:.9rem;font-weight:600;white-space:nowrap}.auth-inline-link:hover{color:#0f766e}.auth-info-panel{min-height:0;border-radius:30px;border:1px solid rgba(45,212,191,.22);background:radial-gradient(300px 220px at 18% 12%,rgba(186,240,234,.5),transparent 72%),radial-gradient(340px 240px at 82% 92%,rgba(253,228,190,.48),transparent 72%),linear-gradient(180deg,#fff,#f8fcfb);padding:clamp(1.5rem,2.6vw,2.25rem);display:flex;flex-direction:column;justify-content:center;gap:1.3rem;box-shadow:0 22px 48px #0f172a14;width:100%}.auth-info-panel h2{margin:0;font-size:clamp(1.9rem,3.8vw,3rem);line-height:1.08;color:#0f172a}.auth-info-panel p{margin:.9rem 0 0;font-size:clamp(1rem,1.8vw,1.2rem);color:#475569}.auth-info-logo{width:-moz-fit-content;width:fit-content;font-size:clamp(1.6rem,2.5vw,2rem);font-weight:800;color:#0f172a;display:inline-flex;align-items:center;gap:0}@media (max-width: 980px){.auth-content-grid{grid-template-columns:1fr;gap:1.25rem;min-height:auto;padding-top:clamp(1.25rem,3.5vw,2rem);padding-bottom:clamp(1.25rem,4vw,2rem)}.auth-info-panel{min-height:330px}.auth-main-container{padding-left:1.5rem;padding-right:1.5rem}.auth-page-shell:not(.auth-page-shell-register) .auth-content-grid{min-height:calc(100vh - var(--home-top-gap));min-height:calc(100dvh - var(--home-top-gap));padding-bottom:0}}@media (max-width: 640px){.auth-main-container{padding-left:1rem;padding-right:1rem}.auth-card{border-radius:22px;max-width:100%;padding:1.5rem 1.25rem}.auth-page-shell .register-grid{grid-template-columns:1fr;gap:1rem}.auth-page-shell-register .auth-card-register{padding:1.25rem;max-width:100%}.auth-page-shell-register .register-grid{grid-template-columns:1fr;gap:1rem}.auth-card header h1{font-size:clamp(1.6rem,8vw,2.1rem)}.auth-page-shell .primary-button,.auth-google-button{width:100%}.auth-shape-ring{display:none}}@media (min-width: 640px){.auth-page-shell-register .auth-main-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.auth-page-shell-register .auth-main-container{padding-left:2rem;padding-right:2rem}.auth-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem;min-height:auto}.auth-card-wrap,.auth-info-panel{align-self:start}.auth-card{padding:2rem}.auth-page-shell:not(.auth-page-shell-register) .auth-content-grid{min-height:calc(100vh - var(--home-top-gap));min-height:calc(100dvh - var(--home-top-gap));padding-bottom:0}}.user-home-card{display:flex;flex-direction:column;gap:.75rem}.user-home-card h1{margin:0;color:#0f172a;font-size:clamp(1.8rem,3vw,2.4rem)}.user-home-copy{margin:0;color:#475569}.user-home-actions{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.auth-site-shell{width:min(100%,1160px);display:flex;flex-direction:column;gap:1rem}.auth-navbar-shell{position:sticky;top:.9rem;z-index:20}.auth-navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid rgba(15,23,42,.08);background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.75rem 1rem;border-radius:16px;box-shadow:0 10px 26px #0f172a14}.auth-brand{display:inline-flex;align-items:center;gap:.45rem;border:0;background:transparent;color:#0f172a;font-size:1.1rem;font-weight:700;cursor:pointer}.auth-brand-mark{width:22px;height:22px;border-radius:999px;background:#e0e7ff;display:grid;place-items:center;font-size:.8rem}.auth-nav-links{display:flex;align-items:center;gap:.45rem}.auth-nav-links button{border:1px solid transparent;background:transparent;color:#334155;border-radius:10px;padding:.5rem .8rem;cursor:pointer;font-size:.95rem}.auth-nav-links button.active{border-color:#4f46e533;background:#4f46e514;color:#312e81}.profile-menu-wrap{position:relative}.auth-brand-like-home{border:none;background:transparent;padding:0;cursor:pointer}.auth-nav-list button{border:none;background:transparent;font:inherit;color:#475569;cursor:pointer;padding:0}.auth-nav-list button.active{color:#111827;font-weight:600}.profile-menu-trigger{display:inline-flex;align-items:center;gap:.8rem;border:1px solid rgba(15,23,42,.06);background:#f2f4f7;border-radius:999px;padding:.45rem .85rem .45rem .45rem;color:#334155;cursor:pointer;min-height:56px}.profile-avatar{width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,#2ec8bc,#0fa39b);color:#fff;font-weight:500;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;letter-spacing:-.02em;flex:0 0 auto}.profile-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155;font-size:1.05rem;line-height:1;letter-spacing:-.02em;font-weight:500}.profile-trigger-icon{width:22px;height:22px;color:#8a98a8;flex:0 0 auto;transition:transform .15s ease}.profile-menu-trigger[data-open=true] .profile-trigger-icon{transform:rotate(180deg)}.profile-menu-list{position:absolute;right:0;top:calc(100% + 8px);min-width:200px;background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 30px #0f172a24;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:30}@media (max-width: 780px){.profile-menu-trigger{min-height:46px;gap:.55rem;padding:.3rem .65rem .3rem .3rem}.profile-avatar{width:34px;height:34px;font-size:1rem}.profile-name{max-width:80px;font-size:.95rem}.profile-trigger-icon{width:16px;height:16px}}.profile-menu-item,.profile-menu-list>button{display:block;width:100%;border:0;text-align:left;background:transparent;border-radius:8px;color:#1e293b;padding:10px 12px;cursor:pointer;text-decoration:none;font:inherit;line-height:1.2}.profile-menu-item:hover,.profile-menu-list>button:hover{background:#eef2ff}.profile-menu-item:focus-visible,.profile-menu-list>button:focus-visible{outline:2px solid rgba(79,70,229,.35);outline-offset:1px}.profile-menu-divider{height:1px;margin:4px 2px;background:#0f172a1a}.profile-menu-item-logout{color:#b42318}.auth-page-section{margin-top:0}.dashboard-card h1,.account-card h1,.settings-card h1{margin:.2rem 0 .35rem;color:#0f172a}.dashboard-header p{margin:0;color:#475569}.dashboard-actions{margin-top:1rem;display:flex;gap:.7rem;flex-wrap:wrap}.dashboard-stats-grid{margin-top:1.1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.dashboard-stats-grid article{background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:14px;padding:.85rem .95rem}.dashboard-stats-grid p{margin:0;color:#475569;font-size:.85rem}.dashboard-stats-grid strong{display:block;margin-top:.32rem;color:#0f172a}.account-grid{margin:1rem 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.account-grid div{padding:.8rem .9rem;border-radius:12px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}.account-grid dt{margin:0;color:#64748b;font-size:.82rem}.account-grid dd{margin:.35rem 0 0;color:#0f172a;font-weight:600}.account-actions{margin-top:1rem}.settings-form{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.settings-form .primary-button{grid-column:span 2;justify-self:start}@media (max-width: 900px){.home-topbar.site-navbar .site-navbar-grid{flex-direction:column;justify-content:center;gap:12px;padding:10px 24px}.site-navbar-brand{justify-self:center}.site-navbar-center{justify-content:center;gap:20px}.site-navbar-links-primary{gap:20px}.site-navbar-actions{flex:0 0 auto;width:100%;display:flex;justify-content:center}.dashboard-stats-grid,.account-grid,.settings-form{grid-template-columns:1fr}.settings-form .primary-button{grid-column:auto}.auth-navbar-inner{flex-wrap:wrap}}.home-new-page.home-page-shell{margin:0 -1.5rem;padding-top:0;background:#fff}.home-new-container{max-width:80rem;margin:0 auto;padding:0 1rem}.home-topbar.site-navbar.home-modern-navbar{position:fixed;top:0;left:0;right:0;width:100%;max-width:none;margin:0;border-bottom:1px solid #e5e7eb;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 24px #0f172a14;z-index:1000}.home-topbar.site-navbar.home-modern-navbar .site-navbar-grid{max-width:80rem;margin:0 auto;min-height:var(--site-navbar-height);padding:0 1.1rem;gap:1.75rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.home-modern-brand{gap:0;font-size:2rem;font-weight:700;letter-spacing:-.02em}.home-modern-brand-dot{color:#0d9488}.home-modern-center{flex:1;justify-content:center;gap:1.75rem;width:100%}.home-modern-links{gap:2.25rem;width:100%;justify-content:center;transform:translate(90px)}.home-modern-link{font-size:1rem;font-weight:600;color:#4b5563;border-radius:10px;padding:.45rem .75rem;transition:color .16s ease,background-color .16s ease}.home-modern-link:hover{color:#0d9488;background:#f0fdfa}.home-modern-cta{border:none;border-radius:9999px;background:#0d9488;color:#fff;font-size:1.5rem;font-weight:600;padding:.55rem 1.35rem}.home-modern-cta:hover{background:#0f766e;color:#fff}.home-modern-menu-button{display:none;border:none;background:transparent;color:#4b5563;padding:.35rem;cursor:pointer}.home-modern-mobile-menu{display:none;position:fixed;top:var(--site-navbar-height);left:0;right:0;z-index:995}.site-navbar-actions{justify-self:end}.home-modern-auth-link{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:.45rem 1rem;line-height:1.1;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.home-modern-auth-link-login{border:1px solid #0d9488;background:#fff;color:#0d9488}.home-modern-auth-link-login:hover{background:#f0fdfa}.home-modern-auth-link-register{border:1px solid transparent;background:#0d9488;color:#fff}.home-modern-auth-link-register:hover{background:#0f766e}.site-navbar-actions[data-home-hidden=true]{display:none}.home-new-hero{position:relative;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:100dvh;margin:0;padding-top:0;padding-bottom:0;background:linear-gradient(90deg,#e9f8f7,#eefaf9 23%,#fff 36%,#fff 73%,#fff8ec);overflow:hidden;display:flex;align-items:center;justify-content:center}.home-new-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.home-new-bg-teal{position:absolute;top:-7rem;left:-8rem;width:25rem;height:25rem;border-radius:9999px;background:#baf0ea94;filter:blur(72px)}.home-new-bg-orange{position:absolute;top:48%;right:-8rem;width:25rem;height:25rem;border-radius:9999px;background:#fbdfb694;filter:blur(72px)}.home-new-shape-ring{position:absolute;top:21%;left:24%;width:3.5rem;height:3.5rem;border-radius:9999px;border:5px solid rgba(45,212,191,.5)}.home-new-shape-square{position:absolute;bottom:30%;right:24%;width:5.3rem;height:5.3rem;border-radius:1.2rem;background:#fcdaabe6;transform:rotate(38deg)}.home-new-shape-dot{position:absolute;top:33%;right:3%;width:2.25rem;height:2.25rem;border-radius:9999px;background:#14b8a652}.home-new-shape-triangle{position:absolute;bottom:8%;left:33%;width:6.3rem;height:6.3rem;background:#d1f4f0f2;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.home-new-hero-content{position:relative;z-index:1;max-width:72rem;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.home-new-pill{display:inline-block;margin-bottom:1.8rem;padding:.45rem 1.1rem;border-radius:9999px;border:1px solid #b9ece5;background:#e1f5f2cc;color:#0e7a71;font-size:1.7vh;font-weight:700;line-height:1}.home-new-hero h1{margin:0;color:#0f172a;font-size:clamp(1.83rem,4.42vw,4.25rem);line-height:.98;font-weight:900;letter-spacing:-.03em}.home-new-hero h1 span{background:linear-gradient(to right,#109f92,#37d0bf);-webkit-background-clip:text;background-clip:text;color:transparent}.home-new-hero p{margin:1.65rem auto 0;max-width:47rem;color:#475569;font-size:clamp(.92rem,1.62vw,1.7rem);line-height:1.34;letter-spacing:-.01em}.home-new-hero-actions{margin-top:2.2rem;display:flex;flex-direction:column;gap:1.15rem;align-items:center;justify-content:center}.home-new-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;text-decoration:none;border-radius:9999px;padding:1rem 2rem;font-weight:700;font-size:clamp(.84rem,1.25vw,.94rem);transition:all .18s ease;min-height:4.35rem}.home-new-btn-primary{background:#0f9a8e;color:#fff;min-width:13.8rem;box-shadow:0 10px 22px #0f9a8e47}.home-new-btn-primary:hover{background:#0f766e}.home-new-btn-secondary{background:#fff;border:3px solid #d1d5db;color:#334155;min-width:15.2rem}.home-new-btn-secondary:hover{border-color:#0d9488;color:#0d9488}.home-new-how,.home-new-features{padding:6rem 0}.home-new-how{background:#f9fafb}.home-new-features{background:#fff}.home-new-section-head{text-align:center;margin-bottom:4rem}.home-new-section-head h2{margin:0;color:#111827;font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700}.home-new-section-head p{margin:1rem auto 0;max-width:42rem;color:#6b7280;font-size:1.05rem}.home-new-steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}.home-new-step-card{position:relative;overflow:hidden;border-radius:1rem;padding:2rem;background:#fff;box-shadow:0 10px 24px #0f172a14;transition:box-shadow .18s ease}.home-new-step-card:hover{box-shadow:0 16px 32px #0f172a1f}.home-new-step-num{position:absolute;top:-1.2rem;right:-.5rem;font-size:6rem;font-weight:900;opacity:.45;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1}.home-new-step-num-teal{color:#ccfbf1}.home-new-step-num-orange{color:#ffedd5}.home-new-step-content{position:relative;z-index:1}.home-new-step-icon{width:4rem;height:4rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.home-new-step-icon-teal{background:#ccfbf1;color:#0d9488}.home-new-step-icon-orange{background:#ffedd5;color:#f97316}.home-new-step-card h3{margin:0 0 .75rem;font-size:1.25rem;color:#111827}.home-new-step-card p{margin:0;color:#6b7280;line-height:1.6}.home-new-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;grid-auto-rows:minmax(200px,auto)}.home-new-feature-card{border-radius:1.5rem;padding:2rem;border:1px solid transparent}.home-new-feature-card h3{margin:0 0 .75rem;color:#111827}.home-new-feature-card p{margin:0;color:#6b7280;line-height:1.6}.home-new-feature-large{background:#f0fdfa;border-color:#ccfbf1;display:flex;flex-direction:column;justify-content:space-between}.home-new-feature-large h3{font-size:1.5rem}.home-new-feature-large p{font-size:1.125rem}.home-new-progress-track{width:100%;height:.5rem;background:#99f6e4;border-radius:9999px;overflow:hidden;margin-top:1.5rem}.home-new-progress-fill{height:100%;background:#0d9488}.home-new-feature-orange{background:#fff7ed;border-color:#ffedd5}.home-new-feature-gray{background:#f9fafb;border-color:#f3f4f6}.home-new-feature-dark{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;display:flex;flex-direction:column;gap:2rem;box-shadow:0 18px 28px #0f172a33}.home-new-feature-dark h3{color:#fff;font-size:1.5rem}.home-new-feature-dark p{color:#d1d5db;font-size:1.125rem}.home-new-feature-dark-copy{flex:1}.home-new-feature-dark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;max-width:14rem;opacity:.8}.home-new-color-cell{aspect-ratio:1 / 1;border-radius:.5rem}.home-new-color-cell-teal{background:#14b8a64d;animation:pulse 2.5s ease-in-out infinite}.home-new-color-cell-orange{background:#f973164d}.home-new-color-cell-purple{background:#a855f74d}.home-new-color-cell-blue{background:#3b82f64d;animation:pulse 2.5s ease-in-out .25s infinite}.home-new-feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.home-new-feature-icon-teal{background:#0d9488;box-shadow:0 10px 20px #0d948833}.home-new-feature-icon-orange{background:#f97316;box-shadow:0 10px 20px #f9731633}.home-new-feature-icon-glass{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.home-new-proof{padding:5rem 0;background:#f0fdfa;border-top:1px solid #ccfbf1;border-bottom:1px solid #ccfbf1}.home-new-proof-inner{text-align:center}.home-new-proof-avatars{margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.home-new-proof-avatar{width:3rem;height:3rem;border-radius:9999px;border:4px solid #f0fdfa;background:#e5e7eb;overflow:hidden;margin-left:-1rem}.home-new-proof-avatar:first-child{margin-left:0}.home-new-proof-avatar-fill{width:100%;height:100%}.home-new-proof-avatar-fill-0{background:linear-gradient(135deg,#2dd4bf,#0d9488)}.home-new-proof-avatar-fill-1{background:linear-gradient(135deg,#fb923c,#f97316)}.home-new-proof-avatar-fill-2{background:linear-gradient(135deg,#c084fc,#a855f7)}.home-new-proof-avatar-fill-3{background:linear-gradient(135deg,#60a5fa,#2563eb)}.home-new-proof-count{margin:0;color:#111827;font-size:clamp(3rem,8vw,4.5rem);font-weight:900;line-height:1}.home-new-proof-copy{margin:.5rem 0 0;color:#115e59;font-size:1.25rem;font-weight:500}.home-new-cta-section{padding:6rem 0;background:#fff}.home-new-cta{position:relative;overflow:hidden;border-radius:1.5rem;background:#f97316;box-shadow:0 24px 44px #0f172a33}.home-new-cta-bg{position:absolute;width:16rem;height:16rem;border-radius:9999px;mix-blend-mode:multiply;filter:blur(48px);opacity:.5}.home-new-cta-bg-left{top:0;left:0;background:#fb923c;transform:translate(-50%,-50%)}.home-new-cta-bg-right{bottom:0;right:0;background:#ea580c;transform:translate(50%,50%)}.home-new-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(234,88,12,.2),transparent);clip-path:polygon(0 0,100% 0,85% 100%,0% 100%)}.home-new-cta-content{position:relative;z-index:1;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;text-align:center}.home-new-cta-copy{max-width:42rem}.home-new-cta-copy h2{margin:0 0 1.5rem;color:#fff;font-size:clamp(1.875rem,5vw,3rem);font-weight:900;line-height:1.15}.home-new-cta-copy p{margin:0;color:#ffedd5;font-size:clamp(1.05rem,2.5vw,1.35rem);font-weight:500}.home-new-cta-button{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;background:#fff;color:#ea580c;border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;box-shadow:0 14px 24px #0f172a24;transition:transform .18s ease,box-shadow .18s ease}.home-new-cta-button:hover{transform:translateY(-1px);box-shadow:0 18px 28px #0f172a33}.home-new-footer{width:100%;padding:4rem 0 2rem;border-top:1px solid rgba(148,163,184,.16);background:#0b1733;color:#fff}.home-new-footer-inner{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.home-new-footer-grid{display:grid;grid-template-columns:1fr;gap:2.25rem}.home-new-footer-brand{color:#fff;font-size:2.1rem;font-weight:800;letter-spacing:-.01em}.home-new-footer-brand span{color:#14b8a6}.home-new-footer-brand-col p{max-width:19rem}.home-new-footer-doc-link{margin-top:1rem;display:inline-flex;font-size:.95rem;font-weight:600;color:#7dd3fc}.home-new-footer p{margin:1rem 0 0;color:#a8b3c4;font-size:.95rem;line-height:1.7}.home-new-footer h3{margin:0 0 1.1rem;color:#f3f4f6;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.home-new-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.72rem}.home-new-footer a{color:#c3ccd8;text-decoration:none;font-size:.95rem;line-height:1.5;transition:color .15s ease}.home-new-footer li span{color:#c3ccd8;font-size:.95rem;line-height:1.5}.home-new-footer a:hover{color:#67e8f9}.home-new-footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.2);text-align:center}.home-new-footer-bottom p{margin:0;color:#90a0b4;font-size:.92rem}.home-user-shell{position:relative;overflow:hidden;min-height:calc(100vh - 90px);padding-bottom:2.5rem}.home-user-bg-left,.home-user-bg-right{position:absolute;top:0;bottom:0;width:50%;z-index:0}.home-user-bg-left{left:0;background:#def5f3}.home-user-bg-right{right:0;background:#f7f4ea}.home-user-layout{position:relative;z-index:1;padding:clamp(1.4rem,4vw,2.5rem) clamp(1rem,3vw,1.7rem) 3rem}.home-user-hero{position:relative;padding-top:.8rem;margin-bottom:2.55rem}.home-user-pill{display:inline-flex;align-items:center;min-height:2.2rem;padding:.35rem 1rem;border:1px solid #bae9e4;border-radius:9999px;color:#0f8f86;font-size:1.05rem;font-weight:700;background:#e2f6f3b8}.home-user-hero h1{margin:.75rem 0 0;color:#0f172a;font-size:clamp(2.3rem,5.45vw,5rem);line-height:.95;letter-spacing:-.03em;font-weight:900}.home-user-hero h1 span{display:inline-block;margin-left:clamp(.2rem,1.5vw,1.2rem);background:linear-gradient(95deg,#138e85,#33c9bd);color:#000;padding:.25rem 1.3rem .4rem}.home-user-hero p{margin:.9rem 0 0;color:#4b5b6d;font-size:clamp(1rem,1.9vw,2.05rem)}.home-user-hero-ring{position:absolute;top:.4rem;right:min(5.8rem,9vw);width:clamp(2.8rem,4.8vw,3.8rem);height:clamp(2.8rem,4.8vw,3.8rem);border-radius:9999px;border:3px solid #18c3b6}.home-user-result-card{border-radius:1.9rem;border:1px solid #b7ece6;background:#e2f3f1;box-shadow:0 12px 28px #226c6829;padding:clamp(1.4rem,3.3vw,2.7rem);display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:clamp(1.6rem,3.8vw,3.8rem)}.home-user-result-content{max-width:800px}.home-user-result-pill{display:inline-flex;align-items:center;gap:.55rem;border-radius:9999px;min-height:2.15rem;padding:.35rem 1rem;border:1px solid #b8e8e2;color:#0f8f86;font-size:1.05rem;font-weight:700;background:#e8f7f5db}.home-user-result-content h2{margin:1rem 0 0;color:#0f172a;font-size:clamp(1.95rem,4.3vw,3.55rem);line-height:1.06;letter-spacing:-.02em}.home-user-result-content p{margin:.95rem 0 0;max-width:60ch;color:#4e5f71;font-size:clamp(.98rem,1.7vw,1.95rem);line-height:1.65}.home-user-result-btn{margin-top:1.65rem;display:inline-flex;align-items:center;gap:.65rem;min-height:3.55rem;padding:.75rem 2rem;border-radius:9999px;background:#0f9a8e;color:#fff;font-size:1.18rem;font-weight:700;text-decoration:none;box-shadow:0 10px 18px #0f9a8e57;transition:background-color .16s ease,transform .16s ease}.home-user-result-btn:hover{background:#0e857b;transform:translateY(-1px)}.home-user-hexagon-wrap{display:flex;justify-content:center;align-items:center}.home-user-hexagon{width:min(26vw,240px);aspect-ratio:1 / 1.12;background:#000;clip-path:polygon(50% 0%,91% 24%,91% 76%,50% 100%,9% 76%,9% 24%);position:relative}.home-user-hexagon-dot{position:absolute;width:14px;height:14px;border-radius:9999px}.home-user-hexagon-dot-teal{top:12%;left:47%;background:#18c3b6}.home-user-hexagon-dot-orange{top:34%;right:13%;background:#ff8a23}.home-user-hexagon-dot-blue{bottom:15%;left:47%;background:#3b82f6}.account-profile-page{background:#fff;padding-top:var(--site-navbar-offset)}.account-profile-layout{width:100%;max-width:56rem;margin:0 auto;padding:2.5rem 1.5rem}.account-profile-hero{padding-top:0;margin-bottom:1.5rem}.account-profile-hero h1{margin-top:0;font-size:1.875rem;line-height:1.25;font-weight:700;letter-spacing:-.01em}.account-profile-hero p{margin-top:.6rem;font-size:1rem}.account-profile-hero h1 span{margin-left:.45rem}.account-profile-card{grid-template-columns:1fr;padding:1rem;gap:1rem}.account-profile-grid{margin-top:0;gap:1rem}.account-profile-grid div{padding:1rem;background:#ffffffbf;border:1px solid rgba(15,23,42,.07)}.account-profile-grid dt{color:#4f6478;font-size:.875rem}.account-profile-grid dd{color:#0f172a;font-size:.875rem;word-break:break-word}.account-profile-page .account-actions{margin-top:.75rem}.account-profile-page .account-actions .primary-button{padding:.58rem 1rem;font-size:.95rem;border-radius:10px}@media (min-width: 1024px){.account-profile-hero h1{font-size:2.25rem}}@media (max-width: 1024px){.home-user-result-card{grid-template-columns:1fr}.home-user-hexagon{width:min(52vw,240px)}}@media (max-width: 767px){.home-user-layout{padding-inline:.95rem}.home-user-hero-ring{right:.8rem}.home-user-hero h1 span{margin-left:0;margin-top:.5rem;display:inline-block}.home-user-result-pill{font-size:.95rem}.home-user-result-btn{font-size:1rem;min-height:3.2rem;padding:.65rem 1.4rem}.home-user-hexagon{width:min(56vw,205px)}}@media (min-width: 640px){.home-new-container{padding:0 1.5rem}.home-new-hero-actions{flex-direction:row}.home-new-btn{width:auto}}@media (min-width: 768px){.home-topbar.site-navbar.home-modern-navbar .site-navbar-grid{padding:0 1.5rem}.home-modern-menu-button{display:none}.home-modern-mobile-menu{display:none!important}.home-new-bg-teal,.home-new-bg-orange{width:34rem;height:34rem}.home-new-steps-grid,.home-new-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-new-feature-large,.home-new-feature-dark{grid-column:span 2}.home-new-feature-dark{flex-direction:row;align-items:center}.home-new-cta-content{padding:5rem 4rem;flex-direction:row;text-align:left}.home-new-footer-inner{padding:0 1.5rem}.home-new-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.2rem}.home-new-footer-bottom{text-align:left}}@media (min-width: 1024px){.home-new-footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:1.25rem}}@media (min-width: 1280px){.home-new-footer-inner{padding:0 2rem}}@media (max-width: 767px){:root{--site-navbar-height: 64px;--site-navbar-offset: 74px}.home-topbar.site-navbar.home-modern-navbar .site-navbar-grid{min-height:var(--site-navbar-height);padding:0 1rem}.home-modern-center,.site-navbar-actions[data-home-hidden=true]{display:none}.home-modern-menu-button{display:inline-flex;align-items:center;justify-content:center}.home-modern-mobile-menu{display:block;background:#fff;border-bottom:1px solid #f3f4f6;box-shadow:0 12px 24px #0f172a14}.home-modern-mobile-menu-inner{max-width:80rem;margin:0 auto;padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.6rem}.home-modern-mobile-link,.home-modern-mobile-cta{width:100%;border:none;background:transparent;text-align:left;padding:.6rem .75rem;border-radius:.5rem;font-size:1rem;font-weight:500;color:#374151;cursor:pointer}.home-modern-mobile-link:hover{background:#f9fafb;color:#0d9488}.home-modern-mobile-link-login{border:1px solid #0d9488;color:#0d9488;background:#fff}.home-modern-mobile-link-register{border:1px solid transparent;color:#fff;background:#0d9488}.home-modern-mobile-cta{background:#f0fdfa;color:#0d9488}.home-modern-brand{font-size:1.8rem}}
