.admin-wrapper{display:flex;min-height:100vh;background-color:#f3f4f6;font-family:Inter,sans-serif}.admin-sidebar{width:280px;background-color:#111827;color:#fff;padding:40px 24px;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.sidebar-logo{margin-bottom:50px;padding-left:10px}.sidebar-logo img{width:130px;filter:brightness(0) invert(1)}.nav-links{flex:1}.nav-item{padding:14px 16px;border-radius:12px;margin-bottom:8px;cursor:pointer;color:#9ca3af;font-weight:500;transition:all .3s ease;display:flex;align-items:center}.nav-item.active{background-color:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d}.logout-btn{background-color:#ef44441a;border:none;color:#ef4444;padding:14px;border-radius:12px;cursor:pointer;font-weight:600}.main-content{flex:1;margin-left:280px}.top-navbar{height:85px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 40px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:90}.content-body{padding:40px}.admin-container{max-width:1000px;margin:0 auto;padding:20px;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-page-content{animation:fadeIn .4s ease-out}.category-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;margin-bottom:20px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card.active-card{border-color:#3b82f6;box-shadow:0 10px 15px -3px #3b82f61a}.category-header{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.category-header:hover{background-color:#f8fafc}.active-card .category-header{border-bottom:1px solid #f1f5f9;background-color:#fbfcfe}.category-left{display:flex;align-items:center;gap:16px}.category-icon-box{width:60px;height:60px;min-width:60px;border-radius:12px;background-color:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:20px;position:relative;overflow:hidden;border:1px solid #e2e8f0}.category-icon-box img{width:100%;height:100%;object-fit:cover}.item-thumb-admin{width:56px;height:56px;border-radius:10px;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px #00000014;display:block}.clickable-upload{position:relative;cursor:pointer}.upload-overlay{position:absolute;inset:0;background:#0006;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:2}.clickable-upload:hover .upload-overlay{opacity:1}.admin-table{width:100%;border-collapse:collapse}.admin-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.td-name{font-weight:600;color:#1e293b;font-size:15px}.td-price{font-weight:700;color:#059669;white-space:nowrap}.editing-row{background-color:#f0f7ff!important;box-shadow:inset 4px 0 #3b82f6}.form-control-sm{border:1px solid #cbd5e1;border-radius:8px;padding:6px 10px;width:100%;font-size:14px;outline:none;transition:border-color .2s}.form-control-sm:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.btn-add-main{background:#1e293b;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;transition:all .2s;cursor:pointer;margin-bottom:20px}.btn-add-main:hover{background:#0f172a;transform:translateY(-1px)}.btn-add-sub{background:#fff;color:#64748b;border:2px dashed #e2e8f0;width:100%;padding:12px;border-radius:12px;font-weight:500;cursor:pointer;transition:all .2s}.btn-add-sub:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.action-btn{background:none;border:none;color:#64748b;padding:8px;cursor:pointer;border-radius:8px;transition:all .2s}.action-btn:hover{background:#f1f5f9;color:#3b82f6}.btn-save{background:#10b981;color:#fff;border:none;width:34px;height:34px;border-radius:8px;cursor:pointer}.order-arrows-vertical{display:flex;flex-direction:column;gap:4px;align-items:center}.order-arrows-vertical button{background:none;border:none;color:#94a3b8;padding:0;font-size:14px;cursor:pointer}.order-arrows-vertical button:hover:not(:disabled){color:#3b82f6}.accordion-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f1f5f9;color:#64748b;transition:all .3s ease}.accordion-arrow.open{transform:rotate(180deg);background-color:#3b82f6;color:#fff}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:70vh}.simple-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drawer-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:flex-end;animation:fadeIn Overlay .3s ease}.drawer-content{width:550px;max-width:100%;height:100%;background:#f8fafc;box-shadow:-10px 0 40px #00000014;display:flex;flex-direction:column;animation:slideIn .4s cubic-bezier(.2,.8,.2,1)}.drawer-header{padding:24px 32px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.drawer-header h4{font-family:Inter,system-ui,sans-serif;font-weight:700;color:#1e293b;letter-spacing:-.5px}.drawer-header .action-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}.drawer-header .action-btn:hover{background:#fee2e2;border-color:#fecaca;color:#ef4444;transform:rotate(90deg)}.drawer-product-row{display:grid;grid-template-columns:56px 1fr 1fr 70px 30px;gap:10px;align-items:center;padding:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;overflow:hidden;width:100%;box-sizing:border-box}.drawer-product-row input{min-width:0;width:100%;box-sizing:border-box}.btn-remove-row{grid-column:5;justify-self:end;padding:0;margin:0;border:none;background:transparent;cursor:pointer}.drawer-product-row:hover{border-color:#cbd5e1;background:#f1f5f9}.btn-remove-row:hover{color:#be123c;transform:scale(1.1)}@media(max-width:576px){.drawer-product-row{grid-template-columns:50px 1fr 1fr 60px 30px;gap:8px}}.drawer-body{flex:1;overflow-y:auto;padding:32px}.drawer-body>.d-flex.gap-3{gap:24px!important;background:#fff;padding:20px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:32px}.category-image-upload-big{width:100px;height:100px;flex-shrink:0;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .3s ease;overflow:hidden}.category-image-upload-big:hover{border-color:#6366f1;background:#e0e7ff;color:#6366f1}.drawer-body input[type=text]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;font-size:.95rem;color:#334155;transition:all .2s;width:100%}.drawer-body input[type=text]:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.drawer-product-list{display:flex;flex-direction:column;gap:16px}.drawer-product-row{background:#fff;padding:16px;border-radius:12px;border:1px solid #e2e8f0;display:grid;grid-template-columns:60px 1.5fr 2fr 100px;gap:16px;align-items:center;transition:transform .2s,box-shadow .2s}.drawer-product-row:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d;border-color:#cbd5e1}.item-thumb-admin{width:60px;height:60px;border-radius:10px;background:#f1f5f9;object-fit:cover;border:1px solid #e2e8f0}.border-top{border-top:1px solid #e2e8f0!important;background:#fff;padding:24px 32px}.btn-add-main{width:50%;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;border:none;padding:16px;border-radius:12px;font-size:1rem;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 6px -1px #4f46e533;cursor:pointer;transition:all .2s}.btn-add-main:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #4f46e566;filter:brightness(110%)}.btn-add-main:active{transform:translateY(0)}.d-flex.justify-content-between h6{color:#64748b;text-transform:uppercase;font-size:.75rem;letter-spacing:1px;font-weight:700}.btn-add-sub{background:transparent;color:#4f46e5;border:1px dashed #c7d2fe;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:600;transition:all .2s}.btn-add-sub:hover{background:#eef2ff;border-color:#4f46e5}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.btn-delete-link{background:none;border:none;color:#94a3b8;cursor:pointer;transition:color .2s;padding:8px}.btn-delete-link:hover{color:#ef4444}.btn-add-inline-product{width:100%;padding:12px;background:#f1f5f9;border:2px dashed #cbd5e1;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s;border-top:none}.btn-add-inline-product:hover{background:#e2e8f0;color:#1e293b;border-color:#94a3b8}.add-product-row td{border:none!important;padding:0!important}.column-switch{display:flex;align-items:center;gap:6px;cursor:pointer}.switch-track{width:36px;height:18px;background:#cfd4da;border-radius:50px;position:relative;transition:background .25s ease}.switch-track.active{background:#0d6efd}.switch-thumb{width:14px;height:14px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .25s ease}.switch-track.active .switch-thumb{transform:translate(18px)}.switch-label{font-size:10px;font-weight:600;color:#555;min-width:26px}@media(max-width:992px){.admin-container{padding:10px;width:100%}}@media(max-width:768px){.admin-wrapper{flex-direction:column}.admin-sidebar{position:relative;width:100%;height:auto;padding:15px;flex-direction:row;overflow-x:auto;align-items:center;gap:10px}.nav-links{display:flex;flex-direction:row;gap:10px}.nav-item{margin-bottom:0;white-space:nowrap;padding:10px;font-size:12px}.sidebar-logo{display:none}.main-content{margin-left:0;width:100%}.top-navbar{padding:0 15px;height:60px}.content-body{padding:15px}.drawer-content{width:100%;max-width:100%;border-radius:0}.drawer-header,.drawer-body,.border-top{padding:15px}.drawer-product-row{display:flex;flex-wrap:wrap;gap:8px;height:auto;padding:12px}.drawer-product-row>input:nth-child(2){width:100%;order:1}.drawer-product-row>input:nth-child(3){width:100%;order:2}.drawer-product-row>div.d-flex{width:50%;order:3}.drawer-product-row>button.btn-remove-row{width:auto;order:4;margin-left:auto}.admin-table{display:block;width:100%;overflow-x:auto;white-space:nowrap}.btn-add-main{width:100%}.category-header{flex-direction:column;align-items:flex-start;gap:10px}.category-right{width:100%;justify-content:space-between}}
