*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#e5e7eb;min-height:100vh;display:flex}.sidebar{width:180px;background:#1f2937;color:#fff;padding:20px 0;flex-shrink:0;min-height:100vh}.sidebar-logo{padding:0 20px 20px;border-bottom:1px solid #374151;display:flex;align-items:center;gap:10px;margin-bottom:16px}.sidebar-logo h1{margin:0;font-size:18px;font-weight:700}.theme-toggle{background:#374151;color:#fff;border:none;border-radius:6px;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center}.sidebar-menu{padding:0 8px}.menu-item{padding:10px 12px;display:flex;align-items:center;gap:10px;color:#d1d5db;text-decoration:none;border-radius:6px;font-size:14px;cursor:pointer;margin-bottom:2px}.menu-item:hover,.menu-item.active{background:#374151;color:#fff}.main{flex:1;padding:24px 32px;overflow-x:auto}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.user-chip{background:#fff;border:1px solid #e5e7eb;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;color:#374151}.page-header{margin-bottom:20px}.breadcrumb{font-size:13px;color:#6b7280;text-align:right;margin-bottom:12px}.breadcrumb a{color:#3b82f6;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.page-header h2{margin:0 0 4px;font-size:24px;font-weight:700;color:#111827}.page-header p{margin:0;color:#6b7280;font-size:14px}.btn-primary{background:#e0e7ff;color:#3730a3;border:1px solid #c7d2fe;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.btn-primary:hover{background:#c7d2fe}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px 8px 0 0;padding:14px 20px}.table-wrap{background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}thead tr{background:#334155;color:#fff}th{text-align:left;padding:12px 16px;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.03em}td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#1f2937}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#f9fafb}.td-num{width:60px;color:#6b7280;font-size:13px}.td-actions{width:260px}.td-id{width:100px;color:#6b7280;font-family:monospace;font-size:13px}.btn-copy-small{background:#e0e7ff;color:#3730a3;border:none;padding:6px 12px;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .2s ease}.btn-copy-small:hover{background:#c7d2fe}.btn-copy-small.copied-ok{background:#065f46!important;color:#fff!important;box-shadow:0 4px 12px #065f4659}.btn-copy-small.copied-err{background:#991b1b!important;color:#fff!important;box-shadow:0 4px 12px #991b1b59}.btn-edit{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0;padding:6px 12px;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:5px}.btn-edit:hover{background:#a7f3d0}.btn-delete{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:6px 12px;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:5px}.btn-delete:hover{background:#fecaca}.empty{padding:60px;text-align:center;color:#9ca3af}.toast{position:fixed;bottom:24px;right:24px;background:#111827;color:#fff;padding:10px 16px;border-radius:6px;font-size:13px;display:none;z-index:999}.modal-bg{position:fixed;inset:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:100}.modal-bg.active{display:flex}.modal{background:#fff;border-radius:8px;width:90%;max-width:420px;padding:24px}.modal h3{margin:0 0 16px;font-size:18px;color:#111827}.modal label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.modal input{width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:14px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.btn-ghost{background:none;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;color:#374151}
