: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-shell{display:contents}.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}@media (width>=768px){body{background-color:#f6f6f7}.app-shell{min-height:100vh;display:flex}.app-shell .app-container{max-width:600px;box-shadow:none;border-right:1px solid var(--color-border);flex:1;margin:0}.app-shell .bottom-nav{display:none!important}}.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}
