@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{color-scheme:light;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at top,#f4f7ff,#fefefe 55%,#f7f5ff);color:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 16px}.card{width:min(520px,92vw);background:#fff;border-radius:20px;box-shadow:0 30px 70px #0f172a1a;padding:32px;display:flex;flex-direction:column;gap:20px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:16px}h1{margin:0;font-size:28px}h2{margin:0;font-size:20px}p{margin:0}.stack{display:flex;flex-direction:column;gap:12px}label span{font-size:14px;font-weight:500}input{padding:12px 14px;border-radius:10px;border:1px solid #d9dbe7;font-size:16px}button{padding:12px 16px;border-radius:999px;border:none;background:#1d4ed8;color:#fff;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}button:disabled{opacity:.7;cursor:not-allowed}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 24px #1d4ed840}.muted{color:#6b7280}.success{color:#047857;font-weight:500}.error{color:#b91c1c;font-weight:500}.plan{display:flex;gap:16px;align-items:center;padding:16px;border-radius:16px;background:#f8fafc}.badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#e0e7ff;font-weight:600;font-size:14px}.link{color:#1d4ed8;text-decoration:none;font-weight:600}.link-button{background:transparent;border:none;padding:0;color:#1d4ed8;font-weight:600;cursor:pointer}.dev-link{padding:12px;border-radius:12px;background:#f3f4f6;word-break:break-all}.page-wide{align-items:flex-start}.card-wide{width:min(1100px,95vw)}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;align-items:end}.filter{display:flex;flex-direction:column;gap:6px}.filter select{padding:10px 12px;border-radius:10px;border:1px solid #d9dbe7;font-size:15px}.export-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:16px;background:#f8fafc}.export-fields{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.export-fields select{margin-left:8px;padding:8px 10px;border-radius:8px;border:1px solid #d9dbe7}.checkbox{display:flex;align-items:center;gap:8px;font-size:14px}.history-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.history-list table,.history-detail table{width:100%;border-collapse:collapse;font-size:14px}.history-list th,.history-detail th{text-align:left;padding:10px;background:#f8fafc}.history-list td,.history-detail td{padding:10px;border-bottom:1px solid #eef2f7}.history-list tr{cursor:pointer}.history-list tr:hover{background:#f1f5ff}.history-list tr.active{background:#e0e7ff}.history-detail .meta{display:flex;gap:12px;align-items:center;font-size:13px;color:#6b7280;margin-bottom:12px}@media (max-width: 900px){.history-grid{grid-template-columns:1fr}}
