@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--bg-main:#1f2228;--bg-panel:#2a2e35;--gold-primary:#d4af37;--gold-bright:#f2c14e;--text-main:#ececec;--text-muted:#8e929a;--red-pulse:#8c1d40;--red-bright:#b22234;--status-ok:#10b981;--status-work:#f59e0b;--status-err:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);background-image:radial-gradient(circle at 100% 0,#d4af370d,#0000 40%),radial-gradient(circle at 0 100%,#8c1d400d,#0000 40%);justify-content:center;align-items:center;height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex;overflow:hidden}#root{flex-direction:column;width:100vw;height:100vh;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-panel);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}.glass-panel{-webkit-backdrop-filter:blur(12px);background:#2a2e3599;border:1px solid #ffffff0d;box-shadow:0 8px 32px #0000004d}.gold-hover{transition:all .3s}.gold-hover:hover{border-color:#d4af3780;box-shadow:0 0 15px #d4af371a}@keyframes pulse-wine{0%{box-shadow:0 0 #8c1d40b3}70%{box-shadow:0 0 0 10px #8c1d4000}to{box-shadow:0 0 #8c1d4000}}.pulsing{animation:2s infinite pulse-wine;border-color:var(--red-pulse)!important}.typing-dot{background-color:var(--gold-primary);border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.4s ease-in-out infinite both typing;display:inline-block}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
