@font-face{font-family:Undefined;src:url(/assets/fonts/undefined-medium.woff2) format("woff2"),url(/assets/fonts/undefined-medium.woff) format("woff"),url(/assets/fonts/undefined-medium.ttf) format("truetype"),url(/assets/fonts/undefined-medium.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Undefined;src:url(/assets/fonts/undefined-medium.woff2) format("woff2"),url(/assets/fonts/undefined-medium.woff) format("woff"),url(/assets/fonts/undefined-medium.ttf) format("truetype"),url(/assets/fonts/undefined-medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Undefined;src:url(/assets/fonts/undefined-medium.woff2) format("woff2"),url(/assets/fonts/undefined-medium.woff) format("woff"),url(/assets/fonts/undefined-medium.ttf) format("truetype"),url(/assets/fonts/undefined-medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Undefined;src:url(/assets/fonts/undefined-medium.woff2) format("woff2"),url(/assets/fonts/undefined-medium.woff) format("woff"),url(/assets/fonts/undefined-medium.ttf) format("truetype"),url(/assets/fonts/undefined-medium.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Undefined;src:url(/assets/fonts/undefined-medium.woff2) format("woff2"),url(/assets/fonts/undefined-medium.woff) format("woff"),url(/assets/fonts/undefined-medium.ttf) format("truetype"),url(/assets/fonts/undefined-medium.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:#000}:root{--color-bg-white: #ffffff;--color-bg-light: #f8f9fa;--color-bg-card-light: rgba(255, 255, 255, .9);--color-border-light: rgba(0, 0, 0, .08);--color-text-dark: #1a1a1a;--color-text-muted-light: #6b7280;--color-bg: #0a0a0f;--color-bg-card: #12121a;--color-bg-elevated: #1a1a24;--color-border: #2a2a3a;--color-text: #e4e4e7;--color-text-muted: #71717a;--color-accent: #22c55e;--color-accent-dim: #16a34a;--color-warning: #f59e0b;--color-error: #ef4444;--font-sans: "Roboto Mono", monospace;--font-mono: "Roboto Mono", monospace;--spacing-page: 2rem;--spacing-section: 4rem}@media (max-width: 768px){:root{--spacing-page: 1rem;--spacing-section: 2.5rem}}body{font-family:var(--font-sans);color:var(--color-text-dark);min-height:100vh;line-height:1.6;background:#000}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.top-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#000;border-bottom:1px solid rgba(255,255,255,.08)}.top-nav-inner{display:flex;align-items:center;padding:0 2rem;height:60px}.top-nav-logo{display:flex;align-items:center;flex-shrink:0;margin-right:2rem}.top-nav-logo img{height:32px;width:auto;display:block}.top-nav-links{display:flex;align-items:center;gap:.25rem;margin-left:auto}.top-nav-right{display:flex;align-items:center;margin-left:.25rem}.top-nav-link{color:#fff9;text-decoration:none;font-size:.9rem;font-weight:500;padding:.4rem 1rem;border-radius:8px;transition:all .2s}.top-nav-link:hover{color:#fff;background:#ffffff0f}.top-nav-link-active{color:#ff8c00;background:#ff8c001a}.top-nav-profile{padding:.4rem 1rem}.top-nav-profile-avatar{width:34px;height:34px;border-radius:50%;background:#ff8c00;color:#fff;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .2s}.top-nav-profile-avatar:hover{opacity:.85}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:auto;flex-direction:column;gap:5px;z-index:201}.hamburger-line{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .25s}.hamburger-open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-open .hamburger-line:nth-child(2){opacity:0}.hamburger-open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-profile{display:none}.top-nav-right-desktop{display:flex}.nav-mobile-backdrop{display:none}@media (max-width: 640px){.hamburger-btn{display:flex}.top-nav-right-desktop{display:none}.top-nav-links{position:fixed;top:0;right:0;width:260px;height:100vh;height:100dvh;background:#000000f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.1);flex-direction:column;align-items:stretch;padding:5rem 1.5rem 2rem;gap:.25rem;margin-left:0;transform:translate(100%);transition:transform .3s ease;z-index:200}.top-nav-links.nav-mobile-open{transform:translate(0)}.top-nav-link{font-size:1rem;padding:.75rem 1rem;border-radius:10px}.nav-mobile-profile{display:block;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.nav-mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199}}.dark-page{min-height:100vh;background:#000;display:flex;flex-direction:column}.dark-page--fixed{height:100vh;height:100dvh;min-height:unset;overflow:hidden}.dark-page-content{flex:1;display:flex;align-items:center;justify-content:center;padding:5rem 2rem 4rem;min-height:0}.dark-card{width:100%;max-width:480px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.dark-card-icon{width:56px;height:56px;border-radius:50%;background:#ff8c0026;border:1px solid rgba(255,140,0,.35);color:#ff8c00;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.dark-card-title{font-size:2rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.dark-card-subtitle{font-size:1rem;color:#ffffff8c;margin:0}.dark-form{display:flex;flex-direction:column;gap:1rem}.dark-input-group{display:flex;flex-direction:column;gap:.5rem}.dark-label{font-size:.85rem;font-weight:500;color:#fff9}.dark-input{width:100%;padding:.75rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:1rem;font-family:Roboto Mono,monospace;outline:none;box-sizing:border-box;transition:border-color .2s}.dark-input::placeholder{color:#ffffff4d}.dark-input:focus{border-color:#ff8c0080}.dark-input-row{display:flex;gap:.5rem}.dark-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;background:#ff8c00bf;border:1px solid rgba(255,140,0,.5);border-radius:50px;color:#fff;font-size:1rem;font-weight:600;font-family:Roboto Mono,monospace;cursor:pointer;text-decoration:none;transition:all .2s}.dark-btn-primary:hover{background:#ff8c00f2;transform:translateY(-1px)}.dark-btn-primary:disabled{opacity:.4;cursor:default;transform:none}.dark-btn-icon{padding:.8rem 1.1rem;flex-shrink:0;border-radius:12px}.dark-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:50px;color:#fff;font-size:1rem;font-weight:600;font-family:Roboto Mono,monospace;cursor:pointer;text-decoration:none;transition:all .2s}.dark-btn-secondary:hover{background:#ffffff1f;transform:translateY(-1px)}.dark-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ff3c3c1f;border:1px solid rgba(255,60,60,.25);border-radius:10px;color:#ff6b6b;font-size:.9rem}.dark-account-action{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;text-decoration:none;transition:background .2s,border-color .2s}.dark-account-action:hover{background:#ff8c0014;border-color:#ff8c0040}.dark-account-action-icon{width:40px;height:40px;border-radius:10px;background:#ff8c001f;border:1px solid rgba(255,140,0,.25);color:#ff8c00;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.account-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.account-header-top{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.account-avatar{width:56px;height:56px;border-radius:50%;background:#ff8c00;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.account-identity{flex:1;min-width:0}.account-name{margin:0;font-size:1.4rem;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis}.account-email{margin:0;font-size:.875rem;color:#ffffff73;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.account-signout{flex-shrink:0;padding:.5rem 1rem;font-size:.875rem}@media (max-width: 640px){.account-header{flex-direction:column;align-items:stretch}.account-signout{width:100%;justify-content:center}.dark-card{padding:1.5rem}.dark-page-content{padding:4.5rem 1rem 2rem;align-items:stretch}}.dark-result-container{max-width:640px;margin:0 auto;padding:6rem 2rem 4rem;width:100%;box-sizing:border-box}.dark-result-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.dark-badge-verified{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff8c001f;border:1px solid rgba(255,140,0,.3);border-radius:50px;color:#ff8c00;font-size:.875rem;font-weight:600}.dark-identity-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.dark-card-section{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem}.dark-section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;color:#ffffffb3;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.dark-detail-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.dark-detail-row:last-child{border-bottom:none}.dark-detail-label{font-size:.875rem;color:#ffffff80;font-weight:500;flex-shrink:0}.dark-detail-value{font-size:.875rem;color:#fff;font-weight:500;text-align:right;word-break:break-all;overflow-wrap:break-word}.landing-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:60px 0 0;position:relative;background:#000}.landing-hero{position:relative;width:100%;max-width:none;height:calc(100vh - 60px);max-height:none;overflow:hidden;border-radius:0;box-shadow:none;background:#000}.hero-grid-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:linear-gradient(rgba(255,140,0,.12) 2px,transparent 2px),linear-gradient(90deg,rgba(255,140,0,.12) 2px,transparent 2px);background-size:60px 60px}.hero-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:72px}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2.5rem 2rem 2rem;border-radius:48px}.hero-model-center{position:absolute;top:-5%;left:50%;transform:translate(-50%);width:60%;height:70%;z-index:1;pointer-events:none}.hero-center-group{position:absolute;bottom:6%;left:50%;transform:translate(-50%);z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.hero-center-caption{position:absolute;left:0;right:0;top:57.4%;height:118px;display:flex;align-items:center;justify-content:center;background:#000;text-align:center;z-index:2}.hero-center-caption h1{color:#fff;font-size:3.2rem;font-weight:700;letter-spacing:-.02em;margin:0;white-space:nowrap}.hero-waitlist-btn{display:inline-block;padding:.85rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:#ff8c00bf;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,140,0,.5);border-radius:50px;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #ff8c0040}.hero-waitlist-btn:hover{background:#ff8c00f2;transform:translateY(-2px);box-shadow:0 8px 30px #ff8c0066}.hero-learn-more{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#ffffffb3;font-size:.85rem;font-weight:500;font-family:Roboto Mono,monospace;cursor:pointer;background:none;border:none;padding:0;transition:color .2s}.hero-learn-more:hover{color:#fff}.hero-learn-more-arrow{font-size:1.2rem;animation:bounceArrow 1.5s ease-in-out infinite}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.landing-title{font-size:6.75rem;font-weight:400;letter-spacing:-.03em;line-height:1;color:#fff;background:#ffffff26;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.2);border-radius:9999px;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff4d,inset 0 -1px #ffffff1a;padding:1.25rem 3.5rem}.landing-subtitle{font-family:Roboto Mono,monospace;font-size:4rem;font-weight:400;line-height:1;color:#fff;margin:0}.landing-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;flex-shrink:0;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:1000;padding:1.25rem 3.5rem;background:#ffffff26;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.2);border-radius:9999px;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff4d,inset 0 -1px #ffffff1a}.verify-overlay .landing-buttons{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:1000}.glass-button{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.5rem;min-width:auto;width:auto;height:auto;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;font-size:1.125rem;font-weight:500;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:none;position:relative;z-index:10;white-space:nowrap}.landing-buttons.light-background .glass-button{color:#000000e6}.landing-buttons.dark-background .glass-button{color:#fffffff2}.glass-button:has(span){justify-content:space-between}.landing-buttons.light-background .glass-button:hover{color:#000;text-decoration:none;transform:translateY(-1px)}.landing-buttons.dark-background .glass-button:hover{color:#fff;text-decoration:none;transform:translateY(-1px)}.glass-button:active{transform:scale(.98)}.glass-button i{font-size:.875rem;opacity:.9}.glass-button i.fa-arrow-up-right-from-square{margin-left:.5rem;font-size:.875rem}.glass-button-verify,.glass-button-purchase{padding-left:0;padding-right:0}.landing-buttons.light-background .glass-button-active{color:#000000b3;font-weight:600}.landing-buttons.dark-background .glass-button-active{color:#fffc;font-weight:600}.problem-section{width:100%;background:#000;padding:6rem 8rem;scroll-margin-top:80px;border-top:2px solid rgba(255,140,0,.4)}.problem-section .about-title{margin-bottom:1.5rem}.tech-section{width:100%;background:#000;background-image:linear-gradient(rgba(255,140,0,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,140,0,.07) 1px,transparent 1px);background-size:60px 60px;padding:6rem 4rem;box-sizing:border-box;border-top:2px solid rgba(255,140,0,.4)}.tech-layout{display:flex;align-items:center;gap:2rem;margin-top:1.5rem}.tech-points{flex:1;display:flex;flex-direction:column;gap:3.5rem}.tech-points-left{align-items:flex-end;text-align:right}.tech-points-right{align-items:flex-start;text-align:left}.tech-point{max-width:300px}.tech-point-title{font-size:1.7rem;font-weight:700;color:#fff;margin:0 0 .6rem;letter-spacing:-.01em}.tech-point-desc{font-size:1.05rem;color:#ffffff8c;line-height:1.6;margin:0}.tech-highlight{color:#ff8c00}.tech-model{flex:0 0 480px;height:600px;pointer-events:none}.hiw-section{width:100%;background:#000;padding:6rem 8rem;box-sizing:border-box;border-top:2px solid rgba(255,140,0,.4)}.hiw-layout{display:flex;align-items:stretch;gap:0;margin-top:1.5rem}.hiw-steps{flex:1;display:flex;flex-direction:column;gap:3rem;padding-right:4rem;align-self:stretch}.hiw-step{display:flex;align-items:flex-start;gap:5.5rem}.hiw-number{font-size:6.5rem;font-weight:700;color:#ff8c00;opacity:1;line-height:1;flex-shrink:0;width:6rem;text-align:right;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hiw-step-title{font-size:2rem;font-weight:700;color:#ff8c00;margin:.5rem 0;line-height:1.1}.hiw-step-desc{font-size:1rem;color:#ffffff8c;line-height:1.6;margin:0}.hiw-divider{width:2px;align-self:stretch;background:#ffffff1f;flex-shrink:0}.hiw-video-placeholder{flex:1;border-radius:24px;background:#ffffff08;border:1px dashed rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;margin-left:4rem;align-self:stretch}.placeholder-content{width:100%;min-height:400px;border-radius:16px;background:#ffffff08;border:1px dashed rgba(255,255,255,.1)}.problem-container{display:flex;align-items:center;gap:0}.problem-stats{flex:1;display:flex;flex-direction:column;gap:3rem;padding-right:4rem}.problem-stat{display:flex;flex-direction:column;gap:.5rem}.problem-stat-number{font-size:5rem;font-weight:700;line-height:1;background:linear-gradient(135deg,#ff8c00,#ff4500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.problem-stat-desc{font-size:1rem;color:#fff9;margin:0;line-height:1.5}.problem-headline{flex:1;border-left:2px solid rgba(255,255,255,.12);padding-left:4rem;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.problem-headline p{font-size:1.9rem;font-weight:500;color:#fff;line-height:1.5;margin:0 0 1.5rem}.problem-headline p:last-child{margin-bottom:0}.about-section{width:100%;display:flex;align-items:center;justify-content:center;padding:0;background:#000;margin:0}.about-container{position:relative;width:100%;max-width:none;overflow:visible;border-radius:0;box-shadow:none;background:#000;margin:0 auto;display:flex;align-items:flex-start;padding:4rem}.about-content{width:100%;display:flex;flex-direction:column;gap:2rem;padding-top:3rem}.about-title{font-family:Roboto Mono,monospace;font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1;text-align:center}.about-subtitle{font-family:Roboto Mono,monospace;font-size:1.5rem;font-weight:400;color:#fff;margin:0;line-height:1.5}.about-info-grid{display:grid;grid-template-columns:auto 1fr;gap:3rem;width:100%;margin-top:2rem;align-items:start}.about-info-column{display:flex;flex-direction:column;gap:1rem}.about-info-column-wide{width:100%}.about-social-link{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;color:#ffffffb3}.about-social-link:hover{color:#fff}.footer-section{width:100%;background:#000;border-top:2px solid rgba(255,140,0,.4);padding:3rem 8rem;display:flex;align-items:center;gap:3rem;box-sizing:border-box}.footer-text{font-family:Roboto Mono,monospace;font-size:.875rem;color:#ffffff73;margin:0;white-space:nowrap}.footer-link{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;color:#ffffff73;transition:color .2s}.footer-link:hover{color:#fff}.footer-legal{white-space:normal;color:#ffffff4d;font-size:.8rem}.about-info-title{font-family:Roboto Mono,monospace;font-size:1.5rem;font-weight:800;color:#fff;margin:0;margin-bottom:.5rem}.about-info-text{font-family:Roboto Mono,monospace;font-size:1rem;font-weight:400;color:#ffffffb3;margin:0;cursor:pointer;transition:color .2s ease}.about-info-text:hover{color:#fff}.details-phases{display:flex;flex-direction:row;gap:0;margin-top:1.5rem;align-items:flex-start}.details-phase{flex:1;display:flex;flex-direction:column;padding:0 3rem}.details-phase:first-child{padding-left:0}.details-phase-heading{font-family:Roboto Mono,monospace;font-size:2rem;font-weight:700;color:#fff;letter-spacing:.1em;margin:0 0 2rem}.details-phase-body{display:flex;flex-direction:row;align-items:flex-start;gap:2rem}.details-phase-image{flex-shrink:0}.details-phase-image img{width:180px;height:auto;border-radius:16px;object-fit:contain}.details-phase-desc{font-size:1.1rem;line-height:1.7;color:#fff9;margin:0}.details-phase-divider{width:2px;align-self:stretch;background:#ff8c0066;flex-shrink:0}@media (max-width: 768px){.details-phases{flex-direction:column;gap:2rem}.details-phase{padding:0}.details-phase-body{flex-direction:row}.details-phase-heading{font-size:1.25rem}.details-phase-divider{width:60%;height:1px;align-self:center}.details-phase-image img{width:120px}.details-phase-desc{font-size:.85rem}.about-container{height:auto;max-height:none;overflow:visible}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}}@media (max-width: 480px){.details-phase-body{flex-direction:column;align-items:center;text-align:center}.details-phase{align-items:center;text-align:center}.details-phase-image img{width:160px}.about-title{font-size:1.75rem}.about-subtitle{font-size:.95rem}.about-content{padding-top:1.5rem}}.profile-button{position:fixed;top:1.5rem;right:1.5rem;z-index:100}@media (min-width: 1024px){.profile-button{top:2.5rem;right:5rem}}.profile-icon{width:44px;height:44px;border-radius:50%;background:var(--color-bg-white);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;color:#000;font-size:1.125rem;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #00000026}.profile-icon:hover{background:#000;color:var(--color-bg-white);transform:translateY(-2px);box-shadow:0 8px 24px #0003;text-decoration:none}.profile-icon.loading{opacity:.7;cursor:default}.back-home-link{position:fixed;top:1.5rem;left:1.5rem;width:44px;height:44px;border-radius:50%;background:#1e1e23d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem;text-decoration:none;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 16px #00000026;z-index:100}.back-home-link:hover{background:#282830e6;transform:scale(1.05);text-decoration:none}.verify-input-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:.5rem;position:relative;background:var(--color-bg-white)}.verify-hero{position:relative;width:calc(100% - 1rem);max-width:none;height:calc(100vh - 1rem);max-height:900px;overflow:hidden;border-radius:72px;box-shadow:0 20px 60px #0000001a}.verify-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:72px}.verify-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:flex-start;justify-content:center;padding:2rem;border-radius:36px;z-index:5}.verify-input-wrapper{max-width:480px;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin-top:-1.65625rem;z-index:10}.verify-form{width:100%}.verify-label{display:block;text-align:left;font-size:clamp(1rem,5vw,24px);white-space:nowrap;font-weight:500;color:#000;line-height:1.4;margin-bottom:0;padding-bottom:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.verify-input-group{display:flex;gap:.5rem}.verify-input{flex:1;padding:1rem 1.25rem;font-size:15px;font-family:Roboto Mono,monospace;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-width:0px;border-style:none;border-color:#0000;border-image:none;border-radius:14px;color:var(--color-text-dark);outline:none;transition:all .2s ease;position:relative;z-index:10}.verify-input:focus{border-color:#0003;box-shadow:0 0 0 4px #0000001a;background:#fffffff2}.verify-input::placeholder{color:var(--color-text-muted-light);opacity:.6}.verify-submit{width:56px;height:56px;border-radius:14px;background:var(--color-bg-white);border:none;color:#000;font-size:1.25rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000026,inset 0 1px #ffffff1a;position:relative;z-index:10}.verify-submit:hover:not(:disabled){background-color:#000;color:var(--color-bg-white);transform:translateY(-2px);box-shadow:0 8px 24px #0003,inset 0 1px #ffffff1f}.verify-submit:disabled{opacity:.5;cursor:not-allowed}.result-page{min-height:100vh;background:var(--color-bg-white);position:relative}.result-container{max-width:800px;margin:0 auto;padding:5rem 2rem 3rem}@media (max-width: 768px){.result-container{padding:5rem 1.5rem 3rem}}@media (max-width: 480px){.result-container{padding:5rem 1.25rem 2rem}}.result-title{font-size:2rem;font-weight:700;color:var(--color-text-dark);margin-bottom:.5rem}.result-card{background:var(--color-bg-light);border:1px solid var(--color-border-light);border-radius:16px;padding:1.5rem}.identity-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:var(--color-bg-light);border:2px solid var(--color-accent);border-radius:50px}.section-header-dark{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted-light)}.detail-row-dark{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-border-light);gap:1rem}.detail-row-dark:last-child{border-bottom:none}.detail-label-dark{color:var(--color-text-muted-light);font-size:.875rem;flex-shrink:0}.detail-value-dark{font-family:var(--font-mono);font-size:.875rem;color:var(--color-text-dark);text-align:right;word-break:break-all;min-width:0}.segment-chip{padding:.5rem .75rem;background:#0000000a;border-radius:6px;font-size:.75rem;color:var(--color-text-dark)}.text-muted-dark{color:var(--color-text-muted-light)}.text-dark{color:var(--color-text-dark)}.btn-dark{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;background:#1e1e23e6;color:#fff;text-decoration:none}.btn-dark:hover{background:#282830;text-decoration:none}.btn-light{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:1px solid var(--color-border-light);background:var(--color-bg-light);color:var(--color-text-dark);text-decoration:none}.btn-light:hover{background:#0000000d;text-decoration:none}.container{max-width:800px;margin:0 auto;padding:var(--spacing-page)}@media (max-width: 480px){.container{padding:1rem}}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem}@media (max-width: 480px){.card{border-radius:12px;padding:1rem}}.card-elevated{background:var(--color-bg-elevated)}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.badge-verified{background:#22c55e26;color:var(--color-accent);border:1px solid rgba(34,197,94,.3)}.badge-invalid{background:#ef444426;color:var(--color-error);border:1px solid rgba(239,68,68,.3)}.badge-pending{background:#f59e0b26;color:var(--color-warning);border:1px solid rgba(245,158,11,.3)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.btn-primary{background:var(--color-accent);color:#000}.btn-primary:hover{background:var(--color-accent-dim)}.btn-secondary{background:var(--color-bg-elevated);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-border)}.mono{font-family:var(--font-mono)}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.video-container{position:relative;border-radius:12px;overflow:hidden;background:#000}.video-container video{width:100%;aspect-ratio:16/9;object-fit:contain}.video-container img{width:100%;height:auto;display:block}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-border);gap:1rem}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--color-text-muted);font-size:.875rem;flex-shrink:0}.detail-value{font-family:var(--font-mono);font-size:.875rem;text-align:right;word-break:break-all;min-width:0}@media (max-width: 480px){.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{text-align:left;font-size:.8125rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top-color:#ff8c00;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--color-border);gap:1rem}@media (max-width: 480px){.header{padding:.75rem 1rem}}.logo{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;flex-shrink:0}.logo span{color:var(--color-accent)}@media (max-width: 400px){.header .user-name{display:none}}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.icon-lg{width:64px;height:64px;font-size:2.5rem}.grid-2-col{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3-col{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.grid-2-col{grid-template-columns:1fr}.grid-3-col{grid-template-columns:1fr;gap:1rem}}@media (min-width: 481px) and (max-width: 768px){.grid-3-col{grid-template-columns:repeat(2,1fr)}}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.page-title{font-size:2rem}}@media (max-width: 480px){.page-title{font-size:1.5rem}}@media (max-width: 480px){.btn{padding:.625rem 1rem;font-size:.8125rem}}.btn-group{display:flex;gap:1rem;justify-content:center}@media (max-width: 480px){.btn-group{flex-direction:column;width:100%}.btn-group .btn,.btn-group .btn-dark,.btn-group .btn-light{width:100%}}.section-spacing{margin-top:var(--spacing-section)}input,textarea,select{max-width:100%;font-size:16px}@media (max-width: 768px){.btn,input,textarea,select{min-height:44px}}@media (max-width: 480px){.video-container{border-radius:8px}}@media (max-width: 768px){.hide-mobile{display:none!important}}@media (min-width: 769px){.show-mobile-only{display:none!important}}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@supports (padding: max(0px)){.container{padding-left:max(var(--spacing-page),env(safe-area-inset-left));padding-right:max(var(--spacing-page),env(safe-area-inset-right))}.header{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}}@media (max-width: 1024px){.landing-page{padding:0}.landing-hero{width:100%;height:100vh;border-radius:56px}.hero-bg-video,.hero-image{border-radius:56px}.hero-overlay{padding:1.5rem;border-radius:56px}.hero-center-caption h1{font-size:2.4rem}.problem-section{padding:4rem 3rem}.problem-container{flex-direction:column}.problem-stats{padding-right:0;padding-bottom:3rem}.problem-headline{border-left:none;border-top:2px solid rgba(255,255,255,.12);padding-left:0;padding-top:3rem}.problem-headline p{font-size:1.5rem}.hiw-section{padding:4rem 3rem}.hiw-layout{flex-direction:column}.hiw-steps{padding-right:0}.hiw-divider{width:100%;height:2px;margin:2rem 0}.hiw-video-placeholder{margin-left:0;min-height:300px}.tech-section{padding:4rem 2rem}.tech-layout{flex-direction:column;gap:2rem}.tech-points-left{align-items:flex-start;text-align:left}.tech-model{flex:0 0 auto;width:100%;height:400px}.footer-section{padding:2rem 3rem;flex-wrap:wrap;gap:1.5rem}.footer-text{white-space:normal}.about-section{padding:.5rem}.about-container{width:calc(100% - 1rem);height:auto;min-height:calc(100vh - 1rem);max-height:none;overflow:visible;border-radius:56px;margin:0 auto}.about-info-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.landing-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;bottom:1rem;padding:1rem 2rem;gap:1.25rem;background:#ffffff26;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.2)}.glass-button{font-size:.9375rem;padding:.625rem 1.25rem}}@media (max-width: 640px){.landing-page{padding:0}.landing-hero{width:100%;height:100vh;border-radius:40px}.hero-bg-video,.hero-image,.hero-overlay{border-radius:40px}.hero-center-caption h1{font-size:1.5rem;white-space:normal;padding:0 1rem}.hero-center-caption{top:58%}.hero-model-center{top:10%;width:90%;height:50%}.hero-waitlist-btn{padding:.7rem 1.75rem;font-size:.95rem;white-space:nowrap}.hero-center-group{bottom:4%}.top-nav-inner{padding:0 1rem}.top-nav-link{font-size:.8rem;padding:.35rem .6rem}.problem-section{padding:3rem 1.5rem}.problem-stat-number{font-size:3.5rem}.problem-headline p{font-size:1.25rem}.hiw-section{padding:3rem 1.5rem}.hiw-step{gap:1.5rem}.hiw-number{font-size:3.5rem;width:3.5rem}.hiw-step-title{font-size:1.4rem}.hiw-video-placeholder{min-height:200px}.tech-section{padding:3rem 1.5rem}.tech-model{height:300px}.tech-point-title{font-size:1.3rem}.footer-section{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.about-title{font-size:1.5rem}.about-section{padding:.5rem}.about-container{width:calc(100% - .5rem);height:auto;min-height:calc(100vh - .5rem);max-height:none;overflow:visible;border-radius:40px;margin:0 auto}.about-info-grid{grid-template-columns:1fr;gap:2rem}.about-info-title{font-size:1.25rem}.about-info-text{font-size:.9rem}.landing-title{font-size:2.5rem;padding:.875rem 2rem}.landing-subtitle{font-size:1.75rem}.landing-buttons{flex-direction:row;flex-wrap:wrap;width:calc(100% - 2rem);max-width:none;bottom:1rem;padding:.875rem 1.25rem;gap:.875rem;background:#ffffff26;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.2)}.glass-button{font-size:.8125rem;padding:.5rem 1rem;flex:1 1 auto;min-width:0}}@media (max-width: 768px){.verify-input-page{height:100vh;height:100dvh;min-height:unset;overflow:hidden;padding:.5rem}.verify-hero{width:calc(100% - 1rem);height:calc(100vh - 1rem);border-radius:56px}.verify-image{border-radius:56px}.verify-overlay{padding:1.5rem;border-radius:56px}.verify-input-wrapper{padding:0 1.5rem}}@media (max-width: 640px){.verify-input-page{padding:.25rem;overflow:hidden}.verify-hero{width:calc(100% - .5rem);height:calc(100vh - .5rem);border-radius:40px}.verify-image{border-radius:40px}.verify-overlay{padding:1rem;border-radius:40px}.verify-input-group{flex-direction:column}.verify-submit{width:100%;height:48px}}.auth-hero-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:.5rem;position:relative;background:var(--color-bg-white);overflow-y:auto}.auth-hero{position:relative;width:calc(100% - 1rem);max-width:none;min-height:calc(100vh - 1rem);overflow:visible;border-radius:72px;box-shadow:0 25px 80px #00000026}.auth-hero-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:72px;position:absolute;top:0;left:0;right:0;bottom:0}.auth-hero-overlay{position:relative;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;min-height:calc(100vh - 1rem);border-radius:48px}.auth-glass-card{width:100%;max-width:440px;background:#ffffffd9;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.3);border-radius:32px;padding:2.5rem;box-shadow:0 24px 48px #0000001f,inset 0 1px #ffffff80}.auth-glass-card-wide{max-width:640px}.auth-card-header{text-align:center;margin-bottom:2rem}.auth-title{font-family:Roboto Mono,monospace;font-size:2rem;font-weight:800;color:#000;margin:0 0 .5rem;letter-spacing:-.02em}.auth-subtitle{font-size:1rem;color:#0009;margin:0}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input-group{display:flex;flex-direction:column;gap:.5rem}.auth-input-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-label{font-size:.875rem;font-weight:500;color:#000000b3}.auth-input{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:Roboto Mono,monospace;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:12px;color:#000;outline:none;transition:all .2s ease}.auth-input:focus{border-color:#0000004d;box-shadow:0 0 0 4px #0000000d;background:#fff}.auth-input::placeholder{color:#00000059}.auth-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:Roboto Mono,monospace;border-radius:12px;border:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none}.auth-button-primary{background:#000;color:#fff}.auth-button-primary:hover:not(:disabled){background:#222;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.auth-button-primary:disabled{opacity:.5;cursor:not-allowed}.auth-button-ghost{background:transparent;color:#0009;border:1px solid rgba(0,0,0,.1)}.auth-button-ghost:hover{background:#0000000d;color:#000}.auth-button-oauth{background:#ffffffe6;color:#000;border:1px solid rgba(0,0,0,.1);flex:1}.auth-button-oauth:hover{background:#fff;border-color:#0003;transform:translateY(-1px)}.auth-oauth-buttons{display:flex;gap:1rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#0000001a}.auth-divider span{font-size:.75rem;color:#0006;text-transform:uppercase;letter-spacing:.05em}.auth-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#dc2626;font-size:.875rem}.auth-notice{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:12px}.auth-notice i{color:#f59e0b;font-size:1.25rem;margin-top:2px}.auth-notice-title{font-weight:600;color:#b45309;margin:0 0 .25rem;font-size:.875rem}.auth-notice-text{font-size:.75rem;color:#0009;margin:0}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.auth-footer p{margin:0;font-size:.875rem;color:#0009}.auth-footer-text{margin:0;font-size:.875rem;color:#0009;text-align:center}.auth-link{color:#000;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.auth-progress-step{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;background:#0000001a;color:#0006;transition:all .3s ease}.auth-progress-step.active{background:#000;color:#fff}.auth-progress-line{width:48px;height:2px;background:#0000001a;transition:all .3s ease}.auth-progress-line.active{background:#000}.auth-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.auth-home-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;margin:1.5rem auto 0;width:fit-content;font-size:.9375rem;font-weight:600;font-family:Roboto Mono,monospace;background:#000;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none}.auth-home-button:hover{background:#222;transform:translateY(-2px);box-shadow:0 8px 24px #0003;text-decoration:none}.auth-home-button i{font-size:.875rem}.account-header{display:flex;align-items:center;gap:1.25rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:1.5rem}.account-avatar{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}.account-info{flex:1;min-width:0}.account-name{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .25rem}.account-email{font-size:.875rem;color:#ffffff73;margin:0}.account-logout-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:transparent;color:#0009;border:1px solid rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .2s ease}.account-logout-btn:hover{background:#0000000d;color:#000}.account-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.account-status-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#00000008;border-radius:12px}.account-status-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.account-status-info{display:flex;flex-direction:column;gap:.125rem}.account-status-label{font-size:.75rem;color:#00000080}.account-status-value{font-size:.875rem;font-weight:600;color:#000}.account-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.account-action-card{display:flex;align-items:center;gap:.875rem;padding:1rem;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:14px;text-decoration:none;color:inherit;transition:all .25s ease}.account-action-card:hover:not(.disabled){background:#fff;border-color:#00000026;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.account-action-card.disabled{opacity:.5;cursor:not-allowed}.account-action-icon{width:40px;height:40px;border-radius:10px;background:#0000000d;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#000000b3;flex-shrink:0}.account-action-content{flex:1;min-width:0}.account-action-title{font-size:.875rem;font-weight:600;color:#000;margin:0 0 .125rem}.account-action-desc{font-size:.75rem;color:#00000080;margin:0}.account-action-arrow{color:#0000004d;font-size:.75rem}.account-details-section{padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.account-section-title{font-size:.875rem;font-weight:600;color:#00000080;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.account-details-grid{display:flex;flex-direction:column}.account-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.account-detail-row:last-child{border-bottom:none}.account-detail-label{font-size:.875rem;color:#0009}.account-detail-value{font-size:.875rem;color:#000}.account-detail-value.mono{font-family:Roboto Mono,monospace;font-size:.75rem}.waitlist-success-icon{width:72px;height:72px;margin:0 auto 1.25rem;background:#22c55e1f;border:1px solid rgba(34,197,94,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#22c55e}.purchase-summary{background:#00000008;border-radius:12px;padding:1rem;margin-bottom:1rem}.purchase-item{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#000000b3}.purchase-total{display:flex;justify-content:space-between;padding:.75rem 0 0;margin-top:.5rem;border-top:1px solid rgba(0,0,0,.1);font-size:1rem;font-weight:700;color:#000}.purchase-shipping-preview{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#00000008;border-radius:12px;font-size:.875rem;margin-bottom:1rem}.purchase-shipping-label{font-size:.75rem;color:#00000080;margin-bottom:.25rem}.purchase-success-icon{width:80px;height:80px;margin:0 auto 1rem;background:#22c55e26;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#22c55e}.purchase-confirmation{margin-bottom:1.5rem}.purchase-tag-info{background:#00000008;border-radius:12px;padding:1rem;text-align:center;margin-bottom:1.5rem}.purchase-tag-label{display:block;font-size:.75rem;color:#00000080;margin-bottom:.5rem}.purchase-tag-value{display:block;font-size:1.25rem;font-weight:600;color:#000}.purchase-instructions h3{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#000}.purchase-instructions ol{margin:0;padding-left:1.25rem;color:#000000b3;font-size:.875rem;line-height:1.8}.setup-tag-info{text-align:center;margin-bottom:1.5rem}.setup-tag-id{display:inline-flex;flex-direction:column;gap:.25rem;padding:1rem 2rem;background:#00000008;border-radius:12px}.setup-tag-label{font-size:.75rem;color:#00000080}.setup-tag-value{font-size:1rem;font-weight:600;color:#000}.setup-requirements{background:#00000008;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.setup-requirements h3{font-size:.875rem;font-weight:600;margin:0 0 .75rem;color:#000}.setup-requirements ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.setup-requirements li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#000000b3}.setup-requirements li i{color:#22c55e}.setup-instructions{background:#00000008;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.setup-instructions ol{margin:0;padding-left:1.25rem;color:#000000b3;font-size:.875rem;line-height:2}.setup-waiting{text-align:center;padding:1.5rem;margin-bottom:1rem}.setup-waiting-animation{position:relative;width:80px;height:80px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.setup-pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:#0000000d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:0}}.setup-waiting-animation i{font-size:2rem;color:#0009;position:relative;z-index:1}.setup-waiting p{font-size:.875rem;color:#00000080;margin:0}.setup-complete-info p{font-size:.875rem;color:#000000b3;margin:0 0 1.5rem;text-align:center}.setup-next-steps{background:#00000008;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.setup-next-steps h3{font-size:.875rem;font-weight:600;margin:0 0 .75rem;color:#000}.setup-next-steps ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.setup-next-steps li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#000000b3}.setup-next-steps li i{color:#0006;margin-top:2px}.download-app-icon{width:80px;height:80px;margin:0 auto 1rem;background:#0000000d;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#000000b3}.download-app-description{margin-bottom:1.5rem}.download-app-description>p{font-size:.875rem;color:#0009;margin:0 0 1rem}.download-app-description ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.download-app-description li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#000000b3}.download-app-description li i{color:#0006;width:20px;text-align:center}.download-store-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.download-store-button{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;background:#000;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .25s ease}.download-store-button:hover{background:#222;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.download-store-text{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.download-store-label{font-size:.625rem;opacity:.7;text-transform:uppercase;letter-spacing:.05em}.download-store-name{font-size:1.125rem;font-weight:600}@media (max-width: 768px){.auth-hero-page{height:100vh;height:100dvh;min-height:unset;overflow:hidden;padding:.5rem}.auth-hero{width:calc(100% - 1rem);flex:1;min-height:unset;border-radius:48px}.auth-hero-image{border-radius:48px}.auth-hero-overlay{min-height:100%;padding:2rem 1rem}.auth-glass-card{max-width:100%;padding:1.5rem;border-radius:24px;margin:0}.auth-title{font-size:1.5rem}.auth-input-row{grid-template-columns:1fr}.auth-oauth-buttons{flex-direction:column}.account-status-grid,.account-actions-grid{grid-template-columns:1fr}.account-header{flex-wrap:wrap}.account-logout-btn{width:100%;justify-content:center;margin-top:.5rem}.auth-home-button{padding:.75rem 1.5rem;font-size:.875rem}}@media (max-width: 480px){.auth-hero{width:calc(100% - .5rem);min-height:unset;border-radius:32px}.auth-hero-image{border-radius:32px}.auth-hero-overlay{min-height:100%;padding:1.5rem .75rem}.auth-glass-card{padding:1.25rem;border-radius:20px}.auth-title{font-size:1.25rem}.account-avatar{width:48px;height:48px;font-size:1.125rem}.account-name{font-size:1.25rem}.auth-home-button{padding:.625rem 1.25rem;font-size:.8125rem;margin-top:1rem}}.auth-page{background:var(--color-bg);color:var(--color-text);min-height:100vh}.page-transition{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
