*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #185FA5;--blue-light: #E6F1FB;--blue-mid: #B5D4F4;--blue-dark: #0C447C;--green: #3B6D11;--green-light: #EAF3DE;--amber: #633806;--amber-light: #FAEEDA;--red: #791F1F;--red-light: #FCEBEB;--gray: #444441;--gray-light: #F1EFE8;--teal: #085041;--teal-light: #E1F5EE;--purple: #5B21B6;--purple-light: #EDE9FE;--radius-md: 8px;--radius-lg: 12px;--border: .5px solid #e0ddd6}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f4f0;color:#1a1a18;font-size:14px;line-height:1.6}.topbar{background:#fff;border-bottom:var(--border);height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:10}.logo{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500}.logo-dot{width:8px;height:8px;border-radius:50%;background:var(--blue)}.card{background:#fff;border:var(--border);border-radius:var(--radius-lg);padding:1.25rem}.btn{cursor:pointer;border:var(--border);border-radius:var(--radius-md);padding:7px 14px;font-size:13px;font-weight:500;background:#fff;color:#1a1a18;transition:background .15s;white-space:nowrap}.btn:hover{background:#f5f4f0}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--blue);color:#e6f1fb;border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.btn-sm{padding:5px 10px;font-size:12px}.btn-green{background:var(--green);color:var(--green-light);border-color:var(--green)}.btn-green:hover{background:#27500a}.btn-full{width:100%}input[type=text],input[type=email],select,textarea{width:100%;padding:9px 12px;border:var(--border);border-radius:var(--radius-md);font-size:14px;background:#fff;color:#1a1a18;font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 0 2px var(--blue-mid)}label{font-size:12px;color:#888780;display:block;margin-bottom:6px}.badge{display:inline-flex;align-items:center;font-size:11px;font-weight:500;padding:2px 8px;border-radius:var(--radius-md)}.badge-blue{background:var(--blue-light);color:var(--blue-dark)}.badge-green{background:var(--green-light);color:var(--green)}.badge-amber{background:var(--amber-light);color:var(--amber)}.badge-red{background:var(--red-light);color:var(--red)}.badge-gray{background:var(--gray-light);color:var(--gray)}.badge-teal{background:var(--teal-light);color:var(--teal)}.badge-purple{background:var(--purple-light);color:var(--purple)}.stat-card{background:#f5f4f0;border-radius:var(--radius-md);padding:12px;text-align:center}.stat-num{font-size:22px;font-weight:500}.stat-lbl{font-size:11px;color:#888780;margin-top:2px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:#fff;border:var(--border);border-radius:var(--radius-lg);padding:1.5rem;width:440px;max-width:100%}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.modal-title{font-size:15px;font-weight:500}.modal-close{cursor:pointer;font-size:20px;line-height:1;background:none;border:none;color:#888780}.notice{background:var(--blue-light);border:.5px solid var(--blue-mid);border-radius:var(--radius-md);padding:10px 14px;font-size:12px;color:var(--blue-dark);display:flex;gap:8px;align-items:flex-start;margin-bottom:1rem}.notice-green{background:var(--green-light);border-color:#c0dd97;color:var(--green)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{font-size:11px;font-weight:500;color:#888780;text-align:left;padding:8px 10px;border-bottom:var(--border);background:#f5f4f0}td{font-size:12px;padding:10px;border-bottom:var(--border);vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#faf9f6}.page-content{max-width:960px;margin:0 auto;padding:1.5rem}.page-title{font-size:18px;font-weight:500;margin-bottom:4px}.page-sub{font-size:13px;color:#888780;margin-bottom:1.5rem}.crumb{font-size:12px;color:#888780;margin-bottom:1rem;display:flex;align-items:center;gap:6px}.crumb a{color:var(--blue);cursor:pointer;text-decoration:none}.crumb a:hover{text-decoration:underline}.divider{height:.5px;background:#e0ddd6;margin:1rem 0}.flex-between{display:flex;justify-content:space-between;align-items:center}.gap-8{gap:8px}.gap-12{gap:12px}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.mb-15{margin-bottom:1.5rem}.text-muted{color:#888780}.text-sm{font-size:12px}.text-xs{font-size:11px}.fw-500{font-weight:500}
