:root{--font-apple:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Arial,sans-serif;--text-6xl:3.75rem;--text-5xl:3rem;--text-4xl:2.25rem;--text-3xl:1.875rem;--text-2xl:1.5rem;--text-xl:1.25rem;--text-lg:1.125rem;--text-base:1rem;--text-sm:0.875rem;--text-xs:0.75rem;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-black:800;--leading-none:1;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--tracking-tighter:-0.05em;--tracking-tight:-0.025em;--tracking-normal:0;--tracking-wide:0.025em;--color-white:#fff;--color-black:#000;--color-gray-50:#fafafa;--color-gray-100:#f5f5f5;--color-gray-200:#e5e5e5;--color-gray-300:#d4d4d4;--color-gray-400:#a3a3a3;--color-gray-500:#737373;--color-gray-600:#525252;--color-gray-700:#404040;--color-gray-800:#262626;--color-gray-900:#171717;--color-primary:var(--color-black);--color-primary-dark:#1a1a1a;--color-secondary:#333;--color-tertiary:#555;--color-muted:#999;--color-background:var(--color-white);--color-surface:var(--color-gray-50);--color-text-primary:var(--color-gray-900);--color-text-secondary:var(--color-gray-600);--color-success:#16a34a;--color-success-bg:#f0fdf4;--color-success-border:#bbf7d0;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-error-border:#fecaca;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--section-padding-y:var(--space-24);--section-padding-x:var(--space-8);--grid-gap:var(--space-8);--container-max-width:1200px;--border-radius:0.375rem;--border-radius-lg:0.5rem;--radius-sm:0.125rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--transition-fast:0.15s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-apple);font-size:var(--text-base);font-weight:var(--font-normal);line-height:var(--leading-normal);color:var(--color-primary);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.heading-1{font-size:var(--text-6xl);letter-spacing:var(--tracking-tighter)}.heading-1,.heading-2{font-weight:var(--font-bold);line-height:var(--leading-tight);color:var(--color-primary)}.heading-2{font-size:var(--text-5xl);letter-spacing:var(--tracking-tight)}.heading-3{font-size:var(--text-4xl);letter-spacing:var(--tracking-tight)}.heading-3,.heading-4{font-weight:var(--font-semibold);line-height:var(--leading-snug);color:var(--color-primary)}.heading-4{font-size:var(--text-3xl)}.subheading{font-size:var(--text-xl);font-weight:var(--font-medium);line-height:var(--leading-relaxed);color:var(--color-secondary)}.body-large{font-size:var(--text-lg);line-height:var(--leading-relaxed)}.body,.body-large{font-weight:var(--font-normal);color:var(--color-primary)}.body{font-size:var(--text-base)}.body,.caption{line-height:var(--leading-normal)}.caption{font-size:var(--text-sm);font-weight:var(--font-normal);color:var(--color-muted)}a{color:var(--color-primary);text-decoration:none;transition:var(--transition-base)}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.section{padding:var(--section-padding-y) 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}.fade-in-delayed{opacity:0;animation:fadeIn .6s ease-out .2s forwards}:focus{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background-color:var(--color-primary);color:var(--color-white)}button,input,select,textarea{transition:var(--transition-base)}img{max-width:100%;height:auto;display:block}.admin-container{max-width:1200px;margin:0 auto;padding:2rem}.admin-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1f2937}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center}.stat-card h3{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 .5rem;text-transform:uppercase}.stat-number{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.admin-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;cursor:pointer;border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:#6b7280;transition:all .2s}.tab-button:hover{color:#374151}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-icon{font-size:1rem}.admin-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.table-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.admin-table th{font-weight:600;color:#374151;font-size:.875rem}.admin-table th,.admin-table tr:hover{background:#f9fafb}.id-cell{font-family:monospace;font-size:.75rem;color:#6b7280;max-width:100px}.description-cell,.id-cell{overflow:hidden;text-overflow:ellipsis}.description-cell{max-width:200px}.actions-cell,.description-cell{white-space:nowrap}.actions-cell .btn{margin-right:.5rem}.stock-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;background:#10b981;color:#fff}.stock-badge.low-stock{background:#ef4444}.status-select{padding:.25rem .5rem;border-radius:4px;border:1px solid #d1d5db;font-size:.75rem;font-weight:500}.status-pending{background:#fef3c7;color:#92400e}.status-processing{background:#dbeafe;color:#1e40af}.status-shipped{background:#d1fae5;color:#065f46}.status-delivered{background:#dcfce7;color:#166534}.status-cancelled{background:#fecaca;color:#991b1b}.expanded-row{background:#f9fafb!important}.order-items{padding:1rem}.order-items h4{margin:0 0 1rem;font-size:1rem;font-weight:600}.items-grid{display:grid;grid-gap:.5rem;gap:.5rem}.order-item{display:grid;grid-template-columns:1fr auto auto auto;grid-gap:1rem;gap:1rem;padding:.5rem;background:#fff;border-radius:4px;align-items:center}.item-name{font-weight:500}.item-price,.item-quantity,.item-total{font-size:.875rem;color:#6b7280}.form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.form-container{background:#fff;border-radius:8px;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.form-container h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:.25rem .5rem;font-size:.75rem}.btn:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:3rem;color:#6b7280}.header-cart{margin-left:auto}.cart-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s}.cart-button:hover{background-color:#f3f4f6}.cart-icon{position:relative;font-size:1.5rem}.cart-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.cart-total{font-size:.875rem;font-weight:600;color:#1f2937}.cart-overlay{left:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000}.cart-overlay,.cart-sidebar{position:fixed;top:0;right:0}.cart-sidebar{height:100vh;width:400px;max-width:90vw;background:#fff;z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 6px -1px rgba(0,0,0,.1)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.cart-header h2{margin:0;font-size:1.25rem;font-weight:600}.cart-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px}.cart-close:hover{background-color:#f3f4f6}.cart-content{overflow-y:auto}.cart-content,.cart-empty{flex:1 1;display:flex;flex-direction:column}.cart-empty{align-items:center;justify-content:center;padding:2rem;text-align:center}.cart-empty p{margin-bottom:1rem;color:#6b7280}.cart-items{flex:1 1;padding:1rem}.cart-item{padding:1rem 0;border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.cart-item-info h3{margin:0 0 .25rem;font-size:1rem;font-weight:500}.cart-item-price{margin:0;color:#6b7280;font-size:.875rem}.cart-item-controls{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #d1d5db;border-radius:4px}.quantity-btn{background:none;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:#374151}.quantity-btn:hover{background-color:#f9fafb}.quantity{min-width:30px;text-align:center;font-weight:500}.cart-item-total{font-weight:600;margin-left:auto}.remove-item{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;font-size:1rem}.remove-item:hover{background-color:#fef2f2}.cart-footer{border-top:1px solid #e5e7eb;padding:1.5rem}.cart-total{margin-bottom:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.total-final{font-weight:600;font-size:1.1rem;border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem}.cart-actions{display:flex;flex-direction:column;gap:.5rem}.checkout-btn{text-decoration:none;text-align:center}.checkout-container{max-width:1200px;margin:0 auto;padding:2rem}.checkout-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.checkout-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1f2937}.checkout-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.form-section:last-child{border-bottom:none}.form-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.payment-methods{display:flex;gap:1rem;margin-bottom:1rem}.payment-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}.card-fields{margin-top:1rem}.checkout-submit{width:100%;padding:1rem;font-size:1rem;font-weight:600}.order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.order-summary h2{font-size:1.25rem;font-weight:600;color:#1f2937}.order-items,.order-summary h2{margin-bottom:1.5rem}.item-info h3{margin:0 0 .25rem;font-size:.875rem;font-weight:500}.item-info p{margin:0;font-size:.75rem;color:#6b7280}.item-price{font-weight:600}.order-totals{border-top:1px solid #e5e7eb;padding-top:1rem}.confirmation-container{max-width:800px;margin:0 auto;padding:2rem}.confirmation-content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:3rem;text-align:center}.confirmation-header{margin-bottom:3rem}.success-icon{font-size:4rem;margin-bottom:1rem}.confirmation-header h1{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#059669}.confirmation-header p{font-size:1.1rem;color:#6b7280;margin-bottom:0}.order-details{text-align:left}.next-steps,.order-info,.order-items-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.next-steps h2,.order-info h2,.order-items-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.info-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.order-id{font-family:monospace;font-size:.875rem;color:#6b7280}.order-status{text-transform:capitalize;color:#059669;font-weight:500}.order-total{font-weight:600;font-size:1.1rem}.confirmation-items{border:1px solid #f3f4f6;border-radius:6px;overflow:hidden}.confirmation-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;border-bottom:1px solid #f3f4f6}.confirmation-item:last-child{border-bottom:none}.item-details h3{margin:0 0 .25rem;font-size:1rem;font-weight:500}.item-details p{margin:0;font-size:.875rem;color:#6b7280}.item-total{font-weight:600}.next-steps ul{margin:0;padding-left:1.5rem}.next-steps li{margin-bottom:.5rem;color:#4b5563}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.confirmation-error{text-align:center;padding:3rem}.confirmation-error h1{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#ef4444}.confirmation-error p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem}@media (max-width:768px){.admin-container{padding:1rem}.admin-stats{grid-template-columns:1fr}.admin-tabs{overflow-x:auto}.tab-button{white-space:nowrap}.table-header{flex-direction:column;gap:1rem;align-items:stretch}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.order-item{grid-template-columns:1fr;gap:.5rem}.cart-sidebar{width:100vw}.checkout-content{grid-template-columns:1fr;gap:2rem}.checkout-container{padding:1rem}.checkout-form,.order-summary{padding:1.5rem}.confirmation-content{padding:2rem}.confirmation-actions{flex-direction:column}}