*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#eef1f7;color:#1f2937}a{color:#1f4694}.layout{display:flex;min-height:100vh}.sidebar{width:250px;background:#1f4694;color:#fff;padding:18px 14px;position:sticky;top:0;height:100vh;overflow:auto}.brand{font-size:30px;font-weight:700;line-height:1.05;margin-bottom:18px}.brand span{font-size:20px;opacity:.9}.nav-btn{display:block;width:100%;margin:8px 0;padding:12px 14px;border:none;border-radius:10px;background:#2c56ad;color:#fff;text-align:left;cursor:pointer;font-size:15px}.nav-btn.active,.nav-btn:hover{background:#4a73c9}.content{flex:1;padding:22px}.topbar{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:16px}.page-title{font-size:32px;font-weight:700}.card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 3px 18px rgba(0,0,0,.05);margin-bottom:16px}.muted{color:#667085}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.row>*{flex:1}.row.fit>*{flex:0 0 auto}.top-right{justify-content:flex-end}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.stat{background:#fff;border-radius:18px;padding:16px;box-shadow:0 3px 18px rgba(0,0,0,.05)}.stat .label{font-size:13px;color:#667085}.stat .n{font-size:34px;font-weight:700;margin-top:8px}.input,select,textarea{width:100%;padding:11px 12px;border:1px solid #cfd8e5;border-radius:10px;background:#fff}.compact{width:auto;min-width:120px;padding:8px 10px}textarea{min-height:100px;resize:vertical}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:11px;border-bottom:1px solid #ebeff5;text-align:left;vertical-align:top}.table tr:hover{background:#f8fbff}.btn{padding:10px 14px;border:none;border-radius:10px;background:#1f4694;color:#fff;cursor:pointer}.btn:hover{opacity:.95}.btn.gray{background:#6b7280}.btn.red{background:#c0392b}.btn.green{background:#21844f}.btn.small{padding:7px 10px;font-size:12px}.section-title{font-size:24px;font-weight:700;margin-bottom:14px}.badge{display:inline-block;background:#edf2ff;color:#1f4694;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.badge.error{background:#ffebee;color:#b71c1c}.badge.warning{background:#fff7e6;color:#c27c00}.badge.success{background:#e8f7ed;color:#21844f}.bubble{padding:10px 12px;border-radius:12px;background:#eff4ff;margin:8px 0}.bubble.ai{background:#eef8ee}.bubble.admin{background:#fff7e8}.small{font-size:12px}.mono{font-family:Consolas,monospace}.clickable{cursor:pointer;color:#1f4694}.status-actions .btn{margin-right:8px;margin-bottom:8px}.login-body{display:flex;min-height:100vh;justify-content:center;align-items:center;background:#eef1f7}.login-card{background:#fff;padding:24px;border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.08);width:420px}.login-card input{display:block;width:100%;margin:10px 0;padding:12px;border:1px solid #cfd8e5;border-radius:10px}.login-card button{width:100%;padding:12px;border:none;border-radius:10px;background:#1f4694;color:#fff}.error{color:#b71c1c;margin-top:8px}.chart-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));gap:10px;align-items:end;height:220px;padding:10px 0 28px}.bar-wrap{position:relative;height:100%}.bar{position:absolute;bottom:20px;left:0;right:0;background:#4a73c9;border-radius:12px 12px 0 0}.bar-label{position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-size:11px;color:#667085}.bar-value{position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:700}.list-grid{display:grid;gap:10px}.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.notification.info{border-left:4px solid #1f4694}.notification.warning{border-left:4px solid #d68910}.notification.error{border-left:4px solid #c0392b}.keyval{display:grid;grid-template-columns:180px 1fr;gap:10px;align-items:center}.pill-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.pill-tabs button{padding:8px 12px;border:none;border-radius:999px;background:#e6ebf5;cursor:pointer}.pill-tabs button.active{background:#1f4694;color:#fff}.form-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.right{justify-content:flex-end}.nowrap{white-space:nowrap}.divider{height:1px;background:#e8edf5;margin:14px 0}.debug-box{background:#0f172a;color:#e2e8f0;border-radius:14px;padding:14px;font-family:Consolas,monospace;font-size:13px;min-height:160px;white-space:pre-wrap}.tag{display:inline-block;padding:4px 8px;background:#f0f4ff;border-radius:999px;font-size:12px;margin-right:6px;margin-bottom:6px}@media(max-width:1100px){.grid-4,.grid-3,.three-col,.two-col{grid-template-columns:1fr}.layout{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}.content{padding:14px}.page-title{font-size:26px}}

.table .check-col{width:36px}.help-text{font-size:12px;color:#667085;margin-top:6px}.code-note{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px;font-family:Consolas,monospace;font-size:12px;white-space:pre-wrap}.attachment-thumb{max-width:240px;border-radius:12px;border:1px solid #dbe3ef}.kv{display:grid;grid-template-columns:180px 1fr;gap:8px 14px}.kv .k{color:#667085;font-size:13px}.mb8{margin-bottom:8px}.mt8{margin-top:8px}