@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";._nav_1dn79_1{height:var(--bottom-nav-height);background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding-bottom:env(safe-area-inset-bottom,0);z-index:100;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}._tab_1dn79_16{justify-content:center;align-items:center;gap:var(--space-1);min-width:var(--touch-target);min-height:var(--touch-target);padding:var(--space-2);color:var(--text-secondary);transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;flex-direction:column;text-decoration:none;display:flex}._tab_1dn79_16:hover{color:var(--text-primary)}._tab_1dn79_16._active_1dn79_35{color:var(--accent-primary)}._label_1dn79_39{font-size:var(--text-xs);font-weight:500}._shell_ippxi_1{flex-direction:column;min-height:100dvh;display:flex}._content_ippxi_7{padding:var(--space-4);padding-bottom:calc(var(--bottom-nav-height) + var(--space-4));max-width:var(--max-content-width);flex:1;width:100%;margin:0 auto}:root{--bg-primary:#121212;--bg-secondary:#1e1e1e;--bg-elevated:#2a2a2a;--accent-primary:#f05a28;--accent-hover:#ff6b3d;--accent-pressed:#d94e20;--text-primary:#efefef;--text-secondary:#a0a0a0;--text-inverse:#121212;--status-success:#4caf50;--status-error:#ef5350;--status-warning:#ffb74d;--border-subtle:#333;--border-focus:#f05a28;--font-display:"Barlow Condensed", sans-serif;--font-body:"Inter", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--line-height-body:1.6;--line-height-heading:1.2;--letter-spacing-body:.025em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--touch-target:44px;--bottom-nav-height:64px;--header-height:56px;--max-content-width:480px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--shadow-card:0 2px 8px #0000004d;--shadow-elevated:0 4px 16px #0006;--transition-fast:.15s ease;--transition-base:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--line-height-body);letter-spacing:var(--letter-spacing-body);color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:var(--line-height-heading);color:var(--text-primary)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}a{color:var(--accent-primary);text-decoration:none}a:hover{color:var(--accent-hover)}button{font-family:var(--font-body);cursor:pointer;color:inherit;background:0 0;border:none}:focus-visible{outline:3px solid var(--border-focus);outline-offset:2px}button,a,input,select,textarea,[role=button]{min-height:var(--touch-target);min-width:var(--touch-target)}input,select,textarea{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-primary);background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4)}input:focus,select:focus,textarea:focus{border-color:var(--accent-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:var(--radius-full)}.skeleton{background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-elevated) 50%, var(--bg-secondary) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}
