:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#171717;background:#f5f5f3;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#111}.login-card{width:min(100%,420px);background:#fff;padding:34px;border-radius:24px;box-shadow:0 24px 80px #0000004d}.brand-mark{width:54px;height:54px;border:1px solid #111;display:grid;place-items:center;font-weight:800;letter-spacing:-.08em;margin-bottom:28px}.brand-mark.small{width:38px;height:38px;margin:0;color:#fff;border-color:#fff;font-size:13px}.eyebrow{margin:0 0 8px;font-size:11px;font-weight:800;letter-spacing:.16em;color:#777}h1,h2,h3,p{margin-top:0}h1{margin-bottom:8px;font-size:clamp(28px,6vw,42px);letter-spacing:-.04em}h2{margin-bottom:8px;font-size:clamp(26px,4vw,38px);letter-spacing:-.035em}h3{margin-bottom:8px}.muted{color:#747474;line-height:1.6}.stack{display:grid;gap:16px;margin:26px 0}label{display:grid;gap:7px;font-size:13px;font-weight:700}input,textarea{width:100%;border:1px solid #ddd;border-radius:12px;padding:13px 14px;color:#171717;background:#fff;outline:none;transition:.2s}input:focus,textarea:focus{border-color:#111;box-shadow:0 0 0 3px #0000000f}input[type=file]{padding:11px}input[type=file]::file-selector-button{border:0;background:#111;color:#fff;border-radius:9px;padding:9px 12px;margin-right:12px;font-weight:800;cursor:pointer}.primary,.secondary{border:0;border-radius:12px;min-height:46px;padding:0 18px;font-weight:800}.primary{background:#111;color:#fff}.primary:disabled{opacity:.55;cursor:wait}.secondary{background:#eee;color:#111}.alert{padding:12px 14px;border-radius:10px;font-size:13px;margin-bottom:18px}.alert.error{background:#fff0f0;color:#9b1c1c;border:1px solid #ffd1d1}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:260px;background:#111;color:#fff;display:flex;flex-direction:column;padding:24px 18px;transform:translate(-100%);transition:transform .25s ease}.sidebar.open{transform:translate(0)}.brand{display:flex;align-items:center;gap:12px;margin-bottom:34px}.brand strong,.brand small{display:block}.brand strong{font-size:14px;letter-spacing:.12em}.brand small{color:#999;margin-top:2px}nav{display:grid;gap:7px}nav button,.sidebar-footer button{background:transparent;border:0;color:#aaa;text-align:left;padding:12px 14px;border-radius:10px}nav button:hover,nav button.active{background:#252525;color:#fff}.sidebar-footer{margin-top:auto;padding:16px 8px 0;border-top:1px solid #292929;display:grid;gap:3px}.sidebar-footer span{font-size:13px;font-weight:800}.sidebar-footer small{color:#888}.sidebar-footer button{padding-left:0;margin-top:8px}.main-shell{min-height:100vh}header{height:68px;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e8e8e8;display:flex;align-items:center;gap:14px;padding:0 18px;position:sticky;top:0;z-index:20}header strong,header small{display:block}header small{color:#888;font-size:11px;margin-top:2px}.menu-button{width:42px;height:42px;border:1px solid #e5e5e5;background:#fff;border-radius:10px}.content{padding:26px 18px 60px;max-width:1280px;margin:0 auto}.section-head{display:flex;flex-direction:column;gap:18px;justify-content:space-between;margin-bottom:24px}.search{max-width:360px}.summary-grid{display:grid;grid-template-columns:1fr;gap:14px}.summary-card,.info-card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:22px}.summary-card span{color:#777;font-size:12px}.summary-card strong{display:block;font-size:32px;margin:10px 0 4px;letter-spacing:-.04em}.summary-card small{color:#999}.info-card{margin-top:18px;line-height:1.65}.table-wrap{overflow:auto;background:#fff;border:1px solid #e8e8e8;border-radius:18px}table{border-collapse:collapse;width:100%;min-width:680px}th,td{padding:15px 18px;text-align:left;border-bottom:1px solid #eee;font-size:13px}th{color:#777;font-size:11px;text-transform:uppercase;letter-spacing:.08em}td strong,td small{display:block}td small{color:#999;margin-top:4px}.badge{display:inline-flex;min-width:34px;justify-content:center;padding:5px 9px;border-radius:999px;font-weight:800}.badge.ok{background:#edf8f0;color:#26783c}.badge.danger{background:#fff0f0;color:#ad2d2d}.text-button{border:0;background:transparent;font-weight:800;text-decoration:underline}.empty,.panel-state{padding:36px;text-align:center;color:#888}.mobile-overlay{position:fixed;inset:0;z-index:30;border:0;background:#00000061}.modal-backdrop{position:fixed;z-index:60;inset:0;background:#00000080;display:grid;place-items:end center;padding:0}.modal{width:100%;background:#fff;padding:26px 20px;border-radius:24px 24px 0 0;display:grid;gap:18px}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.import-card{display:grid;gap:22px}.import-card .stack{margin:0}.file-note{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;background:#f7f7f5;border-radius:10px;font-size:12px}.file-note span{color:#888}.import-help{border-top:1px solid #ececec;padding-top:18px;color:#666;font-size:13px;line-height:1.6}.import-help strong{display:block;color:#171717;margin-bottom:8px}.import-help p{margin-bottom:8px}.import-result{margin-top:18px}@media(min-width:720px){.content{padding:38px 34px 70px}.summary-grid{grid-template-columns:repeat(3,1fr)}.section-head{flex-direction:row;align-items:end}.modal-backdrop{place-items:center;padding:24px}.modal{max-width:520px;border-radius:22px}.import-card{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start}.import-help{border-top:0;border-left:1px solid #ececec;padding-top:0;padding-left:22px}}@media(min-width:1024px){.sidebar{transform:translate(0)}.main-shell{margin-left:260px}header{padding:0 34px}.menu-button,.mobile-overlay{display:none}}
