:root{color-scheme:light;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;background-color:#f5f6f8;color:#334155}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#f5f6f8}body{font-size:14px;line-height:1.5;letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{font-family:inherit}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr;background:#f5f6f8;color:#334155}.app-shell__topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #d0d4dd;background:#fff;position:sticky;top:0;z-index:20}.app-shell__content{padding:1.5rem;display:flex;justify-content:center;align-items:flex-start}.page-surface{width:min(1080px,100%);background:#fff;border:1px solid #d0d4dd;border-radius:10px;box-shadow:0 1px 2px #0f172a14;padding:1.5rem}input,select,textarea{width:100%;padding:.5rem .75rem;border:1px solid #d0d4dd;border-radius:2px;background:#fff;color:#0f172a;font-size:.875rem;line-height:1.4;transition:border-color .16s ease,box-shadow .16s ease}input:hover,select:hover,textarea:hover{border-color:#9da4b7}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 0 2px #1d4ed833;border-color:#1d4ed8}input::placeholder,select::placeholder,textarea::placeholder{color:#64748b;opacity:1}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:2px;border:1px solid transparent;background:#1d4ed8;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.btn-primary:hover{background:#1e3a8a;box-shadow:0 1px 2px #0f172a14}.btn-primary:active{transform:translateY(.5px)}.btn-primary:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:2px;border:1px solid transparent;background:#fff;color:#334155;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .16s ease,box-shadow .16s ease,transform .16s ease;border-color:#d0d4dd}.btn-ghost:hover{background:#f5f6f8;box-shadow:0 1px 2px #0f172a14}.btn-ghost:active{transform:translateY(.5px)}.btn-ghost:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.dense-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.75rem 1rem}.field-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.25rem}.field-error{margin-top:.25rem;color:#dc2626;font-size:.75rem}.label-accent{color:#1d4ed8}.tag{display:inline-flex;align-items:center;gap:.25rem;padding:0 .5rem;height:26px;border-radius:999px;background-color:#f5f6f8;border:1px solid #d0d4dd;font-size:.75rem;font-weight:600}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.subtle-scroll{scrollbar-width:thin;scrollbar-color:#9da4b7 transparent}.subtle-scroll::-webkit-scrollbar{width:8px;height:8px}.subtle-scroll::-webkit-scrollbar-thumb{background:#9da4b7;border-radius:99px}.subtle-scroll::-webkit-scrollbar-track{background:transparent}table{width:100%;border-collapse:collapse}table th,table td{padding:.5rem .75rem;border-bottom:1px solid #d0d4dd;text-align:left}table thead th{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.surface-muted{background:#f5f6f8;border:1px solid #d0d4dd;border-radius:6px;padding:.75rem}
