:root{--bg: #f3f4f6;--bg-elevated: #ffffff;--fg: #000000;--fg-muted: #9ca3af;--border: #000000;--border-soft: rgba(0, 0, 0, .12);--grid-border: #000000;--tile-r: #ee1c25;--tile-g: #00b04f;--tile-b: #1d29ea;--button-fill: #ffffff;--button-fg: #000000;--button-active-bg: #000000;--button-active-fg: #ffffff;--modal-backdrop: rgba(0, 0, 0, .55);--modal-surface: #ffffff;--modal-border: rgba(0, 0, 0, .12)}[data-theme=dark]{--bg: #0a0a0a;--bg-elevated: #161616;--fg: #ffffff;--fg-muted: #6b7280;--border: #ffffff;--border-soft: rgba(255, 255, 255, .18);--grid-border: #ffffff;--tile-r: #ee1c25;--tile-g: #00b04f;--tile-b: #1d29ea;--button-fill: #161616;--button-fg: #ffffff;--button-active-bg: #ffffff;--button-active-fg: #000000;--modal-backdrop: rgba(0, 0, 0, .75);--modal-surface: #161616;--modal-border: rgba(255, 255, 255, .16)}html,body,#root{background:var(--bg);color:var(--fg)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}button{font-family:inherit;font-weight:700;cursor:pointer;background:none;border:none;padding:0;color:inherit}button:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--fg)}.app-shell__content{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 16px 96px;max-width:540px;width:100%;margin:0 auto}@media(min-width:720px){.app-shell__content{padding-top:64px}}
