@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}:root{--font-sans:"Inter",ui-sans-serif,system-ui,sans-serif;--color-bg:#0a0a0f;--color-bg-elevated:#14141a;--color-surface:#1c1c24;--color-surface-hover:#252530;--color-border:#2a2a36;--color-text:#f4f4f5;--color-text-muted:#a1a1aa;--color-accent:#6366f1;--color-accent-hover:#818cf8;--color-accent-muted:rgba(99,102,241,.15)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100%;font-family:var(--font-sans)}.main{min-height:100vh;position:relative;background:linear-gradient(160deg,#0a0a0f,#0f0f18 40%,#14141f)}.header{position:fixed;top:0;left:0;right:0;z-index:10;padding:1.25rem 2rem;color:var(--color-text);display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-content{text-align:center;flex:1 1;pointer-events:none}.header-auth{pointer-events:auto}.header h1{font-size:1.5rem;font-weight:600;margin-bottom:.25rem;letter-spacing:-.03em}.header p{font-size:.875rem;color:var(--color-text-muted)}.scene-container{position:fixed;inset:0;width:100vw;height:100vh}.loading{min-height:100vh;color:var(--color-text-muted);font-size:1rem}.loading,.popup-overlay{display:flex;align-items:center;justify-content:center}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;padding:1rem}.popup-content{background:var(--color-surface);border-radius:16px;padding:2rem;max-width:420px;width:100%;border:1px solid var(--color-border);box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.popup-content h2{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.popup-subtitle{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem}.popup-form{gap:1rem}.form-group,.popup-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--color-text)}.form-group input[type=email],.form-group input[type=file]{padding:.75rem 1rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg-elevated);color:var(--color-text);font-size:.9375rem}.form-group input[type=email]:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-muted)}.form-group input[type=file]{cursor:pointer}.form-group input[type=file]::-webkit-file-upload-button{padding:.5rem .75rem;margin-right:.75rem;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface-hover);color:var(--color-text);cursor:pointer}.form-group input[type=file]::file-selector-button{padding:.5rem .75rem;margin-right:.75rem;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface-hover);color:var(--color-text);cursor:pointer}.photo-preview{margin-top:.5rem}.photo-preview img{width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid var(--color-border)}.form-error{font-size:.875rem;color:#f87171}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.btn{padding:.625rem 1.25rem;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background:var(--color-accent);color:#fff;border:none}.btn-primary:hover{background:var(--color-accent-hover)}.btn-secondary{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-surface-hover);color:var(--color-text)}.preview-add-btn{width:48px;height:48px;border-radius:50%;border:2px solid var(--color-accent);background:var(--color-accent-muted);color:var(--color-accent);font-size:1.5rem;font-weight:600;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.preview-add-btn:hover{background:var(--color-accent);color:#fff}.auth-modal .auth-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.auth-modal .auth-tabs button{flex:1 1;padding:.5rem;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);border-radius:8px;cursor:pointer}.auth-modal .auth-tabs button.active{background:var(--color-accent-muted);color:var(--color-accent);border-color:var(--color-accent)}.auth-modal .auth-divider{text-align:center;margin:1rem 0;color:var(--color-text-muted);font-size:.875rem}.auth-modal .auth-social{display:flex;flex-direction:column;gap:.5rem}.auth-modal .full-width{width:100%}.form-success{font-size:.875rem;color:#22c55e}.btn-sm{padding:.5rem .75rem;font-size:.875rem}.auth-user{display:flex;align-items:center;gap:.75rem}.auth-avatar{object-fit:cover}.auth-avatar,.auth-avatar-placeholder{width:32px;height:32px;border-radius:50%}.auth-avatar-placeholder{background:var(--color-accent-muted);color:var(--color-accent);display:flex;align-items:center;justify-content:center;font-weight:600}.auth-email{font-size:.875rem;color:var(--color-text-muted);max-width:150px;overflow:hidden;text-overflow:ellipsis}.error-banner{position:fixed;top:4rem;left:50%;transform:translateX(-50%);z-index:50;padding:.75rem 1.5rem;background:rgba(239,68,68,.9);color:#fff;border-radius:8px;font-size:.875rem}