@theme{ --font-sans: "DM Sans", system-ui, sans-serif; --font-display: "Fraunces", Georgia, serif; }*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}:root{--bg: #ece8de;--bg-footer: #e2ddd3;--bg-surface: rgba(255, 255, 255, .72);--border: rgba(0, 0, 0, .09);--text-hi: #18170f;--text-lo: rgba(24, 23, 15, .5);--text-dim: rgba(24, 23, 15, .32);--glow: rgba(255, 224, 60, .28);--icon-placeholder: #ddd9cf;--status-bg: #ecfdf5;--status-text: #16a34a;--dot-operational: #16a34a;--dot-degraded: #ca8a04;--dot-down: #dc2626}html.dark{--bg: #0d0c09;--bg-footer: #080705;--bg-surface: rgba(255, 255, 255, .055);--border: rgba(255, 255, 255, .09);--text-hi: #f0ece2;--text-lo: rgba(240, 236, 226, .48);--text-dim: rgba(240, 236, 226, .28);--glow: rgba(255, 218, 40, .13);--icon-placeholder: #1e1c18;--status-bg: #162016;--status-text: #4ade80;--dot-operational: #4ade80;--dot-degraded: #facc15;--dot-down: #f87171}body{margin:0;background-color:var(--bg);color:var(--text-hi);transition:background-color .25s ease,color .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E")}#app{overflow-x:hidden}a{color:inherit;text-decoration:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) both}.delay-0{animation-delay:0ms}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.16s}
