@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary: #0284c7;--primary-light: #e0f2fe;--primary-dark: #075985;--secondary: #64748b;--success: #10b981;--danger: #ef4444;--bg-app: #f8fafc;--bg-card: #ffffff;--bg-overlay: rgba(255, 255, 255, .85);--font-main: "Outfit", sans-serif;--header-height: 60px;--bottom-bar-height: 80px;--radius-lg: 16px;--radius-full: 9999px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-main);background:var(--bg-app);color:#0f172a;-webkit-font-smoothing:antialiased}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:1.5rem;max-width:1400px;margin:0 auto;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-weight:600;transition:all .2s ease;cursor:pointer;border:none;font-family:var(--font-main)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #0284c740}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 6px 16px #0284c759}.btn-secondary{background:#f1f5f9;color:#0f172a;box-shadow:0 4px 10px #94a3b840}.btn-secondary:hover{background:#e2e8f0}.form-group{margin-bottom:1.25rem}.label{display:block;font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:.35rem}.input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #cbd5e1;font-family:var(--font-main);font-size:.95rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;background-color:#ffffffe6;color:#0f172a}.input::placeholder{color:#94a3b8}.input:focus{border-color:var(--primary);box-shadow:0 0 0 1px #0284c738;background-color:#fff}.chat-bubble{position:relative;line-height:1.5;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.station-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #00000005}.station-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003;border-color:#e2e8f0}.station-header{padding:1.5rem;background:linear-gradient(to bottom right,#f8fafc,#fff);border-bottom:1px solid #f1f5f9}.station-body{padding:1.5rem}.station-footer{padding:1.25rem 1.5rem;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.dashboard-nav-container{display:flex;align-items:center;justify-content:space-between;height:100%}.nav-logo-group{display:flex;align-items:center;gap:.75rem}.nav-logo-text{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.5px}.nav-controls{display:flex;align-items:center;gap:1.5rem}.credits-badge{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:100px;font-size:.9rem;font-weight:600;color:#0f172a;border:1px solid rgba(255,255,255,.5)}.logout-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#64748b;font-weight:500;cursor:pointer;padding:.5rem;transition:color .2s}.logout-btn:hover{color:#0f172a}.station-card-inner{display:flex;flex-direction:column;height:100%;position:relative}.station-info{padding:1.5rem;flex:1}.station-action-area{margin-top:auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9}.station-actions-group{display:flex;align-items:center;gap:1rem}.hero-title{font-size:clamp(2.75rem,4vw,3.5rem);line-height:1.05;font-weight:900;letter-spacing:-.05em;color:#0f172a;margin:0 0 1.5rem}.gradient-text{background:linear-gradient(135deg,#0284c7,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent}.desktop-nav{display:flex;align-items:center;gap:2rem}.nav-desktop-group{display:flex;align-items:center;gap:1rem}.nav-link{text-decoration:none;color:#334155;font-weight:500;padding:.5rem 1rem;border-radius:999px;border:1px solid transparent;transition:all .2s ease}.nav-link:hover{border-color:#cbd5e1;background-color:#ffffff80;color:#0f172a}.nav-link.active{color:#0f172a;font-weight:600;background-color:#ffffff80}.nav-mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#0f172a}.nav-mobile-dropdown{position:absolute;top:100%;right:1.5rem;margin-top:.75rem;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0f172a26;padding:1rem;display:flex;flex-direction:column;min-width:220px;z-index:40}.link{text-decoration:none;color:#334155;font-weight:500}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:stretch}.section-padding{padding:4rem 0}.footer{position:relative;z-index:10;margin-top:auto;color:#e2e8f0;font-family:DM Sans,sans-serif;padding:4.5rem 0 1.8rem;border-top:1px solid rgba(255,255,255,.08);background:radial-gradient(ellipse 65% 120% at 10% 0%,rgba(126,184,247,.08) 0%,transparent 68%),#060810e6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.footer:before{content:"";position:relative;display:block;height:1px;width:min(96vw,1680px);margin:0 auto 2rem;background:linear-gradient(90deg,transparent 0%,rgba(126,184,247,.25) 50%,transparent 100%)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;align-items:flex-start}.footer-brand-logo{display:flex;align-items:center;gap:.65rem;font-family:DM Sans,sans-serif;font-weight:700;font-size:1.25rem;margin-bottom:1rem;cursor:pointer;color:#f1f5f9;text-decoration:none}.footer-brand-mark{width:30px;height:30px;border-radius:8px;border:1px solid rgba(126,184,247,.22);background:#7eb8f71f;display:flex;align-items:center;justify-content:center}.footer-brand-desc{color:#94a3b8cc;line-height:1.72;max-width:320px;font-size:.95rem}.footer-heading{font-weight:600;font-size:.9rem;margin-bottom:.95rem;color:#e2e8f0;letter-spacing:.08em;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:.65rem}.footer-link{color:#94a3b8db;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;text-align:left;font-size:.92rem;transition:color .2s ease,transform .2s ease;font-family:DM Sans,sans-serif;display:inline-block}.footer-link:hover{color:#e2e8f0;transform:translate(2px)}.footer-copyright{border-top:1px solid rgba(255,255,255,.08);padding-top:1.4rem;color:#94a3b8b3;font-size:.84rem;text-align:center}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer{padding-top:2.4rem;padding-bottom:1.4rem}}.text-center{text-align:center}.badge-glass{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;background:#94a3b826;color:#0f172a;font-size:.8rem;font-weight:600}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative}.auth-card{position:relative;width:100%;max-width:440px;padding:3.5rem 2.5rem 2.5rem;border-radius:24px;box-shadow:0 24px 60px #0f172a2e}.auth-title{font-size:1.9rem;font-weight:800;margin:0 0 .4rem;color:#0f172a}.auth-subtitle{margin:0;font-size:.95rem;color:#64748b}.auth-footer{margin-top:2rem;text-align:center;font-size:.9rem;color:#64748b}.auth-footer .link{margin-left:.25rem}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem}.bento-item-large-left{grid-column:span 7}.bento-item-medium-right,.bento-item-medium-left{grid-column:span 5}.bento-item-large-right{grid-column:span 7}@media(max-width:768px){.main-content{padding:1rem}.station-card{border-radius:16px}.nav-content{padding:.75rem 1rem}button.logout-btn{font-size:.85rem}.credits-text{display:none}.bento-grid{grid-template-columns:1fr}.bento-item-large-left,.bento-item-medium-right,.bento-item-medium-left,.bento-item-large-right{grid-column:span 1}.station-action-area{width:100%;border-left:none;border-top:1px solid #f1f5f9;flex-direction:column;gap:.75rem;padding:1.25rem;min-width:auto}.station-actions-group{flex-direction:column;width:100%;gap:.75rem}.station-action-area .btn{width:100%;justify-content:center}.station-action-area>div:first-child{justify-content:center;width:100%;margin-bottom:.25rem}.station-info{padding:1rem}.desktop-nav,.nav-desktop-group{display:none}.nav-mobile-menu-btn{display:flex;align-items:center;justify-content:center}.nav-mobile-dropdown{left:1rem;right:1rem}.responsive-grid,.footer-grid{grid-template-columns:1fr}}.mesh-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;background:#f8fafc;pointer-events:none}.mesh-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:moveBlob 10s infinite alternate cubic-bezier(.4,0,.2,1)}.blob-1{width:600px;height:600px;background:#e0f2fe;top:-100px;right:-100px}.blob-2{width:500px;height:500px;background:#dbeafe;bottom:-50px;left:-100px;animation-delay:-2s;animation-duration:12s}.blob-3{width:300px;height:300px;background:#ccfbf1;top:30%;left:40%;animation-delay:-5s;opacity:.4}@keyframes moveBlob{0%{transform:translate(0) scale(1)}to{transform:translate(30px,40px) scale(1.1)}}.glass-nav{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 6px -1px #00000005}.glass-card{background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #00000003;border-radius:24px}.glass-panel{background:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 6px -1px #0000000d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.credits-info{display:flex;flex-direction:column;justify-content:center}.credits-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.credits-value-row{display:flex;align-items:baseline;gap:.2rem}.credits-amount{font-weight:700;color:#0f172a;font-size:.95rem}.credits-badge{border:1px solid #cbd5e1;background-color:#fff;box-shadow:0 1px 2px #0000000d}.topup-btn{background:#e0f2fe;border:1px solid #bae6fd;color:#0369a1;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;margin-left:.25rem;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}@media(max-width:768px){.nav-controls{gap:.5rem}.credits-label{display:none}.credits-badge{padding:.25rem .5rem;gap:.25rem}.dashboard-nav-container{width:100%;justify-content:space-between;padding-left:.5rem;padding-right:.5rem}}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-grid{grid-template-columns:1fr}}.comparison-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-row{display:grid;grid-template-columns:1.5fr 1fr 1.2fr;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid #f1f5f9;min-width:600px}.comparison-row:last-child{border-bottom:none}.comparison-feature{font-weight:600;color:#334155;font-size:1.1rem}.comparison-trad{text-align:center;color:#94a3b8}.comparison-osce{text-align:center;color:#0f172a;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#f0f9ff;margin:-.5rem 0;padding:.5rem;border-radius:12px}@media(max-width:768px){.comparison-row{grid-template-columns:.8fr 1fr 1.2fr;gap:.5rem;padding:1rem 0}.comparison-trad{display:block;font-size:.8rem;line-height:1.3}.comparison-feature{font-size:.8rem;line-height:1.3}.comparison-osce{font-size:.8rem;padding:.4rem .2rem;line-height:1.3}}.comparison-wrapper{padding-bottom:5rem}@media(max-width:768px){.comparison-wrapper{padding-bottom:2.5rem}}.section-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.02em}.comparison-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:2.5rem;color:#0f172a}@media(max-width:768px){.section-title,.comparison-title{font-size:2.25rem}}.home-page{background:#06091a;min-height:100vh;color:#e2e8f0;font-family:DM Sans,sans-serif;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.home-page .container{width:min(96vw,1680px);max-width:none;margin:0 auto;padding:0 clamp(1rem,2vw,2.25rem)}.home-mesh-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse 60% 50% at 15% 40%,rgba(14,165,233,.09) 0%,transparent 100%),radial-gradient(ellipse 50% 40% at 85% 15%,rgba(56,189,248,.05) 0%,transparent 100%),radial-gradient(ellipse 40% 35% at 55% 85%,rgba(6,182,212,.04) 0%,transparent 100%),#06091a}.home-blob{position:absolute;border-radius:50%;filter:blur(120px);animation:homeBlobDrift 14s ease-in-out infinite alternate;will-change:transform}.home-blob-1{width:750px;height:750px;background:radial-gradient(circle,rgba(14,165,233,.13) 0%,transparent 65%);top:-180px;right:-180px}.home-blob-2{width:550px;height:550px;background:radial-gradient(circle,rgba(56,189,248,.07) 0%,transparent 65%);bottom:-80px;left:-120px;animation-delay:-5s;animation-duration:17s}.home-blob-3{width:420px;height:420px;background:radial-gradient(circle,rgba(6,182,212,.07) 0%,transparent 65%);top:45%;left:32%;animation-delay:-9s;animation-duration:20s}@keyframes homeBlobDrift{0%{transform:translate(0) scale(1)}to{transform:translate(50px,70px) scale(1.12)}}.home-desktop-only{display:block}.home-mobile-only{display:none}@media(max-width:768px){.home-desktop-only{display:none!important}.home-mobile-only{display:flex!important}}.home-nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:1rem 0}.home-nav-inner{width:min(96vw,1680px);max-width:none;margin:0 auto;background:#060810b8;backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:.75rem 1.4rem;display:flex;align-items:center;justify-content:space-between;position:relative}.home-nav-logo{display:inline-flex;align-items:center;gap:.65rem;font-family:DM Sans,sans-serif;font-weight:700;color:#f1f5f9;cursor:pointer;text-decoration:none;flex-shrink:0}.home-nav-logo-icon{width:30px;height:30px;background:#7eb8f71f;border:1px solid rgba(126,184,247,.22);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-nav-links{display:flex;align-items:center;gap:.1rem}.home-nav-link{text-decoration:none;color:#cbd5e1a6;font-size:.87rem;font-weight:400;padding:.45rem .9rem;border-radius:8px;border:1px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease;font-family:DM Sans,sans-serif;cursor:pointer;background:none}.home-nav-link:hover,.home-nav-link-active{color:#f1f5f9;background:#ffffff0f}.home-nav-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.home-btn-ghost{padding:.52rem 1.1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#cbd5e1bf;font-size:.85rem;font-weight:400;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;font-family:DM Sans,sans-serif;white-space:nowrap}.home-btn-ghost:hover{border-color:#fff3;background:#ffffff12;color:#f1f5f9}.home-btn-accent{padding:.52rem 1.1rem;border-radius:9999px;border:1px solid rgba(126,184,247,.3);background:#7eb8f71a;color:#bae6fd;font-size:.85rem;font-weight:500;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;font-family:DM Sans,sans-serif;white-space:nowrap}.home-btn-accent:hover{background:#7eb8f724;border-color:#7eb8f773;color:#bae6fd}.home-mobile-dropdown{flex-direction:column;gap:.35rem;width:min(96vw,1680px);margin:.5rem auto 0;padding:.9rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);background:#060810f2;position:relative;top:0;left:auto;right:auto;display:flex;z-index:100}.home-mobile-divider{height:1px;background:#ffffff14;margin:.35rem 0}.home-soft-reveal{opacity:0;transform:translateY(6px);transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .64s cubic-bezier(.22,1,.36,1)}.home-soft-reveal.is-visible{opacity:1;transform:translateY(0)}.home-soft-no-shift,.home-soft-no-shift.is-visible{transform:none}.home-soft-delay-1{transition-delay:.11s}.home-soft-delay-2{transition-delay:.23s}.home-soft-delay-3{transition-delay:.35s}.home-soft-delay-4{transition-delay:.47s}.home-hero{position:relative;z-index:10;padding:13rem 0 9rem}.home-hero-badge{display:inline-flex;align-items:center;gap:.38rem;padding:.3rem .85rem;border-radius:9999px;background:#7dd3fc0a;border:1px solid rgba(125,211,252,.12);color:#7dd3fc99;font-size:.72rem;font-weight:400;margin-bottom:2.25rem;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,sans-serif}.home-hero-glow{position:absolute;top:45%;left:-5%;transform:translateY(-50%);width:70vw;max-width:720px;height:70vw;max-height:720px;border-radius:50%;background:radial-gradient(circle,rgba(125,211,252,.09) 0%,rgba(56,189,248,.04) 40%,transparent 68%);pointer-events:none;z-index:0;filter:blur(24px)}.home-hero-title{font-family:DM Sans,sans-serif;font-size:clamp(1.58rem,1.55vw + .82rem,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.015em;color:#f1f5f9;margin:0 0 1.5rem;max-width:440px;text-wrap:balance}.home-accent-text{color:#bae6fd}.home-hero-desc{font-size:1.15rem;color:#94a3b8d9;line-height:1.75;max-width:510px;margin:0 0 3.25rem;font-weight:300}.home-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.home-cta-primary{display:inline-flex;align-items:center;gap:.55rem;padding:.875rem 2.125rem;border-radius:9999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0d;color:#f1f5f9e6;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease,color .2s ease;font-family:DM Sans,sans-serif;letter-spacing:.01em}.home-cta-primary:hover{background:#ffffff17;border-color:#ffffff47;box-shadow:0 0 28px #bae6fd1a;color:#fff;transform:translateY(-2px)}.home-trust-items{display:flex;gap:1.75rem;margin-top:2.25rem;flex-wrap:wrap}.home-trust-item{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:#94a3b8a6;font-weight:400;font-family:DM Sans,sans-serif}.home-affiliation{margin-top:1.35rem;display:inline-flex;align-items:center;gap:.8rem;padding:.65rem .85rem;border-radius:12px;border:1px solid rgba(255,255,255,.07);background:#ffffff06;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.home-affiliation-label{font-size:.68rem;color:#94a3b89e;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.home-affiliation-logo{width:min(170px,42vw);height:auto;display:block;object-fit:contain;filter:brightness(0) invert(1) opacity(.88)}.home-hero-visual{position:relative;padding:2rem;display:flex;align-items:center;justify-content:center}.home-hero-card{background:#ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;width:100%;max-width:460px;box-shadow:0 0 80px #0ea5e912,inset 0 0 0 1px #ffffff0a}.home-card-header{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:.875rem}.home-card-avatar{width:40px;height:40px;border-radius:50%;background:#0ea5e91a;border:1px solid rgba(125,211,252,.18);display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}.home-card-name{font-weight:600;font-size:.875rem;color:#e2e8f0;font-family:DM Sans,sans-serif;line-height:1.3}.home-card-status{font-size:.72rem;color:#94a3b88c;display:flex;align-items:center;gap:.3rem;font-family:DM Sans,sans-serif;margin-top:.1rem}.home-status-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d399b3;flex-shrink:0}.home-card-body{padding:1.4rem 1.5rem;display:flex;flex-direction:column;gap:.875rem}.home-msg-received,.home-msg-sent,.home-msg-patient{padding:.8rem 1rem;border-radius:14px;font-size:.845rem;line-height:1.55;font-family:DM Sans,sans-serif;max-width:88%}.home-msg-received{background:#0ea5e914;border:1px solid rgba(125,211,252,.1);color:#bae6fde0;align-self:flex-start}.home-msg-sent{background:#ffffff0d;border:1px solid rgba(255,255,255,.07);color:#e2e8f0d1;align-self:flex-end}.home-msg-patient{background:#94a3b80e;border:1px solid rgba(148,163,184,.09);color:#cbd5e1b8;align-self:flex-start}.home-card-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.125rem}.home-tag{display:inline-flex;align-items:center;padding:.28rem .75rem;border-radius:9999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);color:#94a3b8a6;font-size:.72rem;font-weight:500;font-family:DM Sans,sans-serif}.home-float-badge{position:absolute;background:#050816d1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.65rem 1.1rem;display:flex;align-items:center;gap:.55rem;font-family:DM Sans,sans-serif;font-weight:600;font-size:.78rem;color:#e2e8f0;white-space:nowrap}.home-float-badge-1{top:10%;right:8px;animation:homeFloatY 4.5s ease-in-out infinite}.home-float-badge-2{bottom:18%;left:4px;animation:homeFloatY 5.5s ease-in-out infinite;animation-delay:-2.8s}@keyframes homeFloatY{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.home-section-label{display:inline-flex;align-items:center;gap:.45rem;font-size:.75rem;font-weight:600;color:#7dd3fc;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.1rem;font-family:DM Sans,sans-serif}.home-section-title{font-family:DM Sans,sans-serif;font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:700;color:#f1f5f9;letter-spacing:-.035em;margin:0 0 1.2rem;line-height:1.15}.home-section-desc{font-size:1.05rem;color:#94a3b8bf;line-height:1.7;max-width:560px;margin:0 auto;font-weight:300}.home-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.home-hero-copy{max-width:560px}.home-cta-secondary{display:inline-flex;align-items:center;gap:.35rem;padding:.875rem 1.25rem;background:none;border:none;color:#94a3b880;font-size:.875rem;font-weight:400;cursor:pointer;font-family:DM Sans,sans-serif;transition:color .2s ease;border-radius:9999px}.home-cta-secondary:hover{color:#cbd5e1c7}.home-card-station-pill{margin-left:auto;padding:.22rem .72rem;border-radius:9999px;border:1px solid rgba(126,184,247,.18);background:#7eb8f70d;color:#7eb8f79e;font-size:.68rem;font-weight:500;font-family:DM Sans,sans-serif;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.home-stations{position:relative;z-index:10;padding:0 0 7rem}.home-stations-inner{background:#ffffff05;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:2rem 2.25rem}.home-stations-label{font-size:.7rem;font-weight:500;color:#94a3b866;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.25rem;font-family:DM Sans,sans-serif}.home-stations-grid{display:flex;flex-wrap:wrap;gap:.6rem}.home-station-badge{display:inline-flex;align-items:center;gap:.38rem;padding:.38rem .9rem;border-radius:9999px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);color:#cbd5e199;font-size:.78rem;font-weight:400;font-family:DM Sans,sans-serif;transition:border-color .2s ease,background .2s ease,color .2s ease;cursor:default}.home-station-badge:hover{border-color:#7eb8f738;background:#7eb8f70d;color:#bae6fdbf}.home-precision{position:relative;z-index:10;padding:0 0 9rem}.home-precision-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.home-precision-copy{max-width:460px}.home-precision-bullets{list-style:none;padding:0;margin:2rem 0 0;display:flex;flex-direction:column;gap:.75rem}.home-precision-bullets li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:#94a3b8b8;font-family:DM Sans,sans-serif;font-weight:300}.home-grade-panel{background:#ffffff06;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:2rem 2.125rem;box-shadow:0 0 60px #7eb8f70d}.home-grade-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.875rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.home-grade-title{font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:700;color:#e2e8f0;letter-spacing:-.01em}.home-grade-overall{font-family:DM Sans,sans-serif;font-size:2rem;font-weight:800;color:#bae6fd;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}.home-grade-overall span{font-size:1rem;color:#94a3b866;font-weight:400;letter-spacing:0}.home-grade-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.875rem}.home-grade-item{display:flex;flex-direction:column;gap:.5rem}.home-grade-meta{display:flex;justify-content:space-between;align-items:center}.home-grade-label{font-size:.8rem;color:#cbd5e1a6;font-family:DM Sans,sans-serif;font-weight:400}.home-grade-score{font-size:.88rem;font-weight:600;font-family:DM Sans,sans-serif;font-variant-numeric:tabular-nums}.home-grade-bar-track{width:100%;height:3px;background:#ffffff0f;border-radius:9999px;overflow:hidden}.home-grade-bar-fill{height:100%;border-radius:9999px;opacity:.75}.home-grade-note{font-size:.78rem;color:#94a3b873;line-height:1.6;border-top:1px solid rgba(255,255,255,.05);padding-top:1.25rem;margin:0;font-style:italic;font-family:DM Sans,sans-serif;font-weight:300}.home-features{position:relative;z-index:10;padding:0 0 11rem}.home-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.home-feature-card{background:#ffffff06;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:2.25rem 1.875rem;display:flex;flex-direction:column;transition:border-color .3s ease,background .3s ease,transform .3s ease;position:relative;overflow:hidden}.home-feature-card:before{content:"";position:absolute;inset:0;border-radius:20px;background:radial-gradient(ellipse at 0% 0%,var(--card-glow, rgba(14, 165, 233, .06)) 0%,transparent 65%);pointer-events:none;transition:opacity .3s ease;opacity:.7}.home-feature-card:hover{border-color:#ffffff21;background:#ffffff0a;transform:translateY(-5px)}.home-feature-card:hover:before{opacity:1}.home-feature-icon-wrap{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.625rem;flex-shrink:0}.home-feature-title{font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#e2e8f0;margin:0 0 .8rem;letter-spacing:-.015em;line-height:1.3}.home-feature-desc{font-size:.9rem;color:#94a3b8b8;line-height:1.68;font-weight:300;flex:1}.home-comparison{position:relative;z-index:10;padding:0 0 10rem}.home-comparison-card{background:#ffffff06;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.07);border-radius:24px;padding:2.75rem;overflow:hidden}.home-comparison-title{font-family:DM Sans,sans-serif;font-size:1.9rem;font-weight:700;color:#f1f5f9;text-align:center;margin:0 0 2.75rem;letter-spacing:-.03em}.home-comparison-row{display:grid;grid-template-columns:1.5fr 1fr 1.2fr;gap:1rem;align-items:center;padding:1.125rem 0;border-bottom:1px solid rgba(255,255,255,.05);min-width:480px}.home-comparison-row:last-child{border-bottom:none}.home-comparison-row-header{border-bottom:1px solid rgba(255,255,255,.09)!important;padding-bottom:1rem!important;margin-bottom:.125rem}.home-comparison-feature{font-weight:500;color:#cbd5e1cc;font-size:.92rem;font-family:DM Sans,sans-serif}.home-comparison-trad{text-align:center;color:#64748ba6;font-size:.88rem;font-family:DM Sans,sans-serif}.home-comparison-trad-header{font-weight:600;color:#64748b99;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em}.home-comparison-osce{text-align:center;color:#7dd3fc;font-weight:600;font-size:.88rem;display:flex;align-items:center;justify-content:center;gap:.4rem;font-family:DM Sans,sans-serif}.home-comparison-osce-header{color:#7dd3fc;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em}.home-page .nav-mobile-menu-btn{display:none;color:#cbd5e1;background:none;border:0;cursor:pointer;padding:0}.home-page .nav-mobile-menu-btn:hover{color:#cbd5e1d9}@media(max-width:1200px){.home-hero-grid,.home-precision-grid{gap:3rem}}@media(max-width:1100px){.home-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){.home-hero-grid{grid-template-columns:1fr}.home-precision-grid{grid-template-columns:1fr;gap:3rem}.home-precision-copy{max-width:100%}}@media(max-width:768px){.home-nav{padding:.75rem 0}.home-nav-links,.home-nav-actions{display:none}.home-page .nav-mobile-menu-btn{display:inline-flex}.home-hero{padding:9rem 0 6rem}.home-hero-glow{display:none}.home-hero-title{font-size:clamp(1.7rem,6.5vw,2.2rem);letter-spacing:-.012em;max-width:100%}.home-hero-desc{font-size:1rem}.home-trust-items{gap:.875rem}.home-affiliation{width:100%;max-width:320px}.home-affiliation-logo{width:min(150px,100%)}.home-features-grid{grid-template-columns:1fr;gap:1rem}.home-feature-card{padding:1.875rem 1.5rem}.home-comparison-card{padding:2rem 1.25rem}.home-comparison-row{grid-template-columns:.85fr 1fr 1.15fr;gap:.5rem;padding:.875rem 0;min-width:320px}.home-comparison-feature,.home-comparison-trad,.home-comparison-osce{font-size:.78rem}.home-comparison-title{font-size:1.5rem}.home-float-badge-1,.home-float-badge-2{display:none}.home-section-title{font-size:1.85rem}.home-comparison{padding-bottom:5rem}.home-features{padding-bottom:6rem}.home-stations{padding-bottom:4rem}.home-stations-inner{padding:1.5rem 1.25rem}.home-precision{padding-bottom:5rem}.home-grade-panel{padding:1.625rem 1.5rem}}@media(max-width:480px){.home-hero-title{font-size:clamp(1.52rem,6.8vw,1.92rem);letter-spacing:-.01em}.home-cta-primary{padding:.8rem 1.75rem;font-size:.9rem}}.dash-shell{display:flex;min-height:100vh;background:#06091a;color:#e2e8f0;font-family:DM Sans,sans-serif;position:relative;overflow-x:hidden}.dash-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse 60% 50% at 10% 30%,rgba(14,165,233,.07) 0%,transparent 100%),radial-gradient(ellipse 50% 45% at 90% 10%,rgba(56,189,248,.04) 0%,transparent 100%),radial-gradient(ellipse 40% 40% at 55% 80%,rgba(6,182,212,.03) 0%,transparent 100%),#06091a}.dash-blob{position:absolute;border-radius:50%;filter:blur(120px);animation:dashBlobDrift 16s ease-in-out infinite alternate;will-change:transform}.dash-blob-1{width:650px;height:650px;background:radial-gradient(circle,rgba(14,165,233,.1) 0%,transparent 65%);top:-160px;right:-160px;animation-duration:18s}.dash-blob-2{width:480px;height:480px;background:radial-gradient(circle,rgba(56,189,248,.06) 0%,transparent 65%);bottom:-100px;left:-100px;animation-delay:-6s;animation-duration:20s}@keyframes dashBlobDrift{0%{transform:translate(0) scale(1)}to{transform:translate(40px,60px) scale(1.1)}}.dash-sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;z-index:50;display:flex;flex-direction:column;background:#060812db;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-right:1px solid rgba(255,255,255,.07);padding:1.5rem .9rem;gap:0}.dash-sidebar-logo{display:inline-flex;align-items:center;gap:.65rem;font-family:DM Sans,sans-serif;font-weight:700;font-size:1.05rem;color:#f1f5f9!important;cursor:pointer;text-decoration:none;padding:.4rem .6rem;margin-bottom:.5rem;border-radius:10px;background:transparent;border:none;text-align:left;transition:background .2s}.dash-sidebar-logo:hover{background:#ffffff0a}.dash-logo-icon{width:32px;height:32px;background:#7eb8f71f;border:1px solid rgba(126,184,247,.25);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-credits-pill{display:flex;align-items:center;gap:.55rem;background:#7eb8f712;border:1px solid rgba(126,184,247,.15);border-radius:9999px;padding:.4rem .75rem;margin:.3rem .2rem 1.2rem;font-size:.82rem}.dash-credits-pill-label{color:#94a3b8b3;font-size:.75rem}.dash-credits-pill-value{color:#bae6fd;font-weight:700;font-size:.95rem;font-variant-numeric:tabular-nums}.dash-credits-add-btn{width:22px;height:22px;border-radius:50%;border:1px solid rgba(126,184,247,.25);background:#7eb8f714;color:#7dd3fc;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:auto;transition:background .2s,border-color .2s;flex-shrink:0}.dash-credits-add-btn:hover{background:#7eb8f72e;border-color:#7eb8f773}.dash-credits-add-btn:disabled{opacity:.4;cursor:not-allowed}.dash-nav-section-label{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#94a3b866;padding:0 .75rem;margin:.9rem 0 .4rem}.dash-nav-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .75rem;border-radius:9px;border:none;background:transparent;color:#cbd5e199;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:400;cursor:pointer;text-decoration:none;transition:color .2s ease,background .2s ease;text-align:left;margin-bottom:.1rem}.dash-nav-item:hover{color:#f1f5f9;background:#ffffff0f}.dash-nav-item.active{color:#bae6fd;background:#7eb8f71a;border:1px solid rgba(126,184,247,.15);font-weight:500}.dash-nav-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.7}.dash-nav-item.active .dash-nav-icon,.dash-nav-item:hover .dash-nav-icon{opacity:1}.dash-sidebar-spacer{flex:1}.dash-sidebar-bottom{display:flex;flex-direction:column;gap:.1rem;border-top:1px solid rgba(255,255,255,.06);padding-top:.75rem;margin-top:.5rem}.dash-user-pill{display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;border-radius:9px;cursor:pointer;transition:background .2s;margin-bottom:.2rem}.dash-user-pill:hover{background:#ffffff0d}.dash-avatar{width:32px;height:32px;border-radius:50%;background:#7eb8f726;border:1px solid rgba(126,184,247,.25);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#7dd3fc;flex-shrink:0}.dash-user-name{font-size:.82rem;font-weight:500;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-logout-btn{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .75rem;border-radius:9px;border:none;background:transparent;color:#f87171b3;font-family:DM Sans,sans-serif;font-size:.875rem;cursor:pointer;transition:color .2s,background .2s;text-align:left}.dash-logout-btn:hover{color:#fca5a5;background:#ef444412}.dash-main{margin-left:240px;flex:1;position:relative;z-index:10;padding:2.5rem 2.25rem 4rem;min-height:100vh}.dash-page-header{margin-bottom:2.25rem}.dash-greeting{font-size:clamp(1.4rem,2vw,1.7rem);font-weight:700;color:#f1f5f9;letter-spacing:-.02em;margin:0 0 .35rem}.dash-greeting-sub{font-size:.92rem;color:#94a3b8b3;margin:0;font-weight:400}.dash-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.dash-stat-card{background:#ffffff08;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:1.4rem 1.6rem;display:flex;align-items:center;gap:1rem;transition:border-color .2s,box-shadow .2s}.dash-stat-card:hover{border-color:#7eb8f733;box-shadow:0 0 24px #7eb8f70f}.dash-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-stat-icon-blue{background:#3b82f61f;color:#60a5fa}.dash-stat-icon-green{background:#34d3991f;color:#34d399}.dash-stat-icon-amber{background:#fbbf241f;color:#fbbf24}.dash-stat-label{font-size:.78rem;font-weight:500;color:#94a3b8a6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.dash-stat-value{font-size:1.65rem;font-weight:800;color:#f1f5f9;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}.dash-section-head{display:flex;align-items:center;gap:.5rem;margin-bottom:1.1rem}.dash-section-title{font-size:1.05rem;font-weight:700;color:#e2e8f0;margin:0;letter-spacing:-.01em}.dash-section-badge{margin-left:auto;padding:.2rem .65rem;border-radius:9999px;background:#7eb8f714;border:1px solid rgba(126,184,247,.18);color:#7eb8f7cc;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dash-active-station{background:#ffffff09;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(126,184,247,.22);border-radius:18px;overflow:hidden;margin-bottom:2.5rem;box-shadow:0 0 40px #7eb8f70f;transition:border-color .25s,box-shadow .25s}.dash-active-station:hover{border-color:#7eb8f761;box-shadow:0 0 56px #7eb8f71a}.dash-active-station-inner{display:flex;gap:0}.dash-station-accent-bar{width:5px;flex-shrink:0;background:linear-gradient(180deg,#38bdf8,#0ea5e9)}.dash-station-body{padding:1.6rem 1.8rem;flex:1;min-width:0}.dash-station-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.9rem}.dash-station-tag{display:inline-flex;align-items:center;padding:.22rem .7rem;border-radius:9999px;font-size:.72rem;font-weight:600;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);color:#cbd5e1b8;letter-spacing:.02em}.dash-station-tag-difficulty{background:#fbbf2414;border-color:#fbbf2433;color:#fbbf24}.dash-station-title{font-size:1.18rem;font-weight:700;color:#f1f5f9;margin:0 0 .5rem;letter-spacing:-.015em}.dash-station-desc{font-size:.9rem;color:#94a3b8bf;line-height:1.65;margin:0 0 1.1rem;max-width:640px}.dash-station-meta{display:flex;align-items:center;gap:1.5rem;font-size:.85rem;color:#94a3b8a6;margin-bottom:1.4rem}.dash-station-meta-item{display:flex;align-items:center;gap:.4rem}.dash-station-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.dash-btn-start{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.6rem;border-radius:9999px;border:1px solid rgba(126,184,247,.35);background:#7eb8f71f;color:#bae6fd;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.dash-btn-start:hover{background:#7eb8f733;border-color:#7eb8f78c;box-shadow:0 0 24px #7eb8f726;transform:translateY(-1px)}.dash-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.4rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#cbd5e1bf;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.dash-btn-secondary:hover{background:#ffffff14;border-color:#ffffff2e;color:#f1f5f9}.dash-credit-chip{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;padding:.35rem .8rem;border-radius:9999px;border:1px solid rgba(126,184,247,.18);background:#7eb8f70f;color:#7eb8f7cc;font-size:.78rem;font-weight:600}.dash-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.9rem}.dash-category-card{background:#ffffff06;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:1.2rem 1.3rem;display:flex;flex-direction:column;gap:.5rem;cursor:default;transition:border-color .2s,background .2s;position:relative;overflow:hidden}.dash-category-card.available{cursor:pointer}.dash-category-card.available:hover{border-color:#7eb8f747;background:#7eb8f70a}.dash-category-card.coming-soon{opacity:.55}.dash-category-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;flex-shrink:0}.dash-category-title{font-size:.9rem;font-weight:600;color:#e2e8f0;margin:0}.dash-category-desc{font-size:.78rem;color:#94a3b8a6;line-height:1.5;margin:0}.dash-category-status{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dash-category-status.live{color:#34d399}.dash-category-status.soon{color:#94a3b880}.dash-category-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dash-category-dot.live{background:#34d399;box-shadow:0 0 6px #34d39999}.dash-category-dot.soon{background:#94a3b866}.dash-topup-dropdown{position:absolute;left:260px;bottom:0;background:#080c1cfa;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(126,184,247,.18);border-radius:16px;padding:1.1rem 1.2rem 1rem;min-width:270px;z-index:200;box-shadow:0 12px 40px #00000080}.dash-topup-title{font-weight:600;font-size:.9rem;color:#f1f5f9;margin-bottom:.2rem}.dash-topup-sub{font-size:.78rem;color:#94a3b899;margin-bottom:.8rem}.dash-bundle-btn{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;padding:.65rem .85rem;font-size:.88rem;color:#e2e8f0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s,border-color .15s;margin-bottom:.4rem}.dash-bundle-btn:hover{background:#7eb8f714;border-color:#7eb8f740}.dash-bundle-credits{font-weight:600}.dash-bundle-sub{font-size:.72rem;color:#94a3b899;margin-top:.1rem}.dash-bundle-price{font-weight:700;color:#bae6fd}.dash-topup-note{font-size:.72rem;color:#94a3b873;margin-top:.6rem;line-height:1.5}.dash-mobile-menu-btn{display:none;position:fixed;top:1rem;left:1rem;z-index:200;width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#060812e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#cbd5e1;cursor:pointer;align-items:center;justify-content:center}.dash-sidebar-overlay{display:none;position:fixed;inset:0;z-index:45;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:860px){.dash-sidebar{transform:translate(-100%);transition:transform .28s ease}.dash-sidebar.open{transform:translate(0)}.dash-sidebar-overlay.open{display:block}.dash-mobile-menu-btn{display:flex}.dash-main{margin-left:0;padding:4.5rem 1rem 4rem}.dash-stats-row{grid-template-columns:1fr}}@media(max-width:640px){.dash-categories-grid{grid-template-columns:1fr 1fr}.dash-active-station-inner{flex-direction:column}.dash-station-accent-bar{width:100%;height:4px}}@media(max-width:380px){.dash-categories-grid{grid-template-columns:1fr}}.dash-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem}.dash-radar-card{background:#ffffff08;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:1.6rem 1.8rem}.dash-radar-svg{display:block;margin:0 auto;overflow:visible}.radar-grid-line{fill:none;stroke:#ffffff12;stroke-width:1}.radar-axis-line{stroke:#ffffff14;stroke-width:1}.radar-area{fill:#38bdf82e;stroke:#38bdf8;stroke-width:1.8}.radar-dot{fill:#38bdf8}.radar-label{font-family:DM Sans,sans-serif;fill:#cbd5e1b3;font-size:11px}.dash-radar-legend{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;margin-top:1.1rem;justify-content:center}.dash-radar-legend-item{display:flex;align-items:center;gap:.38rem;font-size:.72rem;color:#94a3b8b8}.dash-radar-legend-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dash-activity-card{background:#ffffff08;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:1.6rem 1.8rem;display:flex;flex-direction:column}.dash-activity-list{display:flex;flex-direction:column;gap:0;flex:1}.dash-activity-item{display:flex;align-items:center;gap:.9rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.dash-activity-item:last-child{border-bottom:none}.dash-activity-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-activity-title{font-size:.85rem;font-weight:500;color:#e2e8f0;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.dash-activity-meta{font-size:.72rem;color:#94a3b899}.dash-activity-score{margin-left:auto;font-size:.88rem;font-weight:700;color:#34d399;flex-shrink:0}.dash-activity-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 0;color:#94a3b880;font-size:.88rem;gap:.5rem}.dash-view-all-btn{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.1rem;font-size:.82rem;color:#7dd3fcb3;background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;padding:0;transition:color .2s}.dash-view-all-btn:hover{color:#bae6fd}.dash-category-card .dash-category-arrow{margin-left:auto;opacity:0;transition:opacity .2s,transform .2s;transform:translate(-4px);color:#7eb8f7b3;flex-shrink:0}.dash-category-card.available:hover .dash-category-arrow{opacity:1;transform:translate(0)}.dash-category-card-row{display:flex;align-items:center;width:100%}@media(max-width:900px){.dash-lower-grid{grid-template-columns:1fr}}@media(max-width:600px){.dash-stats-row{grid-template-columns:1fr}}.scat-hero{margin-bottom:2rem}.scat-back-btn{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:none;color:#94a3b899;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.88rem;padding:0;margin-bottom:1.4rem;transition:color .2s}.scat-back-btn:hover{color:#bae6fd}.scat-category-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.28rem .85rem;border-radius:9999px;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.9rem}.scat-title{font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:700;color:#f1f5f9;letter-spacing:-.02em;margin:0 0 .5rem}.scat-desc{font-size:.95rem;color:#94a3b8bf;margin:0;max-width:560px;line-height:1.65}.scat-stations-grid{display:flex;flex-direction:column;gap:1rem}.scat-station-card{background:#ffffff09;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;transition:border-color .25s,box-shadow .25s}.scat-station-card:hover{border-color:#7eb8f747;box-shadow:0 0 36px #7eb8f712}.scat-station-inner{display:flex}.scat-accent{width:5px;flex-shrink:0}.scat-station-body{padding:1.5rem 1.8rem;flex:1;min-width:0}.scat-coming-soon-card{background:#ffffff05;border:1px dashed rgba(255,255,255,.08);border-radius:18px;padding:2.5rem 1.5rem;text-align:center;color:#94a3b880}.scat-coming-soon-icon{width:48px;height:48px;border-radius:14px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.scat-coming-soon-title{font-size:1rem;font-weight:600;color:#e2e8f080;margin:0 0 .4rem}.scat-coming-soon-desc{font-size:.85rem;color:#94a3b873;margin:0}.attempts-page{background:#06091a;min-height:100vh;font-family:DM Sans,sans-serif}.attempts-card{background:#ffffff06;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:2rem}.attempts-row{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:1rem 1.2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.attempts-row:hover{border-color:#7eb8f733}.attempts-view-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:9999px;border:1px solid rgba(126,184,247,.3);background:#7eb8f714;color:#bae6fd;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.attempts-view-btn:hover{background:#7eb8f729;border-color:#7eb8f780}.ps-shell{height:100dvh;width:100vw;background:radial-gradient(circle at 50% 10%,#0a0f25,#060814);position:relative;overflow:hidden;font-family:DM Sans,sans-serif;color:#f1f5f9;display:flex}.ps-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.ps-blob{position:absolute;filter:blur(80px);border-radius:50%;opacity:.15;animation:psBlobDrift 15s infinite alternate ease-in-out}.ps-blob-1{width:45vw;height:45vw;top:-10%;left:-10%;background:radial-gradient(circle,#38bdf8 0%,transparent 70%)}.ps-blob-2{width:50vw;height:50vw;bottom:-20%;right:-15%;background:radial-gradient(circle,#818cf8 0%,#3b82f6 50%,transparent 80%);animation-delay:-7s}.ps-blob-3{width:30vw;height:30vw;top:40%;left:40%;background:radial-gradient(circle,#34d399 0%,transparent 70%);opacity:.08;animation-duration:25s}@keyframes psBlobDrift{0%{transform:translate(0) scale(1)}to{transform:translate(30px,50px) scale(1.1)}}@media(max-width:900px){.ps-shell{flex-direction:column;overflow-y:auto;height:auto;min-height:100dvh}}.ps-shell *{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.ps-shell ::-webkit-scrollbar{width:8px;height:8px}.ps-shell ::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.ps-shell ::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px;border:2px solid transparent;background-clip:padding-box}.ps-shell ::-webkit-scrollbar-thumb:hover{background-color:#ffffff40}.ps-sidebar{width:440px;min-width:440px;height:calc(100% - 3rem);margin:1.5rem 0 1.5rem 1.5rem;background:#0a0f2466;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.06);border-radius:24px;display:flex;flex-direction:column;z-index:20;box-shadow:0 10px 40px #0000004d;overflow:hidden}@media(max-width:1200px){.ps-sidebar{width:380px;min-width:380px}}@media(max-width:900px){.ps-sidebar{width:auto;min-width:0;margin:1rem;height:auto;border:1px solid rgba(255,255,255,.05)}}.ps-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.05);background:#0003}.ps-back-btn{display:inline-flex;align-items:center;gap:.4rem;color:#94a3b8cc;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;background:none;border:none;cursor:pointer;padding:0;margin-bottom:1.5rem;transition:color .2s}.ps-back-btn:hover{color:#f1f5f9}.ps-patient-tag{display:inline-block;padding:.25rem .6rem;border-radius:4px;background:#38bdf81a;border:1px solid rgba(56,189,248,.2);color:#38bdf8;font-weight:700;font-size:.65rem;letter-spacing:.1em;margin-bottom:.75rem}.ps-patient-name{font-size:1.8rem;font-weight:700;color:#f8fafc;line-height:1.1;margin:0 0 .4rem}.ps-patient-meta{font-size:.9rem;color:#94a3b8b3;display:flex;align-items:center;gap:.5rem}.ps-sidebar-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.ps-section-label{font-size:.75rem;font-weight:700;color:#94a3b8;letter-spacing:1px;margin-bottom:.75rem;text-transform:uppercase;display:flex;align-items:center;gap:.4rem}.ps-scenario-text{font-size:.95rem;line-height:1.6;color:#cbd5e1f2;margin:0}.ps-vitals-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ps-vital-box{background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:1rem;border-radius:16px;transition:background .2s}.ps-vital-box:hover{background:#ffffff0a}.ps-vital-box.wide{grid-column:1 / -1}.ps-vital-label{font-size:.7rem;color:#94a3b8b3;font-weight:600;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.5px}.ps-vital-value{font-size:1.1rem;font-weight:700;color:#f1f5f9}.ps-vital-unit{font-size:.75rem;font-weight:500;color:#94a3b880;margin-left:.2rem}.ps-task-box{margin:0;padding:1.25rem 1.25rem 1.25rem 2.5rem;font-size:.95rem;color:#e0f2fe;line-height:1.5;background:linear-gradient(145deg,#0ea5e914,#0ea5e905);border:1px solid rgba(14,165,233,.15);border-radius:16px}.ps-task-box li{margin-bottom:.5rem}.ps-task-box li:last-child{margin-bottom:0}.ps-main{flex:1;display:flex;flex-direction:column;position:relative;background:radial-gradient(circle at center,rgba(14,165,233,.03) 0%,transparent 70%)}.ps-top-bar{position:absolute;top:1.5rem;right:1.5rem;z-index:30;display:flex;align-items:center;gap:1rem}.ps-timer{background:#ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);padding:.6rem 1.1rem;border-radius:100px;font-size:1.1rem;font-weight:700;font-variant-numeric:tabular-nums;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #0003}.ps-timer.urgent{color:#f87171;background:#ef44441a;border-color:#ef444433}.ps-timer-dot{width:8px;height:8px;border-radius:50%;background:#94a3b866}.ps-timer-dot.active{background:#22c55e;box-shadow:0 0 12px #22c55e;animation:psPulse 1.5s infinite}.ps-timer.urgent .ps-timer-dot.active{background:#ef4444;box-shadow:0 0 12px #ef4444}.ps-transcript-area{flex:1;overflow-y:auto;padding:6rem 15% 10rem;display:flex;flex-direction:column;gap:1.5rem;scroll-behavior:smooth}@media(max-width:1200px){.ps-transcript-area{padding:5rem 5% 10rem}}@media(max-width:900px){.ps-transcript-area{padding:2rem 1rem 8rem;min-height:60vh}}.ps-transcript-empty{text-align:center;color:#94a3b866;font-size:1rem;margin-top:auto;margin-bottom:auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.ps-bubble{max-width:85%;padding:1.1rem 1.35rem;border-radius:20px;font-size:1rem;line-height:1.5;animation:psFadeInUp .3s ease forwards}.ps-bubble-user{align-self:flex-end;background:#0ea5e926;border:1px solid rgba(14,165,233,.3);color:#e0f2fe;border-bottom-right-radius:4px}.ps-bubble-agent{align-self:flex-start;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#f8fafc;border-bottom-left-radius:4px}.ps-dock-wrapper{position:absolute;bottom:2rem;left:0;width:100%;display:flex;justify-content:center;pointer-events:none}@media(max-width:900px){.ps-dock-wrapper{position:fixed;bottom:1.5rem;z-index:100}}.ps-dock{background:#0f172aa6!important;backdrop-filter:blur(30px)!important;-webkit-backdrop-filter:blur(30px)!important;border:1px solid rgba(255,255,255,.1)!important;padding:.75rem 1rem;border-radius:100px;display:flex;align-items:center;gap:1rem;pointer-events:auto;box-shadow:0 20px 40px #00000080}.ps-dock-avatar{width:44px;height:44px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;position:relative}.ps-dock-avatar.active{background:#38bdf833;color:#38bdf8;box-shadow:0 0 20px #38bdf84d}.ps-dock-pulse{position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(56,189,248,.4);animation:psRippleDock 2s infinite linear}.ps-btn{height:44px;padding:0 1.5rem;border-radius:100px;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s;border:none;font-family:inherit;white-space:nowrap}.ps-btn-start{background:#0ea5e9;color:#fff}.ps-btn-start:hover:not(:disabled){background:#0284c7;transform:translateY(-2px)}.ps-btn-start:disabled{opacity:.6;cursor:not-allowed}.ps-btn-end{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.ps-btn-end:hover{background:#ef4444;color:#fff}.ps-btn-mute{background:#ffffff1a;color:#f1f5f9}.ps-btn-mute:hover{background:#ffffff26}.ps-btn-mute.is-muted{background:#f97316;color:#fff}.ps-btn-analysis{background:linear-gradient(135deg,#f97316,#ec4899);color:#fff}.ps-btn-analysis:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ec489966}.ps-mobile-toggle-wrapper{display:none}@media(max-width:900px){.ps-mobile-toggle-wrapper{display:flex;justify-content:center;padding:1rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.05)}}@keyframes psPulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes psRippleDock{0%{transform:scale(1);opacity:.8}to{transform:scale(1.6);opacity:0}}@keyframes psFadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fa-main{padding-left:2rem;padding-right:2rem;max-width:1000px;width:100%}@media(max-width:768px){.fa-main{padding-left:1rem;padding-right:1rem}}.fa-card{background:#0a0f2466;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:2.5rem;box-shadow:0 10px 40px #0000004d;color:#f1f5f9;margin-bottom:2rem}@media(max-width:768px){.fa-card{padding:1.5rem;border-radius:16px}}.fa-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.05);gap:1.5rem}.fa-title-group{display:flex;align-items:center;gap:1rem}.fa-title{margin:0;font-size:1.8rem;font-weight:800;color:#f8fafc}.fa-subtitle{color:#94a3b8cc;font-size:.95rem;display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.fa-score-badge{background:#38bdf81a;border:1px solid rgba(56,189,248,.2);color:#38bdf8;padding:.75rem 1.5rem;border-radius:100px;font-size:1.5rem;font-weight:800;display:flex;align-items:center;gap:.75rem;box-shadow:0 0 20px #38bdf826}.fa-section-title{font-size:1.1rem;font-weight:700;color:#e2e8f0;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.fa-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem}@media(max-width:768px){.fa-grid{grid-template-columns:1fr}}.fa-criterion-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;transition:all .2s}.fa-criterion-card:hover{background:#ffffff0a}.fa-crit-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.fa-crit-name{font-weight:700;color:#f1f5f9;font-size:1.05rem;line-height:1.3}.fa-crit-score{font-weight:800;color:#34d399;background:#34d3991a;padding:.2rem .6rem;border-radius:8px;font-size:.9rem;white-space:nowrap}.fa-crit-score.warning{color:#fbbf24;background:#fbbf241a}.fa-crit-score.danger{color:#f87171;background:#f871711a}.fa-crit-justification{color:#94a3b8cc;font-size:.9rem;line-height:1.5}.fa-list-box{background:#ef44440d;border-left:3px solid #ef4444;border-radius:8px;padding:1.25rem 1.25rem 1.25rem 2.5rem;margin-bottom:2.5rem}.fa-list-box.recommendations{background:#0ea5e90d;border-left:3px solid #0ea5e9}.fa-list-box ul{margin:0;padding:0;color:#e2e8f0;line-height:1.6}.fa-list-box li{margin-bottom:.5rem}.fa-list-box li:last-child{margin-bottom:0}.fa-transcript-area{background:#0003;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.fa-transcript-area::-webkit-scrollbar{width:8px}.fa-transcript-area::-webkit-scrollbar-track{background:transparent}.fa-transcript-area::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.fa-chat-bubble{max-width:85%;padding:1rem 1.25rem;border-radius:16px;font-size:.95rem;line-height:1.5}.fa-bubble-user{align-self:flex-end;background:#0ea5e926;border:1px solid rgba(14,165,233,.3);color:#e0f2fe;border-bottom-right-radius:4px}.fa-bubble-agent{align-self:flex-start;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#f8fafc;border-bottom-left-radius:4px}.pricing-page{min-height:100vh;background:#06091a;color:#e2e8f0;position:relative;overflow-x:hidden;display:flex;flex-direction:column;font-family:DM Sans,sans-serif}.pricing-container{width:min(96vw,1680px);margin:0 auto;padding:0 clamp(1rem,2vw,2.25rem)}.pricing-mesh{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 70% 55% at 18% 38%,rgba(126,184,247,.08) 0%,transparent 100%),radial-gradient(ellipse 45% 40% at 82% 14%,rgba(56,189,248,.06) 0%,transparent 100%),#06091a}.pricing-blob{position:absolute;border-radius:50%;filter:blur(120px)}.pricing-blob-1{width:560px;height:560px;top:-120px;right:-140px;background:radial-gradient(circle,rgba(126,184,247,.12) 0%,transparent 65%)}.pricing-blob-2{width:460px;height:460px;left:-120px;bottom:-80px;background:radial-gradient(circle,rgba(34,197,94,.08) 0%,transparent 65%)}.pricing-blob-3{width:320px;height:320px;left:40%;top:48%;background:radial-gradient(circle,rgba(148,163,184,.08) 0%,transparent 65%)}.pricing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0}.pricing-nav-inner{width:min(96vw,1680px);margin:0 auto;padding:.75rem 1.4rem;background:#060810b8;border:1px solid rgba(255,255,255,.08);border-radius:14px;backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);display:flex;align-items:center;justify-content:space-between}.pricing-logo{display:inline-flex;gap:.65rem;align-items:center;font-family:DM Sans,sans-serif;font-weight:700;color:#f1f5f9;cursor:pointer}.pricing-logo-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(126,184,247,.22);background:#7eb8f71f;display:flex;align-items:center;justify-content:center}.pricing-links,.pricing-actions{display:flex;align-items:center}.pricing-links{gap:.1rem}.pricing-actions{gap:.5rem}.pricing-link{border:0;background:transparent;color:#cbd5e1a6;text-decoration:none;padding:.45rem .9rem;border-radius:8px;font-size:.87rem;cursor:pointer}.pricing-link:hover,.pricing-link-active{color:#f1f5f9;background:#ffffff0f}.pricing-btn-ghost,.pricing-btn-accent{border-radius:9999px;padding:.52rem 1.1rem;border:1px solid transparent;font-family:DM Sans,sans-serif;font-size:.85rem;cursor:pointer}.pricing-btn-ghost{background:#ffffff0a;color:#cbd5e1bf;border-color:#ffffff1f}.pricing-btn-accent{background:#7eb8f71a;color:#bae6fd;border-color:#7eb8f74d}.pricing-menu-btn{display:none;color:#cbd5e1;background:none;border:0}.pricing-mobile-dropdown{display:none}.pricing-main{position:relative;z-index:10;padding-top:7.5rem;flex:1}.pricing-hero{padding:3.5rem 0 2rem}.pricing-pill{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(126,184,247,.16);color:#7eb8f7b8;background:#7eb8f70f;border-radius:9999px;padding:.27rem .8rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.pricing-title{margin:1.1rem 0 .9rem;max-width:760px;font-family:DM Sans,sans-serif;font-size:clamp(1.9rem,2.8vw,3rem);line-height:1.1;letter-spacing:-.03em;color:#f8fafc}.pricing-subtitle{margin:0;max-width:650px;color:#94a3b8cc;line-height:1.75;font-size:1.02rem}.pricing-plan-section{padding:2.4rem 0 3rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pricing-card{position:relative;background:#ffffff06;border:1px solid rgba(255,255,255,.08);border-radius:18px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.pricing-card-popular{border-color:#7eb8f766;box-shadow:0 0 34px #7eb8f71f}.pricing-popular-badge{position:absolute;top:-12px;right:16px;padding:.2rem .65rem;border-radius:9999px;border:1px solid rgba(126,184,247,.4);background:#0c182e;color:#bae6fd;font-size:.7rem;font-weight:600}.pricing-card-title{margin:0;font-family:DM Sans,sans-serif;font-size:1.25rem;color:#f1f5f9}.pricing-card-description{margin:.65rem 0 0;color:#94a3b8bf;line-height:1.6;font-size:.92rem}.pricing-card-price-wrap{margin-top:1rem;display:flex;align-items:baseline;gap:.35rem}.pricing-card-price{font-size:2.2rem;font-family:DM Sans,sans-serif;font-weight:800;color:#f8fafc;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pricing-card-period{color:#94a3b8bf}.pricing-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;min-height:166px}.pricing-feature-item{display:flex;align-items:center;gap:.5rem;color:#e2e8f0d9;font-size:.9rem}.pricing-card-btn{margin-top:auto;border-radius:10px;border:1px solid rgba(255,255,255,.17);background:#ffffff14;color:#f8fafc;font-weight:600;font-size:.9rem;padding:.82rem 1rem;cursor:pointer}.pricing-card-btn-disabled{opacity:.55;cursor:not-allowed}.pricing-faq-section{padding:1rem 0 5rem}.pricing-faq-card{border:1px solid rgba(255,255,255,.08);background:#ffffff05;border-radius:18px;padding:2rem;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.pricing-faq-title{margin:0 0 1.2rem;font-family:DM Sans,sans-serif;font-size:1.45rem;color:#f1f5f9}.pricing-faq-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pricing-faq-item{border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1rem;background:#ffffff05}.pricing-faq-q{margin:0 0 .55rem;color:#e2e8f0;font-weight:600;font-size:.9rem}.pricing-faq-a{margin:0;color:#94a3b8d1;line-height:1.65;font-size:.88rem}@media(max-width:980px){.pricing-grid,.pricing-faq-list{grid-template-columns:1fr}.pricing-feature-list{min-height:0}}@media(max-width:820px){.pricing-desktop-only{display:none}.pricing-menu-btn{display:inline-flex}.pricing-mobile-dropdown{display:flex;flex-direction:column;gap:.35rem;width:min(96vw,1680px);margin:.5rem auto 0;padding:.9rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);background:#060810f2}.pricing-mobile-divider{height:1px;background:#ffffff14;margin:.35rem 0}.pricing-mobile-btn{width:100%}.pricing-main{padding-top:6.8rem}}.auth-page{min-height:100vh;background:#06091a;color:#e2e8f0;font-family:DM Sans,sans-serif;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.auth-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse 60% 50% at 15% 40%,rgba(14,165,233,.09) 0%,transparent 100%),radial-gradient(ellipse 50% 40% at 85% 15%,rgba(56,189,248,.05) 0%,transparent 100%),radial-gradient(ellipse 40% 35% at 55% 85%,rgba(6,182,212,.04) 0%,transparent 100%),#06091a}.auth-blob{position:absolute;border-radius:50%;filter:blur(120px);animation:authBlobDrift 14s ease-in-out infinite alternate;will-change:transform}.auth-blob-1{width:750px;height:750px;background:radial-gradient(circle,rgba(14,165,233,.13) 0%,transparent 65%);top:-180px;right:-180px;animation-duration:17s}.auth-blob-2{width:550px;height:550px;background:radial-gradient(circle,rgba(56,189,248,.07) 0%,transparent 65%);bottom:-80px;left:-120px;animation-delay:-5s;animation-duration:17s}.auth-blob-3{width:420px;height:420px;background:radial-gradient(circle,rgba(6,182,212,.07) 0%,transparent 65%);top:45%;left:32%;animation-delay:-9s;animation-duration:20s}@keyframes authBlobDrift{0%{transform:translate(0) scale(1)}to{transform:translate(50px,70px) scale(1.12)}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;padding:2rem 1rem}.auth-card{background:#ffffff0a;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.09);border-radius:24px;width:100%;max-width:460px;box-shadow:0 0 80px #0ea5e912,inset 0 0 0 1px #ffffff0a;color:#e2e8f0;font-family:DM Sans,sans-serif;position:relative;z-index:2;padding:2.75rem 2.25rem 2.25rem}.auth-back-btn{position:absolute;top:1.4rem;left:1.4rem;display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:none;color:#94a3b899;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:400;transition:color .2s ease;z-index:10;padding:0}.auth-back-btn:hover{color:#bae6fd}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo-icon{width:48px;height:48px;background:#7eb8f71f;border:1px solid rgba(126,184,247,.28);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.4rem}.auth-title{font-family:DM Sans,sans-serif;font-size:1.95rem;font-weight:700;color:#f1f5f9;letter-spacing:-.025em;margin:0 0 .45rem}.auth-subtitle{color:#94a3b8cc;font-size:.98rem;margin:0}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#fca5a5;padding:.7rem 1rem;font-size:.9rem;margin-bottom:1.25rem;text-align:center}.form-group{margin-bottom:1.2rem;position:relative}.auth-label{display:block;font-size:.85rem;font-weight:500;color:#cbd5e1cc;margin-bottom:.45rem;font-family:DM Sans,sans-serif}.auth-input-wrap{position:relative}.auth-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b899;pointer-events:none;display:flex;align-items:center}.auth-input{width:100%;padding:.82rem 1.1rem .82rem 2.85rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#e2e8f0;font-family:DM Sans,sans-serif;font-size:.95rem;outline:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;box-sizing:border-box}.auth-input:focus{border-color:#7eb8f773;background:#7eb8f70d;box-shadow:0 0 0 3px #7eb8f71a}.auth-input::placeholder{color:#94a3b873}.auth-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.auth-forgot-link{background:none;border:none;font-family:DM Sans,sans-serif;font-size:.82rem;color:#7dd3fcb3;cursor:pointer;padding:0;transition:color .2s ease}.auth-forgot-link:hover{color:#bae6fd}.auth-btn-primary{width:100%;padding:.9rem 1rem;margin-top:.5rem;border-radius:10px;border:1px solid rgba(126,184,247,.35);background:#7eb8f71f;color:#bae6fd;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.auth-btn-primary:hover:not(:disabled){background:#7eb8f733;border-color:#7eb8f78c;box-shadow:0 0 24px #7eb8f726;transform:translateY(-1px)}.auth-btn-primary:disabled{opacity:.55;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#94a3b866;font-size:.85rem;font-family:DM Sans,sans-serif}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff14}.auth-btn-google{width:100%;padding:.9rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#e2e8f0d9;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;transition:background .2s ease,border-color .2s ease}.auth-btn-google:hover{background:#ffffff14;border-color:#ffffff2e}.auth-legal{font-size:.75rem;color:#64748bd9;text-align:center;margin-top:.65rem;line-height:1.5}.auth-legal a{color:#94a3b8b3;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.auth-legal a:hover{color:#bae6fd}.auth-checkbox-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.9rem}.auth-checkbox{margin-top:.2rem;width:1rem;height:1rem;cursor:pointer;accent-color:#7dd3fc;flex-shrink:0}.auth-checkbox-label{font-size:.88rem;line-height:1.5;color:#94a3b8cc;cursor:pointer;font-family:DM Sans,sans-serif}.auth-checkbox-label a{color:#7dd3fc;text-decoration:none;font-weight:600;transition:color .2s ease}.auth-checkbox-label a:hover{color:#bae6fd}.auth-footer{margin-top:2rem;text-align:center;color:#94a3b8b3;font-size:.92rem;font-family:DM Sans,sans-serif}.auth-footer a,.auth-footer .auth-link{color:#7dd3fc;text-decoration:none;font-weight:500;cursor:pointer;background:none;border:none;font-family:DM Sans,sans-serif;font-size:inherit;transition:color .2s ease;padding:0}.auth-footer a:hover,.auth-footer .auth-link:hover{color:#bae6fd}@media(max-width:520px){.auth-card{padding:2.25rem 1.25rem 1.75rem;border-radius:18px}.auth-title{font-size:1.65rem}}.about-page{min-height:100vh;background:#06091a;color:#e2e8f0;position:relative;overflow-x:hidden;display:flex;flex-direction:column;font-family:DM Sans,sans-serif}.about-container{width:min(96vw,1680px);margin:0 auto;padding:0 clamp(1rem,2vw,2.25rem)}.about-mesh{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 65% 58% at 12% 42%,rgba(126,184,247,.08) 0%,transparent 100%),radial-gradient(ellipse 45% 42% at 82% 16%,rgba(34,197,94,.06) 0%,transparent 100%),#06091a}.about-blob{position:absolute;border-radius:50%;filter:blur(120px)}.about-blob-1{width:520px;height:520px;top:-120px;right:-120px;background:radial-gradient(circle,rgba(126,184,247,.11) 0%,transparent 65%)}.about-blob-2{width:420px;height:420px;left:-120px;bottom:-80px;background:radial-gradient(circle,rgba(52,211,153,.08) 0%,transparent 65%)}.about-blob-3{width:300px;height:300px;left:50%;top:50%;background:radial-gradient(circle,rgba(148,163,184,.08) 0%,transparent 65%)}.about-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0}.about-nav-inner{width:min(96vw,1680px);margin:0 auto;padding:.75rem 1.4rem;background:#060810b8;border:1px solid rgba(255,255,255,.08);border-radius:14px;backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);display:flex;align-items:center;justify-content:space-between}.about-logo{display:inline-flex;gap:.65rem;align-items:center;font-family:DM Sans,sans-serif;font-weight:700;color:#f1f5f9;cursor:pointer}.about-logo-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(126,184,247,.22);background:#7eb8f71f;display:flex;align-items:center;justify-content:center}.about-links,.about-actions{display:flex;align-items:center}.about-links{gap:.1rem}.about-actions{gap:.5rem}.about-link{border:0;background:transparent;color:#cbd5e1a6;text-decoration:none;padding:.45rem .9rem;border-radius:8px;font-size:.87rem;cursor:pointer}.about-link:hover,.about-link-active{color:#f1f5f9;background:#ffffff0f}.about-btn-ghost,.about-btn-accent{border-radius:9999px;padding:.52rem 1.1rem;border:1px solid transparent;font-size:.85rem;cursor:pointer}.about-btn-ghost{background:#ffffff0a;color:#cbd5e1bf;border-color:#ffffff1f}.about-btn-accent{background:#7eb8f71a;color:#bae6fd;border-color:#7eb8f74d}.about-menu-btn{display:none;color:#cbd5e1;background:none;border:0}.about-mobile-dropdown{display:none}.about-main{position:relative;z-index:10;flex:1;padding-top:7.5rem}.about-hero{padding:3.5rem 0 2.5rem}.about-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:start}.about-pill{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(126,184,247,.16);color:#7eb8f7b8;background:#7eb8f70f;border-radius:9999px;padding:.27rem .8rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.about-title{margin:1.15rem 0 1.1rem;max-width:640px;font-family:DM Sans,sans-serif;font-size:clamp(1.9rem,2.8vw,3.1rem);line-height:1.12;letter-spacing:-.03em;color:#f8fafc}.about-copy{margin:0 0 1rem;max-width:640px;color:#94a3b8d1;line-height:1.8;font-size:.98rem}.about-stats{display:flex;gap:1.5rem;margin-top:1.6rem;flex-wrap:wrap}.about-stat-number{font-family:DM Sans,sans-serif;font-size:1.55rem;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums;color:#e2e8f0}.about-stat-label{max-width:240px;color:#94a3b8bd;font-size:.88rem;line-height:1.6}.about-profile-card,.about-principles-card,.about-contact-card{border:1px solid rgba(255,255,255,.08);background:#ffffff05;border-radius:18px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.about-profile-card{padding:1.5rem}.about-profile-head{display:flex;align-items:center;gap:.9rem}.about-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#7eb8f714;border:1px solid rgba(126,184,247,.2)}.about-profile-name{margin:0;font-family:DM Sans,sans-serif;color:#f1f5f9;font-size:1.05rem}.about-profile-role{margin:.2rem 0 0;color:#94a3b8d1;font-size:.85rem}.about-profile-copy{margin:1rem 0 0;color:#94a3b8d1;line-height:1.75;font-size:.9rem}.about-profile-list{margin-top:1rem;display:flex;flex-direction:column;gap:.7rem}.about-profile-list p{margin:0;color:#e2e8f0e0;font-size:.88rem;display:flex;align-items:center;gap:.45rem}.about-principles{padding:1rem 0 2rem}.about-principles-card{padding:2rem}.about-section-title{margin:1.1rem 0 1.2rem;font-family:DM Sans,sans-serif;font-size:1.45rem;color:#f1f5f9;letter-spacing:-.02em}.about-principles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.about-principle-item{border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#ffffff05;padding:1rem}.about-principle-item h3{margin:0 0 .45rem;font-size:.95rem;color:#f1f5f9}.about-principle-item p{margin:0;font-size:.87rem;line-height:1.7;color:#94a3b8d1}.about-contact{padding:.6rem 0 5rem}.about-contact-card{padding:1.6rem}.about-contact-copy{margin:0;max-width:620px;color:#94a3b8d1;line-height:1.7}.about-contact-link{margin-top:1rem;display:inline-flex;align-items:center;text-decoration:none;color:#bae6fd;border:1px solid rgba(126,184,247,.25);background:#7eb8f714;border-radius:10px;padding:.6rem .85rem}@media(max-width:980px){.about-hero-grid,.about-principles-grid{grid-template-columns:1fr}}@media(max-width:820px){.about-desktop-only{display:none}.about-menu-btn{display:inline-flex}.about-mobile-dropdown{display:flex;flex-direction:column;gap:.35rem;width:min(96vw,1680px);margin:.5rem auto 0;padding:.9rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);background:#060810f2}.about-mobile-divider{height:1px;background:#ffffff14;margin:.35rem 0}.about-mobile-btn{width:100%}.about-main{padding-top:6.8rem}}.settings-content{max-width:700px}.settings-page-header{margin-bottom:2.25rem}.settings-page-title{font-size:clamp(1.35rem,2vw,1.65rem);font-weight:700;color:#f1f5f9;letter-spacing:-.02em;margin:0 0 .3rem}.settings-page-sub{font-size:.92rem;color:#94a3b8b3;margin:0}.settings-card{background:#ffffff06;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:2rem 2rem 1.75rem;margin-bottom:1.25rem}.settings-card-title{display:flex;align-items:center;gap:.5rem;font-size:.98rem;font-weight:700;color:#e2e8f0;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.07)}.settings-form-group{margin-bottom:1.25rem;position:relative}.settings-label{display:block;font-size:.83rem;font-weight:500;color:#cbd5e1bf;margin-bottom:.45rem}.settings-input-wrap{position:relative}.settings-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b880;pointer-events:none;display:flex;align-items:center}.settings-input{width:100%;padding:.82rem 1.1rem .82rem 2.85rem;border-radius:10px;border:1px solid rgba(255,255,255,.09);background:#ffffff0d;color:#e2e8f0;font-family:DM Sans,sans-serif;font-size:.93rem;outline:none;box-sizing:border-box;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.settings-input:focus{border-color:#7eb8f773;background:#7eb8f70d;box-shadow:0 0 0 3px #7eb8f71a}.settings-input::placeholder{color:#94a3b866}.settings-input:disabled{opacity:.5;cursor:not-allowed}.settings-checkbox-row{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.07);background:#ffffff06;cursor:pointer;transition:background .2s,border-color .2s}.settings-checkbox-row:hover{background:#ffffff0d;border-color:#ffffff1f}.settings-checkbox{margin-top:.15rem;width:1rem;height:1rem;cursor:pointer;accent-color:#7dd3fc;flex-shrink:0}.settings-checkbox-label{font-size:.9rem;color:#cbd5e1d1;line-height:1.5}.settings-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1.4rem;border-radius:10px;border:1px solid rgba(126,184,247,.35);background:#7eb8f71f;color:#bae6fd;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s}.settings-btn-primary:hover:not(:disabled){background:#7eb8f733;border-color:#7eb8f78c;box-shadow:0 0 18px #7eb8f71f;transform:translateY(-1px)}.settings-btn-primary:disabled{opacity:.45;cursor:not-allowed}.settings-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1.4rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#cbd5e1cc;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.settings-btn-secondary:hover:not(:disabled){background:#ffffff14;border-color:#ffffff2e}.settings-btn-secondary:disabled{opacity:.4;cursor:not-allowed}.settings-msg{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-radius:10px;font-size:.9rem;margin-bottom:1.25rem}.settings-msg.success{background:#34d39914;border:1px solid rgba(52,211,153,.2);color:#6ee7b7}.settings-msg.error{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#fca5a5}.settings-oauth-notice{padding:1rem 1.1rem;border-radius:10px;border:1px solid rgba(255,255,255,.07);background:#ffffff06;color:#94a3b8bf;font-size:.9rem;line-height:1.55}.settings-support-link{color:#7dd3fc;text-decoration:none;font-weight:500;transition:color .2s}.settings-support-link:hover{color:#bae6fd}.settings-back-btn{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:none;color:#94a3b899;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:400;cursor:pointer;padding:0;margin-bottom:1.75rem;transition:color .2s}.settings-back-btn:hover{color:#bae6fd}
