*{box-sizing:border-box}#root,body,html{margin:0;min-height:100vh;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg,#fff);color:#222;color:var(--text,#222);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;transition:background .2s,color .2s}button,input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #c0392b;outline:2px solid var(--primary,#c0392b);outline-offset:-1px}a{color:#c0392b;color:var(--primary,#c0392b)}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f5f5f5;background:var(--bg-muted,#f5f5f5)}::-webkit-scrollbar-thumb{background:#ddd;background:var(--border-soft,#ddd);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#888;background:var(--text-muted,#888)}
/*# sourceMappingURL=main.da1cf2aa.css.map*/