:root{--bg: #e0dcd6;--surface: #e0dcd6;--text: #3a342e;--text-muted: #5a544e;--text-subtle: #6b6560;--accent: #c42a2a;--accent-dim: rgba(196, 42, 42, .12);--accent-glow: rgba(196, 42, 42, .25);--sh-dark: rgba(150, 142, 134, .45);--sh-light: rgba(255, 255, 255, .92);color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .25s ease,color .25s ease}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;color:inherit;border:none;outline:none;background:transparent}textarea{resize:vertical}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--sh-dark);border-radius:10px}::-webkit-scrollbar-track{background:transparent}@keyframes diq-fade-in{0%{opacity:0}to{opacity:1}}@keyframes diq-pop-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes diq-spin{to{transform:rotate(360deg)}}
