:root{--paper: #f6efe6;--surface: #fffaf3;--surface-strong: #ffffff;--ink: #101828;--muted: #667085;--line: #e0cfbb;--wine: #7b1735;--wine-dark: #5d1028;--sky: #5ba9dc;--blue: #2f65f5;--blue-dark: #214fc3;font-family:Yu Gothic UI,Yu Gothic,Hiragino Sans,system-ui,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-width:960px;background:var(--paper)}button,a{font:inherit}button{cursor:pointer}.screen{display:grid;min-height:100vh;place-items:center;padding:40px}.loginPanel,.panel{width:min(100%,680px);padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.eyebrow{margin:0 0 8px;color:var(--wine);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:12px;font-size:48px;line-height:1.1}h2{margin-bottom:4px;color:var(--wine-dark);font-size:28px}h3{color:var(--wine-dark)}.lead{color:#344054;font-size:18px}.devBadge{display:inline-flex;margin:4px 0 20px;padding:6px 10px;border:1px solid #f1b6b6;border-radius:8px;background:#fff1f1;color:#b91c1c;font-size:13px}.actions{display:flex;flex-wrap:wrap;gap:12px}.primaryButton,.secondaryButton,.ghostButton{min-height:44px;padding:10px 16px;border-radius:8px;font-weight:700}.primaryButton{border:1px solid var(--blue);background:var(--blue);color:#fff}.primaryButton:hover{background:var(--blue-dark)}.secondaryButton,.ghostButton{border:1px solid var(--line);background:var(--surface-strong);color:var(--wine-dark)}.appShell{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh}.sidebar{display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);background:var(--surface);padding:24px}.brandMark{display:grid;width:44px;height:44px;margin-bottom:12px;place-items:center;border-radius:8px;background:var(--sky);color:#fff;font-size:24px;font-weight:700}.muted{color:var(--muted)}.sideNav{display:grid;gap:8px}.sideNav a{padding:10px 12px;border-radius:8px;color:var(--muted);text-decoration:none}.sideNav a[aria-current=page]{background:var(--surface-strong);color:var(--wine);font-weight:700}.workspace{padding:28px}.topBar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.card{min-height:140px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.error{color:#b91c1c}.metric{margin-bottom:0;font-size:34px;font-weight:800}.dataSection{margin-top:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid var(--line)}.sectionHeader h3,.sectionHeader p{margin-bottom:0}.inlineForm{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr)) auto;gap:12px;align-items:end;padding:16px 18px;border-bottom:1px solid var(--line);background:#fffaf3}.inlineForm label{display:grid;gap:5px}.inlineForm span{color:var(--wine-dark);font-size:12px;font-weight:700}.inlineForm input{min-height:40px;width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.notice{margin:0;padding:10px 18px;border-bottom:1px solid var(--line);background:#ecfdf3;color:#166534;font-weight:700}.tableWrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th,td{padding:12px 14px;border-bottom:1px solid #eee2d5;text-align:left;vertical-align:top}th{color:var(--wine-dark);font-weight:800;white-space:nowrap}tr:last-child td{border-bottom:0}.emptyState{margin:0;padding:18px;color:var(--muted)}.statusActive,.statusRetired{display:inline-flex;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700}.statusActive{background:#dcfce7;color:#166534}.statusRetired{background:#fee2e2;color:#7f1d1d}
