:root{--maroon:#7a2331;--maroon-dark:#5c1a25;--orange:#d9822b;--page-bg:#efeae3;--surface:#fff;--surface-2:#faf8f6;--surface-3:#f7f4f1;--surface-4:#f3efe9;--border:#e4ded6;--border-2:#ddd6cd;--text:#262220;--text-2:#726b64;--text-3:#8a8480;--text-4:#a39a92;--sidebar-bg:#211d1a;--sidebar-active:#3a322d;--sidebar-divider:#34302b;--amber:#b45309;--green:#15803d;--blue:#2563eb}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--page-bg);color:var(--text);margin:0;font-family:-apple-system,system-ui,sans-serif}a{color:var(--maroon)}a:hover{color:var(--maroon-dark)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#d8d0c6;border-radius:4px}button,input,select,textarea{font-family:inherit}.btn{cursor:pointer;border:none;border-radius:6px;padding:9px 18px;font-size:13px;font-weight:600}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--maroon);color:#fff;font-weight:700}.btn-secondary{color:var(--text-2);border:1px solid var(--border-2);background:#fff}.btn-text{color:var(--maroon);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-3);margin-bottom:5px;font-size:10.5px;font-weight:700}.text-input,.select-input,.textarea-input{border:1px solid var(--border-2);box-sizing:border-box;background:#fff;border-radius:6px;width:100%;padding:9px 11px;font-size:13px}.textarea-input{resize:vertical;font-family:inherit}.pill{white-space:nowrap;border-radius:9px;padding:2px 8px;font-size:10px;font-weight:700}
