.input-group{flex-direction:column;gap:8px;display:flex}.input-label{font-size:.95rem;font-weight:600}.input{border:1px solid var(--color-border);background:#fff;border-radius:10px;width:100%;height:48px;padding:0 14px;font-size:.95rem;transition:all .2s}.input:focus{border-color:#111;outline:none}.input-error{border-color:#dc2626}.input-message{color:#6b7280;font-size:.85rem}.error{color:#dc2626}.btn{cursor:pointer;border:none;border-radius:10px;width:100%;height:48px;font-size:.95rem;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:#111}.btn-primary:hover:not(:disabled){background:#000}.btn-secondary{color:#111;background:#f3f4f6}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn:disabled{opacity:.6;cursor:not-allowed}.login{background:#f6f7f9;justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;width:100%;max-width:420px;padding:40px;box-shadow:0 12px 45px #0000000f}.login-header{text-align:center;margin-bottom:36px}.login-logo{object-fit:contain;width:150px;height:80px;margin:0 auto 18px;display:block}.login-header p{color:#6b7280;margin:0;font-size:.92rem}.login-form{flex-direction:column;gap:22px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group input{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:11px;outline:none;width:100%;height:48px;padding:0 14px;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:#111;box-shadow:0 0 0 3px #11111114}.password-wrapper{position:relative}.password-wrapper .form-group input{padding-right:65px}.password-toggle{color:#555;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.78rem;font-weight:600;transition:color .2s;position:absolute;bottom:12px;right:12px}.password-toggle:hover{color:#000}.login-form button[type=submit]{color:#fff;background:#111;border-radius:11px;height:48px;margin-top:8px;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s}.login-form button[type=submit]:hover{background:#000}.login-form button[type=submit]:active{transform:scale(.98)}.login-error{color:#dc2626;text-align:center;margin:0;font-size:.9rem}@media (width<=480px){.login{padding:20px}.login-card{border-radius:18px;padding:30px 22px}.login-logo{width:68px;height:68px}}.stat-card{background:#fff;border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex;box-shadow:0 8px 24px #00000014}.stat-card-header{color:#666;justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.stat-card h2{color:#111;font-size:2rem;font-weight:700}.stat-card-icon{font-size:1.5rem}.dashboard-page{color:#1d1d1f;flex-direction:column;gap:42px;padding:8px 0 40px;display:flex}.dashboard-header{justify-content:space-between;align-items:flex-start;display:flex}.dashboard-eyebrow{letter-spacing:2.5px;color:#86868b;text-transform:uppercase;margin-bottom:14px;font-size:.7rem;font-weight:600;display:block}.dashboard-header h1{letter-spacing:-1.5px;color:#1d1d1f;margin:0;font-size:clamp(2rem,3vw,2.8rem);font-weight:700;line-height:1.1}.dashboard-header p{color:#86868b;margin:14px 0 0;font-size:.95rem;font-weight:400}.dashboard-section{flex-direction:column;gap:22px;display:flex}.section-heading{justify-content:space-between;align-items:baseline;gap:15px;display:flex}.section-heading h2{letter-spacing:-.4px;color:#1d1d1f;margin:0;font-size:1.15rem;font-weight:600}.section-heading span{color:#86868b;font-size:.8rem}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.stat-skeleton{background:#fff;border:1px solid #e5e5e7;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:150px;padding:24px;animation:1.5s ease-in-out infinite skeletonPulse;display:flex}.skeleton-line{background:#e8e8ed;border-radius:6px}.skeleton-line.small{width:90px;height:13px}.skeleton-line.large{width:50px;height:35px}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.dashboard-page{gap:30px;padding:0 0 30px}.dashboard-header h1{letter-spacing:-1px;font-size:2rem}.dashboard-header p{font-size:.85rem}.section-heading{flex-direction:column;gap:6px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat-skeleton{border-radius:15px;min-height:130px;padding:18px}}@media (width<=400px){.stats-grid{grid-template-columns:1fr}}.product-table-wrapper{background:#fff;border:1px solid #e5e5e7;border-radius:18px;width:100%;overflow-x:auto}.product-table{border-collapse:collapse;color:#1d1d1f;background:#fff;width:100%;font-size:14px}.product-table th{color:#6e6e73;text-align:left;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;background:#f5f5f7;border-bottom:1px solid #e5e5e7;padding:17px 20px;font-size:11px;font-weight:600}.product-table .actions-heading{text-align:center}.product-table td{vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f0f0f2;padding:20px}.product-table tbody tr{transition:background .2s}.product-table tbody tr:hover{background:#fafafa}.product-table tbody tr:last-child td{border-bottom:none}.product-name{text-overflow:ellipsis;color:#1d1d1f;max-width:280px;font-weight:600;overflow:hidden}.product-price{color:#1d1d1f;font-weight:600}.status{border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.status-dot{border-radius:50%;width:6px;height:6px}.status.active{color:#267342;background:#e8f8ed}.status.active .status-dot{background:#34c759}.status.inactive{color:#b4232d;background:#fcebec}.status.inactive .status-dot{background:#ff3b30}.actions{justify-content:center;align-items:center;gap:8px;display:flex}.icon-btn{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:background .2s,color .2s,transform .2s;display:flex}.icon-btn:hover{transform:translateY(-1px)}.icon-btn.edit{color:#3478f6;background:#edf3ff}.icon-btn.edit:hover{background:#dce8ff}.icon-btn.delete{color:#e5484d;background:#fff0f0}.icon-btn.delete:hover{background:#ffe0e0}.empty-row td{color:#86868b;text-align:center;padding:50px 20px}.mobile-product-list{display:none}@media (width<=768px){.desktop-table{display:none}.mobile-product-list{background:0 0;flex-direction:column;width:100%;display:flex}.swipe-item{background:#fff;border-bottom:1px solid #e5e5e7;width:100%;height:68px;position:relative;overflow:hidden}.swipe-actions{height:100%;display:flex;position:absolute;inset:0 0 0 auto}.swipe-actions button{color:#fff;cursor:pointer;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:82px;height:100%;font-size:11px;display:flex}.swipe-actions svg{font-size:18px}.swipe-edit{background:#3478f6}.swipe-delete{background:#e5484d}.swipe-content{z-index:2;cursor:pointer;touch-action:pan-y;background:#fff;align-items:center;gap:12px;width:100%;height:68px;padding:10px 14px;transition:transform .25s;display:flex;position:relative;transform:translate(0)}.swipe-item.is-open .swipe-content{transform:translate(-164px)}.mobile-product-icon{color:#1d1d1f;background:#f2f2f7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:600;display:flex}.mobile-product-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.mobile-product-info strong{text-overflow:ellipsis;white-space:nowrap;color:#1d1d1f;font-size:13px;font-weight:600;overflow:hidden}.mobile-product-info span{text-overflow:ellipsis;white-space:nowrap;color:#86868b;font-size:11px;overflow:hidden}.mobile-product-price{color:#1d1d1f;flex-shrink:0;font-size:12px;font-weight:600}.mobile-arrow{color:#c7c7cc;flex-shrink:0;font-size:16px}}.modal-overlay{box-sizing:border-box;z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;flex-direction:column;width:min(920px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e}.modal-header{background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;padding:18px 24px;display:flex}.modal-header h2{color:#111;margin:0;font-size:18px;font-weight:600}.modal-header button{color:#555;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-family:inherit;font-size:18px;transition:background .2s,color .2s;display:flex}.modal-header button:hover{color:#111;background:#f3f3f3}.modal-body{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c7c7c7 transparent;flex:1;min-height:0;padding:24px;overflow:hidden auto}.modal-body::-webkit-scrollbar{width:7px}.modal-body::-webkit-scrollbar-track{background:0 0}.modal-body::-webkit-scrollbar-thumb{background:#c7c7c7;border-radius:20px}.modal-body::-webkit-scrollbar-thumb:hover{background:#aaa}@media (width<=900px){.modal-overlay{padding:16px}.modal{border-radius:12px;width:100%;max-height:calc(100vh - 32px)}.modal-header{padding:16px 20px}.modal-body{padding:20px}}@media (width<=600px){.modal-overlay{align-items:stretch;padding:0}.modal{border-radius:0;width:100%;max-width:none;height:100dvh;max-height:100dvh}.modal-header{padding:calc(14px + env(safe-area-inset-top)) 16px 14px;z-index:2;position:relative}.modal-header h2{font-size:17px}.modal-header button{width:32px;height:32px;font-size:17px}.modal-body{padding:16px 16px calc(24px + env(safe-area-inset-bottom))}}.image-gallery{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:20px;margin-top:20px;display:grid}.image-card,.image-add-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:all .25s;overflow:hidden}.image-card:hover,.image-add-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.image-card img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.image-actions{flex-direction:column;gap:10px;padding:14px;display:flex}.primary-badge{color:#17803d;background:#eef9f0;border-radius:8px;justify-content:center;align-items:center;padding:10px;font-size:.9rem;font-weight:600;display:flex}.btn-primary-image,.btn-delete-image{cursor:pointer;border:none;border-radius:8px;padding:10px;font-size:.9rem;transition:all .2s}.btn-primary-image{color:#fff;background:#111827}.btn-primary-image:hover{background:#000}.btn-delete-image{color:#fff;background:#dc2626}.btn-delete-image:hover{background:#b91c1c}.image-add-card{aspect-ratio:1;cursor:pointer;background:#fafafa;border:2px dashed #cfd4dc;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.image-add-card:hover{background:#fff;border-color:#111827}.image-add-icon{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;font-weight:300;display:flex}.image-add-text{color:#374151;font-weight:600}.image-gallery-empty{color:#6b7280;text-align:center;border:2px dashed #d1d5db;border-radius:12px;margin-top:20px;padding:30px}.product-form{color:#1d1d1f;flex-direction:column;gap:24px;width:100%;max-width:1000px;margin:0 auto;display:flex}.form-section{background:#fff;border:1px solid #e5e5e7;border-radius:20px;padding:30px}.section-title{letter-spacing:-.5px;color:#1d1d1f;margin:0;font-size:20px;font-weight:600}.section-description{color:#86868b;margin:10px 0 28px;font-size:14px;line-height:1.6}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-group{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.form-group:last-child{margin-bottom:0}.form-group label{color:#424245;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#1d1d1f;background:#fff;border:1px solid #d2d2d7;border-radius:12px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#a1a1a6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1d1d1f;box-shadow:0 0 0 3px #0000000f}.form-group textarea{resize:vertical;min-height:140px;line-height:1.6}.sku-readonly{color:#86868b!important;background:#f5f5f7!important}.form-help{color:#86868b;font-size:12px}.checkbox-group{flex-wrap:wrap;gap:16px;display:flex}.checkbox-item{cursor:pointer;-webkit-user-select:none;user-select:none;color:#424245;align-items:center;gap:10px;font-size:14px;display:flex}.checkbox-item input{accent-color:#1d1d1f;cursor:pointer;width:18px;height:18px}.inventory-new-row{grid-template-columns:1fr 140px auto;align-items:end;gap:12px;margin-top:22px;display:grid}.inventory-new-row .form-group{margin-bottom:0}.inventory-add-button{color:#fff;white-space:nowrap;cursor:pointer;background:#1d1d1f;border:1px solid #1d1d1f;border-radius:12px;height:45px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.inventory-add-button:hover{background:#424245}.inventory-add-button:disabled{opacity:.5;cursor:not-allowed}.inventory-pending,.inventory-current{margin-top:28px}.inventory-subtitle{color:#86868b;margin-bottom:12px;font-size:12px;font-weight:600;display:block}.inventory-stock-row{border-top:1px solid #e5e5e7;grid-template-columns:1fr auto auto;align-items:center;gap:20px;min-height:58px;padding:12px 0;display:grid}.inventory-stock-row:last-child{border-bottom:1px solid #e5e5e7}.inventory-stock-size{align-items:center;gap:12px;display:flex}.inventory-stock-size span{color:#86868b;font-size:12px}.inventory-stock-size strong{color:#1d1d1f;font-size:15px;font-weight:600}.inventory-counter{background:#fff;border:1px solid #d2d2d7;border-radius:10px;align-items:center;height:36px;display:flex;overflow:hidden}.inventory-counter button{color:#1d1d1f;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.inventory-counter button:hover{background:#f5f5f7}.inventory-counter button:disabled{color:#c7c7cc;cursor:not-allowed}.inventory-counter strong{text-align:center;min-width:40px;font-size:13px;font-weight:600}.inventory-remove{color:#d70015;cursor:pointer;background:0 0;border:none;padding:7px 10px;font-family:inherit;font-size:12px}.inventory-remove:hover{text-decoration:underline}.save-button{color:#fff;cursor:pointer;background:#1d1d1f;border:none;border-radius:14px;align-self:flex-end;min-width:220px;padding:15px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.save-button:hover{background:#424245;transform:translateY(-1px)}.save-button:active{transform:translateY(0)}@media (width<=768px){.product-form{gap:16px}.form-section{border-radius:16px;padding:22px 18px}.section-title{font-size:18px}.section-description{margin-bottom:22px;font-size:13px}.form-row{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:18px}.checkbox-group{flex-direction:column;gap:16px}.save-button{width:100%;min-width:0}.inventory-new-row{grid-template-columns:1fr 100px;gap:10px}.inventory-add-button{grid-column:1/-1;width:100%}.inventory-stock-row{grid-template-columns:1fr auto;gap:10px}.inventory-remove{grid-column:1/-1;justify-self:end}.inventory-stock-size{gap:8px}.inventory-counter button{width:34px}.inventory-counter strong{min-width:34px}}@media (width<=400px){.form-section{padding:18px 14px}.inventory-new-row{grid-template-columns:1fr 90px}.form-group input,.form-group select,.form-group textarea{font-size:13px}}.save-button:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.save-spinner{vertical-align:middle;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:15px;height:15px;margin-right:8px;animation:.7s linear infinite save-spin;display:inline-block}@keyframes save-spin{to{transform:rotate(360deg)}}.confirm-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-modal{background:#fff;border-radius:12px;width:420px;padding:24px;box-shadow:0 10px 30px #00000026}.confirm-modal h2{margin:0 0 12px;font-size:22px}.confirm-modal p{color:#555;margin-bottom:24px;line-height:1.6}.confirm-actions{justify-content:flex-end;gap:12px;display:flex}.btn-cancel{cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:10px 18px}.btn-delete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 18px}.btn-delete:hover{background:#b91c1c}.products-page{flex-direction:column;gap:28px;width:100%;max-width:1400px;margin:0 auto;display:flex}.products-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.products-header h1{letter-spacing:-1.2px;color:#1d1d1f;margin:0;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700}.products-actions{align-items:center;gap:10px;display:flex}.products-actions input{color:#1d1d1f;background:#fff;border:1px solid #dedede;border-radius:10px;outline:none;width:270px;height:42px;padding:0 15px;font-size:13px;transition:border-color .2s,box-shadow .2s}.products-actions input::placeholder{color:#999}.products-actions input:focus{border-color:#999;box-shadow:0 0 0 3px #0000000a}.products-actions button{color:#fff;cursor:pointer;background:#1d1d1f;border:none;border-radius:10px;height:42px;padding:0 18px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.products-actions button:hover{background:#333}.products-actions button:active{transform:scale(.97)}.products-list,.products-table-container{background:#fff;border:1px solid #e8e8e8;border-radius:16px;width:100%;overflow:hidden}.product-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:22px;transition:box-shadow .2s}.product-card:hover{box-shadow:0 6px 20px #0000000d}@media (width<=992px){.products-page{gap:22px}.products-header{flex-direction:column;align-items:flex-start;gap:18px}.products-actions{width:100%}.products-actions input{flex:1;width:auto}}@media (width<=600px){.products-page{gap:18px}.products-header{gap:16px}.products-header h1{letter-spacing:-.7px;font-size:1.65rem}.products-actions{flex-direction:column;align-items:stretch;gap:10px;display:flex}.products-actions input,.products-actions button{width:100%;height:44px}.products-actions button{font-size:12px}.products-list,.products-table-container{border-radius:12px}.product-card{border-radius:12px;padding:16px}}.brands-page{width:100%}.brands-header{margin-bottom:28px}.brands-header h1{margin:0 0 6px;font-size:30px}.brands-header p{color:#6b7280;margin:0;font-size:14px}.brands-content{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:24px;display:grid}.brand-form,.brands-list{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px}.brand-form h2,.brands-list h2{margin:0;font-size:18px}.brand-form-group{margin-top:22px}.brand-form-group label{margin-bottom:8px;font-size:14px;font-weight:600;display:block}.brand-form-group input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:44px;padding:0 12px}.brand-form-group input:focus{border-color:#111827}.brand-form-actions{gap:10px;margin-top:20px;display:flex}.brand-form-actions button{cursor:pointer;border-radius:8px;min-height:42px;padding:0 16px;font-weight:600}.brand-save-btn{color:#fff;background:#111;border:none;flex:1}.brand-cancel-btn{background:#fff;border:1px solid #d1d5db}.brand-save-btn:disabled{opacity:.6;cursor:not-allowed}.brands-list-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.brands-list-header span{color:#6b7280;font-size:13px}.brands-table-wrapper{width:100%;overflow-x:auto}.brands-table{border-collapse:collapse;width:100%}.brands-table th,.brands-table td{text-align:left;border-bottom:1px solid #eee;padding:14px 12px}.brands-table th{color:#6b7280;text-transform:uppercase;font-size:12px}.brands-table td{font-size:14px}.brand-actions{justify-content:flex-end;gap:8px;display:flex}.brand-edit-btn,.brand-delete-btn{cursor:pointer;border-radius:7px;padding:8px 12px;font-size:13px}.brand-edit-btn{background:#fff;border:1px solid #d1d5db}.brand-delete-btn{color:#fff;background:#dc2626;border:none}.brand-delete-btn:disabled{opacity:.6;cursor:not-allowed}.brands-table th:last-child,.brands-table td:last-child{text-align:right}.brands-empty{text-align:center;color:#6b7280;padding:35px 10px}@media (width<=850px){.brands-content{grid-template-columns:1fr}}@media (width<=600px){.brands-header h1{font-size:25px}.brand-form,.brands-list{border-radius:10px;padding:16px}.brands-table th:nth-child(2),.brands-table td:nth-child(2){display:none}.brand-actions{flex-direction:column;align-items:stretch}.brand-edit-btn,.brand-delete-btn{width:100%}}.categories-page{width:100%}.categories-header{margin-bottom:28px}.categories-header h1{margin:0 0 6px;font-size:30px}.categories-header p{color:#6b7280;margin:0;font-size:14px}.categories-content{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:24px;display:grid}.category-form,.categories-list{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px}.category-form h2,.categories-list h2{margin:0;font-size:18px}.category-form-group{margin-top:22px}.category-form-group label{margin-bottom:8px;font-size:14px;font-weight:600;display:block}.category-form-group input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:44px;padding:0 12px}.category-form-group input:focus{border-color:#111827}.category-form-actions{gap:10px;margin-top:20px;display:flex}.category-form-actions button{cursor:pointer;border-radius:8px;min-height:42px;padding:0 16px;font-weight:600}.category-save-btn{color:#fff;background:#111;border:none;flex:1}.category-cancel-btn{background:#fff;border:1px solid #d1d5db}.categories-list-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.categories-list-header span{color:#6b7280;font-size:13px}.categories-table-wrapper{width:100%;overflow-x:auto}.categories-table{border-collapse:collapse;width:100%}.categories-table th,.categories-table td{text-align:left;border-bottom:1px solid #eee;padding:14px 12px}.categories-table th{color:#6b7280;text-transform:uppercase;font-size:12px}.categories-table td{font-size:14px}.categories-table th:last-child,.categories-table td:last-child{text-align:right}.category-actions{justify-content:flex-end;gap:8px;display:flex}.category-edit-btn,.category-delete-btn{cursor:pointer;border-radius:7px;padding:8px 12px;font-size:13px}.category-edit-btn{background:#fff;border:1px solid #d1d5db}.category-delete-btn{color:#fff;background:#dc2626;border:none}.category-delete-btn:disabled,.category-save-btn:disabled{opacity:.6;cursor:not-allowed}.categories-empty{text-align:center;color:#6b7280;padding:35px 10px}@media (width<=850px){.categories-content{grid-template-columns:1fr}}@media (width<=600px){.categories-header h1{font-size:25px}.category-form,.categories-list{border-radius:10px;padding:16px}.categories-table th:nth-child(2),.categories-table td:nth-child(2){display:none}.category-actions{flex-direction:column;align-items:stretch}.category-edit-btn,.category-delete-btn{width:100%}}.inventory-page{width:100%;min-width:0}.inventory-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.inventory-header h1{color:#111827;margin:0 0 6px;font-size:30px;font-weight:700}.inventory-header p{color:#6b7280;margin:0;font-size:14px}.inventory-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.inventory-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;min-width:0;padding:20px;display:flex}.inventory-stat-card span{color:#6b7280;margin-bottom:10px;font-size:13px;font-weight:500}.inventory-stat-card strong{color:#111827;margin-bottom:4px;font-size:30px;line-height:1}.inventory-stat-card small{color:#9ca3af;margin-top:5px;font-size:12px}.inventory-toolbar{align-items:center;gap:12px;margin-bottom:18px;display:flex}.inventory-toolbar input{background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;flex:1;min-width:0;height:44px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.inventory-toolbar input:focus{border-color:#111827;box-shadow:0 0 0 2px #1118270f}.inventory-toolbar input::placeholder{color:#9ca3af}.inventory-toolbar select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:190px;height:44px;padding:0 12px;font-size:14px}.inventory-toolbar select:focus{border-color:#111827}.inventory-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.inventory-table{border-collapse:collapse;width:100%;min-width:800px}.inventory-table thead{background:#f9fafb}.inventory-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;border-bottom:1px solid #e5e7eb;padding:13px 16px;font-size:11px;font-weight:600}.inventory-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:15px 16px;font-size:14px}.inventory-table tbody tr:last-child td{border-bottom:none}.inventory-table tbody tr{transition:background .15s}.inventory-table tbody tr:hover{background:#fafafa}.inventory-product{flex-direction:column;min-width:180px;display:flex}.inventory-product strong{color:#111827;font-size:14px;font-weight:600}.inventory-sku{color:#4b5563;background:#f3f4f6;border-radius:6px;padding:5px 8px;font-family:monospace;font-size:12px;display:inline-block}.inventory-size{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:7px;justify-content:center;align-items:center;min-width:38px;height:32px;padding:0 8px;font-size:13px;font-weight:600;display:inline-flex}.stock-status{white-space:nowrap;border-radius:20px;align-items:center;padding:5px 9px;font-size:11px;font-weight:600;display:inline-flex}.stock-available{color:#047857;background:#ecfdf5}.stock-low{color:#b45309;background:#fffbeb}.stock-out{color:#b91c1c;background:#fef2f2}.inventory-stock-number{color:#111827;font-size:15px}.inventory-stock-controls{background:#f3f4f6;border-radius:9px;align-items:center;gap:5px;padding:4px;display:inline-flex}.inventory-stock-controls span{color:#111827;justify-content:center;align-items:center;min-width:32px;font-size:13px;font-weight:600;display:inline-flex}.stock-control-button{color:#111827;cursor:pointer;background:#fff;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:19px;line-height:1;transition:background .15s,transform .1s;display:flex}.stock-control-button:hover:not(:disabled){background:#e5e7eb}.stock-control-button:active:not(:disabled){transform:scale(.94)}.stock-control-button:disabled{opacity:.35;cursor:not-allowed}.inventory-empty{text-align:center;color:#6b7280;justify-content:center;align-items:center;min-height:180px;padding:30px;font-size:14px;display:flex}@media (width<=1100px){.inventory-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.inventory-header{margin-bottom:20px}.inventory-header h1{font-size:25px}.inventory-header p{font-size:13px}.inventory-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.inventory-stat-card{border-radius:10px;padding:15px}.inventory-stat-card span{margin-bottom:8px;font-size:11px}.inventory-stat-card strong{font-size:25px}.inventory-stat-card small{font-size:10px}.inventory-toolbar{flex-direction:column;align-items:stretch}.inventory-toolbar input,.inventory-toolbar select{box-sizing:border-box;width:100%}.inventory-table-container{border-radius:10px}.inventory-table{min-width:720px}.inventory-table th,.inventory-table td{padding:12px}}@media (width<=420px){.inventory-stats{grid-template-columns:1fr 1fr}.inventory-stat-card{padding:13px}.inventory-stat-card strong{font-size:22px}}.orders-page{padding:24px}.orders-table{border-collapse:collapse;background:#fff;width:100%}.orders-table th,.orders-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px}.orders-table th{background:#f8f9fb}.orders-toolbar{justify-content:space-between;gap:16px;margin-bottom:24px;display:flex}.orders-toolbar input{border:1px solid #ddd;border-radius:8px;flex:1;padding:10px 14px}.orders-toolbar select{border:1px solid #ddd;border-radius:8px;padding:10px 14px}.status{border-radius:999px;padding:6px 12px;font-size:14px;font-weight:600}.status.pending{color:#856404;background:#fff3cd}.status.paid{color:#155724;background:#d4edda}.status.cancelled{color:#721c24;background:#f8d7da}.view-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;padding:8px 14px;transition:all .2s}.view-btn:hover{opacity:.85}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border-radius:14px;width:min(900px,95%);max-height:90vh;padding:24px;overflow-y:auto}.order-modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.order-modal-header button{cursor:pointer;background:0 0;border:none;font-size:22px}.order-info{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:24px;display:grid}.order-items{border-collapse:collapse;width:100%}.order-items th,.order-items td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px}.sidebar{color:#fff;z-index:1000;background:#111;flex-direction:column;width:76px;height:100dvh;padding:20px 10px;transition:width .3s cubic-bezier(.4,0,.2,1),padding .3s;display:flex;position:sticky;top:0;left:0;overflow:hidden}.sidebar:hover{width:250px}.sidebar-logo{white-space:nowrap;align-items:center;gap:14px;height:48px;margin-bottom:38px;padding:0 12px;display:flex}.logo-symbol{letter-spacing:-1px;color:#fff;justify-content:center;align-items:center;min-width:30px;font-size:1.45rem;font-weight:800;display:flex}.logo-text{letter-spacing:2px;opacity:0;font-size:1.05rem;font-weight:700;transition:opacity .2s}.sidebar:hover .logo-text{opacity:1}.sidebar-menu{flex-direction:column;flex:1;gap:6px;display:flex}.sidebar-menu a,.logout-button{color:#a1a1a6;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:16px;width:100%;min-height:48px;padding:0 13px;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.sidebar-menu a:hover,.logout-button:hover{color:#fff;background:#242424}.sidebar-menu a.active{color:#111;background:#fff}.sidebar-icon{justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:1.35rem;display:flex}.sidebar-label{opacity:0;visibility:hidden;transition:opacity .2s,transform .25s,visibility .2s;transform:translate(-8px)}.sidebar:hover .sidebar-label{opacity:1;visibility:visible;transform:translate(0)}.logout-button{flex-shrink:0;margin-top:auto}.sidebar-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.7rem;display:none;position:absolute;top:18px;right:18px}.sidebar-overlay{opacity:0;visibility:hidden;z-index:999;background:#0006;transition:opacity .25s;position:fixed;inset:0}.sidebar-overlay.show{opacity:1;visibility:visible}@media (width<=900px){.sidebar{color:#111;z-index:1000;background:#fff;border-top:1px solid #e5e5e5;flex-direction:row;width:100%;max-width:100%;height:64px;padding:0;transition:none;display:flex;position:fixed;inset:auto 0 0;overflow:hidden;transform:none}.sidebar:hover{width:100%}.sidebar-logo,.sidebar-close{display:none}.sidebar-menu{flex-direction:row;flex:1;justify-content:space-around;align-items:stretch;gap:0;width:100%;height:64px;display:flex;overflow:hidden}.sidebar-menu a{color:#777;background:0 0;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;width:auto;min-width:0;min-height:64px;padding:5px 2px;font-size:9px;transition:color .2s,background .2s;display:flex;transform:none}.sidebar-menu a .sidebar-icon{width:auto;min-width:auto;height:auto;font-size:20px;transform:none}.sidebar-menu a .sidebar-label{opacity:1;visibility:visible;white-space:nowrap;font-size:8px;line-height:1;display:block;transform:none}.sidebar-menu a.active{color:#111;background:0 0}.sidebar-menu a.active .sidebar-icon{transform:translateY(-1px)}.logout-button{color:#777;background:0 0;border-radius:0;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:64px;min-height:64px;margin:0;padding:0;transition:color .2s,background .2s;display:flex;transform:none}.logout-button:hover{color:#111;background:0 0}.logout-button .sidebar-icon{width:auto;min-width:auto;height:auto;font-size:20px}.logout-button .sidebar-label{opacity:1;visibility:visible;display:none;transform:none}.sidebar-overlay{display:none}}@media (width<=380px){.sidebar,.sidebar-menu{height:60px}.sidebar-menu a{min-height:60px;padding:4px 1px}.sidebar-menu a .sidebar-icon{font-size:19px}.sidebar-menu a .sidebar-label{font-size:7px}.logout-button{flex-basis:46px;width:46px;height:60px;min-height:60px}.logout-button .sidebar-icon{font-size:19px}}.navbar{background:#fff;border-bottom:1px solid #e5e5e5;align-items:center;height:70px;padding:0 32px;display:flex}.navbar-logo{object-fit:contain;width:150px;height:50px;display:block}@media (width<=900px){.navbar{height:64px;padding:0 20px}.navbar h2{font-size:1.15rem;font-weight:600}}.main-content{background:#f5f5f7;flex:1;min-width:0;padding:32px}@media (width<=900px){.main-content{width:100%;padding:24px 24px 100px}}@media (width<=600px){.main-content{padding:20px 16px 100px}}.dashboard-layout{min-height:100vh;display:flex}.dashboard-content{background:#f5f5f5;flex:1}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}:root{--color-background:#f5f5f5;--color-surface:#fff;--color-primary:#111;--color-secondary:#5f6368;--color-border:#e5e7eb;--color-hover:#f3f4f6;--color-success:#16a34a;--color-danger:#dc2626;--color-warning:#d97706;--font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 8px 20px #00000014;--sidebar-width:260px;--navbar-height:70px}body{font-family:var(--font-family);background:var(--color-background);color:var(--color-primary);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:50px}::-webkit-scrollbar-thumb:hover{background:#9e9e9e}
