@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#111;--secondary:#f60;--secondary-hover:#ff8533;--bg:#0a0a0a;--bg-card:#161616;--bg-input:#1e1e1e;--border:#2a2a2a;--text:#f0f0f0;--text-muted:#888;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--radius:8px;--shadow:0 4px 24px #0006}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0a0a;background-color:var(--bg);color:#f0f0f0;color:var(--text);font-family:Inter,sans-serif;min-height:100vh}a{color:#f60;color:var(--secondary);text-decoration:none}a:hover{color:#ff8533;color:var(--secondary-hover)}button{cursor:pointer;font-family:Inter,sans-serif}input,select,textarea{background:#1e1e1e;background:var(--bg-input);border:1px solid #2a2a2a;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#f0f0f0;color:var(--text);font-family:Inter,sans-serif;outline:none;padding:10px 14px;transition:border .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:#f60;border-color:var(--secondary)}.btn{border:none;border-radius:8px;border-radius:var(--radius);font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.btn-primary{background:#f60;background:var(--secondary);color:#000}.btn-primary:hover{background:#ff8533;background:var(--secondary-hover)}.btn-danger{background:#ef4444;background:var(--danger);color:#fff}.btn-outline{background:#0000;border:1px solid #2a2a2a;border:1px solid var(--border);color:#f0f0f0;color:var(--text)}.btn-outline:hover{border-color:#f60;border-color:var(--secondary);color:#f60;color:var(--secondary)}.card{background:#161616;background:var(--bg-card);border:1px solid #2a2a2a;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);padding:24px}.badge{padding:4px 10px}.badge-success{color:var(--success)}.badge-danger{color:#ef4444}.badge-warning{background:#f59e0b26;color:#f59e0b;color:var(--warning)}.badge-info{color:var(--info)}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #2a2a2a;border-bottom:1px solid var(--border);font-size:14px;padding:12px 16px;text-align:left}th{color:#888;color:var(--text-muted);font-weight:500}tr:hover td{background:#1e1e1e;background:var(--bg-input)}.admin-layout{display:flex}.admin-content{flex:1 1;margin-left:260px;min-height:100vh;padding:32px}@media (max-width:768px){.admin-content{margin-left:0;padding:76px 16px 24px}}@media (max-width:480px){.admin-content{padding:72px 12px 20px}}.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh;min-height:100dvh;padding:20px}.login-card{max-width:400px;padding:32px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-header h1{color:var(--secondary);font-size:28px;font-weight:700;margin-bottom:8px}.login-header p{color:var(--text-muted)}.login-error{background:#ef444426;border-radius:var(--radius);color:var(--danger);font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input{border:1px solid var(--border);border-radius:var(--radius);font-size:15px;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1);outline:none}.form-group input:disabled{cursor:not-allowed;opacity:.6}.password-wrapper{align-items:center;display:flex;position:relative}.password-wrapper input{padding-right:60px}.toggle-password{background:none;border:none;border-radius:4px;color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:500;padding:4px 8px;position:absolute;right:12px;transition:color .2s ease}.toggle-password:hover{color:var(--primary)}.login-btn{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:8px;padding:12px;width:100%}.login-btn:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media (max-width:480px){.login-container{align-items:flex-start;padding:60px 16px 16px}.login-card{padding:24px 20px}.login-header{margin-bottom:28px}.login-header h1{font-size:24px}.login-form{gap:18px}.form-group input{font-size:16px;padding:11px 12px}.password-wrapper input{padding-right:56px}}@media (max-width:375px){.login-container{padding:40px 12px 12px}.login-card{padding:20px 16px}.login-header h1{font-size:22px}}@media (max-height:600px) and (orientation:landscape){.login-container{align-items:center;padding:16px}.login-card{padding:20px}.login-header{margin-bottom:20px}.login-form{gap:16px}}@media (hover:none) and (pointer:coarse){.form-group input,.login-btn,.toggle-password{min-height:44px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.dashboard{padding:0}.dashboard-title{font-size:28px;font-weight:700;margin-bottom:24px}.dashboard-error,.dashboard-loading{align-items:center;display:flex;font-size:16px;gap:12px;justify-content:center;min-height:400px}.dashboard-error{color:var(--danger)}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.stat-card{overflow:hidden;padding:20px;position:relative}.stat-card:before{content:"";height:100%;left:0;position:absolute;top:0;width:4px}.stat-success:before{background:var(--success)}.stat-info:before{background:var(--info)}.stat-warning:before{background:var(--warning)}.stat-secondary:before{background:var(--secondary)}.stat-label{color:var(--text-muted);font-size:14px;margin-bottom:8px}.stat-value{font-size:28px;font-weight:700;word-break:break-word}.chart-container{margin-top:24px;padding:20px}.chart-title{font-size:18px;font-weight:600;margin-bottom:20px}.chart-wrapper{height:300px;min-height:250px;width:100%}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-title{font-size:24px;margin-bottom:20px}.stats-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.stat-card{padding:16px}.stat-value{font-size:24px}.stat-label{font-size:13px}.chart-container{padding:16px}.chart-wrapper{height:250px}.chart-title{font-size:16px;margin-bottom:16px}}@media (max-width:480px){.dashboard-title{font-size:22px;margin-bottom:16px}.stats-grid{gap:12px;grid-template-columns:1fr}.stat-card{display:flex;flex-direction:column;gap:4px;padding:14px 16px}.stat-value{font-size:22px}.stat-label{font-size:12px;margin-bottom:0}.chart-container{margin-top:16px;padding:14px}.chart-wrapper{height:220px;min-height:200px}.chart-title{font-size:15px;margin-bottom:12px}}@media (max-width:375px){.stat-value{font-size:20px}.chart-wrapper{height:200px}}.products{padding:0}.products-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.products-header h1{font-size:28px;font-weight:700}.products-loading{align-items:center;display:flex;font-size:16px;gap:12px;justify-content:center;min-height:400px}.products-error{background:#ef444426;border-radius:var(--radius);color:var(--danger);font-size:14px;margin-bottom:20px;padding:12px}.modal{max-width:500px}.product-form{display:flex;flex-direction:column;gap:16px}.image-previews{display:flex;flex-wrap:wrap;gap:8px}.image-preview{border:1px solid var(--border);height:80px;object-fit:cover;width:80px}.products-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.products-table{border-collapse:collapse;width:100%}.products-table td,.products-table th{border-bottom:1px solid var(--border);padding:12px 16px;text-align:left}.products-table th{color:var(--text-muted);font-size:14px;font-weight:600;white-space:nowrap}.products-table tbody tr:hover{background:var(--bg-input)}.product-thumb{object-fit:cover}.product-thumb,.product-thumb-empty{border-radius:var(--radius);height:48px;width:48px}.product-thumb-empty{align-items:center;background:var(--bg-input);color:var(--text-muted);display:flex;justify-content:center}.products-cards{display:none}.product-card{padding:16px}.product-card-header{display:flex;gap:12px;margin-bottom:16px}.product-card-image{object-fit:cover}.product-card-image,.product-card-image-empty{border-radius:var(--radius);flex-shrink:0;height:64px;width:64px}.product-card-image-empty{align-items:center;background:var(--bg-input);color:var(--text-muted);display:flex;font-size:10px;justify-content:center}.product-card-info{flex:1 1;min-width:0}.product-card-info h3{font-size:16px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-category{color:var(--text-muted);font-size:13px}.product-card-details{border-bottom:1px solid var(--border);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px 0}.product-card-row{align-items:center;display:flex;font-size:14px;justify-content:space-between}.product-card-row span:first-child{color:var(--text-muted)}.product-card-actions{display:flex;gap:8px}.product-card-actions .btn{flex:1 1}@media (max-width:900px){.products-table td:nth-child(3),.products-table th:nth-child(3){display:none}}@media (max-width:768px){.products-header h1{font-size:24px}.form-row{grid-template-columns:1fr}.modal{max-height:85vh}.modal-header h2{font-size:18px}.products-table-wrapper{display:none}.products-cards{display:flex;flex-direction:column;gap:12px}}@media (max-width:480px){.products-header{align-items:stretch;flex-direction:column}.products-header h1{font-size:22px}.products-header .btn{justify-content:center;width:100%}.modal-overlay{align-items:flex-start;padding:40px 12px 12px}.modal{max-height:calc(100vh - 80px)}.product-form{gap:14px}.form-actions{flex-direction:column-reverse}.form-actions .btn{justify-content:center;width:100%}.image-preview{height:60px;width:60px}.product-card{padding:14px}.product-card-image,.product-card-image-empty{height:56px;width:56px}.product-card-info h3{font-size:15px}.product-card-details{gap:6px;padding:10px 0}.btn-sm,.product-card-row{font-size:13px}.btn-sm{padding:8px 12px}}@media (max-width:375px){.products-header h1{font-size:20px}.product-card-header{gap:10px}.product-card-image,.product-card-image-empty{height:50px;width:50px}}@media (hover:none) and (pointer:coarse){.btn,.modal-close{min-height:44px}.btn-sm{min-height:40px}}.orders{padding:0}.orders-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.orders-header h1{font-size:28px;font-weight:700}.orders-count{background:var(--bg-input);border-radius:var(--radius);color:var(--text-muted);font-size:14px;padding:6px 12px}.orders-loading{align-items:center;display:flex;font-size:16px;gap:12px;justify-content:center;min-height:400px}.orders-error{background:#ef444426;border-radius:var(--radius);color:var(--danger);font-size:14px;margin-bottom:20px;padding:12px}.orders-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.orders-table{border-collapse:collapse;width:100%}.orders-table td,.orders-table th{border-bottom:1px solid var(--border);padding:12px 16px;text-align:left}.orders-table th{color:var(--text-muted);font-size:14px;font-weight:600;white-space:nowrap}.orders-table tbody tr:hover{background:var(--bg-input)}.customer-info{display:flex;flex-direction:column;gap:2px}.customer-name{font-weight:500}.customer-email{color:var(--text-muted);font-size:12px}.btn-ghost{align-items:center;background:#0000;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:10px 16px;transition:all .2s}.btn-ghost:hover{background:var(--bg-input);border-color:var(--text-muted)}.modal-actions{gap:12px;justify-content:flex-end}.order-details{display:flex;flex-direction:column;gap:24px}.detail-section{margin-bottom:0}.detail-row-stack{align-items:flex-start;flex-direction:column;gap:8px}.detail-row-stack .detail-value-wrap{text-align:left}.detail-total{color:var(--secondary);font-size:16px;font-weight:700}.session-id{color:var(--text-muted);font-size:11px;max-width:200px;text-align:right;word-break:break-all}.items-loading{align-items:center;display:flex;gap:10px}.items-empty,.items-loading{color:var(--text-muted);font-size:13px;padding:16px 0}.items-empty{text-align:center}.items-list{display:flex;flex-direction:column;gap:10px}.item-card{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:12px;padding:12px}.item-image{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;display:flex;flex-shrink:0;height:52px;justify-content:center;overflow:hidden;width:52px}.item-image img{height:100%;object-fit:cover;width:100%}.item-image-placeholder{font-size:22px;opacity:.5}.item-details{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.item-details .item-name{color:var(--text);font-size:13px;font-weight:600;line-height:1.3;word-break:break-word}.item-meta{align-items:center;display:flex;gap:12px}.item-meta .item-price,.item-meta .item-qty{color:var(--text-muted);font-size:12px}.item-line-total{color:var(--secondary);font-size:12px;font-weight:600}.status-select{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font-size:14px;padding:8px 12px}.status-select:focus{border-color:var(--secondary);outline:none}.tracking-input{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:14px;padding:10px 12px;width:100%}.tracking-input:focus{border-color:var(--secondary);outline:none}.notes-input{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:14px;min-height:80px;padding:10px 12px;resize:vertical;width:100%}.notes-input:focus{border-color:var(--secondary);outline:none}.orders-cards{display:none}.order-card{cursor:pointer;padding:16px;transition:all .2s}.order-card:hover{background:var(--bg-input)}.order-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.order-card-id{display:flex;flex-direction:column;gap:2px}.order-id{font-size:15px;font-weight:600}.order-date{color:var(--text-muted);font-size:12px}.order-card-customer{border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:2px;margin-bottom:12px;padding-bottom:12px}.order-card-customer .customer-name{font-size:14px}.order-card-customer .customer-email{font-size:12px}.order-card-footer{align-items:center;display:flex;justify-content:space-between}.order-total{font-size:16px;font-weight:600}@media (max-width:900px){.orders-table td:nth-child(3),.orders-table th:nth-child(3){display:none}}@media (max-width:768px){.orders-header h1{font-size:24px}.orders-table-wrapper{display:none}.orders-cards{display:flex;flex-direction:column;gap:12px}.modal{max-height:85vh}.modal-header h2{font-size:18px}.detail-row{align-items:flex-start;flex-direction:column;gap:6px}.detail-value-wrap,.session-id{max-width:100%;text-align:left}.status-select{width:100%}.item-card{padding:10px}.item-image{height:44px;width:44px}}@media (max-width:480px){.orders-header{align-items:flex-start;flex-direction:column;gap:12px}.orders-header h1{font-size:22px}.modal-overlay{align-items:flex-start;padding:40px 12px 12px}.modal{max-height:calc(100vh - 80px)}.order-details{gap:20px}.detail-section h3{font-size:11px;margin-bottom:10px}.detail-row{padding:8px 0}.detail-label{font-size:13px}.modal-actions{flex-direction:column-reverse;gap:10px}.modal-actions .btn{justify-content:center;width:100%}.order-card{padding:14px}.order-id{font-size:14px}.order-total{font-size:15px}.btn-sm{font-size:13px;padding:8px 12px}.item-image{height:40px;width:40px}.item-details .item-name{font-size:12px}.item-meta{gap:8px}}@media (max-width:375px){.orders-header h1{font-size:20px}.order-card{padding:12px}.modal-header h2{font-size:16px}}@media (hover:none) and (pointer:coarse){.btn,.modal-close,.status-select{min-height:44px}.btn-sm{min-height:40px}.notes-input,.tracking-input{font-size:16px}}.users{padding:0}.users-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.users-header h1{font-size:28px;font-weight:700}.users-count{background:var(--bg-input);border-radius:var(--radius);color:var(--text-muted);font-size:14px;padding:6px 12px}.users-loading{align-items:center;display:flex;font-size:16px;gap:12px;justify-content:center;min-height:400px}.users-error{background:#ef444426;border-radius:var(--radius);color:var(--danger);font-size:14px;margin-bottom:20px;padding:12px}.users-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table td,.users-table th{border-bottom:1px solid var(--border);padding:12px 16px;text-align:left}.users-table th{color:var(--text-muted);font-size:14px;font-weight:600;white-space:nowrap}.users-table tbody tr:hover{background:var(--bg-input)}.user-info{gap:12px}.user-avatar-sm,.user-info{align-items:center;display:flex}.user-avatar-sm{background:var(--secondary);border-radius:50%;color:var(--primary);flex-shrink:0;font-size:14px;font-weight:600;height:36px;justify-content:center;width:36px}.user-location{color:var(--text-muted);font-size:13px}.actions{align-items:center}.btn-warning{border-color:var(--warning);color:var(--warning)}.btn-warning:hover{background:var(--warning);color:var(--primary)}.badge-secondary{background:#88888826;color:var(--text-muted)}.modal{max-width:450px}.user-details{display:flex;flex-direction:column;gap:24px}.user-avatar{align-items:center;background:var(--secondary);border-radius:50%;color:var(--primary);display:flex;font-size:32px;font-weight:700;height:80px;justify-content:center;margin:0 auto;width:80px}.detail-section h3{color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.detail-row{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:10px 0}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--text-muted);flex-shrink:0;font-size:14px}.detail-value-wrap{text-align:right;word-break:break-word}.modal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.modal-actions .btn{flex:1 1;justify-content:center;min-width:calc(50% - 5px)}.user-form{display:flex;flex-direction:column;gap:16px}.users-cards{display:none}.user-card{cursor:pointer;padding:16px;transition:all .2s}.user-card:hover{background:var(--bg-input)}.user-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.user-card-info{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.user-card-name{display:flex;flex-direction:column;gap:2px;min-width:0}.user-card-name .user-name{font-size:15px}.user-card-name .user-name,.user-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:12px}.user-card-details{border-bottom:1px solid var(--border);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px 0}.user-card-row{align-items:center;display:flex;font-size:14px;justify-content:space-between}.user-card-row span:first-child{color:var(--text-muted)}.user-card-actions{display:flex;flex-wrap:wrap;gap:8px}.user-card-actions .btn{flex:1 1;justify-content:center;min-width:calc(33% - 6px)}@media (max-width:1024px){.users-table td:nth-child(4),.users-table th:nth-child(4){display:none}}@media (max-width:900px){.users-table td:nth-child(2),.users-table th:nth-child(2){display:none}}@media (max-width:768px){.users-header h1{font-size:24px}.users-table-wrapper{display:none}.users-cards{display:flex;flex-direction:column;gap:12px}.form-row{grid-template-columns:1fr}.modal{max-height:85vh}.modal-header h2{font-size:18px}.modal-actions{flex-direction:column}.modal-actions .btn{min-width:100%;width:100%}.detail-row{align-items:flex-start;flex-direction:column;gap:4px}.detail-value-wrap{text-align:left}}@media (max-width:480px){.users-header{align-items:flex-start;flex-direction:column;gap:12px}.users-header h1{font-size:22px}.modal-overlay{align-items:flex-start;padding:40px 12px 12px}.modal{max-height:calc(100vh - 80px)}.user-avatar{font-size:28px;height:64px;width:64px}.user-details{gap:20px}.detail-section h3{font-size:11px;margin-bottom:10px}.detail-row{padding:8px 0}.detail-label{font-size:13px}.form-actions{flex-direction:column-reverse}.form-actions .btn{justify-content:center;width:100%}.user-card{padding:14px}.user-card-name .user-name{font-size:14px}.user-card-details{gap:6px;padding:10px 0}.user-card-row{font-size:13px}.user-card-actions .btn{min-width:calc(50% - 4px);padding:8px 10px}.btn-sm{font-size:13px;padding:8px 12px}}@media (max-width:375px){.users-header h1{font-size:20px}.user-card{padding:12px}.user-avatar-sm{font-size:13px;height:32px;width:32px}.modal-header h2{font-size:16px}.user-card-actions .btn{font-size:12px;padding:8px}}@media (hover:none) and (pointer:coarse){.btn,.modal-close,select{min-height:44px}.btn-sm{min-height:40px}input,select{font-size:16px}}.discounts{padding:0}.discounts-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.discounts-header h1{font-size:28px;font-weight:700}.discounts-loading{font-size:16px;justify-content:center;min-height:400px}.discounts-error,.discounts-loading{align-items:center;display:flex;gap:12px}.discounts-error{background:#ef444426;border-radius:var(--radius);color:var(--danger);font-size:14px;justify-content:space-between;margin-bottom:20px;padding:12px 16px}.error-dismiss{flex-shrink:0}.discounts-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.discounts-table{border-collapse:collapse;width:100%}.discounts-table td,.discounts-table th{border-bottom:1px solid var(--border);padding:12px 16px;text-align:left}.discounts-table th{color:var(--text-muted);font-size:14px;font-weight:600;white-space:nowrap}.discount-code,.discounts-table tbody tr:hover{background:var(--bg-input)}.discount-code{border-radius:var(--radius);font-family:monospace;font-size:14px;font-weight:600;letter-spacing:1px;padding:4px 10px}.discount-value{color:var(--secondary);font-weight:600}.discount-usage{color:var(--text-muted);font-size:14px}.actions{flex-wrap:wrap}.btn-warning{background:#0000;border:1px solid #eab308;border-radius:var(--radius);color:#eab308;cursor:pointer;font-weight:500;transition:all .2s}.btn-warning:hover{background:#eab308;color:#000}.btn-success{background:#0000;border:1px solid #22c55e;border-radius:var(--radius);color:#22c55e;cursor:pointer;font-weight:500;transition:all .2s}.btn-success:hover{background:#22c55e;color:#000}.discount-form{display:flex;flex-direction:column;gap:16px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.code-input-wrapper{display:flex;gap:8px}.code-input-wrapper input{flex:1 1}.btn-generate{padding:10px 16px;white-space:nowrap}.discounts-cards{display:none}.discount-card{padding:16px}.discount-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.discount-card-value{color:var(--secondary);font-size:24px;font-weight:700;margin-bottom:16px}.discount-card-details{border-bottom:1px solid var(--border);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px 0}.discount-card-row{align-items:center;display:flex;font-size:14px;justify-content:space-between}.discount-card-row span:first-child{color:var(--text-muted)}.discount-card-actions{display:flex;gap:8px}.discount-card-actions .btn{flex:1 1;justify-content:center}@media (max-width:900px){.discounts-table td:nth-child(4),.discounts-table th:nth-child(4){display:none}}@media (max-width:768px){.discounts-header h1{font-size:24px}.discounts-table-wrapper{display:none}.discounts-cards{display:flex;flex-direction:column;gap:12px}.form-row{grid-template-columns:1fr}.modal{max-height:85vh}.modal-header h2{font-size:18px}}@media (max-width:480px){.discounts-header{align-items:stretch;flex-direction:column}.discounts-header h1{font-size:22px}.discounts-header .btn{justify-content:center;width:100%}.modal-overlay{align-items:flex-start;padding:40px 12px 12px}.modal{max-height:calc(100vh - 80px)}.code-input-wrapper{flex-direction:column}.btn-generate{width:100%}.form-actions{flex-direction:column-reverse}.form-actions .btn{justify-content:center;width:100%}.discount-card{padding:14px}.discount-card-value{font-size:20px}.discount-card-details{gap:6px;padding:10px 0}.btn-sm,.discount-card-row{font-size:13px}.btn-sm{padding:8px 12px}}@media (max-width:375px){.discounts-header h1{font-size:20px}.discount-card{padding:12px}.discount-code{font-size:12px;padding:3px 8px}}@media (hover:none) and (pointer:coarse){.btn,.modal-close,input,select{min-height:44px}.btn-sm{min-height:40px}input,select{font-size:16px}}.sidebar{background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100vh;left:0;padding:24px 16px;position:fixed;top:0;transition:transform .3s ease;width:260px;z-index:100}.sidebar-logo{margin-bottom:32px;padding-left:4px}.sidebar-logo h2{color:var(--secondary);font-size:24px;font-weight:700}.sidebar-nav{display:flex;flex:1 1;flex-direction:column}.sidebar-link{align-items:center;border-radius:var(--radius);color:var(--text-muted);display:flex;margin-bottom:4px;padding:12px 20px;transition:all .2s}.sidebar-link:hover{background:var(--bg-input);color:var(--text)}.sidebar-link.active{background:var(--bg-input);color:var(--secondary)}.sidebar-icon{font-size:18px;margin-right:12px}.sidebar-logout{margin-top:auto;width:100%}.hamburger{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;display:none;flex-direction:column;gap:5px;height:44px;justify-content:center;left:16px;padding:10px;position:fixed;top:16px;width:44px;z-index:200}.hamburger-line{background:var(--text);height:2px;transition:all .3s ease;width:24px}.hamburger-line.open:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.sidebar-overlay{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:99}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.hamburger{display:flex}.sidebar-overlay{display:block}}@media (max-width:480px){.sidebar{max-width:280px;width:100%}.hamburger{left:12px;top:12px}}.categories{padding:0}.categories-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.categories-header h1{font-size:28px;font-weight:700}.categories-loading{align-items:center;display:flex;font-size:16px;gap:12px;justify-content:center;min-height:400px}.categories-error{background:#ef444426;border-radius:var(--radius);color:var(--danger);font-size:14px;margin-bottom:20px;padding:12px}.categories-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.categories-table{border-collapse:collapse;width:100%}.categories-table td,.categories-table th{border-bottom:1px solid var(--border);padding:12px 16px;text-align:left}.categories-table th{color:var(--text-muted);font-size:14px;font-weight:600;white-space:nowrap}.categories-table tbody tr:hover{background:var(--bg-input)}.category-thumb{object-fit:cover}.category-thumb,.category-thumb-empty{border-radius:var(--radius);height:48px;width:48px}.category-thumb-empty{align-items:center;background:var(--bg-input);color:var(--text-muted);display:flex;justify-content:center}.category-name{font-weight:600}.category-slug{background:var(--bg-input);border-radius:4px;color:var(--text-muted);font-family:monospace;font-size:12px;padding:2px 8px}.category-description{color:var(--text-muted);font-size:13px}.modal{max-width:480px}.modal-header{align-items:center;margin-bottom:24px}.modal-header h2{font-size:20px;font-weight:600}.category-form{gap:16px}.category-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:var(--text);font-size:14px;font-weight:500}.form-group small{color:var(--text-muted);font-size:12px}.form-group textarea{min-height:80px;resize:vertical}.image-preview-wrapper{background:var(--bg-input);border-radius:var(--radius);display:flex;justify-content:center;padding:12px}.image-preview{border-radius:var(--radius);max-height:150px;max-width:100%;object-fit:contain}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.categories-cards{display:none}.category-card{padding:16px}.category-card-header{display:flex;gap:12px;margin-bottom:12px}.category-card-image{object-fit:cover}.category-card-image,.category-card-image-empty{border-radius:var(--radius);flex-shrink:0;height:64px;width:64px}.category-card-image-empty{align-items:center;background:var(--bg-input);color:var(--text-muted);display:flex;font-size:10px;justify-content:center}.category-card-info{flex:1 1;min-width:0}.category-card-info h3{font-size:16px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-muted);display:-webkit-box;font-size:13px;margin-bottom:12px;overflow:hidden}.category-card-details{border-bottom:1px solid var(--border);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px 0}.category-card-row{align-items:center;display:flex;font-size:14px;justify-content:space-between}.category-card-row span:first-child{color:var(--text-muted)}.category-card-actions{display:flex;gap:8px}.category-card-actions .btn{flex:1 1;justify-content:center}@media (max-width:900px){.categories-table td:nth-child(4),.categories-table th:nth-child(4){display:none}}@media (max-width:768px){.categories-header h1{font-size:24px}.categories-table-wrapper{display:none}.categories-cards{display:flex;flex-direction:column;gap:12px}.modal{max-height:85vh}.modal-header h2{font-size:18px}}@media (max-width:480px){.categories-header{align-items:stretch;flex-direction:column}.categories-header h1{font-size:22px}.categories-header .btn{justify-content:center;width:100%}.modal-overlay{align-items:flex-start;padding:40px 12px 12px}.modal{max-height:calc(100vh - 80px)}.form-actions{flex-direction:column-reverse}.form-actions .btn{justify-content:center;width:100%}.category-card{padding:14px}.category-card-image,.category-card-image-empty{height:56px;width:56px}.category-card-info h3{font-size:15px}.category-card-details{gap:6px;padding:10px 0}.btn-sm,.category-card-row{font-size:13px}.btn-sm{padding:8px 12px}}@media (max-width:375px){.categories-header h1{font-size:20px}.category-card{padding:12px}.category-card-header{gap:10px}.category-card-image,.category-card-image-empty{height:50px;width:50px}}@media (hover:none) and (pointer:coarse){.btn,.modal-close,input,textarea{min-height:44px}.btn-sm{min-height:40px}input,textarea{font-size:16px}}.tickets{padding:0}.tickets-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.tickets-header h1{font-size:28px;font-weight:700}.tickets-count{background:var(--bg-input);border-radius:var(--radius);color:var(--text-muted);font-size:14px;padding:6px 14px;white-space:nowrap}.tickets-loading{align-items:center;display:flex;font-size:16px;gap:12px;justify-content:center;min-height:400px}.loader{animation:spin .6s linear infinite;border:2px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.tickets-error{align-items:center;background:#ef444426;border-radius:var(--radius);color:var(--danger);display:flex;font-size:14px;justify-content:space-between;margin-bottom:20px;padding:12px 16px}.error-dismiss{background:none;border:none;color:var(--danger);cursor:pointer;font-size:20px;line-height:1;opacity:.7;padding:0}.error-dismiss:hover{opacity:1}.tickets-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding:12px}.filter-btn{background:none;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;font-size:14px;font-weight:500;padding:7px 18px;transition:all .2s}.filter-btn:hover{border-color:var(--primary);color:var(--text)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.modal{animation:modalSlideIn .2s ease-out;max-height:90vh;max-width:560px;overflow-y:auto;width:100%}.ticket-modal{display:flex;flex-direction:column;max-width:700px}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px}.modal-header-info h2{font-size:18px;font-weight:600;margin-bottom:4px}.modal-subject{color:var(--text-muted);font-size:14px;line-height:1.4}.modal-close{align-items:center;background:none;border:none;border-radius:var(--radius);color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;font-size:28px;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:32px}.modal-close:hover{background:var(--bg-input);color:var(--text)}.ticket-modal-meta{grid-gap:12px;background:var(--bg-input);border-radius:var(--radius);display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:16px}.meta-item{display:flex;flex-direction:column;gap:6px}.meta-label{color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.meta-value{color:var(--text);font-size:14px;font-weight:500}.meta-email{font-size:12px;word-break:break-all}.meta-select{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font-size:13px;padding:5px 8px;transition:border-color .2s}.meta-select:focus{border-color:var(--primary);outline:none}.ticket-messages-container{margin-bottom:20px}.ticket-messages-label{color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.ticket-messages-thread{display:flex;flex-direction:column;gap:12px;max-height:350px;overflow-y:auto;padding:4px 2px;scrollbar-color:var(--border) #0000;scrollbar-width:thin}.ticket-messages-thread::-webkit-scrollbar{width:6px}.ticket-messages-thread::-webkit-scrollbar-track{background:#0000}.ticket-messages-thread::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.ticket-messages-thread::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.ticket-messages-loading{align-items:center;color:var(--text-muted);display:flex;font-size:14px;gap:10px;justify-content:center;padding:32px}.ticket-message{border:1px solid var(--border);border-radius:var(--radius);padding:14px;transition:all .2s}.ticket-message:hover{border-color:var(--text-muted)}.message-user{background:var(--bg)}.message-admin{background:#6366f10d;border-color:#6366f133}.message-original{border-left:3px solid var(--primary)}.message-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px}.message-sender{align-items:center;display:flex;gap:10px}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:32px;justify-content:center;width:32px}.avatar-admin{background:var(--primary);color:#fff}.avatar-user{background:var(--bg-input);border:1px solid var(--border);color:var(--text-muted)}.message-sender-info{display:flex;flex-direction:column;gap:2px}.message-name{color:var(--text);font-size:13px;font-weight:600}.message-role{font-size:11px;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.role-admin{color:#fff}.message-time,.role-user{color:var(--text-muted)}.message-time{flex-shrink:0;font-size:11px;white-space:nowrap}.message-body{color:var(--text);font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.message-attachment{align-items:center;border-top:1px solid var(--border);display:flex;gap:6px;margin-top:10px;padding-top:10px}.message-attachment svg{color:var(--text-muted);flex-shrink:0}.message-attachment a{color:#fff;font-size:13px;text-decoration:none}.message-attachment a:hover{text-decoration:underline}.ticket-no-messages{color:var(--text-muted);font-size:14px;padding:24px;text-align:center}.ticket-reply-box{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;padding-top:20px}.ticket-reply-label{color:var(--text);font-size:14px;font-weight:500}.ticket-reply-textarea{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);box-sizing:border-box;color:var(--text);font-family:inherit;font-size:14px;min-height:80px;padding:12px;resize:vertical;transition:border-color .2s;width:100%}.ticket-reply-textarea:focus{border-color:var(--primary);outline:none}.reply-hint,.ticket-reply-textarea::placeholder{color:var(--text-muted)}.reply-hint{font-size:11px;text-align:right}.ticket-modal-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.modal-actions-right{display:flex;flex-wrap:wrap;gap:8px}.ticket-closed-banner{align-items:center;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);display:flex;flex-direction:column;font-size:14px;gap:12px;margin-top:4px;padding:20px;text-align:center}.ticket-closed-banner svg{opacity:.6}.closed-actions{display:flex;gap:8px}.tickets-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.tickets-table{border-collapse:collapse;width:100%}.tickets-table td,.tickets-table th{border-bottom:1px solid var(--border);padding:12px 16px;text-align:left}.tickets-table th{color:var(--text-muted);font-size:14px;font-weight:600;white-space:nowrap}.ticket-row-clickable{cursor:pointer;transition:background .15s}.ticket-row-clickable:hover{background:var(--bg-input)}.ticket-subject-cell{max-width:260px}.subject-with-preview{display:flex;flex-direction:column;gap:3px}.subject-text{font-weight:500}.subject-preview,.subject-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subject-preview{color:var(--text-muted);font-size:12px}.user-cell{display:flex;flex-direction:column;gap:2px}.user-name{font-size:14px;font-weight:500}.user-email{color:var(--text-muted);font-size:11px}.category-label,.messages-count{color:var(--text-muted);font-size:13px}.messages-count{align-items:center;display:inline-flex;gap:4px}.empty-state{color:var(--text-muted);padding:40px!important;text-align:center}.actions{display:flex;gap:8px}.badge{border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;text-transform:capitalize;white-space:nowrap}.badge-success{background:#22c55e26;color:#22c55e}.badge-warning{background:#eab30826;color:#eab308}.badge-danger{background:#ef444426;color:var(--danger)}.badge-info{background:#3b82f626;color:#3b82f6}.badge-default{background:var(--bg-input);color:var(--text-muted)}.btn-sm{font-size:12px;padding:6px 12px}.tickets-cards{display:none}.ticket-card{cursor:pointer;padding:16px;transition:border-color .2s}.ticket-card:hover{border-color:var(--primary)}.ticket-card-header{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:14px}.ticket-card-title{flex:1 1;min-width:0}.ticket-card-id{color:var(--text-muted);display:block;font-size:12px;margin-bottom:4px}.ticket-card-title h3{font-size:15px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-card-preview{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-muted);display:-webkit-box;font-size:12px;line-height:1.4;overflow:hidden}.ticket-card-details{border-bottom:1px solid var(--border);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px 0}.ticket-card-row{align-items:center;display:flex;font-size:14px;justify-content:space-between}.ticket-card-row span:first-child{color:var(--text-muted)}.ticket-card-actions{display:flex;gap:8px}.ticket-card-actions .btn{flex:1 1}.empty-state-card{color:var(--text-muted);padding:40px;text-align:center}@media (max-width:1024px){.tickets-table td:nth-child(4),.tickets-table th:nth-child(4){display:none}}@media (max-width:900px){.tickets-table td:nth-child(3),.tickets-table th:nth-child(3){display:none}}@media (max-width:768px){.tickets-header h1{font-size:24px}.tickets-table-wrapper{display:none}.tickets-cards{display:flex;flex-direction:column;gap:12px}.ticket-modal-meta{grid-template-columns:1fr 1fr}.modal{max-height:85vh}.ticket-messages-thread{max-height:250px}}@media (max-width:480px){.tickets-header{align-items:stretch;flex-direction:column}.tickets-header h1{font-size:22px}.modal-overlay{align-items:flex-start;padding:40px 12px 12px}.modal{max-height:calc(100vh - 80px)}.ticket-modal-meta{grid-template-columns:1fr}.ticket-modal-actions{align-items:stretch;flex-direction:column}.modal-actions-right{flex-direction:column}.modal-actions-right .btn,.ticket-modal-actions>.btn{justify-content:center;width:100%}.closed-actions{flex-direction:column;width:100%}.closed-actions .btn{width:100%}.filter-btn{font-size:13px;padding:6px 12px}.btn-sm{font-size:13px;padding:8px 12px}.ticket-messages-thread{max-height:200px}.ticket-message{padding:10px}.message-avatar{font-size:11px;height:28px;width:28px}.message-header{align-items:flex-start;flex-direction:column;gap:4px}.message-time{margin-left:38px}}@media (max-width:375px){.tickets-header h1{font-size:20px}.ticket-card-title h3{font-size:14px}}@media (hover:none) and (pointer:coarse){.btn,.modal-close{min-height:44px}.btn-sm,.filter-btn{min-height:40px}}
/*# sourceMappingURL=main.bdb0fc04.css.map*/