:root{color-scheme:light;--dm-viewport-height: 100vh;--bg: #FAFAF7;--surface: #FFFFFF;--surface-2: #EFEDE7;--fg: #1F1D1A;--muted: #8A847C;--accent: #1F1D1A;--accent-fg: #FAFAF7;--danger: #C04040;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@supports (height: 100dvh){:root{--dm-viewport-height: 100dvh}}*{box-sizing:border-box}html,body,#root{height:var(--dm-viewport-height);margin:0}body{min-height:var(--dm-viewport-height);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 var(--surface-2);background:var(--surface);color:var(--fg);padding:.55rem 1rem;border-radius:8px;transition:background .12s ease,border-color .12s ease}button:hover:not(:disabled){background:var(--surface-2);border-color:var(--fg)}button:disabled{opacity:.4;cursor:not-allowed}input,textarea,select{font:inherit;color:var(--fg);background:var(--surface);border:1px solid var(--surface-2);border-radius:6px;padding:.5rem}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--fg)}.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)}
