.admin-categories{width:100%;box-sizing:border-box}.categories-action-bar{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:flex-start;background:#fff;padding:1rem;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;margin-bottom:1.5rem}@media (min-width: 640px){.categories-action-bar{flex-direction:row;align-items:center}}.categories-page-title{font-size:1.125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0}.categories-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:.375rem;border:1px solid;cursor:pointer;text-decoration:none;transition:all .2s;width:100%}@media (min-width: 640px){.categories-action-btn{width:auto}}.categories-action-btn-primary{background:#1e293b;color:#fff;border-color:#1e293b}.categories-action-btn-primary:hover{background:#334155;border-color:#334155}.categories-list-container{background:#fff;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;overflow:hidden}.categories-empty{padding:2rem}.categories-list{display:flex;flex-direction:column}.category-item{border-bottom:1px solid #f1f5f9;transition:background-color .2s}.category-item:last-child{border-bottom:none}.category-item:hover{background:#f8fafc}.category-item.draggable{cursor:grab}.category-item.draggable:active{cursor:grabbing}.category-item.drag-over{background:#eff6ff}.category-item-content{display:flex;align-items:center;justify-content:space-between;padding:1rem;gap:1rem}.category-item-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.category-drag-handle{display:flex;align-items:center;color:#94a3b8;cursor:grab;flex-shrink:0;padding:.25rem;margin-right:.25rem;transition:color .2s}.category-drag-handle:active{cursor:grabbing;color:#475569}.category-icon{color:#475569;flex-shrink:0}.category-indicator{width:16px;height:16px;border-left:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;border-radius:0 0 0 .125rem;margin-top:-.5rem;flex-shrink:0}.category-info{flex:1;min-width:0}.category-name{font-size:.875rem;font-weight:500;color:#475569;margin:0 0 .125rem;word-break:break-word}.category-name-root{font-weight:700;color:#1e293b}.category-name-link{color:inherit;text-decoration:none;transition:color .2s}.category-name-link:hover{color:#2563eb}.category-name-clickable{cursor:pointer}.category-slug{font-size:.625rem;color:#94a3b8;font-family:ui-monospace,monospace;margin:0;word-break:break-word}.category-item-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.category-count{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;background:#f1f5f9;padding:.25rem .5rem;border-radius:.25rem;border:1px solid #e2e8f0}.category-actions{display:flex;gap:.25rem;opacity:1;transition:opacity .2s}@media (min-width: 640px){.category-actions{opacity:0}.category-item:hover .category-actions{opacity:1}}.category-action-btn{display:flex;align-items:center;justify-content:center;padding:.375rem;border-radius:.25rem;border:none;background:transparent;cursor:pointer;transition:all .2s;color:#64748b}.category-action-btn-edit:hover{color:#3b82f6;background:#eff6ff}.category-action-btn-delete:hover{color:#dc2626;background:#fef2f2}@media (max-width: 768px){.categories-action-bar{padding:.75rem}.category-item-content{padding:.75rem;flex-wrap:wrap}.category-item-right{width:100%;justify-content:space-between;margin-top:.5rem}.category-actions{margin-left:auto}}@media (max-width: 480px){.categories-page-title{font-size:1rem}.category-item-content{flex-direction:column;align-items:flex-start}.category-item-left{width:100%}.category-item-right{width:100%;margin-top:.5rem}}
