*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0f1117;color:#e8eaf0;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}img{display:block;max-width:100%}ul,ol{list-style:none}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{font-size:.8125rem;font-weight:600;color:#8892a4;text-transform:uppercase;letter-spacing:.05em}.form-control{height:44px;padding:0 12px;background:#22263a;border:1px solid #2e3347;border-radius:8px;color:#e8eaf0;font-size:.9375rem;outline:none;transition:border-color .15s ease}.form-control:focus{border-color:#daa228}.form-control::placeholder{color:#8892a4}textarea.form-control{height:auto;padding:12px;resize:vertical;min-height:90px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border-radius:8px;border:0;font-size:.8125rem;font-weight:700;transition:opacity .15s ease,background .15s ease;white-space:nowrap}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:#daa228;color:#0f1117}.btn-primary:hover:not(:disabled){background:#c48f20}.btn-danger{background:#e054541a;color:#e05454;border:1px solid rgba(224,84,84,.25)}.btn-danger:hover:not(:disabled){background:#e054542e}.btn-success{background:#4caf7d1a;color:#4caf7d;border:1px solid rgba(76,175,125,.25)}.btn-success:hover:not(:disabled){background:#4caf7d2e}.btn-ghost{background:transparent;color:#8892a4;border:1px solid #2e3347}.btn-ghost:hover:not(:disabled){background:#22263a;color:#e8eaf0}.btn-icon{width:36px;height:36px;padding:0;border-radius:8px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.text-muted{color:#8892a4}.text-sm{font-size:.8125rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card{background:#1a1d27;border:1px solid #2e3347;border-radius:12px;box-shadow:0 2px 8px #00000040}.table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #2e3347}table.admin-table{width:100%;border-collapse:collapse;font-size:.8125rem}table.admin-table thead tr{background:#22263a;border-bottom:1px solid #2e3347}table.admin-table th{padding:12px 16px;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8892a4;white-space:nowrap}table.admin-table td{padding:12px 16px;border-bottom:1px solid rgba(46,51,71,.5);color:#e8eaf0;vertical-align:middle}table.admin-table tbody tr:last-child td{border-bottom:0}table.admin-table tbody tr:hover td{background:#22263a80}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h1,.section-header h2{font-size:1.125rem;font-weight:700;color:#e8eaf0}.pagination{display:flex;align-items:center;gap:8px;padding:16px 0 0;font-size:.8125rem;color:#8892a4}.pagination .page-btn{height:32px;min-width:32px;padding:0 8px;background:#1a1d27;border:1px solid #2e3347;border-radius:4px;color:#e8eaf0;font-size:.8125rem;transition:background .15s ease}.pagination .page-btn:hover:not(:disabled){background:#22263a}.pagination .page-btn:disabled{opacity:.4;cursor:not-allowed}.pagination .page-btn.active{background:#daa228;color:#0f1117;border-color:#daa228;font-weight:700}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px;color:#8892a4;font-size:.8125rem;text-align:center}.spinner{width:24px;height:24px;border:2.5px solid rgba(136,146,164,.2);border-top-color:#daa228;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
