.login-page{min-height:100vh;padding:3rem clamp(1rem,3vw,4rem);display:flex;align-items:center;justify-content:center}.login-shell{width:min(1200px,100%);background:var(--surface-elevated);border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-lg);box-shadow:var(--shadow-hard);display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-hero{padding:clamp(2rem,4vw,4rem);background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.15),transparent 40%),linear-gradient(135deg,#5b21b6f2,#0f172af2);color:#fff;display:flex;flex-direction:column;gap:1.75rem}.hero-eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;opacity:.8}.login-hero h1{font-size:clamp(2rem,3vw,2.75rem);line-height:1.1;margin:0}.hero-subtitle{font-size:1.05rem;color:#ffffffd9;max-width:32ch}.hero-highlights{list-style:none;display:flex;flex-direction:column;gap:1rem}.hero-highlights li{display:flex;gap:.75rem;padding:1rem;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);align-items:flex-start}.hero-highlights span[role=img]{font-size:1.5rem}.hero-highlights strong{display:block;font-size:1rem;margin-bottom:.25rem}.hero-highlights p{margin:0;font-size:.95rem;color:#ffffffbf}.login-panel{padding:clamp(2rem,4vw,4rem);background:var(--surface-primary);display:flex;flex-direction:column;gap:1.5rem}.login-panel-header{display:flex;flex-direction:column;gap:.5rem}.panel-eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.3em;color:var(--text-tertiary)}.login-panel h2{margin:0;font-size:clamp(1.75rem,2.4vw,2.2rem)}.login-panel-header p{color:var(--text-secondary)}.login-status{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border-subtle);font-size:.9rem;color:var(--text-secondary)}.status-indicator{width:10px;height:10px;border-radius:50%;background:var(--accent-emerald);box-shadow:0 0 0 6px #10b98126}.login-form{display:flex;flex-direction:column;gap:1rem}.login-field{display:flex;flex-direction:column;gap:.35rem}.login-field label{font-weight:600;color:var(--text-secondary)}.login-field input{border:1px solid var(--border-subtle);border-radius:16px;padding:.9rem 1.1rem;font-size:1rem;background:var(--surface-muted);transition:border-color .2s,box-shadow .2s}.login-field input:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 4px #7c3aed29;background:var(--surface-primary)}.login-field input:disabled{opacity:.6;cursor:not-allowed}.error-banner{background:#f43f5e1f;border:1px solid rgba(244,63,94,.3);color:#b91c1c;padding:.9rem 1rem;border-radius:16px;font-size:.95rem}.login-btn{margin-top:.5rem;border:none;border-radius:18px;padding:1rem 1.25rem;background:linear-gradient(120deg,var(--brand-500),var(--brand-700));color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 15px 30px #5c26b04d}.login-btn:hover:not(:disabled){transform:translateY(-2px)}.login-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.login-footer{border-top:1px solid var(--border-subtle);padding-top:1.25rem;color:var(--text-secondary);display:flex;flex-direction:column;gap:.35rem;font-size:.95rem}.login-footer small{color:var(--text-tertiary)}@media (max-width: 960px){.login-shell{grid-template-columns:1fr}.login-hero{border-bottom-left-radius:0;border-bottom-right-radius:0}}@media (max-width: 600px){.login-page{padding:1.5rem 1rem}.login-shell{border-radius:20px}.login-hero,.login-panel{padding:1.75rem}.hero-highlights li{flex-direction:column}}.tablet-order{min-height:100vh;padding:clamp(1.5rem,3vw,3rem);display:flex;flex-direction:column;gap:1.5rem}.order-header{background:var(--surface-elevated);border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1.5rem;box-shadow:var(--shadow-soft)}.order-heading{display:flex;flex-direction:column;gap:.5rem;width:100%}.christmas-club-link{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;text-decoration:none;padding:.75rem 1.25rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:transform .2s,box-shadow .2s;white-space:nowrap;align-self:flex-start}.christmas-club-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.order-eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:var(--text-tertiary)}.order-heading h1{font-size:clamp(2rem,3vw,2.6rem);margin:0}.order-heading p{color:var(--text-secondary);margin:0}.order-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.metric-card{padding:1rem 1.2rem;border-radius:20px;background:var(--surface-primary);border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.25rem}.metric-label{font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.metric-card strong{font-size:1.25rem}.order-success{align-self:flex-start;background:#10b98126;color:#047857;padding:.8rem 1.25rem;border-radius:999px;border:1px solid rgba(16,185,129,.4);font-weight:600}.order-container{display:grid;grid-template-columns:1fr 1.15fr;gap:1.5rem}.order-form-section,.product-selection-section{background:var(--surface-elevated);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.5);padding:clamp(1.25rem,2.5vw,2rem);box-shadow:var(--shadow-soft)}.customer-form{display:flex;flex-direction:column;gap:1.25rem}.tablet-order .form-group{display:flex;flex-direction:column;gap:.4rem}.tablet-order label{font-weight:600;color:var(--text-secondary)}.tablet-order input,.tablet-order textarea,.tablet-order select{border:1px solid var(--border-subtle);border-radius:16px;padding:.85rem 1rem;font-size:1rem;background:var(--surface-primary);transition:border-color .2s,box-shadow .2s}.tablet-order input:focus,.tablet-order textarea:focus,.tablet-order select:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 4px #7c3aed26}.tablet-order textarea{resize:vertical}.staff-select-row{display:flex;gap:.5rem;align-items:center}.staff-loading{font-size:.9rem;color:var(--text-secondary)}.staff-empty-state{border-radius:16px;border:1px dashed var(--border-subtle);background:var(--surface-muted);padding:.75rem 1rem;color:var(--text-secondary);display:flex;flex-direction:column;gap:.5rem}.refresh-staff-btn{border:none;border-radius:12px;padding:.65rem .85rem;background:var(--surface-primary);border:1px solid var(--border-subtle);cursor:pointer;font-weight:600;min-width:48px;transition:transform .2s}.refresh-staff-btn.inline{align-self:flex-start;padding:.5rem .9rem}.refresh-staff-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1f}.tablet-order .staff-error{color:var(--accent-rose);font-size:.85rem;margin:0}.required-indicator{color:var(--accent-rose);font-size:.85rem;margin-left:.35rem}.delivery-address-section{border:1px solid var(--border-subtle);border-radius:18px;padding:1.25rem;background:var(--surface-muted);margin-top:.5rem;display:flex;flex-direction:column;gap:1rem}.delivery-address-section h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--brand-600)}.christmas-club-input-group{display:flex;gap:.5rem;align-items:center}.christmas-club-code-input{flex:1;font-family:monospace;font-size:1.25rem;letter-spacing:.3rem;text-align:center;font-weight:600}.clear-cc-btn{border:none;background:#f43f5e26;color:#b91c1c;border-radius:50%;width:32px;height:32px;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.clear-cc-btn:hover{background:#f43f5e40}.cc-lookup-status{color:var(--brand-600);font-size:.85rem;display:block;margin-top:.25rem}.cc-error{color:var(--accent-rose);font-size:.85rem;display:block;margin-top:.25rem}.cc-member-info{margin-top:.75rem;padding:.75rem 1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px}.cc-member-name{font-weight:600;color:#15803d;margin-bottom:.25rem}.cc-member-balance{font-size:.9rem;color:var(--text-secondary)}.cc-member-balance strong{color:#22c55e;font-size:1.1rem}.cart-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px dashed var(--border-subtle);display:flex;flex-direction:column;gap:1rem}.cart-section h2{margin:0}.cart-items{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.5rem}.cart-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border-radius:18px;background:var(--surface-primary);border:1px solid var(--border-subtle)}.cart-item-info{display:flex;flex-direction:column;gap:.25rem}.cart-item-name{font-weight:600}.cart-item-details,.cart-item-price,.cart-item-total{font-size:.9rem;color:var(--text-secondary)}.cart-item-notes{font-size:.85rem;font-style:italic;color:var(--text-secondary);padding:.4rem .6rem;border-radius:10px;background:var(--surface-muted)}.remove-btn{align-self:center;border:none;padding:.5rem .9rem;border-radius:12px;background:#f43f5e26;color:#b91c1c;font-weight:600;cursor:pointer}.cart-total{padding:1rem;border-radius:16px;background:#2563eb14;color:var(--accent-blue);display:flex;flex-wrap:wrap;gap:.5rem 1rem}.submit-order-btn{width:100%;border:none;border-radius:18px;padding:1rem 1.25rem;font-size:1.05rem;font-weight:600;background:linear-gradient(120deg,#22c55e,#15803d);color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 18px 35px #22c55e40}.submit-order-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.product-selection-section{display:flex;flex-direction:column;gap:1.5rem;max-height:calc(100vh - 220px)}.loading-products{min-height:300px;display:grid;place-items:center;color:var(--text-secondary)}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem}.category-card{border:none;border-radius:22px;padding:1.5rem;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));color:#fff;text-align:left;display:flex;flex-direction:column;gap:.35rem;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 15px 35px #5e35b159}.category-card:hover{transform:translateY(-4px)}.product-selection h2{margin:0}.back-btn{border:none;background:transparent;color:var(--text-secondary);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem}.custom-price-options{display:flex;flex-wrap:wrap;gap:.8rem}.custom-price-btn{flex:1;min-width:180px;border-radius:16px;padding:.85rem 1.1rem;border:1px solid var(--border-subtle);background:var(--surface-primary);font-weight:600;cursor:pointer;transition:box-shadow .2s,transform .2s}.custom-price-btn.active,.custom-price-btn:hover{border-color:var(--brand-500);box-shadow:0 10px 20px #7c3aed26;transform:translateY(-2px)}.custom-price-form{border:1px solid var(--border-subtle);border-radius:20px;padding:1.25rem;background:var(--surface-primary);display:flex;flex-direction:column;gap:1rem}.custom-price-actions{display:flex;flex-wrap:wrap;gap:.75rem}.custom-price-actions .add-btn,.custom-price-actions .cancel-btn,.product-actions .add-btn,.product-actions .cancel-btn{flex:1;border:none;border-radius:16px;padding:.85rem 1rem;font-weight:600;cursor:pointer}.cancel-btn{background:var(--surface-muted);border:1px solid var(--border-subtle)}.add-btn{background:var(--accent-emerald);color:#fff;box-shadow:0 10px 20px #10b9814d}.add-btn.cooked{background:var(--accent-amber);box-shadow:0 10px 20px #f59e0b4d}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.product-card{border:1px solid var(--border-subtle);border-radius:18px;padding:1.1rem;background:var(--surface-primary);cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s,transform .2s}.product-card:hover{border-color:var(--brand-500);transform:translateY(-2px)}.product-card.expanded{border-color:var(--brand-500);cursor:default}.weight-selection,.quantity-selection{display:flex;flex-direction:column;gap:.6rem}.weight-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.weight-buttons button{padding:.5rem .9rem;border-radius:14px;border:1px solid var(--border-subtle);background:var(--surface-muted);cursor:pointer}.weight-buttons button.selected{background:var(--brand-500);color:#fff;border-color:var(--brand-500)}.custom-weight-input input,.quantity-selection input{width:100%}.cooked-option{padding:.75rem 1rem;border-radius:16px;background:#f59e0b1f}.cooked-option label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.product-notes{display:flex;flex-direction:column;gap:.5rem}.product-notes label{font-weight:600;color:var(--text-secondary);font-size:.9rem}.product-notes textarea{width:100%;border:1px solid var(--border-subtle);border-radius:12px;padding:.75rem;font-size:.95rem;background:var(--surface-primary);resize:vertical;font-family:inherit}.product-notes textarea:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px #7c3aed1a}@media (max-width: 1100px){.order-container{grid-template-columns:1fr}.product-selection-section{max-height:none}}@media (max-width: 700px){.tablet-order{padding:1rem}.order-header,.order-form-section,.product-selection-section{border-radius:20px}.order-metrics{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.admin-dashboard{min-height:100vh;background:var(--page-background);display:flex;flex-direction:column}.admin-header{padding:clamp(1.5rem,3vw,2.5rem);display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between;background:var(--surface-elevated);border-bottom:1px solid rgba(255,255,255,.4);box-shadow:var(--shadow-soft)}.admin-header h1{margin:0;font-size:clamp(2rem,3vw,2.4rem)}.shop-name{color:var(--text-secondary)}.header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.header-actions button,.switch-view-btn{border:none;border-radius:16px;padding:.75rem 1.25rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.switch-view-btn{background:var(--surface-primary);color:var(--brand-600);text-decoration:none;border:1px solid var(--border-subtle)}.manage-products-btn{background:var(--brand-500);color:#fff}.manage-staff-btn{background:var(--accent-amber);color:#92400e}.logout-btn{background:#f43f5e2e;color:#b91c1c}.header-actions button:hover,.switch-view-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #0f172a26}.admin-container{flex:1;padding:clamp(1.5rem,3vw,2.5rem);display:grid;gap:1.5rem;grid-template-columns:minmax(280px,320px) 1fr;min-height:0}.filters-section{position:sticky;top:1.5rem;align-self:start;display:flex;flex-direction:column;gap:1.25rem;background:var(--surface-elevated);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.4);box-shadow:var(--shadow-soft)}.search-box input,.filter-group select{width:100%;border-radius:16px;border:1px solid var(--border-subtle);padding:.85rem 1rem;font-size:.95rem;background:var(--surface-primary)}.filter-group label{font-weight:600;font-size:.85rem;color:var(--text-secondary)}.stats{display:grid;gap:.75rem}.stat-card{padding:1rem 1.25rem;border-radius:18px;background:linear-gradient(130deg,#7c3aed1f,#0ea5e91f);border:1px solid rgba(124,58,237,.2);color:var(--text-primary)}.stat-label{font-size:.85rem;color:var(--text-secondary)}.stat-value{font-size:2rem;font-weight:700}.orders-section{background:var(--surface-elevated);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.4);padding:1.5rem;box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column;min-height:0}.orders-list{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto;padding-right:.5rem;min-height:0}.order-card{border-radius:18px;padding:1.25rem;border:1px solid var(--border-subtle);background:var(--surface-primary);display:flex;flex-direction:column;gap:.65rem;cursor:pointer;transition:border-color .2s,transform .2s}.order-card.selected{border-color:var(--brand-500);box-shadow:0 15px 35px #7c3aed33}.order-card-header{display:flex;justify-content:space-between;gap:1rem}.status-badge{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600}.status-pending{background:#f59e0b2e;color:#b45309}.status-in-progress{background:#2563eb2e;color:#1d4ed8}.status-done{background:#22c55e33;color:#15803d}.status-flagged{background:#f43f5e33;color:#b91c1c}.order-summary{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.9rem;color:var(--text-secondary)}.no-orders,.loading{text-align:center;padding:2rem;color:var(--text-secondary)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:50}.modal-content{width:min(900px,100%);max-height:90vh;border-radius:var(--radius-lg);background:var(--surface-primary);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-hard)}.modal-header{padding:1.5rem 2rem;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));color:#fff;display:flex;justify-content:space-between;align-items:center}.modal-close-btn{border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;background:#fff3;color:#fff;cursor:pointer}.modal-body{padding:1.75rem 2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.detail-section{background:var(--surface-muted);border-radius:18px;padding:1.25rem;border:1px solid var(--border-subtle)}.detail-section h3{margin-top:0;margin-bottom:.75rem;color:var(--brand-600)}.items-list{display:flex;flex-direction:column;gap:.75rem}.order-item{background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:14px;padding:.85rem 1rem;display:flex;justify-content:space-between;gap:.75rem}.item-details{display:flex;flex-wrap:wrap;gap:.35rem .75rem;font-size:.9rem;color:var(--text-secondary)}.cooked-badge{background:#f59e0b40;color:#b45309;border-radius:999px;padding:.2rem .6rem}.delivery-indicator{background:#22c55e33;color:#15803d;border-radius:999px;padding:.2rem .6rem;font-weight:600}.delivery-badge{background:#22c55e33;color:#15803d;border-radius:999px;padding:.2rem .6rem;font-size:.85rem;margin-left:.5rem}.delivery-address-info{background:#22c55e14;border-left:4px solid rgba(34,197,94,.4);padding:.75rem 1rem;border-radius:12px;margin-top:.5rem}.item-category{background:#2563eb26;color:#1d4ed8;border-radius:999px;padding:.2rem .6rem}.order-total{margin-top:.5rem;padding:1rem;border-radius:16px;background:#2563eb1a;color:var(--accent-blue);text-align:center;font-weight:600}.notes-text{background:#ffffffb3;border-left:4px solid var(--accent-amber);padding:.75rem 1rem;border-radius:12px}.contact-buttons{display:flex;gap:.5rem}.call-btn,.sms-btn,.edit-status-btn,.save-status-btn,.cancel-status-btn,.delete-btn{border:none;border-radius:12px;padding:.6rem 1rem;font-weight:600;cursor:pointer}.call-btn{background:#22c55e33;color:#15803d}.sms-btn{background:#2563eb33;color:#1d4ed8}.edit-status-btn{background:var(--surface-primary);border:1px solid var(--border-subtle)}.status-editor{display:flex;flex-direction:column;gap:.75rem}.status-select,.status-notes-input{border-radius:16px;border:1px solid var(--border-subtle);padding:.85rem 1rem;font-size:.95rem}.status-actions{display:flex;gap:.75rem}.save-status-btn{background:var(--accent-emerald);color:#fff}.cancel-status-btn{background:var(--surface-muted)}.delete-btn{width:100%;background:#f43f5e26;color:#b91c1c;margin-top:.5rem}.modal-content--products{width:min(1000px,100%)}.modal-content--staff{width:min(640px,100%)}.staff-form{display:flex;flex-direction:column;gap:1rem;background:var(--surface-muted);padding:1.25rem;border-radius:18px}.staff-form input{width:100%;border-radius:14px;border:1px solid var(--border-subtle);padding:.75rem 1rem}.staff-form-actions{display:flex;gap:.75rem}.add-staff-btn{background:var(--accent-emerald);color:#fff;border:none;border-radius:14px;padding:.75rem 1.25rem;font-weight:600}.staff-error-message{background:#f43f5e1f;border:1px solid rgba(244,63,94,.3);color:#b91c1c;padding:.75rem 1rem;border-radius:12px}.staff-list-section{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.staff-loading-state{padding:1rem;border-radius:14px;background:var(--surface-muted);text-align:center;color:var(--text-secondary)}.staff-empty{color:var(--text-secondary);font-style:italic}.staff-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.staff-list-item{display:flex;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:14px;background:var(--surface-primary);border:1px solid var(--border-subtle);flex-wrap:wrap}.staff-name{font-weight:600}.staff-actions{display:flex;gap:.5rem}.edit-staff-btn,.delete-staff-btn{border:none;border-radius:10px;padding:.45rem .9rem;font-weight:600}.edit-staff-btn{background:#eab30833;color:#b45309}.delete-staff-btn{background:#f43f5e2e;color:#b91c1c}.product-form{display:flex;flex-direction:column;gap:1rem;background:var(--surface-muted);padding:1.25rem;border-radius:18px}.product-form-row{display:flex;flex-wrap:wrap;gap:1rem}.product-form .form-group{flex:1;min-width:180px}.product-form input,.product-form select{width:100%;border-radius:14px;border:1px solid var(--border-subtle);padding:.75rem 1rem}.product-form-actions{display:flex;gap:.75rem}.add-product-btn{background:var(--brand-500);color:#fff;padding:.75rem 1.25rem;border-radius:14px;border:none;font-weight:600}.cancel-edit-btn{border:none;background:var(--surface-primary);border-radius:14px;padding:.75rem 1rem}.product-error{background:#f43f5e1f;border:1px solid rgba(244,63,94,.3);color:#b91c1c;padding:.75rem 1rem;border-radius:12px}.product-list-section{display:flex;flex-direction:column;gap:1.25rem}.product-category-block{border:1px solid var(--border-subtle);border-radius:18px;padding:1rem}.product-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.product-list-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:14px;background:var(--surface-primary);border:1px solid var(--border-subtle)}.product-actions-buttons{display:flex;gap:.5rem}.edit-product-btn{border:none;border-radius:10px;padding:.45rem .9rem;background:#eab30833;color:#b45309;font-weight:600}.delete-product-btn{border:none;border-radius:10px;padding:.45rem .9rem;background:#f43f5e2e;color:#b91c1c;font-weight:600}.christmas-club-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.modal-content--christmas-club{width:min(1200px,100%)}.cc-admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.cc-stat-card{background:linear-gradient(135deg,#dc26261a,#b91c1c1a);border:1px solid rgba(220,38,38,.2);border-radius:16px;padding:1.25rem;text-align:center}.cc-stat-label{display:block;font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.cc-stat-value{display:block;font-size:1.75rem;font-weight:700;color:#dc2626}.cc-admin-content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cc-members-list-section,.cc-member-details-section{display:flex;flex-direction:column;gap:1rem}.cc-member-details-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cc-delete-member-btn{border:none;border-radius:10px;padding:.6rem 1.2rem;background:#f43f5e26;color:#b91c1c;font-weight:600;cursor:pointer;transition:background .2s}.cc-delete-member-btn:hover:not(:disabled){background:#f43f5e40}.cc-delete-member-btn:disabled{opacity:.6;cursor:not-allowed}.cc-members-list-section h3,.cc-member-details-section h3{margin:0;font-size:1.25rem}.cc-loading,.cc-empty{text-align:center;padding:2rem;color:var(--text-secondary)}.cc-members-list{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.cc-search-box{margin-bottom:1rem}.cc-search-box input{width:100%;border:1px solid var(--border-subtle);border-radius:12px;padding:.8rem 1rem;font-size:1rem}.cc-member-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:12px;cursor:pointer;transition:border-color .2s,transform .2s}.cc-member-card:hover{border-color:#dc2626;transform:translateY(-2px)}.cc-member-card.selected{border-color:#dc2626;box-shadow:0 4px 12px #dc262633}.cc-member-card-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cc-member-name{font-weight:600;font-size:1rem}.cc-member-code{font-family:monospace;font-size:.9rem;color:#dc2626;font-weight:600}.cc-member-email,.cc-member-phone{font-size:.85rem;color:var(--text-secondary)}.cc-member-balance{font-size:1.5rem;font-weight:700;color:#22c55e;white-space:nowrap}.cc-member-detail-card{background:var(--surface-muted);border-radius:12px;padding:1.25rem;border:1px solid var(--border-subtle)}.cc-detail-row{padding:.75rem 0;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center}.cc-detail-row:last-child{border-bottom:none}.cc-code-display{font-family:monospace;font-size:1.1rem;letter-spacing:.2rem;color:#dc2626;font-weight:600}.cc-balance-display{font-size:1.5rem;font-weight:700;color:#22c55e}.cc-transactions-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.cc-transaction-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:var(--surface-primary);border-radius:12px;border:1px solid var(--border-subtle)}.cc-transaction-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cc-transaction-type{font-weight:600;font-size:.95rem}.cc-transaction-date{font-size:.85rem;color:var(--text-secondary)}.cc-transaction-order{font-size:.85rem;color:var(--brand-600)}.cc-transaction-notes{font-size:.85rem;color:var(--text-secondary);font-style:italic;margin-top:.25rem}.cc-transaction-amount{font-size:1.25rem;font-weight:700;white-space:nowrap}.cc-transaction-amount.deposit{color:#22c55e}.cc-transaction-amount.withdrawal{color:#dc2626}.cc-order-info{display:flex;flex-direction:column;gap:1.5rem}.cc-order-member{background:#22c55e14;border-left:4px solid rgba(34,197,94,.4);padding:1rem;border-radius:12px}.cc-order-member p{margin:.5rem 0}.cc-deduction-section{background:var(--surface-muted);padding:1.25rem;border-radius:12px;border:1px solid var(--border-subtle)}.cc-deduction-form{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.cc-deduction-input-group{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cc-currency-symbol{font-size:1.25rem;font-weight:600;color:var(--text-secondary)}.cc-deduction-input{flex:1;border:1px solid var(--border-subtle);border-radius:12px;padding:.75rem 1rem;font-size:1.1rem;font-weight:600}.cc-use-max-btn{border:1px solid var(--brand-500);background:transparent;color:var(--brand-600);border-radius:10px;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:background .2s}.cc-use-max-btn:hover{background:#2563eb1a}.cc-deduction-error{background:#f43f5e26;border:1px solid rgba(244,63,94,.3);color:#b91c1c;padding:.75rem 1rem;border-radius:12px;font-size:.9rem}.cc-deduction-preview{background:#2563eb14;border-left:4px solid rgba(37,99,235,.4);padding:1rem;border-radius:12px}.cc-deduction-preview p{margin:.5rem 0}.cc-charge-amount{font-size:1.25rem;font-weight:700;color:var(--brand-600)}.cc-process-deduction-btn{border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1.05rem;font-weight:600;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;cursor:pointer;transition:transform .2s,box-shadow .2s}.cc-process-deduction-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.cc-process-deduction-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1100px){.admin-container{grid-template-columns:1fr}.filters-section{position:static}.cc-admin-content{grid-template-columns:1fr}}@media (max-width: 700px){.admin-header{flex-direction:column}.admin-container{padding:1rem}}.print-view{min-height:100vh;padding:clamp(1.25rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1.25rem}.print-controls{background:var(--surface-elevated);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.4);padding:clamp(1.25rem,3vw,2rem);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1rem}.print-controls h1{margin:0}.controls-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;align-items:end}.control-group{display:flex;flex-direction:column;gap:.35rem}.control-group label{font-weight:600;font-size:.9rem;color:var(--text-secondary)}.control-group select,.control-group input[type=date]{border-radius:14px;border:1px solid var(--border-subtle);padding:.85rem 1rem;background:var(--surface-primary)}.category-selector{grid-column:span 2}.category-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;max-height:180px;overflow-y:auto;border:1px solid var(--border-subtle);border-radius:16px;padding:.75rem;background:var(--surface-primary)}.checkbox-label{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:12px;cursor:pointer;transition:background .2s}.checkbox-label:hover{background:var(--surface-muted)}.print-btn,.back-btn{border:none;border-radius:14px;padding:.85rem 1.2rem;font-weight:600;cursor:pointer;text-decoration:none;text-align:center}.print-btn{background:var(--accent-emerald);color:#fff}.back-btn{background:var(--surface-primary);border:1px solid var(--border-subtle);color:var(--text-primary)}.print-content{display:flex;flex-direction:column;gap:1.25rem}.category-sheet{background:var(--surface-primary);border-radius:24px;border:1px solid rgba(255,255,255,.4);box-shadow:var(--shadow-soft);padding:clamp(1.25rem,2.5vw,2rem);page-break-after:always}.sheet-header{border-bottom:2px solid var(--border-subtle);padding-bottom:.85rem;margin-bottom:1rem}.sheet-header h2{margin:0}.work-table{width:100%;border-collapse:collapse;font-size:.95rem}.work-table th{background:linear-gradient(135deg,var(--brand-500),var(--brand-700));color:#fff;text-align:left;padding:.85rem;border:none}.work-table td{padding:.75rem;border-bottom:1px solid var(--border-subtle)}.work-table tbody tr:nth-child(2n){background:var(--surface-muted)}.work-table tfoot td{font-weight:600;color:var(--accent-blue);border-top:2px solid rgba(37,99,235,.3)}.no-orders-msg,.loading{text-align:center;padding:2rem;border-radius:20px;background:var(--surface-elevated);border:1px solid rgba(255,255,255,.4)}@media print{.no-print{display:none!important}body{background:#fff}.category-sheet{border:none;box-shadow:none;border-radius:0;page-break-inside:avoid}.work-table{font-size:.85rem}}.christmas-club{min-height:100vh;padding:clamp(1.5rem,3vw,3rem);max-width:800px;margin:0 auto}.cc-header{text-align:center;margin-bottom:2rem}.cc-header h1{font-size:clamp(2rem,4vw,2.5rem);margin:0;color:#dc2626}.cc-header p{color:var(--text-secondary);margin:.5rem 0 0}.cc-auth-section{background:var(--surface-elevated);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-soft)}.cc-mode-toggle{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid var(--border-subtle)}.cc-mode-toggle button{flex:1;border:none;background:transparent;padding:.75rem 1rem;font-size:1rem;font-weight:600;color:var(--text-secondary);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s}.cc-mode-toggle button.active{color:#dc2626;border-bottom-color:#dc2626}.cc-form{display:flex;flex-direction:column;gap:1.25rem}.cc-form .form-group{display:flex;flex-direction:column;gap:.5rem}.cc-form label{font-weight:600;color:var(--text-secondary)}.cc-form input,.cc-form textarea{border:1px solid var(--border-subtle);border-radius:12px;padding:.85rem 1rem;font-size:1rem;background:var(--surface-primary);transition:border-color .2s,box-shadow .2s}.cc-form input:focus,.cc-form textarea:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.cc-form textarea{resize:vertical}.cc-form small{font-size:.85rem;color:var(--text-tertiary)}.customer-code-input{font-family:monospace;font-size:1.5rem;letter-spacing:.5rem;text-align:center;font-weight:600}.cc-btn-primary{border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1.05rem;font-weight:600;background:#dc2626;color:#fff;cursor:pointer;transition:background .2s,transform .2s}.cc-btn-primary:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px)}.cc-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cc-btn-secondary{border:1px solid var(--border-subtle);border-radius:12px;padding:.75rem 1.25rem;font-weight:600;background:var(--surface-primary);color:var(--text-primary);cursor:pointer;transition:border-color .2s}.cc-btn-secondary:hover{border-color:var(--brand-500)}.error-message{background:#f43f5e26;border:1px solid rgba(244,63,94,.3);color:#b91c1c;padding:.75rem 1rem;border-radius:12px;font-size:.9rem}.cc-member-section{display:flex;flex-direction:column;gap:1.5rem}.cc-member-header{background:var(--surface-elevated);border-radius:var(--radius-lg);padding:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-soft)}.cc-member-header h2{margin:0;font-size:1.5rem}.customer-code-display{margin:.5rem 0 0;color:var(--text-secondary);font-size:.9rem}.customer-code-display strong{font-family:monospace;font-size:1.1rem;letter-spacing:.2rem;color:#dc2626}.cc-balance-card{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:var(--radius-lg);padding:2rem;text-align:center;color:#fff;box-shadow:var(--shadow-soft)}.balance-label{font-size:.9rem;opacity:.9;margin-bottom:.5rem}.balance-amount{font-size:3rem;font-weight:700}.cc-deposit-section,.cc-transactions-section{background:var(--surface-elevated);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-soft)}.cc-deposit-section h3,.cc-transactions-section h3{margin:0 0 1rem;font-size:1.25rem}.loading,.no-transactions{text-align:center;padding:2rem;color:var(--text-secondary)}.transactions-list{display:flex;flex-direction:column;gap:.75rem}.transaction-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:var(--surface-primary);border-radius:12px;border:1px solid var(--border-subtle)}.transaction-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.transaction-type{font-weight:600;font-size:.95rem}.transaction-date{font-size:.85rem;color:var(--text-secondary)}.transaction-order{font-size:.85rem;color:var(--brand-600)}.transaction-notes{font-size:.85rem;color:var(--text-secondary);font-style:italic;margin-top:.25rem}.transaction-amount{font-size:1.25rem;font-weight:700;white-space:nowrap}.transaction-amount.deposit{color:#22c55e}.transaction-amount.withdrawal{color:#dc2626}@media (max-width: 700px){.cc-member-header{flex-direction:column;align-items:flex-start;gap:1rem}.balance-amount{font-size:2rem}}.app{min-height:100vh;width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--font-sans: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;--page-background: radial-gradient(circle at top, #f4f0ff, #eef2ff 35%, #f8fafc);--surface-primary: #ffffff;--surface-muted: #f8f9ff;--surface-elevated: rgba(255, 255, 255, .72);--border-subtle: #e4e7ec;--border-strong: #c7c9d9;--text-primary: #0f172a;--text-secondary: #475467;--text-tertiary: #94a3b8;--brand-50: #f4f1ff;--brand-100: #e4dbff;--brand-300: #c0adff;--brand-500: #7c3aed;--brand-600: #6d28d9;--brand-700: #5b21b6;--accent-emerald: #10b981;--accent-amber: #f59e0b;--accent-rose: #f43f5e;--accent-blue: #2563eb;--shadow-soft: 0 10px 50px rgba(15, 23, 42, .08);--shadow-hard: 0 25px 70px rgba(15, 23, 42, .15);--radius-lg: 24px}body{min-height:100vh;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--page-background);color:var(--text-primary);line-height:1.5}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 20% -10%,rgba(124,58,237,.16),transparent 45%),radial-gradient(circle at 80% 0%,rgba(14,165,233,.12),transparent 40%);z-index:-1}#root{min-height:100vh}img{max-width:100%;display:block}button{font-family:inherit}::selection{background:#7c3aed2e;color:var(--text-primary)}
