@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Tahoma,Segoe UI,system-ui,-apple-system,sans-serif;background:#020617;color:#e5e7eb}.app-root{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;inset-block-start:0;inset-inline:0;background:#020617f5;border-bottom:1px solid #1f2937;z-index:20}.header-inner{max-width:1120px;margin:0 auto;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:8px}.brand{display:flex;align-items:center;gap:8px}.brand-logo{width:132px;height:132px;border-radius:999px;background:#020617;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #374151;box-shadow:0 0 18px #38bdf859}.brand-logo-image{width:100%;height:100%;object-fit:contain}.brand-title{font-size:14px;margin:0;font-weight:600}.brand-subtitle{margin:0;font-size:10px;color:#9ca3af}.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.nav-link{border-radius:999px;border:1px solid #374151;padding:4px 10px;font-size:11px;background:#020617;color:#e5e7eb;cursor:pointer;transition:all .15s ease}.nav-link:hover{border-color:#22d3ee;color:#a5f3fc}.nav-link--active{background:#020617;border-color:#22c55e;color:#bbf7d0}.nav-cart{margin-left:4px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;border:1px solid #374151;padding:4px 10px;font-size:11px;background:#020617;color:#e5e7eb;cursor:pointer;transition:all .15s ease}.nav-cart:hover{border-color:#22d3ee;color:#a5f3fc}.nav-cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;background:#4ade80;color:#022c22;font-size:10px;font-weight:700}.site-main{flex:1;max-width:1120px;margin:0 auto;padding:140px 16px 24px}.site-footer{border-top:1px solid #1f2937;background:#020617}.footer-inner{max-width:1120px;margin:0 auto;padding:12px 16px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;font-size:11px;color:#6b7280}.footer-tagline{text-transform:uppercase;letter-spacing:.18em;font-size:10px;color:#4b5563}.home-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:32px;align-items:center}.home-grid--single{grid-template-columns:1fr}@media(max-width:768px){.home-grid{grid-template-columns:1fr}}.home-copy{display:flex;flex-direction:column;gap:16px}.home-kicker{font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#22d3ee;margin:0}.home-title{font-size:28px;line-height:1.2;margin:0;font-weight:600}@media(min-width:768px){.home-title{font-size:34px}}.home-lead{font-size:14px;color:#d1d5db;max-width:560px;margin:0}.home-actions{display:flex;flex-wrap:wrap;gap:8px}.home-feature-grid{display:grid;grid-template-columns:1fr;gap:12px;max-width:640px;font-size:12px;color:#9ca3af;padding-top:8px}@media(min-width:768px){.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.category-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:980px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.category-grid{grid-template-columns:1fr}}.home-feature-title{font-size:13px;font-weight:600;color:#e5e7eb;margin:0 0 4px}.home-feature-text{margin:0}.home-preview{position:relative}.home-preview-glow{position:absolute;inset:-24px;border-radius:32px;background:radial-gradient(circle at top,rgba(45,212,191,.3),transparent 60%);filter:blur(8px);opacity:.8}.home-preview-card{position:relative;border-radius:24px;border:1px solid #1f2937;background:radial-gradient(circle at top,#020617,#020617 50%,#020617);padding:16px;box-shadow:0 12px 40px #000000b3}.home-preview-list{display:grid;gap:12px;font-size:12px}.btn{border-radius:999px;border:1px solid transparent;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center}.btn-primary{background:#4ade80;color:#052e16;box-shadow:0 10px 30px #4ade8059}.btn-primary:hover{background:#22c55e}.btn-ghost{background:transparent;border-color:#4b5563;color:#e5e7eb}.btn-ghost:hover{border-color:#22d3ee;color:#a5f3fc}.btn-block{width:100%;justify-content:center}.btn-disabled{background:#374151!important;color:#9ca3af!important;box-shadow:none!important;cursor:not-allowed}.preview-card{display:flex;align-items:center;gap:12px;border-radius:18px;border:1px solid #1f2937;background:#020617;padding:10px}.preview-card-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#111827,#020617);display:flex;align-items:center;justify-content:center}.preview-card-bar{width:44px;height:8px;border-radius:999px;background:linear-gradient(90deg,#e5e7eb,#f9fafb,#e5e7eb);box-shadow:0 0 10px #0f172ab3}.preview-card-text{flex:1}.preview-card-title{margin:0;font-size:13px;font-weight:600}.preview-card-color{margin:2px 0 0;font-size:10px;text-transform:uppercase;letter-spacing:.22em;color:#a5f3fc}.preview-card-desc{margin:4px 0 0;font-size:11px;color:#9ca3af}.shop-section{display:flex;flex-direction:column;gap:16px}.shop-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.shop-title{margin:0 0 4px;font-size:22px;font-weight:600}.shop-lead{margin:0;font-size:13px;color:#9ca3af;max-width:640px}.shop-note{margin:6px 0 0;font-size:11px;color:#6b7280}.product-grid{display:grid;gap:16px}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column;border-radius:18px;border:1px solid #1f2937;background:#020617;padding:14px;box-shadow:0 10px 30px #0009;font-size:12px}.product-card-top{margin-bottom:8px}.product-image-wrapper{height:260px;border-radius:14px;background:#020617;border:1px solid #1f2937;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain;padding:10px}.product-image-placeholder{font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:#9ca3af}.product-image-note{margin:6px 0 0;font-size:10px;color:#6b7280}.product-name{margin:8px 0 2px;font-size:14px;font-weight:600}.product-description{margin:0;font-size:12px;color:#9ca3af}.product-price{margin:6px 0 0;font-size:13px;font-weight:600;color:#4ade80}.product-form{margin-top:6px;display:flex;flex-direction:column;gap:8px}.form-group{display:flex;flex-direction:column;gap:3px}.form-label{font-size:11px;color:#e5e7eb}.form-label-hint{font-size:10px;color:#9ca3af}.text-input{border-radius:8px;border:1px solid #374151;background:#020617;color:#e5e7eb;padding:6px 8px;font-size:12px;outline:none}.text-input:focus{border-color:#22d3ee}.text-input--small{max-width:80px}.text-area{resize:vertical}.color-pill-row{display:flex;flex-wrap:wrap;gap:6px}.color-pill{border-radius:999px;border:1px solid #374151;background:#020617;color:#e5e7eb;padding:3px 10px;font-size:11px;cursor:pointer;transition:all .15s ease}.color-pill:hover{border-color:#22d3ee;color:#a5f3fc}.color-pill--active{border-color:#4ade80;color:#bbf7d0}.product-form-bottom{display:flex;align-items:flex-end;gap:8px}.color-picker-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.color-sample{width:auto;height:auto;border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:center}.color-sample-image{width:90px;height:90px;object-fit:contain}.cart-section{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.cart-empty{max-width:420px;margin:0 auto;text-align:center}.cart-title{font-size:22px;font-weight:600;margin:0 0 4px}.cart-empty-text{margin:0;font-size:13px;color:#9ca3af}.cart-items{display:flex;flex-direction:column;gap:8px}.cart-item{border-radius:16px;border:1px solid #1f2937;background:#020617;padding:10px;display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.cart-item{flex-direction:row;align-items:center;justify-content:space-between}}.cart-item-main{font-size:12px}.cart-item-name{margin:0;font-size:14px;font-weight:600}.cart-item-meta{margin:2px 0 0;font-size:11px;color:#9ca3af}.cart-item-controls{display:flex;align-items:center;gap:12px;font-size:11px}.cart-qty-group{display:flex;flex-direction:column;gap:3px}.cart-qty-label{color:#9ca3af}.cart-item-price-block{text-align:right}.cart-item-price{margin:0;font-size:13px;font-weight:600;color:#4ade80}.cart-remove{margin-top:4px;padding:0;border:none;background:none;color:#9ca3af;font-size:11px;cursor:pointer}.cart-remove:hover{color:#fca5a5}.cart-summary{margin-top:8px;padding-top:8px;border-top:1px solid #1f2937;display:flex;align-items:center;justify-content:space-between;font-size:13px}.cart-summary-label{color:#9ca3af}.cart-summary-total{font-size:18px;font-weight:600;color:#4ade80}.text-section{max-width:720px;display:flex;flex-direction:column;gap:10px}.text-section-title{font-size:22px;font-weight:600;margin:0 0 4px}.text-section-p{margin:0;font-size:13px;color:#d1d5db}.contact-form{margin-top:8px;display:flex;flex-direction:column;gap:8px}.admin-section{display:flex;flex-direction:column;gap:16px}.admin-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.admin-title{font-size:22px;font-weight:600;margin:0 0 4px}.admin-lead{margin:0;font-size:13px;color:#9ca3af;max-width:640px}.admin-block{display:flex;flex-direction:column;gap:6px}.admin-block-title{font-size:13px;font-weight:600;margin:0}.admin-table-wrapper{border-radius:16px;border:1px solid #1f2937;background:#020617;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:11px}.admin-table thead{background:#020617}.admin-table th,.admin-table td{padding:8px 12px;border-top:1px solid #1f2937}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.2em;font-size:10px;color:#6b7280}.admin-table td{color:#e5e7eb}.admin-table-slug{color:#9ca3af}.admin-price-edit{display:flex;align-items:center;gap:4px;font-size:11px;color:#9ca3af}.admin-block--form{max-width:480px}.admin-form{display:flex;flex-direction:column;gap:8px}.home-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:20px}.home-category-card{border-radius:16px;border:1px solid #1f2937;background:#020617;padding:10px 12px;text-align:left;cursor:pointer;transition:all .15s ease}.home-category-card:hover{border-color:#22d3ee;box-shadow:0 10px 30px #0009}.home-category-card--active{border-color:#4ade80;box-shadow:0 10px 30px #22c55e59}.home-category-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px}.home-category-label{font-size:13px;font-weight:600;color:#e5e7eb}.home-category-tagline{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#22d3ee}.home-category-description{margin:0;font-size:11px;color:#9ca3af}.home-note{margin-top:8px;font-size:11px;color:#9ca3af}.checkout-section{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.checkout-grid{display:grid;gap:16px;align-items:flex-start}@media(min-width:768px){.checkout-grid{grid-template-columns:minmax(0,2fr) minmax(0,1.4fr)}}.checkout-form{display:flex;flex-direction:column;gap:8px}.checkout-subtitle{font-size:16px;font-weight:600;margin:0 0 4px}.checkout-note{margin:0 0 6px;font-size:11px;color:#9ca3af}.form-row{display:flex;flex-wrap:wrap;gap:8px}.checkout-summary{border-radius:16px;border:1px solid #1f2937;background:#020617;padding:12px;display:flex;flex-direction:column;gap:8px}.checkout-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.checkout-item{display:flex;justify-content:space-between;gap:8px;font-size:12px}.checkout-item-name{margin:0;font-weight:600}.checkout-item-meta{margin:0;font-size:11px;color:#9ca3af}.checkout-item-price{margin:0;font-size:12px;font-weight:600;color:#4ade80}.checkout-totals{margin-top:8px;font-size:12px;display:flex;flex-direction:column;gap:2px}.checkout-totals p{display:flex;justify-content:space-between;margin:0}.checkout-total-row{font-size:14px;font-weight:600}.field-error{font-size:11px;color:#f97373}.image-lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:999;cursor:pointer}.image-lightbox-image{max-width:90vw;max-height:90vh;border-radius:16px;background:#020617;padding:10px}.image-lightbox-content{position:relative;display:inline-block}.image-lightbox-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;border-radius:999px;background:#020617e6;color:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
