:root{--color-primary:#f07122;--color-primary-dark:#d95e16;--color-background:#fcfcfc;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#767676;--color-border:#eaeaea;--color-reaction-bg:#f2f3f5;--color-important-bg:#fcece0;--color-important-text:#e66a20;--font-family-base:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--app-max-width:480px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-base);color:var(--color-text);-webkit-font-smoothing:antialiased;background-color:#e0e0e0;line-height:1.5}.app-container{max-width:var(--app-max-width);background-color:var(--color-background);min-height:100vh;margin:0 auto;position:relative;overflow-x:hidden;box-shadow:0 0 20px #0000001a}.mobile-only-warning{text-align:center;color:#555;background-color:#f0f2f5;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;font-size:1.2rem;font-weight:600;display:none}@media (width>=481px){.app-container{display:none!important}.mobile-only-warning{display:flex}body{background-color:#f0f2f5}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
