:root{color-scheme:dark light;--bg: #111110;--fg: #f0e6d6;--accent: #6b9e68;--muted: #9a9080;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border:1px solid currentColor;background:transparent;color:inherit;padding:.6rem 1rem;border-radius:8px}.container{max-width:720px;margin:0 auto;padding:1.5rem 1rem}.muted{color:var(--muted)}@keyframes dmPulse{0%,to{transform:translate(-50%) scale(1);box-shadow:0 4px 14px #00000059}50%{transform:translate(-50%) scale(1.06);box-shadow:0 6px 20px #6b9e6873}}.dm-fab{animation:dmPulse 2.4s ease-in-out infinite}.dm-fab:hover{animation-play-state:paused;transform:translate(-50%) scale(1.08)}.dm-fab:active{transform:translate(-50%) scale(.97)}
