:root{font-family:Inter,Segoe UI,sans-serif;color:#111827;background:#f4f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#fff7ed,#f5f7fb);color:#111827}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.app-shell{min-height:100vh;padding:16px 16px 48px;background:transparent}.app-shell.has-cookie-banner{padding-bottom:140px}.container{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fffffff2;border:1px solid #e9ebf0;border-radius:999px;box-shadow:0 12px 30px #0f172a0f;position:sticky;top:12px;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar .brand{font-weight:900;letter-spacing:.08em;color:#ff6a00}.nav-links{display:flex;gap:8px;align-items:center}.nav-links a,.nav-links button{background:none;border:0;color:#111827;cursor:pointer}.hero{display:grid;gap:16px;border-radius:28px;padding:24px;background:linear-gradient(135deg,#ff7b1f,#ff4d00);color:#fff;box-shadow:0 18px 40px #ff4d0038}.hero h1{font-size:clamp(1.8rem,4vw,2.8rem);margin:0 0 8px;line-height:1.08}.hero p{color:#ffffffeb;margin:0 0 12px;max-width:640px}.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.hero-panel{display:grid;gap:10px}.hero-stat{padding:12px 14px;border-radius:16px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);font-weight:700}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;margin-right:8px;margin-bottom:8px;font-size:.8rem;font-weight:700;background:#ffffff2e;color:#fff}.badge.soft{background:#fff7ed;color:#ff6a00}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:1fr}@media (min-width: 900px){.grid-2{grid-template-columns:1.2fr .8fr}}.card{background:#fffffff5;border:1px solid #e8ebf2;border-radius:20px;padding:16px;box-shadow:0 10px 30px #0f172a0a}.product-card{transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;display:flex;flex-direction:column;gap:12px;border:1px solid #eceff4;padding:12px;border-radius:18px;background:#fff}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px #0f172a14}.product-media{position:relative}.product-image-fallback{width:100%;height:200px;border-radius:14px;background:#f5f7fb;display:flex;align-items:center;justify-content:center;font-size:56px;color:#ff6a00}.product-image{width:100%;max-width:100%;height:200px;object-fit:cover;border-radius:14px;background:#f5f7fb;display:block}.product-meta{display:flex;flex-direction:column;gap:8px}.product-tags{display:flex;flex-wrap:wrap;gap:6px}.product-title{font-size:1rem;font-weight:700;margin:0;color:#111827;min-height:44px}.product-description{color:#6b7280;margin:0;min-height:48px;font-size:.95rem}.product-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:4px}.price-block{display:flex;flex-direction:column;gap:2px}.price{font-size:1.16rem;font-weight:800;color:#ff5a00}.price-block small{color:#9ca3af;font-size:.8rem}.navbar .brand,.btn,.search-pill,.pill-btn.active{font-weight:800}.btn{border:0;border-radius:999px;padding:10px 14px;color:#fff;font-weight:700;cursor:pointer;background:linear-gradient(90deg,#ff6a00,#ff8a00);transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 18px #ff6a0038}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 22px #ff6a0042}.btn.secondary{background:linear-gradient(90deg,#111827,#374151);box-shadow:none}.btn.ghost{background:#f3f4f6;color:#111827;box-shadow:none}.btn.small{padding:8px 12px;font-size:.9rem}.like-btn{border:1px solid #e5e7eb;border-radius:999px;padding:8px 10px;background:#fff7ed;color:#111827;cursor:pointer;display:flex;align-items:center;gap:6px;position:absolute;top:8px;right:8px}.cart-item{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px;padding:10px;border-radius:14px;background:#f8fafc}.form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.form-row-row{display:flex;gap:10px}.form-row-row .form-row{flex:1}.secure-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;background:linear-gradient(90deg,#e2f7e2,#f0fff0);color:#047857;font-weight:700;border:1px solid #bbf7d0;margin-bottom:14px}.warning-banner{padding:12px 16px;border-radius:14px;background:linear-gradient(90deg,#fff5f5,#fff);color:#991b1b;font-weight:700;border:1px solid #fecaca;margin-bottom:14px}.confirmation-page{max-width:1100px;margin:0 auto}.confirmation-header{text-align:center;margin-bottom:20px}.success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.confirmation-header h1{margin:0 0 8px}.confirmation-subtitle{color:#6b7280;margin:0}.confirmation-grid{display:grid;gap:16px}@media (min-width: 900px){.confirmation-grid{grid-template-columns:1.1fr .9fr}}.confirmation-section{display:flex;flex-direction:column;gap:12px}.confirmation-section h3{margin:0;font-size:1rem}.order-id-row{display:flex;justify-content:space-between;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb}.order-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#ff5a00;letter-spacing:.08em}.items-list{display:flex;flex-direction:column;gap:8px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb}.cart-wrapper{max-width:1100px;margin:0 auto}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-header h2{margin:0}.cart-count{color:#6b7280;font-size:.95rem}.empty-state{text-align:center;padding:40px 20px}.empty-icon{font-size:56px;margin-bottom:12px}.empty-state h3{margin:0 0 8px;color:#111827}.empty-state p{margin:0;color:#6b7280}.cart-content{display:grid;gap:16px}@media (min-width: 900px){.cart-content{grid-template-columns:1.2fr .8fr}}.cart-items{display:flex;flex-direction:column;gap:12px}.item-image{width:100px;height:100px;border-radius:14px;overflow:hidden;background:#f5f7fb;flex-shrink:0}.item-img{width:100%;height:100%;object-fit:cover}.item-image-fallback{width:100%;height:100%;border-radius:14px;background:#f5f7fb;display:flex;align-items:center;justify-content:center;font-size:32px;color:#ff6a00}.cart-item{display:flex;gap:14px;padding:14px;border-radius:18px;background:#fff;border:1px solid #eceff4;transition:transform .2s ease,box-shadow .2s ease}.cart-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a0f}.item-details{flex:1;display:flex;flex-direction:column;gap:6px}.item-header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.item-title{margin:0;font-size:1rem;font-weight:700;color:#111827;line-height:1.3}.item-description{color:#6b7280;margin:0;font-size:.9rem;line-height:1.4}.remove-btn{border:0;background:transparent;color:#9ca3af;cursor:pointer;font-size:.9rem;padding:4px 8px;border-radius:999px;transition:transform .15s ease,color .15s ease}.remove-btn:hover{color:#dc2626;transform:scale(1.1)}.item-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:4px;flex-wrap:wrap}.item-price{font-weight:800;color:#ff5a00;font-size:1.05rem}.quantity-controls{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:999px;padding:4px;background:#f9fafb}.qty-btn{border:0;width:30px;height:30px;border-radius:50%;background:#fff;cursor:pointer;color:#111827;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0f172a0f;transition:transform .15s ease,box-shadow .15s ease}.qty-btn:hover{transform:translateY(-1px);box-shadow:0 6px 12px #0f172a14}.qty-value{font-weight:800;min-width:20px;text-align:center}.item-subtotal{font-size:.9rem;color:#6b7280}.item-subtotal strong{color:#111827}.cart-summary{position:sticky;top:90px}.summary-card{border-radius:20px;padding:18px;background:#fff;border:1px solid #eceff4;box-shadow:0 10px 24px #0f172a0a;display:flex;flex-direction:column;gap:14px}.summary-card h3{margin:0;font-size:1.1rem}.shipping-badge{text-align:center;padding:10px;border-radius:14px;background:linear-gradient(90deg,#ecfdf5,#f0fff4);color:#047857;font-weight:700;border:1px solid #bbf7d0}.summary-row{display:flex;justify-content:space-between;color:#374151}.summary-row.free{color:#059669;font-weight:700}.total-amount{color:#ff5a00;font-size:1.25rem}.shipping-progress{display:flex;flex-direction:column;gap:6px}.progress-bar{height:8px;border-radius:999px;background:#f3f4f6;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff6a00,#ff8a00)}.shipping-hint{margin:0;font-size:.85rem;color:#6b7280}.checkout-btn{width:100%;padding:14px;font-size:1.05rem;border-radius:999px;margin-top:4px;background:linear-gradient(90deg,#ff6a00,#ff8a00);color:#fff;font-weight:800;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 24px #ff6a002e;transition:transform .2s ease,box-shadow .2s ease}.checkout-btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px #ff6a0038}.checkout-text{letter-spacing:.02em}.checkout-arrow{font-size:1.15rem}.trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.trust-item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#6b7280}.trust-icon{font-size:16px}.item-info{display:flex;flex-direction:column;gap:4px}.item-title{font-weight:700;color:#111827}.item-qty{font-size:.85rem;color:#6b7280}.item-price{font-weight:800;color:#111827}.totals{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid #e5e7eb}.total-row{display:flex;justify-content:space-between;color:#374151}.total-amount{color:#ff5a00;font-size:1.2rem}.total-row.final{font-weight:800;font-size:1.05rem;color:#111827;margin-top:4px}.info-block{padding:12px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb}.info-block p{margin:0 0 6px}.secure-note,.delivery-note{color:#6b7280;font-size:.9rem;margin-top:6px}.delivery-estimate{background:#fffbeb;border-color:#fde68a}.confirmation-actions{display:flex;justify-content:center;margin-top:18px}.card-types{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.card-type-btn{border:1px solid #e5e7eb;border-radius:14px;padding:10px 14px;background:#fff;cursor:pointer;display:flex;align-items:center;gap:10px;transition:transform .15s ease,box-shadow .15s ease}.card-type-btn.active{border-color:#ff6a00;box-shadow:0 8px 18px #ff6a001f;transform:translateY(-1px)}.card-icon{font-size:22px}.checkout-grid{display:grid;gap:16px}@media (min-width: 900px){.checkout-grid{grid-template-columns:1fr 1.1fr}}.checkout-main,.checkout-payment{display:flex;flex-direction:column;gap:10px}.checkout-wrapper{max-width:1100px;margin:0 auto}@media (max-width: 899px){.checkout-wrapper{padding:0 2px}.checkout-grid{grid-template-columns:1fr;gap:8px}.checkout-main,.checkout-payment{width:100%}.checkout-payment{order:unset}.checkout-main{order:-1}.checkout-payment .card,.checkout-main .card{padding:10px;border-radius:12px}.checkout-payment input,.checkout-main input{width:100%;font-size:16px;padding:10px 12px;box-sizing:border-box}.checkout-payment label,.checkout-main label{font-size:.85rem;margin-bottom:4px}.form-row{margin-bottom:8px}.card-visual{min-height:100px;padding:12px;margin:0 -10px;width:calc(100% + 20px)}.card-number-display{font-size:.85rem;letter-spacing:.06em}.card-footer{font-size:.8rem}.warning-banner{font-size:.85rem;padding:10px 12px}.btn{width:100%}}.card-visual{border-radius:16px;padding:16px;background:linear-gradient(135deg,#1f2937,#111827);color:#fff;justify-content:space-between;display:flex;flex-direction:column;gap:14px;min-height:160px}.card-chip{width:42px;height:30px;border-radius:6px;background:linear-gradient(135deg,#facc15,#f59e0b);opacity:.9}.card-brand{font-weight:900;letter-spacing:.08em;align-self:flex-end}.card-number-display{font-size:1.25rem;font-weight:700;letter-spacing:.12em;color:#e5e7eb}.card-footer{display:flex;justify-content:space-between;gap:10px;font-size:.85rem;color:#d1d5db}.card-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:2px}.card-value{font-weight:700;color:#f3f4f6}.total-row{display:flex;justify-content:space-between;font-weight:800;margin:12px 0}.total-amount{color:#ff5a00}.pay-btn{width:100%;padding:12px;font-size:1rem}.payment-methods{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:.9rem;margin-top:8px}.payment-icon{color:#059669}.error-text{color:#dc2626;font-size:.85rem}.error{border-color:#dc2626!important;background:#fff5f5!important}.confetti{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.confetti span{position:absolute;width:10px;height:18px;animation:fall 1.1s linear forwards}@keyframes fall{0%{transform:translateY(-100px) rotate(0);opacity:1}to{transform:translateY(120vh) rotate(720deg);opacity:0}}.empty{padding:20px;text-align:center;color:#6b7280}.search-shell{margin-bottom:0}.search-shell.compact{margin-bottom:0;width:100%}.search-bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;background:#fff;border:1px solid #e6e8ee;box-shadow:0 8px 20px #0f172a0a;width:100%;max-width:860px;min-height:50px}.search-bar input{width:100%;border:0;background:transparent;color:#111827;outline:none;font-size:1rem;font-weight:600}.search-bar input::placeholder{color:#6b7280}.search-icon{font-size:1rem;color:#ff6a00}.search-pill{padding:8px 12px;border-radius:999px;background:linear-gradient(90deg,#ff6a00,#ff8a00);color:#fff;font-size:.9rem;white-space:nowrap}.toolbar-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.sort-control{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#f3f4f6;border:1px solid #e7eaf0;font-size:.9rem;color:#111827}.sort-control select{border:0;background:transparent;color:#111827;outline:none}.sort-control select option{color:#111827}.search-hint{margin-top:6px;font-size:.9rem;color:#6b7280}.category-bar{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:22px;background:#fff;border:1px solid #e9ebf1;box-shadow:0 10px 24px #0f172a0a;position:relative;top:0;z-index:1}.category-bar-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;padding-bottom:10px;border-bottom:1px solid #eef0f4}.category-menu{display:flex;flex-wrap:wrap;gap:10px}.category-group{padding:10px 12px;border-radius:14px;background:#fff7ed;border:1px solid #ffe1cc}.category-group.compact{padding:8px 10px}.group-toggle{width:100%;border:0;background:transparent;color:#111827;display:flex;justify-content:space-between;align-items:center;padding:0;font-weight:700;cursor:pointer;text-align:left;font-size:.95rem}.group-title{display:flex;align-items:center;gap:8px}.group-icon{font-size:1rem}.group-arrow{color:#ff6a00;font-size:.95rem}.category-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;animation:fadeIn .2s ease}.pill-btn{border:1px solid #e5e7eb;border-radius:999px;padding:7px 11px;color:#111827;background:#fff;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;font-size:.9rem}.pill-btn:hover{transform:translateY(-1px);background:#fff7ed;box-shadow:0 6px 16px #0000000f}.pill-btn.active{background:linear-gradient(90deg,#ff6a00,#ff8a00);color:#fff;border-color:transparent;box-shadow:0 8px 20px #ff6a0038}.pill-count{font-size:.8rem;opacity:.9;margin-left:6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 700px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 900px){.hero{grid-template-columns:1.4fr .6fr;align-items:center}}.ad-slot-wrapper{grid-column:1 / -1}.ad-slot{position:relative;min-height:120px;margin:0 auto;background:repeating-linear-gradient(45deg,#f3f4f6,#f3f4f6 10px,#e5e7eb 10px,#e5e7eb 20px);border:1px dashed #d1d5db;border-radius:14px;display:flex;align-items:center;justify-content:center;width:100%;max-width:728px}.ad-placeholder{color:#9ca3af;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;padding:10px 10px 12px;background:#fffffff7;border-top:1px solid #e5e7eb;box-shadow:0 -6px 20px #0f172a0f}.cookie-banner-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.cookie-icon{font-size:20px}.cookie-content{flex:1 1 240px}.cookie-content h3{margin:0 0 4px;font-size:.95rem}.cookie-content p{margin:0;color:#374151;font-size:.85rem;line-height:1.35}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}@media (max-width: 899px){.cookie-banner{padding:10px 10px 12px}.cookie-banner-inner{gap:8px}.cookie-content{flex:1 1 100%}}.processing-page{max-width:1100px;margin:0 auto;padding:24px 16px}.processing-card{max-width:520px;margin:0 auto;text-align:center;padding:24px;border-radius:20px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 24px #0f172a0a;display:flex;flex-direction:column;gap:16px;align-items:center}.processing-icon{position:relative;width:64px;height:64px}.spinner{width:64px;height:64px;border:5px solid #f3f4f6;border-top-color:#ff6a00;border-radius:50%;animation:spin 1s linear infinite}.processing-lock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:22px;pointer-events:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-subtitle{color:#6b7280;margin:0}.steps{width:100%;display:flex;flex-direction:column;gap:10px;text-align:left}.step{display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:.95rem}.step-indicator{width:28px;height:28px;border-radius:50%;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;font-weight:700;background:#f9fafb;flex-shrink:0}.step.active{color:#111827;font-weight:700}.step.active .step-indicator{border-color:#ff6a00;color:#ff6a00;background:#fff7ed}.step.done{color:#059669}.step.done .step-indicator{border-color:#059669;color:#fff;background:#059669}.progress-bar{width:100%;height:8px;border-radius:999px;background:#f3f4f6;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff6a00,#ff8a00);transition:width .4s ease}
