:root{font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#f8f7fc;font-synthesis:none;--pastel: #f5f3ff;--grape: #a855f7;--grape-dark: #7e22ce;--ocean: #0369a1;--surface: #ffffff;--muted: #64748b;--border: #e7e2ef;--danger: #b42318;--success: #087443;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}h1{font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.15}h2{font-size:1rem}p{color:var(--muted);line-height:1.55}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:#17131f;color:#fff;padding:22px 16px;display:flex;flex-direction:column;gap:24px}.brand{display:flex;align-items:center;gap:12px;padding:0 8px}.brand img{width:42px;height:42px;border-radius:10px}.brand div{display:grid;gap:2px}.brand strong{font-size:1.15rem}.brand span{color:#c9bfd6;font-size:.75rem}.sidebar nav{display:grid;gap:4px}.sidebar nav a{min-height:44px;display:flex;align-items:center;gap:11px;border-radius:7px;color:#d9d1e2;padding:10px 12px;font-size:.9rem;font-weight:700}.sidebar nav a:hover,.sidebar nav a.active{background:#a855f733;color:#fff}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:16px 8px 0;display:grid;gap:10px}.sidebar-footer span{color:#c9bfd6;overflow:hidden;text-overflow:ellipsis;font-size:.75rem}.public-links{display:flex;flex-wrap:wrap;gap:6px 12px}.public-links a,.fine-print a{color:var(--ocean);font-size:.72rem;font-weight:800}.sidebar .public-links a{color:#d9d1e2}.main{min-width:0;padding:34px clamp(20px,4vw,58px) 64px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid var(--border);margin-bottom:24px}.page-header>div:first-child{display:grid;gap:7px;max-width:760px}.page-header p{max-width:680px}.eyebrow{color:var(--grape-dark);text-transform:uppercase;font-size:.72rem;font-weight:900}.header-actions,.button-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.button{min-height:42px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:#241b2f;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 14px;font-weight:800;font-size:.85rem}.button:hover{border-color:#c6b4d9}.button:disabled{cursor:not-allowed;opacity:.45}.button.primary{background:var(--grape);border-color:var(--grape);color:#fff}.button.danger{color:var(--danger);border-color:#f1c4c0}.button.danger.strong{background:var(--danger);color:#fff;border-color:var(--danger)}.button.ghost{background:transparent;color:inherit}.button.small{min-height:34px;padding:6px 10px;font-size:.76rem}.toolbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);margin-bottom:18px}.search-toolbar .grow{flex:1 1 280px}label{color:#3b3046;display:grid;gap:6px;font-size:.78rem;font-weight:800}label.check{display:flex;align-items:center;min-height:42px;gap:8px}input,select,textarea{width:100%;min-height:42px;border:1px solid #d9d2e2;border-radius:7px;background:#fff;color:#17131f;padding:9px 11px}textarea{min-height:96px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(168,85,247,.15);border-color:var(--grape)}.metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:28px}.metric{min-height:116px;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;border:1px solid var(--border);background:var(--surface);padding:18px}.metric span{color:var(--muted);font-size:.8rem;font-weight:800}.metric strong{color:#251a31;font-size:2rem}.section{display:grid;gap:13px;margin-top:28px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-title h2{font-size:1.05rem}.card{min-width:0;border-radius:8px;border:1px solid var(--border);background:var(--surface);padding:18px;display:grid;gap:14px;box-shadow:0 8px 24px #30203f0b}.compact-card{transition:border-color .15s}.compact-card:hover{border-color:var(--grape)}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-heading>div{display:grid;gap:4px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.media-card img,.media-placeholder{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:7px;background:var(--pastel)}.media-placeholder{display:grid;place-items:center;color:var(--muted);font-weight:800}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.field-grid div{min-width:0}.field-grid dt{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.field-grid dd{margin:4px 0 0;overflow-wrap:anywhere;font-size:.86rem;font-weight:700}.callout{border-left:3px solid var(--grape);background:var(--pastel);border-radius:0 7px 7px 0;padding:12px}.callout p{margin-top:4px;color:#44364f}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#fff}table{width:100%;border-collapse:collapse;min-width:780px}th,td{border-bottom:1px solid var(--border);padding:12px 14px;text-align:left;vertical-align:top;font-size:.8rem}th{color:var(--muted);background:#faf9fc;font-size:.68rem;text-transform:uppercase}td strong,td small{display:block}td small{max-width:220px;color:var(--muted);margin-top:3px;overflow:hidden;text-overflow:ellipsis}.table-count{padding:12px 14px;font-size:.78rem}.status{display:inline-flex;max-width:160px;border-radius:999px;background:#eeebf2;color:#51465b;padding:4px 8px;font-size:.68rem;font-weight:900;text-transform:capitalize}.status-open,.status-submitted,.status-warning{background:#fff4d7;color:#8a5300}.status-active,.status-approved,.status-available,.status-completed{background:#e7f7ee;color:#087443}.status-banned,.status-removed,.status-failed,.status-rejected{background:#feeceb;color:var(--danger)}.status-suspended,.status-under-review,.status-partially-upheld{background:#ebf4ff;color:var(--ocean)}.notice{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:7px;padding:12px 14px;margin:12px 0;font-size:.84rem;font-weight:700}.notice.error{background:#fff0ef;color:var(--danger);border:1px solid #f3ccc8}.notice.success{background:#eaf8f0;color:var(--success);border:1px solid #bee5cf}.state-row,.empty,.centered-state{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);padding:48px 18px}.empty,.centered-state{flex-direction:column;text-align:center}.centered-state{min-height:100vh;background:var(--pastel)}.centered-state p{max-width:500px}.state-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:var(--grape);background:#fff}.spinner{width:20px;height:20px;border:2px solid #dfd5e9;border-top-color:var(--grape);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.timeline{display:grid;gap:14px}.timeline article{position:relative;display:grid;grid-template-columns:14px 1fr;gap:10px}.timeline-dot{width:9px;height:9px;margin-top:5px;border-radius:50%;background:var(--grape)}.timeline article p{font-size:.8rem}.timeline time{color:var(--muted);font-size:.7rem}.muted{font-size:.82rem}.text-link{color:var(--ocean);font-weight:900;font-size:.8rem}.bulk-bar{position:sticky;top:10px;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:8px;border-radius:8px;background:#251a31;color:#fff;padding:10px 12px;margin:12px 0;box-shadow:0 8px 25px #00000024}.bulk-bar strong{margin-right:auto}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--pastel)}.auth-panel{width:min(440px,100%);border:1px solid var(--border);border-radius:8px;background:#fff;padding:28px;display:grid;gap:18px;box-shadow:0 18px 50px #391f4b1a}.auth-logo{width:150px;height:auto}.fine-print{font-size:.72rem}.not-found{min-height:60vh;display:grid;place-items:center;align-content:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.profile-preview{width:84px;height:84px;object-fit:cover;border-radius:50%;border:3px solid var(--pastel)}@media(max-width:900px){.app-shell{grid-template-columns:minmax(0,1fr);max-width:100%;overflow-x:hidden}.sidebar{position:static;width:100%;min-width:0;max-width:100%;height:auto;overflow:hidden;padding:14px}.brand,.sidebar nav{width:100%;min-width:0;max-width:100%}.sidebar nav{display:flex;overflow-x:auto}.sidebar nav a{flex:0 0 auto}.sidebar-footer{display:none}.main{padding:24px 16px 48px}.metrics-grid,.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.page-header{align-items:flex-start;flex-direction:column}.metrics-grid,.detail-grid,.list-grid,.media-grid,.field-grid,.form-grid{grid-template-columns:1fr}.toolbar>label{flex:1 1 160px}.brand span{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
