*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;font-size:14px;color:#1f2937;background:#f3f4f6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c8ced8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8b0bd}::-webkit-scrollbar-track{background:transparent}.app{display:flex;height:100vh}.main{flex:1;min-width:0;display:flex;flex-direction:column}.content{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 24px}.sidebar{width:216px;flex-shrink:0;background:linear-gradient(180deg,#101827,#1c2a44);color:#9ca8bd;display:flex;flex-direction:column}.sidebar .brand{padding:18px 20px;font-size:16px;font-weight:700;color:#fff;letter-spacing:.5px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.07)}.sidebar .nav{flex:1;overflow-y:auto;padding:12px 10px}.sidebar .nav a{display:flex;align-items:center;gap:10px;padding:10px 14px;margin-bottom:2px;color:#9ca8bd;text-decoration:none;font-size:13.5px;border-radius:8px;transition:all .15s}.sidebar .nav a:hover{background:#ffffff0f;color:#fff}.sidebar .nav a.active{background:linear-gradient(90deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 12px #2563eb59}.sidebar .foot{padding:14px 16px;border-top:1px solid rgba(255,255,255,.07);font-size:12.5px}.sidebar .foot .user{display:flex;align-items:center;gap:8px;margin-bottom:10px}.avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f}.card-pad{padding:16px}.stat-card{text-align:center;padding:18px 12px}.stat-card .num{font-size:28px;font-weight:700;line-height:1.2}.stat-card .label{color:#6b7280;font-size:13px;margin-top:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-size:13.5px;font-family:inherit;white-space:nowrap;box-shadow:0 1px 2px #0000000d;transition:all .18s ease}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 8px #0000001a}.btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.btn:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:1px}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 3px 10px #2563eb59}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626;box-shadow:0 3px 10px #ef444459}.btn-ghost{background:#fff;color:#374151;border-color:#d1d5db}.btn-ghost:hover:not(:disabled){background:#f8fafc;border-color:#93c5fd;color:#2563eb}.btn-sm{padding:5px 12px;font-size:12.5px;border-radius:7px}.btn-xs{padding:3px 9px;font-size:12px;border-radius:6px}.form-label{display:block;font-size:12.5px;color:#6b7280;margin-bottom:5px}.form-input,.form-select,.form-textarea{width:100%;padding:8px 11px;border:1px solid #d1d5db;border-radius:8px;font-size:13.5px;font-family:inherit;background:#fff;color:#1f2937;outline:none;transition:border .15s,box-shadow .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.form-hint{font-size:12px;color:#9ca3af;margin-top:4px}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:12.5px;color:#6b7280;font-weight:600;padding:10px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.table td{padding:9px 10px;border-bottom:1px solid #f1f3f7;vertical-align:middle;word-break:break-all}.table tr:hover td{background:#f8fafc}.table .empty{text-align:center;color:#9ca3af;padding:24px 0}.badge{display:inline-block;padding:3px 9px;border-radius:20px;font-size:12px;font-weight:500;line-height:1.5}.badge-green{background:#dcfce7;color:#15803d}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-yellow{background:#fef3c7;color:#b45309}.badge-red{background:#fee2e2;color:#b91c1c}.badge-gray{background:#f1f3f7;color:#6b7280}.badge-purple{background:#ede9fe;color:#6d28d9}.toast-wrap{position:fixed;right:18px;bottom:18px;z-index:10001;display:flex;flex-direction:column;gap:8px}.toast-item{min-width:200px;max-width:380px;padding:11px 15px;border-radius:10px;color:#fff;font-size:13px;box-shadow:0 6px 18px #0000002e;animation:toastIn .18s ease;word-break:break-all}.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast-info{background:#3b82f6}@keyframes toastIn{0%{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s}.modal-box{background:#fff;border-radius:14px;padding:22px;width:360px;box-shadow:0 16px 40px #00000040;animation:popIn .18s ease}.modal-box .m-title{font-size:15px;font-weight:600;margin-bottom:12px}.modal-box .m-msg{font-size:14px;color:#374151;margin-bottom:18px;line-height:1.6}@keyframes fadeIn{0%{opacity:0}}@keyframes popIn{0%{transform:scale(.94);opacity:0}}.row{display:flex;gap:14px}.col{flex:1;min-width:0}.mb-1{margin-bottom:6px}.mb-2{margin-bottom:12px}.mb-3{margin-bottom:18px}.mt-2{margin-top:12px}.mt-3{margin-top:18px}.text-muted{color:#6b7280}.text-danger{color:#dc2626}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-title{font-size:18px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.list-group{display:flex;flex-direction:column;gap:8px}.list-item{background:#fff;border-radius:10px;padding:12px 14px;box-shadow:0 1px 3px #0000000d}.empty-tip{text-align:center;color:#9ca3af;padding:30px 0;font-size:13.5px}
