:root{--bg-primary: #064e3b;--bg-secondary: #065f46;--bg-modal: #064d43;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--accent-primary: #eab308;--accent-secondary: #10b981;--border-primary: rgba(255, 255, 255, .1);--card-bg: #ffffff;--card-text: #000000;--sat: env(safe-area-inset-top);--sar: env(safe-area-inset-right);--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left)}.theme-light{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-modal: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--accent-primary: #d97706;--accent-secondary: #059669;--border-primary: #e2e8f0}.theme-dark{--bg-primary: #020617;--bg-secondary: #0f172a;--bg-modal: #1e293b;--text-primary: #f8fafc;--text-secondary: #94a3b8;--accent-primary: #f59e0b;--accent-secondary: #10b981;--border-primary: #334155}body{background-color:var(--bg-primary);color:var(--text-primary);margin:0;padding:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;touch-action:none;height:100vh;width:100vw;transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1)}#root{height:100%}.bg-theme-primary{background-color:var(--bg-primary)}.bg-theme-secondary{background-color:var(--bg-secondary)}.bg-theme-modal{background-color:var(--bg-modal)}.text-theme-primary{color:var(--text-primary)}.text-theme-secondary{color:var(--text-secondary)}.text-theme-accent{color:var(--accent-primary)}.border-theme{border-color:var(--border-primary)}.glass{background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-primary)}[data-theme=light] .glass{background:#00000005;border-color:#0000000d}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-bounce-subtle{animation:bounce-subtle 2s infinite ease-in-out}@media(min-width:1024px){.pc-redesign-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr 320px;gap:1.5rem;height:100vh;padding:1rem}}.safe-pb{padding-bottom:calc(1.5rem + var(--sab))}.safe-pt{padding-top:calc(2.5rem + var(--sat))}.avatar-card{aspect-ratio:2/3;background:var(--bg-secondary);border:2px solid var(--accent-primary);border-radius:10px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 20px #00000040;transition:transform .2s ease,box-shadow .2s ease}.avatar-card:hover{transform:translateY(-5px) rotateY(5deg);box-shadow:0 15px 30px #00000059}.theme-light .text-white,.theme-light .text-white\/90,.theme-light .text-white\/80{color:var(--text-primary)!important}.theme-light .text-white\/70,.theme-light .text-white\/60,.theme-light .text-white\/50{color:var(--text-secondary)!important}.theme-light .text-white\/40{color:#94a3b8!important}.theme-light .bg-white\/5{background-color:#0000000d!important}.theme-light .bg-white\/10{background-color:#00000014!important}.theme-light .bg-white\/20{background-color:#0000001f!important}.theme-light .bg-emerald-900{background-color:var(--bg-secondary)!important}.theme-light .bg-emerald-950{background-color:var(--bg-primary)!important}.theme-light .bg-emerald-950\/98{background-color:#fffffffa!important}.theme-light .border-white\/10,.theme-light .border-white\/20{border-color:var(--border-primary)!important}.theme-light .border-white\/5{border-color:var(--bg-primary)!important}.theme-light .bg-theme-secondary{background-color:var(--bg-secondary)!important}.theme-light .bg-theme-primary{background-color:var(--bg-primary)!important}.theme-light .border-theme{border-color:var(--border-primary)!important}
