:root{--ink: #0b1c18;--emerald: #2f9e7e;--gold: #e8b84b}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background-color:var(--ink);color:#eaf2ee;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-atmosphere{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(60% 50% at 78% -5%,rgba(70,199,159,.2),transparent 70%),radial-gradient(48% 42% at 8% 8%,rgba(232,184,75,.14),transparent 70%),radial-gradient(80% 60% at 50% 110%,rgba(47,158,126,.12),transparent 70%),var(--ink)}.app-grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}#root>*{position:relative;z-index:1}@keyframes ms-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.ms-rise{opacity:0;animation:ms-rise .7s cubic-bezier(.22,1,.36,1) forwards}@keyframes ms-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.ms-live-dot{display:inline-block;width:7px;height:7px;border-radius:999px;background:var(--emerald);box-shadow:0 0 #46c79f80;animation:ms-pulse 1.8s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.ms-rise,.ms-live-dot{animation:none;opacity:1}}::selection{background:#e8b84b4d}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#ffffff38;background-clip:padding-box}
