.announcement{background:linear-gradient(90deg,#f97316,#dc2626);color:#fff;text-align:center;padding:.6rem 1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:900;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:.9rem 3vw;background:linear-gradient(to bottom,#fff,#fafafa);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#000;box-shadow:0 2px 12px #0000000f,0 1px #fff6 inset;border-bottom:1px solid rgba(0,0,0,.05)}.logo{font-size:1.75rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;padding:.6rem 1.25rem;border-radius:.5rem;background:linear-gradient(135deg,#f9731614,#f9731608);font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.logo:before{content:"";position:absolute;inset:0;border-radius:.5rem;padding:2px;background:linear-gradient(135deg,#f97316,#ea580c);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.logo:hover{color:#f97316;transform:translateY(-2px);box-shadow:0 4px 12px #f9731633}.logo:hover:before{opacity:1}.primary-nav{display:flex;width:100%;justify-content:center;gap:.25rem;align-items:center;flex-wrap:wrap}.nav-item{position:relative;font-weight:600;font-size:.85rem;cursor:pointer;padding:.6rem 1rem;color:#2d3748;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:999px;text-transform:uppercase;letter-spacing:.05em;background:transparent;border:1px solid transparent}.nav-item:before{content:"";position:absolute;inset:0;border-radius:.5rem;background:linear-gradient(135deg,#f973161a,#f973160d);opacity:0;transition:opacity .3s ease;z-index:-1}.nav-item:hover{color:#f97316;background:linear-gradient(135deg,#f9731614,#f9731608);border-color:#f9731633;transform:translateY(-1px);box-shadow:0 4px 12px #f9731626}.nav-item:hover:before{opacity:1}.nav-item>span{display:inline-block;position:relative;z-index:1}.nav-item>span:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:3px;background:linear-gradient(90deg,#f97316,#ea580c);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #f973164d}.nav-item:hover>span:after{width:100%}.nav-panel{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);padding:2.5rem 3rem;min-width:clamp(320px,70vw,1100px);background:linear-gradient(to bottom,#fff,#fafafa);border-radius:1rem;box-shadow:0 25px 80px #00000026,0 10px 30px #0000001a,0 0 0 1px #0000000d,0 0 #f973161a;opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:100;margin-top:8px;border:2px solid rgba(0,0,0,.06);transform:translate(-50%) translateY(-15px) scale(.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-item:hover .nav-panel,.nav-panel:hover{opacity:1!important;pointer-events:auto!important;visibility:visible!important;transform:translate(-50%) translateY(0) scale(1)!important;box-shadow:0 25px 80px #0003,0 10px 30px #00000026,0 0 0 1px #00000014,0 0 0 3px #f973161a}.nav-panel:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}.nav-panel:after{content:"";position:absolute;top:1.5rem;left:3rem;right:3rem;height:2px;background:linear-gradient(90deg,#f9731659,#f9731600)}.nav-panel-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-top:1.5rem;position:relative;padding-top:.5rem}.nav-panel-columns:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f97316,#ea580c);z-index:1}.nav-panel-col{display:grid;gap:.5rem}.col-title{font-size:.8rem;color:#4b5563;font-weight:700;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.08em;padding-bottom:.5rem;position:relative}.nav-panel a{color:#4b5563;font-size:.85rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);padding:.45rem .75rem;border-radius:.5rem;display:block;font-weight:500;position:relative;margin:.125rem 0;margin:.1rem 0}.nav-panel a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,#f97316,#ea580c);border-radius:0 2px 2px 0;transition:height .25s ease}.nav-panel a:hover{color:#f97316;background:linear-gradient(90deg,rgba(249,115,22,.08) 0%,transparent 100%);padding-left:1.25rem;transform:translate(4px)}.nav-panel a:hover:before{height:60%}.back-to-top{position:fixed;width:48px;height:48px;border-radius:50%;border:none;background:#1f2937;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;box-shadow:0 10px 25px #00000040;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:1100}.back-to-top.active{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 12px 30px #f9731659}.nav-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-self:end}.theme-toggle{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;color:#1f2937;cursor:pointer;transition:all .2s ease;padding:0}.theme-toggle:hover{background:#f3f4f6;border-color:#d1d5db;color:#f97316}.theme-toggle:focus-visible{outline:2px solid #f97316;outline-offset:2px}.dark-theme .theme-toggle{background:#1f2937;border-color:#fff3;color:#e5e7eb}.dark-theme .theme-toggle:hover{background:#374151;border-color:#ffffff4d;color:#f97316}.nav-icon-btn{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid transparent;border-radius:50%;color:#374151;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;flex-shrink:0}.nav-icon-btn svg{transition:all .3s ease}.nav-icon-btn:hover{background:linear-gradient(135deg,#f973161a,#f973160d);border-color:#f973164d;color:#f97316;transform:translateY(-2px);box-shadow:0 4px 12px #f9731633}.nav-icon-btn:hover svg{transform:scale(1.1)}.nav-icon-btn:active{transform:translateY(0)}.nav-icon-btn-badge{position:relative}.nav-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.7rem;font-weight:700;border-radius:9px;padding:0 5px;border:2px solid #fff;box-shadow:0 2px 6px #f9731666;z-index:1}.nav-sync-indicator{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background:#10b981;border-radius:50%;border:2px solid #fff;animation:pulse 2s infinite;box-shadow:0 0 #10b981b3}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.nav-error-indicator{position:absolute;top:-4px;right:-4px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 6px #dc262666;z-index:1}.nav-icon-btn[title]:hover:after{content:attr(title);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;white-space:nowrap;pointer-events:none;z-index:1000;box-shadow:0 4px 12px #0003;animation:tooltipFadeIn .2s ease}.nav-icon-btn[title]:hover:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1f2937;pointer-events:none;z-index:1000}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cart-indicator{font-size:.8rem;color:#10b981}.cart-error{font-size:.8rem;color:#dc2626}.nav-user{display:flex;align-items:center;gap:.35rem}.nav-user-name{font-weight:600;color:#1f2937}.page{background:#fff;color:#1f2937;min-height:100vh;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.hero{position:relative;width:100%;overflow:hidden;border-bottom:none}.hero-slider{position:relative;width:100%;min-height:min(82vh,760px)}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .8s ease}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(540px,90%);background:#0000008c;padding:2.5rem;border-radius:1.25rem;box-shadow:0 30px 80px #00000073;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center}.eyebrow{color:#c2410c;text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;margin-bottom:.5rem}h1{font-size:clamp(2.5rem,6vw,4rem);margin:0}.intro{color:#e5e5e5;margin:1.5rem 0;font-size:1.1rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;border:1px solid rgba(255,255,255,.3);color:#fff;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-transform:none;letter-spacing:0;border-radius:50%}.hero-arrow--left{left:2%}.hero-arrow--right{right:2%}.hero-dots{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;align-items:center;justify-content:center}.dot{width:12px;height:12px;border-radius:50%;background:transparent;border:2px solid rgba(255,255,255,.9);cursor:pointer;transition:all .3s ease;padding:0;position:relative}.dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:transparent;transition:background .3s ease}.dot:hover{border-color:#fff;transform:scale(1.1)}.dot.active{background:#f97316;border-color:#f97316;transform:scale(1.2)}.dot.active:before{background:#ffffff4d}.section{padding:4rem 3vw}.section.light{background:#f9f9f9;color:#0f0f0f}.section.light .eyebrow{color:#c2410c}.section.light h2{color:#1f2937}.section.light .ghost{background:#0f0f0f;color:#fff}.section.light .ghost.light{background:#fff3;color:#fff}.section.dark{background:#1a1a1a;color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.product-grid,.people-grid,.article-grid{display:grid;gap:1.5rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.article-section{background:#f9f9f9;color:#0f0f0f}.article-heading{margin-bottom:1.5rem}.article-heading .eyebrow{color:#c2410c;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-bottom:0;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.article-heading h2{color:#9ca3af;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.article-divider{width:100%;height:1px;background:#e5e5e5;margin-top:.75rem}.article-categories{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.article-category{border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;background:#e5e5e5;color:#0f0f0f;cursor:pointer;transition:all .2s ease;text-transform:none;letter-spacing:0}.article-category.active,.article-category:hover{background:#0f0f0f;color:#fff}.article-carousel{display:flex;align-items:center;gap:1rem;position:relative;max-width:100%;justify-content:center}.article-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem 0;flex:1;scroll-behavior:smooth;justify-content:center}.article-track::-webkit-scrollbar{display:none}.article-card{width:clamp(280px,calc((100% - 4.5rem)/4),320px);background:transparent;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;gap:1rem;scroll-snap-align:center;flex-shrink:0}.article-image{width:100%;aspect-ratio:4 / 3;border-radius:.75rem;background-size:cover;background-position:center}.article-card h3{font-size:1.15rem;font-weight:700;color:#0f0f0f;margin:0;line-height:1.5}.article-cta{align-self:flex-start;background:#0f0f0f;color:#fff;border:none;border-radius:999px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;text-transform:none;letter-spacing:0}.article-cta:hover{background:#1a1a1a}.article-arrow{border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#0f0f0f;color:#fff;font-size:1.4rem;cursor:pointer;text-transform:none;letter-spacing:0;flex-shrink:0;transition:background .2s ease;font-weight:300}.article-arrow:hover{background:#000000e6}.article-arrow--left{order:-1}.article-arrow--right{order:1}.discover-section{background:#f9f9f9;padding:4rem 3vw}.discover-container{max-width:1400px;margin:0 auto}.discover-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}.discover-title{display:flex;flex-direction:column;gap:.5rem}.discover-eyebrow{color:#0f0f0f;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.discover-title h2{color:#9ca3af;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.discover-divider{width:100%;height:1px;background:#e5e5e5;margin-top:.75rem}.loyalty-program{display:flex;flex-direction:column;gap:1rem}.loyalty-program h3{color:#0f0f0f;font-size:1.5rem;font-weight:700;margin:0}.loyalty-program p{color:#4b5563;font-size:1rem;line-height:1.6;margin:0}.loyalty-program .primary{align-self:flex-start;background:#0f0f0f;color:#fff;border:none;border-radius:999px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;cursor:pointer;text-transform:none;letter-spacing:0;transition:background .2s ease}.loyalty-program .primary:hover{background:#1a1a1a}.discover-image{width:100%;position:relative;border-radius:1.5rem;overflow:hidden;min-height:500px}.discover-bg{width:100%;height:100%;min-height:500px;background-size:cover;background-position:center;background-repeat:no-repeat}.product-card{position:relative;background:#161616;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;border:1px solid rgba(255,255,255,.04);color:#fff}.section.light .product-card{background:#fff;border:1px solid rgba(0,0,0,.08);color:#1f2937;box-shadow:0 2px 8px #0000000d}.wishlist-toggle{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#0003;color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.section.light .wishlist-toggle{border-color:#0000001a;background:#fffffff2;color:#dc2626}.wishlist-toggle.active{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 0 0 4px #dc26262e,0 12px 24px #dc262659}.wishlist-toggle.active:after{content:"已收藏";position:absolute;top:-10px;right:-6px;background:#dc2626;color:#fff;border-radius:999px;padding:2px 6px;font-size:.65rem;box-shadow:0 6px 15px #dc262659}.wishlist-toggle:hover{transform:scale(1.05)}.section.light .product-card h3{color:#1f2937}.section.light .product-card p{color:#6b7280}.section.light .product-card .price-row strong{color:#1f2937}.section.light .product-card .compare{color:#9ca3af}.category-carousel{display:flex;align-items:center;gap:1rem}.category-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem 0}.category-track::-webkit-scrollbar{display:none}.category-card{position:relative;min-height:360px;min-width:min(420px,80vw);border-radius:1.75rem;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end;scroll-snap-align:center;box-shadow:0 20px 40px #00000026;transition:transform .35s ease}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#000000bf,#0000001a);transition:opacity .35s ease}.category-card:hover{transform:translateY(-6px)}.category-card:hover:after{opacity:.9}.category-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;font-size:1.4rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;text-align:center}.category-overlay{position:relative;padding:2rem;z-index:1;color:#fff;display:flex;flex-direction:column;gap:.75rem;opacity:0;transform:translateY(24px);transition:opacity .35s ease,transform .35s ease}.category-card:hover .category-overlay{opacity:1;transform:translateY(0)}.category-card:hover .category-label{opacity:0}.section.light .card-actions .primary{background:#f97316}.pro-carousel{display:flex;align-items:center;gap:1rem}.pro-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem 0}.pro-track::-webkit-scrollbar{display:none}.pro-card{position:relative;min-width:min(420px,80vw);min-height:360px;border-radius:1.5rem;overflow:hidden;background-size:cover;background-position:center;scroll-snap-align:center;box-shadow:0 25px 50px #00000059}.pro-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0003,#000000e6)}.pro-base,.pro-overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;gap:.75rem;transition:opacity .35s ease}.pro-base{opacity:1}.pro-overlay{opacity:0;background:#000000bf}.pro-card:hover .pro-overlay{opacity:1}.pro-card:hover .pro-base{opacity:0}.pro-arrow{border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff14;color:#fff;font-size:1.4rem}.pro-arrow:hover{background:#fff3}.category-arrow{border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#000000bf;color:#fff;font-size:1.4rem}.category-arrow:hover{background:#000000e6}.card-media{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:.75rem;overflow:hidden;background:#f3f4f6;display:block;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.quickview-modal{max-width:900px}.quickview-body{display:grid;gap:1.5rem;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);align-items:start}.quickview-media{position:relative;border-radius:1rem;overflow:hidden;background:#f3f4f6}.quickview-media .safe-image{width:100%;height:100%;min-height:280px;object-fit:cover}.quickview-badges{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.5rem}.quickview-info{display:flex;flex-direction:column;gap:.75rem}.quickview-copy{color:#4b5563;line-height:1.6;margin:0}.quickview-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.quickview-actions .ghost.active,.quickview-actions .ghost:hover{background:#f3f4f6;color:#111827}@media(max-width:960px){.quickview-body{grid-template-columns:1fr}}.card-media:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.card-media img,.card-media .safe-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease;display:block}.card-actions{display:flex;gap:.75rem;flex-wrap:wrap}.badge{align-self:flex-start;padding:.2rem .7rem;border-radius:999px;background:#f9731633;color:#f97316;font-size:.8rem;font-weight:600}.badge-ghost{background:#6b728033;color:#6b7280}.badge-success{background:#22c55e33;color:#22c55e}.badge-info{background:#3b82f633;color:#3b82f6}.badge-danger{background:#ef444433;color:#ef4444}.coupon-code-display{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-weight:700;letter-spacing:.05em;color:#1f2937}.text-muted{color:#6b7280;font-size:.875rem}.price-row{display:flex;gap:.75rem;align-items:baseline}.price-row strong{font-size:1.4rem}.compare{color:#9ca3af;text-decoration:line-through}.role{color:#a3a3a3;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}.tag{color:#f97316;font-size:.85rem;text-transform:uppercase;letter-spacing:.14em}.footer{padding:4rem 3vw 5rem;background:#1a1a1a;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;color:#fff}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-column h4{color:#fff;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0}.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:.75rem;color:#d4d4d4;font-size:.9rem}.footer-column ul li{cursor:pointer;transition:color .2s ease}.footer-column ul li:hover{color:#fff}.footer-meta{background:#111827;color:#9ca3af;display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;border-top:1px solid rgba(255,255,255,.08)}.footer-admin-link{color:#f5f5f4;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s ease}.footer-admin-link:hover{border-color:#f5f5f4}.footer-contact-item{display:flex;flex-direction:column;gap:.75rem}.footer-contact-header{display:flex;justify-content:space-between;align-items:center;color:#d4d4d4;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease;padding:.25rem 0}.footer-contact-header:hover{color:#fff}.footer-toggle{font-size:1.2rem;font-weight:300;color:#9ca3af;transition:transform .2s ease;min-width:1rem;text-align:center}.footer-contact-details{display:flex;flex-direction:column;gap:.5rem;padding-left:.5rem;padding-top:.5rem;color:#9ca3af;font-size:.85rem;line-height:1.6;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer-contact-details p{margin:0}.hero,.section,.footer{border-bottom:1px solid rgba(255,255,255,.04)}button{border:none;border-radius:999px;padding:.75rem 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.primary{background:linear-gradient(120deg,#f97316,#dc2626);color:#fff}a.primary{background:linear-gradient(120deg,#f97316,#dc2626);color:#fff;border:none;border-radius:999px;padding:.75rem 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;display:inline-block;cursor:pointer}.secondary,a.secondary{background:transparent;color:#f97316;border:1px solid rgba(249,115,22,.5);text-decoration:none;display:inline-block;cursor:pointer}.ghost,a.ghost{background:#4b5563;color:#fff;border:none;border-radius:999px;padding:.75rem 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;transition:background .2s ease;text-decoration:none;display:inline-block;cursor:pointer}.ghost:hover,a.ghost:hover{background:#374151}.link{background:none;color:#f97316;padding:0}.link.subtle{color:#9ca3af}.chips{display:flex;gap:.5rem;flex-wrap:wrap}.chip{background:#ffffff14;color:#fff;border-radius:999px;padding:.5rem 1rem;border:none;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.9rem}.section.light .chip{background:#e5e7eb;color:#4b5563}.chip.active{background:#f97316;color:#000}.section.light .chip.active{background:#f97316;color:#fff}.chip:hover{transform:translateY(-1px)}.featured-filter-info{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.filter-badge{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#f9731626,#f9731614);color:#f97316;border:1px solid rgba(249,115,22,.3);border-radius:.5rem;font-size:.875rem;font-weight:600}.filter-count{color:#6b7280;font-size:.875rem}.wishlist-toggle.pulse{animation:pulse .6s ease}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.card-add-cart{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.card-add-cart:hover{background:#f97316;border-color:#f97316;transform:scale(1.1)}.card-add-cart .cart-icon{font-size:1.25rem;transition:transform .3s ease}.card-add-cart:hover .cart-icon{transform:scale(1.2)}.card-add-cart.added{background:#10b981;border-color:#10b981;animation:checkmark .6s ease}@keyframes checkmark{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.card-add-cart.added .cart-icon:after{content:"✓";position:absolute;color:#fff;font-size:1.5rem}.admin-page{padding:6rem 2rem;background:linear-gradient(180deg,#0f172a,#111827);color:#f5f5f4;min-height:100vh}.admin-hero{max-width:960px;margin:0 auto 3rem;text-align:center}.admin-hero h1{font-size:3rem;margin-bottom:1rem;color:#fff}.admin-hero .intro{color:#e5e7eb;margin-bottom:1.5rem}.admin-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto 3rem}.admin-card{background:#0f172acc;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-card h3{color:#f97316;margin-bottom:.75rem}.admin-card p{color:#e5e7eb}.admin-next{max-width:720px;margin:0 auto;text-align:center;background:#0f172ab3;padding:2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.08)}.admin-next h2{margin-bottom:1rem}.admin-next ul{list-style:none;padding:0;margin:0 0 1.5rem}.admin-next li{margin-bottom:.5rem;color:#cbd5f5}@media(max-width:960px){.primary-nav{display:none}}@media(max-width:640px){.nav-actions{width:100%;justify-content:flex-end;gap:.5rem}.nav-icon-btn{width:38px;height:38px}.nav-icon-btn svg{width:16px;height:16px}.nav-badge{min-width:14px;height:14px;font-size:.6rem;padding:0 3px}.hero{padding:4rem 1.5rem}.section{padding:3rem 1.5rem}.site-header{flex-wrap:wrap}.nav-actions{width:100%;justify-content:space-between}.people-card{flex-direction:column;text-align:center}.article-card{width:calc(100vw - 80px);max-width:380px}.article-arrow{width:36px;height:36px;font-size:1.2rem}.discover-header{grid-template-columns:1fr;gap:2rem}.discover-image,.discover-bg{min-height:400px}.footer{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:480px){.footer{grid-template-columns:1fr;gap:2rem}.nav-panel{left:0;transform:none;width:100vw;min-width:100vw}}.search-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;animation:fadeIn .2s ease}.site-header.search-active{opacity:0;pointer-events:none;transform:translateY(-100%);transition:all .3s cubic-bezier(.4,0,.2,1)}.scroll-to-top{position:fixed;right:1.5rem;bottom:1.5rem;width:44px;height:44px;border-radius:999px;border:none;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px #f9731680;z-index:1100;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.scroll-to-top:hover{transform:translateY(-2px);box-shadow:0 14px 30px #f9731699}.scroll-to-top-icon{font-size:1.25rem;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-modal{background:#fff;border-radius:1rem;width:min(90vw,800px);max-height:80vh;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}.search-input{flex:1;border:2px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;outline:none;transition:border-color .2s ease}.search-input:focus{border-color:#f97316}.search-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.search-close:hover{background:#f3f4f6}.search-content{flex:1;overflow-y:auto;padding:1.5rem}.search-section{margin-bottom:2rem}.search-section:last-child{margin-bottom:0}.search-section h3{font-size:.9rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.search-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.search-clear{background:none;border:none;color:#f97316;font-size:.85rem;cursor:pointer;padding:.25rem .5rem}.search-clear:hover{text-decoration:underline}.search-results-list,.search-history-list{display:flex;flex-direction:column;gap:.5rem}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:background .2s ease}.search-result-item:hover{background:#f9fafb}.search-result-item span:first-child{color:#1f2937;font-weight:500}.search-price{color:#f97316;font-weight:600}.search-tag{color:#6b7280;font-size:.85rem;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.search-history-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:background .2s ease;color:#6b7280}.search-history-item:hover{background:#f9fafb}.search-history-item span:last-child{color:#1f2937}.search-hot-list{display:flex;flex-wrap:wrap;gap:.5rem}.search-hot-item{background:#f3f4f6;border:none;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;color:#1f2937;cursor:pointer;transition:all .2s ease}.search-hot-item:hover{background:#f97316;color:#fff}.search-empty{text-align:center;padding:2rem;color:#6b7280}.search-empty p{margin:0 0 1rem;font-size:1rem}.search-suggestions-list{margin-top:1.5rem;text-align:left}.search-suggestion-item{display:inline-block;margin:.25rem .5rem .25rem 0;padding:.5rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;color:#374151;font-size:.9rem;cursor:pointer;transition:all .2s ease}.search-suggestion-item:hover{background:#f97316;border-color:#f97316;color:#fff;transform:translateY(-1px)}.wishlist-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:900;padding:1.5rem}.wishlist-modal{width:min(640px,95vw);max-height:85vh;background:#fff;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 20px 60px #00000040;overflow:hidden}.wishlist-header{display:flex;align-items:center;gap:1rem;position:relative}.wishlist-header h3{margin:0}.wishlist-close{margin-left:auto;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#9ca3af}.wishlist-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.wishlist-empty{text-align:center;color:#6b7280;padding:2rem 1rem}.wishlist-item{display:grid;grid-template-columns:90px 1fr auto;gap:1rem;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;align-items:center}.wishlist-thumb{width:90px;height:90px;border-radius:.75rem;background-size:cover;background-position:center}.wishlist-info h4{margin:.25rem 0}.wishlist-badge{margin:0;font-size:.75rem;color:#9ca3af}.wishlist-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}@media(max-width:640px){.wishlist-item{grid-template-columns:70px 1fr}.wishlist-actions{grid-column:1 / -1;flex-direction:row;justify-content:flex-end}}.quickview-overlay{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}.quickview-modal{background:#fff;border-radius:1.5rem;width:min(90vw,1000px);max-height:90vh;box-shadow:0 25px 80px #0006;position:relative;display:flex;flex-direction:column;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.quickview-close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;font-size:2rem;color:#1f2937;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.quickview-close:hover{background:#fff;transform:rotate(90deg)}.quickview-content{display:grid;grid-template-columns:1fr 1fr;gap:0;max-height:90vh;overflow-y:auto}.quickview-image{background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:2rem}.quickview-image-main{width:100%;aspect-ratio:1;background-size:cover;background-position:center;border-radius:1rem;box-shadow:0 10px 30px #0000001a}.quickview-info{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.quickview-badge{align-self:flex-start;padding:.3rem .8rem;border-radius:999px;background:#f9731626;color:#f97316;font-size:.8rem;font-weight:600}.quickview-info h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.quickview-price{display:flex;align-items:baseline;gap:1rem}.quickview-price strong{font-size:2rem;color:#f97316;font-weight:700}.quickview-description{color:#6b7280;line-height:1.7;font-size:1rem;margin:0}.quickview-specs{padding-top:1rem;border-top:1px solid #e5e7eb}.quickview-specs h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.spec-item{display:flex;flex-direction:column;gap:.25rem}.spec-label{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.spec-value{font-size:1rem;color:#1f2937;font-weight:600}.quickview-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.quickview-actions .primary{flex:1}.quickview-actions .secondary{flex:1;border-radius:.75rem;border:2px solid #e5e7eb;background:#fff;text-align:center;padding:.875rem 1.25rem;font-weight:600;letter-spacing:.05em;text-transform:none;color:#374151;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.quickview-actions .secondary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#f973160d,#f9731605);opacity:0;transition:opacity .3s ease}.quickview-actions .secondary:hover{border-color:#f97316;color:#f97316;transform:translateY(-2px);box-shadow:0 8px 16px #f9731626}.quickview-actions .secondary:hover:before{opacity:1}.quickview-actions .secondary:after{content:"→";font-size:1.2rem;transition:transform .3s ease}.quickview-actions .secondary:hover:after{transform:translate(4px)}@media(max-width:768px){.quickview-content{grid-template-columns:1fr}.quickview-image,.quickview-info{padding:1.5rem}.specs-grid{grid-template-columns:1fr}}.product-detail-page{background:#f9fafb;min-height:100vh}.product-detail{max-width:1400px;margin:0 auto;padding:1rem 3vw}.product-back{background:none;border:none;color:#1f2937;font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;transition:color .2s}.product-back:hover{color:#f97316}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1.5rem;margin-bottom:1.5rem;align-items:stretch}.product-media-panel{display:flex;flex-direction:column;gap:1.5rem;height:100%;min-height:100%}.product-main-stage{position:relative;border-radius:1.5rem;padding:0;background:#fff;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.product-main-tag{position:absolute;top:1rem;left:1rem;background:#f97316f2;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.4rem 1rem;border-radius:.5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:10;box-shadow:0 2px 8px #f973164d}.product-main-stage .product-main-image{width:100%;flex:1;min-height:500px;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#f9fafb;position:relative;transition:transform .2s ease}.product-main-stage .product-main-image:hover{transform:scale(1.02)}.product-main-stage .product-main-image:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#fff0,#ffffff4d);pointer-events:none}.product-thumbnail-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem;max-width:100%}.product-thumbnail-btn{border:2px solid #e5e7eb;border-radius:.75rem;padding:0;aspect-ratio:1;background:#fff;overflow:hidden;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000f}.product-thumbnail-btn:hover{border-color:#f97316;transform:translateY(-2px);box-shadow:0 4px 12px #f9731633}.product-thumbnail-btn span{display:block;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .2s ease}.product-thumbnail-btn.active{border-color:#f97316;border-width:3px;box-shadow:0 0 0 3px #f9731626,0 4px 12px #f973164d;transform:translateY(-2px)}.product-thumbnail-btn.active span{opacity:1}.product-thumbnail-btn:hover span{transform:scale(1.05)}.product-info-panel{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 60px #0f172a1a;display:flex;flex-direction:column;gap:1.5rem;border:1px solid #e5e7eb;height:100%;min-height:100%}.product-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:#94a3b8}.product-title{margin:0;font-size:clamp(2rem,4vw,2.8rem);color:#0f172a;font-weight:700;line-height:1.2}.product-price-card{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-radius:1.25rem;background:linear-gradient(135deg,#f9731626,#f871711a);border:1px solid rgba(249,115,22,.2);box-shadow:0 4px 12px #f973161a}.product-price{display:flex;align-items:baseline;gap:.75rem}.product-price span{font-size:2.4rem;font-weight:700;color:#c2410c}.product-price small{color:#94a3b8;font-size:1.1rem;text-decoration:line-through}.product-price-card p{margin:0;color:#475569;font-size:.85rem}.product-tax-info{margin-top:.5rem!important;font-size:.8rem!important;color:#64748b!important;display:flex;align-items:center;gap:.25rem}.product-tax-info:before{content:"ℹ️";font-size:.75rem;opacity:.7}.product-stock-info{margin-top:.5rem!important;font-size:.85rem!important;display:flex;align-items:center;gap:.25rem}.product-stock-info .stock-in-stock{color:#059669;font-weight:500}.product-stock-info .stock-low{color:#d97706;font-weight:500}.product-stock-info .stock-out{color:#dc2626;font-weight:500}.product-shipping-pill{background:#0f172a14;color:#0f172a;padding:.4rem .9rem;border-radius:999px}.product-shipping-pill.disabled{background:#dc26261a;color:#dc2626;opacity:.7;font-weight:600;font-size:.85rem}.product-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.product-meta-grid div{border:1px solid #e2e8f0;border-radius:.85rem;padding:.9rem 1.1rem;background:#f8fafc}.product-meta-grid span{display:block;font-size:.8rem;color:#94a3b8}.product-meta-grid strong{display:block;font-size:1rem;color:#0f172a;margin-top:.2rem}.product-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.product-highlight-grid article{border:1px solid #e2e8f0;border-radius:1rem;padding:1rem 1.25rem;background:#f8fafc}.product-highlight-grid h4{margin:0 0 .35rem;font-size:1rem;color:#0f172a}.product-highlight-grid p{margin:0;color:#475569;font-size:.9rem}.product-actions-large{display:flex;gap:1rem}.product-actions-large .primary,.product-actions-large .secondary{flex:1;padding:1.125rem 0;font-size:1.125rem;font-weight:700;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-actions-large .primary{box-shadow:0 4px 12px #f973164d}.product-actions-large .primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f9731666}.product-actions-large .secondary{border:2px solid #e5e7eb;background:#fff}.product-actions-large .secondary:hover{border-color:#f97316;color:#f97316;transform:translateY(-2px);box-shadow:0 4px 12px #f9731626}.product-assurance{font-size:.95rem;color:#475569;display:flex;flex-direction:column;gap:.35rem}.product-secondary-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2rem;margin-bottom:2rem}.product-story-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:2rem;border-radius:1.25rem;background:linear-gradient(120deg,#0f172a,#1d4ed8 70%);color:#fff;margin-bottom:2rem;box-shadow:0 35px 80px #0f172a59}.product-story-card p{color:#ffffffd9}.product-story-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.product-story-card li:before{content:"•";margin-right:.5rem;color:#facc15}.product-panel{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 20px 60px #0f172a14;border:1px solid #e5e7eb}.product-panel h2{margin-top:0;font-size:1.75rem;color:#0f172a}.product-feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem}.product-feature-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.product-spec-card{border-radius:1.5rem;padding:2rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;box-shadow:0 20px 60px #0f172a4d;border:1px solid rgba(255,255,255,.1)}.product-spec-card h3{margin-top:0;font-size:1.3rem}.specs-table{margin-top:1.25rem;display:flex;flex-direction:column;gap:.9rem}.spec-row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:.4rem}.spec-row:last-child{border-bottom:none}.spec-key{color:#ffffffa6;font-size:.9rem}.spec-val{color:#fff;font-weight:600}.product-detail-tabs{margin-bottom:1.5rem;margin-top:1.5rem}.product-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:2rem}.product-tab{background:none;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.product-tab:hover{color:#1f2937}.product-tab.active{color:#f97316;border-bottom-color:#f97316}.product-tab-content{padding:1rem 0;min-height:200px}.product-spec-content{padding:.5rem 0}.product-spec-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem}.no-content{color:#6b7280;font-style:italic;padding:2rem 0;text-align:center}.product-review-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem}.review-summary{background:#f9fafb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.review-rating{display:flex;align-items:center;gap:1rem}.rating-value{font-size:2.5rem;font-weight:700;color:#111827}.rating-stars{display:flex;gap:.25rem;font-size:1.5rem}.star-filled{color:#fbbf24}.star-empty{color:#e5e7eb}.rating-count{color:#6b7280;font-size:.9rem}.review-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.review-author{font-weight:600;color:#111827}.review-rating-small{display:flex;gap:.15rem;font-size:.9rem}.review-date{margin-left:auto;color:#6b7280;font-size:.875rem}.review-text{color:#374151;line-height:1.6;margin:0}.product-faq-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease}.faq-item:hover{border-color:#f97316;box-shadow:0 4px 12px #f973161a}.faq-question{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .75rem}.faq-answer{color:#374151;line-height:1.7;margin:0}.product-detail-text{max-width:800px}.product-detail-text h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.product-detail-text h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-top:1.5rem;margin-bottom:.75rem}.product-detail-text p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1rem}.product-detail-text ul{list-style:disc;padding-left:2rem;color:#4b5563;line-height:1.8}.product-related{margin-top:2rem}.product-related h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.product-not-found{max-width:600px;margin:4rem auto;text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.product-not-found h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.product-not-found p{color:#6b7280;font-size:1.125rem;margin:0}@media(max-width:1024px){.product-detail-content{grid-template-columns:1fr;gap:2rem}.product-detail-info h1{font-size:2rem}.product-price-large{font-size:1.75rem}}@media(max-width:768px){.product-detail{padding:1rem 1.5rem}.product-thumbnails{grid-template-columns:repeat(4,1fr)}.product-actions-large{flex-direction:column}.product-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.product-tab{padding:.75rem 1.5rem;white-space:nowrap}}.cart-page{max-width:1400px;margin:0 auto;padding:2rem 3vw}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.cart-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0}.cart-clear-btn{background:transparent;border:2px solid #e5e7eb;color:#6b7280;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cart-clear-btn:hover{border-color:#dc2626;color:#dc2626;background:#fee2e2}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-items-panel{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.5rem;box-shadow:0 12px 40px #0f172a14;display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:grid;grid-template-columns:140px 1fr auto auto auto;gap:2rem;align-items:center;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.cart-item:hover{box-shadow:0 8px 24px #0000001a;border-color:#f97316;transform:translateY(-2px)}.cart-item-image{width:140px;height:140px}.cart-item-img{width:100%;height:100%;background-size:cover;background-position:center;border-radius:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a;border:1px solid #f3f4f6}.cart-item-img:hover{transform:scale(1.05);box-shadow:0 8px 20px #f9731633;border-color:#f97316}.cart-item-info{display:flex;flex-direction:column;gap:.5rem}.cart-item-info h3{font-size:1.25rem;font-weight:600;color:#1f2937;cursor:pointer;transition:color .2s;margin:0 0 .5rem;line-height:1.4}.cart-item-info h3:hover{color:#f97316}.cart-item-price{font-size:1.125rem;color:#f97316;font-weight:700}.cart-item-quantity{display:flex;align-items:center;gap:.75rem;background:#f9fafb;padding:.5rem;border-radius:.75rem;border:1px solid #e5e7eb}.quantity-btn{width:36px;height:36px;border:1px solid #d1d5db;background:#fff;border-radius:.5rem;font-size:1.25rem;font-weight:600;color:#1f2937;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.quantity-btn:hover:not(:disabled){background:#f97316;color:#fff;border-color:#f97316;transform:scale(1.1)}.quantity-btn:disabled{opacity:.4;cursor:not-allowed}.quantity-value{min-width:2.5rem;text-align:center;font-weight:700;color:#1f2937;font-size:1.125rem}.cart-item-total{font-size:1.5rem;font-weight:700;color:#1f2937;min-width:120px;text-align:right}.cart-item-remove{padding:.625rem 1.25rem;border:2px solid #fee2e2;background:#fff;color:#dc2626;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.cart-item-remove:hover{background:#dc2626;color:#fff;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #dc262633}.cart-summary{position:sticky;top:100px}.cart-summary-content{background:#fff;padding:2.5rem;border-radius:1rem;border:2px solid #e5e7eb;box-shadow:0 4px 12px #0000000d}.cart-header-actions{display:inline-flex;align-items:center;gap:1rem;color:#6b7280;font-weight:600}.cart-header-meta{font-size:.95rem}.cart-summary-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.cart-summary-subtitle{font-size:.95rem;color:#4b5563;margin:.15rem 0 0}.cart-summary-items{list-style:none;margin:.5rem 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.cart-summary-item{display:grid;grid-template-columns:54px 1fr auto;gap:.75rem;align-items:center}.cart-summary-thumb{width:54px;height:54px;border-radius:10px;background-size:cover;background-position:center;border:1px solid #e5e7eb;cursor:pointer}.cart-summary-info{display:flex;flex-direction:column;gap:.15rem}.cart-summary-name{margin:0;font-weight:600;color:#0f172a;cursor:pointer}.cart-summary-name:hover{color:#f97316}.cart-summary-meta{margin:0;color:#6b7280;font-size:.9rem}.cart-summary-price{font-weight:700;color:#0f172a}@media(max-width:768px){.cart-summary-item{grid-template-columns:48px 1fr auto}.cart-summary-price{font-size:.95rem}}.cart-summary-content h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;color:#4b5563}.summary-row span:last-child{font-weight:600;color:#1f2937}.summary-divider{height:1px;background:#e5e7eb;margin:1rem 0}.summary-total{font-size:1.25rem;font-weight:700;color:#1f2937;padding-top:1rem;border-top:2px solid #e5e7eb}.summary-total span:last-child{font-size:1.5rem;color:#f97316}.checkout-btn{width:100%;margin-top:1.5rem;padding:1.125rem;font-size:1.125rem;font-weight:700;border-radius:.75rem;box-shadow:0 4px 12px #f973164d;transition:all .3s cubic-bezier(.4,0,.2,1)}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f9731666}.continue-shopping{width:100%;margin-top:1rem;padding:1rem;text-align:center;display:block;border-radius:.75rem;transition:all .2s ease}.continue-shopping:hover{background:#f9fafb;border-color:#f97316;color:#f97316}.cart-empty{max-width:600px;margin:4rem auto;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:1.5rem;box-shadow:0 8px 24px #00000014;border:2px solid #e5e7eb}.cart-empty:before{content:"🛒";display:block;font-size:4rem;margin-bottom:1.5rem;opacity:.5}.cart-empty h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.cart-empty p{font-size:1.125rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.6}.cart-empty .primary{display:inline-block;padding:1.125rem 2.5rem;border-radius:.75rem;font-weight:700;box-shadow:0 4px 12px #f973164d;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-empty .primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f9731666}.cart-link{position:relative}@media(max-width:1024px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.cart-page{padding:1rem 1.5rem}.cart-header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-header h1{font-size:2rem}.cart-item{grid-template-columns:100px 1fr;gap:1rem;padding:1.5rem}.cart-item-image{width:100px;height:100px}.cart-item-quantity,.cart-item-total,.cart-item-remove{grid-column:2;margin-top:.5rem}.cart-item-remove{width:100%;justify-self:start}.cart-item-quantity{justify-self:start}.cart-item-total{justify-self:end;text-align:right}.cart-item-remove{justify-self:end;margin-top:-40px}}.checkout-page{max-width:1200px;margin:0 auto;padding:2rem 3vw 4rem}.checkout-header h1{margin-bottom:.25rem}.checkout-header p{margin:0 0 2rem;color:#6b7280}.checkout-content{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:2.5rem}.checkout-confirm-layout{align-items:flex-start}.checkout-confirm{background:#fff;border-radius:1rem;padding:1.5rem 1.75rem;box-shadow:0 2px 12px #0f172a0f;border:1px solid #e5e7eb}.checkout-confirm-summary{align-self:stretch}.checkout-confirm-summary .confirm-section{background:#fff;border-radius:1rem;padding:1.5rem 1.75rem;box-shadow:0 2px 12px #0f172a0a;border:1px solid #e5e7eb}.confirm-section h2{margin:0 0 1rem;font-size:1.05rem;font-weight:600}.confirm-info p{display:flex;justify-content:space-between;gap:1.5rem;margin:.4rem 0;font-size:.95rem}.confirm-label{flex:0 0 72px;color:#6b7280}.confirm-value{flex:1;text-align:right;color:#111827}.confirm-items{display:flex;flex-direction:column;gap:.75rem}.confirm-item{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem 1rem;align-items:center;padding:.75rem .5rem;border-bottom:1px dashed #e5e7eb}.confirm-item:last-child{border-bottom:none}.confirm-item-thumb{width:56px;height:56px;border-radius:.75rem;object-fit:cover;box-shadow:0 1px 4px #0f172a26}.confirm-item-name{font-weight:500;margin:0 0 .25rem}.confirm-item-meta{margin:0;font-size:.85rem;color:#6b7280}.confirm-item-total{font-weight:600;color:#111827}.confirm-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.95rem;color:#4b5563}.confirm-summary .summary-row.summary-total{border-top:1px dashed #e5e7eb;padding-top:.75rem;margin-top:.75rem;font-weight:600;color:#111827}.confirm-summary .summary-row.summary-discount{color:#b91c1c}.confirm-tip{margin-top:1rem;font-size:.875rem;color:#6b7280;line-height:1.5}.checkout-form{display:flex;flex-direction:column;gap:1.25rem}.checkout-form h2{margin:0 0 .5rem}.address-selector{margin-bottom:1.5rem}.address-selector>label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.75rem;color:#374151}.address-options{display:flex;flex-direction:column;gap:.75rem}.address-option{border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem;cursor:pointer;transition:all .2s ease;background:#fff}.address-option:hover{border-color:#f97316;box-shadow:0 2px 8px #f973161a}.address-option.selected{border-color:#f97316;background:#fff7ed;box-shadow:0 2px 8px #f9731626}.address-option-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.address-option-name{font-weight:600;color:#1f2937;font-size:.95rem}.address-option-phone{color:#6b7280;font-size:.9rem}.address-option-badge{margin-left:auto;padding:.25rem .5rem;background:#f97316;color:#fff;border-radius:.25rem;font-size:.75rem;font-weight:600}.address-option-detail{color:#6b7280;font-size:.9rem;line-height:1.5}.loading-addresses{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280;font-size:.95rem}.checkout-confirm{max-width:800px;margin:0 auto}.confirm-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.confirm-section h2{margin:0 0 1rem;font-size:1.25rem;color:#1f2937;border-bottom:2px solid #f97316;padding-bottom:.5rem}.confirm-info{display:flex;flex-direction:column;gap:.75rem}.confirm-info p{margin:0;color:#374151;line-height:1.6}.confirm-info strong{color:#1f2937;font-weight:600;margin-right:.5rem}.confirm-items{display:flex;flex-direction:column;gap:1rem}.confirm-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;padding:1rem;background:#f9fafb;border-radius:.5rem}.confirm-item-thumb{width:80px;height:80px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb}.confirm-item-info{display:flex;flex-direction:column;gap:.25rem}.confirm-item-name{font-weight:600;color:#1f2937;margin:0}.confirm-item-meta{color:#6b7280;font-size:.9rem;margin:0}.confirm-item-total{font-weight:600;color:#f97316;font-size:1.1rem}.confirm-summary{display:flex;flex-direction:column;gap:.75rem}.confirm-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.confirm-actions button{min-width:140px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem 1.25rem}.checkout-form .form-group label{display:block;font-size:.9rem;margin-bottom:.35rem;color:#374151}.checkout-form .form-group input,.checkout-form .form-group textarea{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.6rem .8rem;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.checkout-form .form-group textarea{min-height:80px;resize:vertical}.checkout-form .form-group input:focus,.checkout-form .form-group textarea:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.checkout-form .form-group input:invalid:not(:placeholder-shown),.checkout-form .form-group textarea:invalid:not(:placeholder-shown){border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.checkout-form .form-group input:valid:not(:placeholder-shown),.checkout-form .form-group textarea:valid:not(:placeholder-shown){border-color:#10b981}.checkout-summary{align-self:flex-start}.checkout-summary-card{border-radius:1rem;border:1px solid #e5e7eb;padding:1.5rem;background:#f9fafb}.checkout-payment-methods{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.checkout-payment-label{font-size:.85rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.checkout-payment-icons{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.checkout-payment-icons .payment-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:22px;padding:3px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;transition:all .2s ease}.checkout-payment-icons .payment-icon:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a;border-color:#f97316}.checkout-payment-icons .payment-icon svg{width:100%;height:100%;object-fit:contain}.checkout-items{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.checkout-item{display:grid;grid-template-columns:64px 1fr auto;gap:.75rem;align-items:center}.checkout-item-thumb{width:64px;height:64px;border-radius:.5rem;background-size:cover;background-position:center}.checkout-item-name{margin:0 0 .25rem}.checkout-item-meta{margin:0;font-size:.85rem;color:#6b7280}.checkout-item-total{font-weight:600;font-size:.95rem}.checkout-empty{color:#6b7280;font-size:.9rem}.checkout-success{max-width:640px;margin:4rem auto;text-align:center}.checkout-success-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}@media(max-width:960px){.checkout-content{grid-template-columns:1fr}.checkout-summary{order:-1}.checkout-confirm-layout{grid-template-columns:1fr}.checkout-confirm-summary{order:-1;margin-bottom:1rem}}.orders-page{max-width:1000px;margin:0 auto;padding:2rem 3vw 4rem}.orders-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.orders-header p{margin:.25rem 0 0;color:#6b7280}.orders-empty{max-width:480px;margin:4rem auto;text-align:center}.orders-list{display:flex;flex-direction:column;gap:1.25rem}.order-card{border-radius:1rem;border:1px solid #e5e7eb;padding:1rem 1.25rem;background:#fff}.order-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem;margin-bottom:.75rem}.order-id,.order-time{margin:0;font-size:.85rem;color:#6b7280}.order-total{margin:0;font-weight:600}.order-body{display:flex;flex-direction:column;gap:.5rem}.order-address,.order-note{margin:0;font-size:.9rem;color:#4b5563}.order-tracking{margin:1rem 0;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.tracking-info{display:flex;flex-direction:column;gap:.5rem}.tracking-row{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem}.tracking-label{color:#6b7280;font-weight:500}.tracking-value{color:#1f2937}.tracking-number{font-family:Courier New,monospace;font-weight:600;color:#f97316}.tracking-link{color:#3b82f6;text-decoration:none;font-size:.875rem;transition:color .2s}.tracking-link:hover{color:#2563eb;text-decoration:underline}.coupon-section{margin:1rem 0;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.coupon-input-group{display:flex;gap:.5rem}.coupon-input{flex:1;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.coupon-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.coupon-apply{padding:.625rem 1.25rem;background:#f97316;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.coupon-apply:hover:not(:disabled){background:#ea580c}.coupon-apply:disabled{opacity:.5;cursor:not-allowed}.coupon-applied{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#dcfce7;border:1px solid #86efac;border-radius:.5rem}.coupon-info{display:flex;align-items:center;gap:.75rem}.coupon-code{font-weight:700;color:#166534;font-size:.95rem;letter-spacing:.05em}.coupon-discount{color:#16a34a;font-weight:700;font-size:1rem}.coupon-remove{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#166534;font-size:1.25rem;cursor:pointer;border-radius:.25rem;transition:all .2s ease;line-height:1}.coupon-remove:hover{background:#1665341a}.coupon-error{margin:.5rem 0 0;color:#dc2626;font-size:.875rem}.summary-discount{color:#16a34a}.summary-discount span:last-child{font-weight:700}.dark-theme .coupon-section{background:#1f2937;border-color:#ffffff1a}.dark-theme .coupon-input{background:#374151;border-color:#fff3;color:#e5e7eb}.dark-theme .coupon-applied{background:#22c55e1a;border-color:#22c55e4d}.dark-theme .coupon-code,.dark-theme .coupon-discount,.dark-theme .coupon-remove{color:#86efac}.dark-theme .coupon-remove:hover{background:#22c55e33}.order-items{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.order-item{display:grid;grid-template-columns:56px 1fr;gap:.5rem;align-items:center}.order-thumb{width:56px;height:56px;border-radius:.5rem;background-size:cover;background-position:center}.order-item-name{margin:0 0 .15rem}.order-item-meta{margin:0;font-size:.8rem;color:#6b7280}@media(max-width:640px){.orders-header{flex-direction:column;align-items:flex-start}}.product-list-page{padding:2rem 3vw 4rem}.product-list-hero{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 0 1rem;border-bottom:1px solid #e5e7eb}.product-list-hero h1{margin:.5rem 0;font-size:clamp(2rem,4vw,3rem)}.product-list-hero p{margin:0;color:#4b5563}.product-list-filters{display:flex;gap:1rem}.product-list-filters select{border:1px solid #e5e7eb;border-radius:999px;padding:.5rem 1.25rem;font-size:.95rem;outline:none;cursor:pointer;background:#fff}.product-list-content{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;margin-top:2rem}.product-list-sidebar{position:sticky;top:90px;align-self:start;display:flex;flex-direction:column;gap:2rem;padding-right:1rem}.filter-section h3{margin:0 0 1rem;font-size:1rem;color:#1f2937}.filter-list{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{border:1px solid #e5e7eb;border-radius:999px;padding:.4rem 1rem;font-size:.9rem;background:#fff;color:#4b5563;cursor:pointer;transition:all .2s ease}.filter-chip.active{background:#111827;color:#fff;border-color:#111827}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-chip{border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280;border-radius:999px;padding:.35rem .95rem;font-size:.85rem;cursor:pointer;transition:all .2s ease}.tag-chip.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 8px 20px #0f172a40}.product-list-main{display:flex;flex-direction:column;gap:1.5rem}.product-list-toolbar{display:flex;flex-direction:column;gap:1rem;padding:.75rem 0 1.25rem;border-bottom:1px solid #e5e7eb;color:#4b5563}.keyword-control{display:flex;gap:1rem;align-items:center;width:100%}.keyword-suggestions{width:100%;display:flex;flex-direction:column;gap:.75rem}.keyword-token-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.keyword-token{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;font-size:.9rem}.keyword-token-remove{border:none;background:transparent;cursor:pointer;color:inherit;font-size:.9rem;line-height:1}.keyword-group{display:flex;flex-direction:column;gap:.35rem}.keyword-group-header{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#6b7280}.keyword-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-chip{border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:all .2s ease}.keyword-chip.hot{background:#111827;color:#fff;border-color:#111827}.keyword-chip-remove{font-size:.85rem;color:#9ca3af}.keyword-chip:hover{border-color:#111827;color:#111827}.keyword-chip.hot:hover{background:#0f172a}.keyword-input{flex:1;border:1px solid #d1d5db;border-radius:.75rem;padding:.65rem 1rem;font-size:.95rem;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.keyword-input:focus{border-color:#111827;box-shadow:0 0 0 3px #11182726}.keyword-actions{display:flex;align-items:center;gap:.75rem}.toolbar-meta{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem;flex-wrap:wrap}.product-error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border-left:4px solid #dc2626;box-shadow:0 2px 8px #dc26261a;display:flex;align-items:center;gap:.75rem;font-weight:500;font-size:.95rem}.product-error:before{content:"⚠️";font-size:1.25rem}.product-loading{margin:0;color:#6b7280;font-size:.85rem}.highlight-match{background:#fef3c7;color:#b45309;padding:.05rem .2rem;border-radius:.2rem}.filter-reset{border:1px solid #e5e7eb;background:transparent;border-radius:999px;padding:.4rem 1.1rem;cursor:pointer;transition:all .2s ease;font-size:.9rem;color:#374151}.filter-reset:hover{border-color:#111827;color:#111827}.product-list-container{display:grid;gap:1.5rem}.product-list-container.grid-view{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-list-container.list-view{grid-template-columns:1fr}.product-list-container.list-view .product-card.list-card{display:grid;grid-template-columns:200px 1fr auto;gap:1.5rem;align-items:start;padding:1.5rem}.product-list-container.list-view .product-card.list-card .card-media{width:200px;height:200px;flex-shrink:0}.product-list-container.list-view .product-card.list-card>h3{margin:0 0 .5rem;font-size:1.25rem}.product-list-container.list-view .product-card.list-card>p{margin:0 0 .75rem;color:#6b7280;line-height:1.6}.product-list-container.list-view .product-card.list-card .product-meta{margin:0 0 .75rem}.product-list-container.list-view .product-card.list-card .price-row{margin:0 0 1rem}.product-list-container.list-view .product-card.list-card .card-actions{display:flex;flex-direction:column;gap:.5rem;min-width:140px}.product-list-container.list-view .product-card.list-card .card-actions button,.product-list-container.list-view .product-card.list-card .card-actions a{width:100%;justify-content:center}.view-mode-toggle{display:flex;gap:.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem}.view-mode-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:.375rem;cursor:pointer;color:#6b7280;transition:all .2s ease}.view-mode-btn:hover{background:#fff;color:#1f2937}.view-mode-btn.active{background:#fff;color:#f97316;box-shadow:0 1px 3px #0000001a}.product-empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:1rem;border:2px dashed #e5e7eb;color:#6b7280;margin:2rem 0}.product-empty-state h3{margin:0 0 .75rem;color:#1f2937;font-size:1.5rem;font-weight:600}.product-empty-state p{margin-bottom:1.5rem;line-height:1.6;color:#6b7280}.product-empty-state button{margin-top:1rem}.product-meta{display:flex;align-items:center;gap:.35rem;color:#6b7280;font-size:.85rem;margin-bottom:.75rem}.load-more{text-align:center;margin-top:1rem}.load-more button{min-width:200px}@media(max-width:1024px){.product-list-content{grid-template-columns:1fr}.product-list-sidebar{position:static;flex-direction:row;flex-wrap:wrap}}@media(max-width:768px){.product-list-page{padding:1.5rem}.product-list-hero{flex-direction:column;align-items:flex-start}.product-list-filters{width:100%}.product-list-filters select{flex:1}.product-list-sidebar{flex-direction:column}.product-list-toolbar{padding-bottom:1rem}.keyword-control{flex-direction:column;align-items:stretch}.keyword-suggestions{margin-top:-.25rem}.keyword-actions{justify-content:flex-end}.toolbar-meta{flex-direction:column;align-items:flex-start}}.admin-page{padding:0;min-height:100vh;background:#f9fafb}.admin-loading{text-align:center;padding:4rem;color:#6b7280;font-size:1.1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lazy-image{display:block;width:100%;height:100%;object-fit:cover}.lazy-image-loaded{opacity:1}.page-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:4rem 2rem}.page-loading .loading-spinner{width:56px;height:56px;border-width:5px}.page-loading p{color:#6b7280;font-size:1.125rem;margin:0}.admin-loading p{margin:0;font-size:.95rem;color:#6b7280}.admin-loading:before{content:"⏳";display:block;font-size:3rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 3vw}.admin-header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.admin-header h1{margin:0;font-size:1.75rem;color:#111827;font-weight:700}.admin-user-info{margin:.25rem 0 0;font-size:.9rem;color:#1f2937;font-weight:500}.admin-header-actions{display:flex;gap:1rem}.admin-tabs{background:#fff;border-bottom:1px solid #e5e7eb;padding:.75rem 3vw .5rem;display:flex;flex-wrap:wrap;gap:.75rem}.admin-tab{position:relative;padding:1rem 1.5rem;border:none;background:transparent;color:#1f2937;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.admin-tab:hover{color:#111827;background:#f9fafb}.admin-tab.active{color:#111827;border-bottom-color:#f97316;font-weight:700}.admin-tab-shortcut{font-size:.75rem;color:#9ca3af;background:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem;font-weight:400;font-family:monospace}.admin-tab.active .admin-tab-shortcut{color:#667eea;background:#e0e7ff}.admin-main{max-width:1400px;margin:0 auto;padding:2rem 3vw}.admin-manager{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.admin-manager-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.admin-manager-header h2{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:#111827;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-manager-subtitle{margin:0;font-size:.875rem;color:#1f2937;font-weight:500}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.admin-table thead{background:linear-gradient(135deg,#667eea,#764ba2)}.admin-table th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.admin-sort-button{background:transparent;border:none;color:#fff;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:0;display:flex;align-items:center;gap:.5rem;transition:opacity .2s ease}.admin-sort-button:hover{opacity:.8}.admin-table td{padding:1.25rem;border-bottom:1px solid #e5e7eb;color:#111827;font-size:.95rem;font-weight:500}.admin-table tbody tr:hover{background:#f9fafb}.admin-table tbody tr:last-child td{border-bottom:none}.admin-badge{display:inline-flex;align-items:center;justify-content:center;padding:.1rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.admin-badge.success{background:#22c55e26;color:#15803d}.admin-badge.warning{background:#facc1533;color:#a16207}.admin-badge.muted{background:#6b728026;color:#4b5563}.admin-action-buttons{display:flex;gap:.5rem;align-items:center}.admin-btn-edit,.admin-btn-delete{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.admin-btn-edit:hover{border-color:#3b82f6;background:#eff6ff;color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.admin-btn-delete:hover{border-color:#dc2626;background:#fef2f2;color:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #dc262633}.admin-empty{text-align:center;padding:3rem;color:#374151}.admin-form-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.admin-form-modal{background:#fff;border-radius:1rem;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 80px #0006;border:1px solid rgba(255,255,255,.2);overflow:hidden}.admin-form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#fff)}.admin-form-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.admin-form-close{background:none;border:none;font-size:2rem;color:#374151;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.admin-form-close:hover{color:#1f2937}.admin-form{padding:2rem;background:#fff;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.admin-form-content{flex:1;overflow-y:auto;padding:2rem 2rem 6rem;min-height:0}.admin-form-content::-webkit-scrollbar{width:8px}.admin-form-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.admin-form-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.admin-form-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.admin-form-group label{font-weight:700;color:#111827;font-size:.9rem;margin-bottom:.25rem}.admin-form-hint{display:block;font-size:.75rem;color:#1f2937;margin-top:.25rem;font-style:italic;font-weight:500}.admin-form-group input,.admin-form-group select,.admin-form-group textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;outline:none;transition:all .2s ease;background:#fff;width:100%}.admin-form-group input:focus,.admin-form-group select:focus,.admin-form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#fafbff}.admin-form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.content-toolbar{display:flex;gap:.5rem;flex-wrap:wrap;padding:.75rem;background:#f9fafb;border:2px solid #e5e7eb;border-bottom:none;border-radius:.5rem .5rem 0 0}.content-toolbar-btn{padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.content-toolbar-btn:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.content-toolbar-btn:active{transform:scale(.98)}.content-templates{margin-top:1rem;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem}.template-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.template-btn{padding:.625rem 1.25rem;background:#fff;border:2px solid #667eea;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#667eea;cursor:pointer;transition:all .2s}.template-btn:hover{background:#667eea;color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px #667eea33}.template-btn:active{transform:translateY(0)}.content-preview{min-height:300px;max-height:500px;overflow-y:auto;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;line-height:1.7}.content-preview h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.content-preview h2{font-size:1.5rem;font-weight:600;color:#374151;margin:1.5rem 0 .75rem}.content-preview h3{font-size:1.25rem;font-weight:600;color:#4b5563;margin:1.25rem 0 .5rem}.content-preview p{margin:0 0 1rem;color:#374151}.content-preview ul,.content-preview ol{margin:1rem 0;padding-left:2rem}.content-preview li{margin:.5rem 0;color:#374151}.content-preview a{color:#667eea;text-decoration:underline}.content-preview a:hover{color:#5568d3}.content-preview img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.content-preview hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.admin-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #e5e7eb;background:#fff;position:sticky;bottom:0;margin-top:auto;z-index:10;box-shadow:0 -4px 12px #00000014}.admin-form-actions button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-login-page{min-height:100vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));background:#0b1120;position:relative;overflow:hidden}.admin-login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(56,189,248,.15),transparent 45%),radial-gradient(circle at 85% 30%,rgba(236,72,153,.2),transparent 40%);pointer-events:none}.admin-login-hero{padding:4rem 3rem;color:#cbd5f5;display:flex;flex-direction:column;gap:1.5rem}.admin-login-eyebrow{letter-spacing:.3em;text-transform:uppercase;font-size:.85rem;color:#ffffff8c;margin:0}.admin-login-shield{width:64px;height:64px;border-radius:16px;background:#0f172a4d;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:1.8rem}.admin-login-hero h1{font-size:clamp(2rem,4vw,3rem);margin:0;color:#fff;display:flex;flex-direction:column;gap:.35rem}.admin-login-hero h1 span{font-size:1.1rem;color:#ffffffb3;font-weight:400}.admin-login-hero ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.admin-login-hero li{position:relative;padding-left:1.5rem;color:#fffc}.admin-login-hero li:before{content:"•";position:absolute;left:0;color:#f97316}.admin-login-panel{padding:4rem 3.5rem;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:2rem;position:relative;z-index:1;box-shadow:0 40px 80px #0f172a26;border-left:1px solid rgba(255,255,255,.1)}.admin-login-panel form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-panel .admin-form-group{margin-bottom:0}.admin-login-panel .admin-form-group label{font-weight:600;color:#1f2937;margin-bottom:.5rem}.admin-login-panel .admin-form-group input{padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s ease;background:#fff}.admin-login-panel .admin-form-group input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.admin-login-panel .primary{padding:1rem 0;font-size:1.125rem;font-weight:700;border-radius:.75rem;box-shadow:0 4px 12px #f973164d;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-login-panel .primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #f9731666}.admin-login-security{font-size:.875rem;color:#64748b;margin:0;text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb;line-height:1.6}.admin-error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;border-left:4px solid #dc2626;box-shadow:0 2px 4px #dc26261a;display:flex;align-items:center;gap:.5rem}.admin-error:before{content:"⚠️";font-size:1.2rem}.admin-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;border-left:4px solid #10b981;box-shadow:0 2px 4px #10b9811a;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.admin-success:before{content:"✓";font-size:1.2rem;font-weight:700}.admin-header-buttons{display:flex;gap:.75rem;align-items:center}.admin-dashboard{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a;color:#1f2937}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.dashboard-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;padding:1.5rem;color:#fff;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 6px #0000001a}.stat-card-products{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card-articles{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-badge{display:inline-block;background:#ffffff4d;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;margin-top:.5rem;font-weight:600}.dashboard-item{display:flex;align-items:center;gap:.75rem}.dashboard-item-image{width:50px;height:50px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb;flex-shrink:0}.dashboard-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}button.danger{background:#dc2626;color:#fff;border:none}.admin-table th:first-child,.admin-table td:first-child{width:40px;text-align:center}.admin-table th:first-child input[type=checkbox],.admin-table td:first-child input[type=checkbox]{width:18px;height:18px;cursor:pointer}.stat-icon{font-size:2.5rem;line-height:1}.stat-content h3{margin:0;font-size:2rem;font-weight:700;color:#0f172a}.stat-content p{margin:.25rem 0 0;font-size:.9rem;color:#111827}.dashboard-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.dashboard-section{background:#f9fafb;border-radius:.75rem;padding:1.5rem}.dashboard-section h3{margin:0 0 1rem;font-size:1.1rem;color:#1f2937}.dashboard-list{display:flex;flex-direction:column;gap:.75rem}.dashboard-item{background:#fff;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb;transition:all .2s ease}.dashboard-item:hover{border-color:#111827;box-shadow:0 2px 4px #0000001a}.dashboard-item-info{display:flex;flex-direction:column;gap:.25rem}.dashboard-item-info strong{color:#0f172a;font-size:.95rem;font-weight:700}.dashboard-item-meta{color:#374151;font-size:.85rem}.dashboard-empty{text-align:center;padding:2rem;color:#6b7280}.admin-filters{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center;flex-wrap:wrap}.admin-search-wrapper{flex:1;min-width:200px;position:relative;display:flex;align-items:center}.admin-search-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none;font-size:1rem;z-index:1}.admin-search-input{flex:1;padding:.65rem 1rem .65rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;outline:none;transition:border-color .2s ease}.admin-search-input:focus{border-color:#111827;box-shadow:0 0 0 3px #1118271a}.admin-search-clear{position:absolute;right:.5rem;background:#f3f4f6;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;font-size:1.2rem;line-height:1;transition:all .2s ease;z-index:1}.admin-search-clear:hover{background:#e5e7eb;color:#111827}.admin-filter-select{padding:.65rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;outline:none;background:#fff;cursor:pointer;transition:border-color .2s ease}.admin-filter-select:focus{border-color:#111827;box-shadow:0 0 0 3px #1118271a}.admin-table-footer{margin-top:1rem;padding:1rem;display:flex;flex-direction:column;gap:1rem;color:#6b7280;font-size:.875rem;background:#f9fafb;border-radius:.5rem}.admin-pagination-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.admin-table-footer-selected{color:#667eea;font-weight:600;font-size:.9rem}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.admin-pagination-btn{min-width:36px;height:36px;padding:0 .75rem;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.admin-pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db;color:#111827}.admin-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.admin-pagination-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;font-weight:600}.admin-pagination-btn.active:hover{background:linear-gradient(135deg,#5568d3,#6a3d8f)}.admin-order-id{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.85rem}.admin-address-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-subtext{font-size:.8rem;color:#6b7280}.admin-status-select{padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.85rem;background:#fff;cursor:pointer;transition:border-color .2s ease}.admin-status-select:focus{border-color:#111827;outline:none;box-shadow:0 0 0 3px #1118271a}.admin-btn-view{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.admin-btn-view:hover{border-color:#667eea;background:#f0f4ff;color:#667eea;transform:translateY(-1px);box-shadow:0 2px 4px #667eea33}.admin-table tbody tr.selected{background:#f0f4ff;border-left:3px solid #667eea}.admin-image-preview{margin-top:.75rem;border-radius:.5rem;overflow:hidden;border:2px solid #e5e7eb;max-width:300px}.admin-image-preview img{width:100%;height:auto;display:block;max-height:200px;object-fit:cover}.confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.confirm-dialog{background:#fff;border-radius:1rem;padding:2rem;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center}.confirm-icon{font-size:4rem;margin-bottom:1rem;display:block}.confirm-icon-danger{animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.confirm-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#111827}.confirm-message{margin:0 0 2rem;color:#6b7280;line-height:1.6}.confirm-actions{display:flex;gap:1rem;justify-content:center}.confirm-actions button.danger{background:#dc2626;color:#fff;border:none}.confirm-actions button.danger:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 80px #0006;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#fff)}.modal-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.modal-close{background:none;border:none;font-size:2rem;color:#374151;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover:not(:disabled){color:#111827;transform:scale(1.1)}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #e5e7eb;background:#f9fafb}.modal-footer button.danger{background:#dc2626;color:#fff;border:none}.modal-footer button.danger:hover:not(:disabled){background:#b91c1c}.admin-order-detail-modal{background:#fff;border-radius:1rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #0006}.admin-order-detail-content{padding:2rem}.order-detail-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.order-detail-section:last-child{border-bottom:none;margin-bottom:0}.order-detail-section h4{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#111827}.order-detail-row{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.5rem 0}.order-detail-label{font-weight:600;color:#6b7280;min-width:100px}.order-total-amount{font-size:1.25rem;color:#dc2626}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-detail-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.order-detail-item-image{width:60px;height:60px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb}.order-detail-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.order-detail-item-info strong{color:#1f2937}.order-detail-item-info span{color:#6b7280;font-size:.9rem}.order-detail-item-total{font-weight:700;color:#111827;font-size:1.1rem}.admin-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.admin-table tbody tr.row-selected{background:#f0f4ff;border-left:3px solid #667eea}.admin-table tbody tr{transition:background-color .2s ease}.admin-table tbody tr:hover{background-color:#f9fafb}.admin-table tbody tr.row-selected:hover{background-color:#e0e7ff}.admin-table tbody tr.highlight-new{background-color:#fef3c7!important;animation:highlight-fade 2s ease-out}@keyframes highlight-fade{0%{background-color:#fef3c7}to{background-color:transparent}}.admin-id-code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.85rem;color:#374151;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.admin-id-code:hover{background:#e5e7eb;color:#111827;transform:scale(1.05)}.admin-id-code:active{background:#d1d5db;transform:scale(.98)}button.danger{background:#dc2626;color:#fff;border:none;padding:.65rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}button.danger:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.dashboard-item-image{width:50px;height:50px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb;margin-right:.75rem}.dashboard-item{display:flex;align-items:center;padding:.75rem;border-radius:.5rem;transition:all .2s ease}.dashboard-item-clickable{cursor:pointer}.dashboard-item-clickable:hover{background:#f9fafb;transform:translate(4px)}.dashboard-item-arrow{margin-left:auto;color:#9ca3af;font-size:1.2rem;opacity:0;transition:all .2s ease}.dashboard-item-clickable:hover .dashboard-item-arrow{opacity:1;color:#667eea}.stat-badge{display:inline-block;background:#ffffff4d;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;margin-top:.5rem;font-weight:600}.stat-subtitle{display:block;font-size:.85rem;opacity:.9;margin-top:.25rem;font-weight:400}.dashboard-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-section-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#111827}.dashboard-section-count{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.dashboard-stats-secondary{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card-small{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .2s ease}.stat-card-small:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-card-small .stat-content h4{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem}.stat-card-small .stat-content p{font-size:.875rem;color:#6b7280;margin:0}.dashboard-chart-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-top:2rem}.dashboard-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.dashboard-chart-card h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#111827}.dashboard-chart{margin-top:1rem}.chart-bar-container{display:flex;flex-direction:column;gap:1rem}.chart-bar-item{display:flex;flex-direction:column;gap:.5rem}.chart-bar-label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#374151}.chart-bar-value{font-weight:600;color:#111827}.chart-bar-track{height:24px;background:#f3f4f6;border-radius:12px;overflow:hidden;position:relative}.chart-bar-fill{height:100%;border-radius:12px;transition:width .3s ease;min-width:4px}.chart-bar-pending{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.chart-bar-processing{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.chart-bar-shipped{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.chart-bar-delivered{background:linear-gradient(90deg,#10b981,#34d399)}.dashboard-revenue-info{display:flex;flex-direction:column;gap:1rem}.revenue-comparison{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.revenue-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f9fafb;border-radius:.5rem}.revenue-label{font-size:.875rem;color:#6b7280}.revenue-amount{font-size:1.5rem;font-weight:700;color:#111827}.revenue-percentage{text-align:center;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:.5rem;font-weight:600;font-size:1rem}.stat-card-orders{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card-revenue{background:linear-gradient(135deg,#43e97b,#38f9d7)}.admin-product-cell,.admin-article-cell{display:flex;align-items:center;gap:.75rem}.admin-product-thumb,.admin-article-thumb{width:50px;height:50px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb;background:#f9fafb}.admin-table-container{margin-top:1rem;border-radius:.5rem;overflow:hidden}.admin-empty{text-align:center;padding:4rem 2rem;color:#6b7280;background:#f9fafb;border-radius:.5rem;margin-top:1rem}.admin-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5;display:block}.admin-empty h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}.admin-empty p{margin:.5rem 0 1.5rem;font-size:1rem;color:#374151}.admin-empty-hint{font-size:.875rem;color:#9ca3af;margin-top:.5rem!important}.admin-empty:before{content:"📦";display:block;font-size:3rem;margin-bottom:1rem;opacity:.5}@media(max-width:768px){.admin-form-row{grid-template-columns:1fr}.admin-table{font-size:.85rem}.admin-table th,.admin-table td{padding:.5rem}.admin-manager{padding:1rem}.admin-form-modal{margin:1rem;max-height:calc(100vh - 2rem)}.admin-form-modal{max-height:calc(100vh - 1rem)}.admin-form-content{padding:1.5rem 1.5rem 6rem}.admin-form-header,.admin-form-actions{padding:1rem 1.5rem}.content-toolbar{padding:.5rem;gap:.375rem}.content-toolbar-btn{padding:.375rem .75rem;font-size:.8125rem}.template-buttons{flex-direction:column}.template-btn{width:100%}.content-preview{min-height:200px;max-height:400px;padding:1rem;font-size:.9rem}.admin-manager-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-header-buttons{width:100%;flex-wrap:wrap}.admin-header-buttons button{flex:1;min-width:120px}.admin-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:800px}.dashboard-stats{grid-template-columns:1fr}.dashboard-stats-secondary{grid-template-columns:repeat(2,1fr)}.dashboard-sections,.dashboard-chart-section{grid-template-columns:1fr}}.article-detail-page{max-width:1400px;margin:0 auto;padding:2rem 3vw}.article-breadcrumb{margin-bottom:2rem;font-size:.9rem;color:#6b7280}.article-breadcrumb a{color:#1f2937;text-decoration:none;transition:color .2s}.article-breadcrumb a:hover{color:#f97316}.article-breadcrumb span{margin:0 .5rem}.article-detail-layout{display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:start}.article-sidebar{position:sticky;top:2rem}.article-sidebar-section{margin-bottom:3rem}.article-sidebar-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.article-sidebar-posts{display:flex;flex-direction:column;gap:1.5rem}.article-sidebar-post{display:flex;gap:1rem;text-decoration:none;color:inherit;transition:transform .2s}.article-sidebar-post:hover{transform:translate(4px)}.article-sidebar-post-image{width:100px;height:80px;border-radius:.5rem;background-size:cover;background-position:center;flex-shrink:0}.article-sidebar-post-content{flex:1}.article-sidebar-post-content h4{font-size:.95rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.article-sidebar-post-date{font-size:.85rem;color:#6b7280;margin:0}.article-sidebar-products{display:flex;flex-direction:column;gap:1.5rem}.article-sidebar-product{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:box-shadow .2s}.article-sidebar-product:hover{box-shadow:0 4px 6px #0000001a}.article-sidebar-product-image{width:100%;height:200px;background-size:cover;background-position:center}.article-sidebar-product-info{padding:1rem}.article-sidebar-product-info h4{font-size:.95rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.article-sidebar-product-desc{font-size:.85rem;color:#6b7280;margin:0 0 .75rem;line-height:1.5}.article-sidebar-product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.article-sidebar-product-price strong{font-size:1rem;color:#1f2937;font-weight:700}.article-sidebar-product-price .compare{font-size:.85rem;color:#9ca3af;text-decoration:line-through}.article-sidebar-product-actions{margin-top:.75rem}.article-sidebar-product-link{display:inline-block;font-size:.875rem;color:#f97316;text-decoration:none;font-weight:500;transition:color .2s}.article-sidebar-product-link:hover{color:#ea580c;text-decoration:underline}.article-detail-main{min-width:0}.article-detail-content{background:#fff}.article-detail-header{margin-bottom:2rem}.article-detail-category-badge{display:inline-block;background:#1f2937;color:#fff;padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.article-detail-title{font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1.2;margin:0 0 1.5rem}.article-detail-meta{display:flex;gap:1rem;font-size:.9rem;color:#6b7280;margin-bottom:2rem}.article-detail-author{font-weight:500;color:#1f2937}.article-detail-date{color:#6b7280}.article-detail-hero-image{width:100%;margin-bottom:3rem;border-radius:.5rem;overflow:hidden}.article-detail-hero-image img{width:100%;height:auto;display:block}.article-detail-body{margin-bottom:3rem}.article-detail-lead{font-size:1.25rem;line-height:1.8;color:#4b5563;margin-bottom:2rem;font-weight:400}.article-detail-text{font-size:1.125rem;line-height:1.9;color:#374151}.article-detail-text p{margin-bottom:1.5rem}.article-detail-text h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.article-detail-text h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-top:2rem;margin-bottom:.75rem;line-height:1.3}.article-detail-text h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-top:1.5rem;margin-bottom:.75rem}.article-detail-text ul,.article-detail-text ol{margin:1.5rem 0;padding-left:2rem}.article-detail-text li{margin-bottom:.75rem;line-height:1.8}.article-detail-text strong{font-weight:600;color:#1f2937}.article-detail-text em{font-style:italic}.article-detail-text a{color:#f97316;text-decoration:underline;transition:color .2s}.article-detail-text a:hover{color:#ea580c}.article-detail-social{padding-top:2rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;font-size:.9rem;color:#6b7280}.article-social-link{color:#1f2937;text-decoration:none;font-weight:500;transition:color .2s}.article-social-link:hover{color:#f97316}@media(max-width:1024px){.article-detail-layout{grid-template-columns:280px 1fr;gap:2rem}}@media(max-width:768px){.article-detail-page{padding:1rem 1.5rem}.article-detail-layout{grid-template-columns:1fr;gap:2rem}.article-sidebar{position:static;order:2}.article-detail-main{order:1}.article-detail-title{font-size:1.75rem}.article-detail-lead{font-size:1.125rem}.article-detail-text{font-size:1rem}.article-sidebar-post-image{width:80px}}.page-detail{max-width:900px;margin:0 auto;padding:2rem 3vw}.page-detail-content{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.page-detail-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.page-detail-title{font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1.2;margin:0}.page-detail-body{margin:2rem 0}.page-detail-text{font-size:1.125rem;line-height:1.9;color:#374151}.page-detail-text p{margin-bottom:1.5rem}.page-detail-text h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-top:2.5rem;margin-bottom:1rem}.page-detail-text h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-top:2rem;margin-bottom:.75rem}.page-detail-text h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-top:1.5rem;margin-bottom:.75rem}.page-detail-text ul,.page-detail-text ol{margin:1.5rem 0;padding-left:2rem}.page-detail-text li{margin-bottom:.75rem;line-height:1.8}.page-detail-text strong{font-weight:600;color:#1f2937}.page-detail-text em{font-style:italic}.page-detail-text a{color:#f97316;text-decoration:underline;transition:color .2s}.page-detail-text a:hover{color:#ea580c}.page-detail-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.page-detail{padding:1rem 1.5rem}.page-detail-content{padding:1.5rem}.page-detail-title{font-size:1.75rem}.page-detail-text{font-size:1rem}}.footer-manager{display:flex;flex-direction:column;gap:2rem}.footer-manager-column{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;background:#fff}.footer-manager-column-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.footer-manager-column-controls{display:flex;gap:.5rem}.footer-manager-column-info{flex:1;display:flex;align-items:center;gap:1rem}.footer-manager-column-info h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.footer-manager-column-type{font-size:.85rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:.375rem}.footer-manager-column-edit{display:flex;align-items:center;gap:.5rem;flex:1}.footer-manager-column-edit input,.footer-manager-column-edit select{flex:1}.footer-manager-items{display:flex;flex-direction:column;gap:1rem}.footer-manager-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:.75rem;flex-wrap:wrap;gap:1rem}.footer-manager-stats{display:flex;gap:1rem;font-size:.9rem;color:#4b5563}.footer-manager-search{min-width:240px}.footer-template-buttons{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-template-btn{padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.footer-template-btn:hover{background:#f3f4f6;border-color:#f97316;color:#f97316;transform:translateY(-1px);box-shadow:0 2px 4px #f973161a}.footer-manager-collapsed{padding:1rem;background:#f9fafb;border-radius:.75rem;color:#6b7280;font-size:.9rem}.hero-manager{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.hero-slide-card{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;background:#fff;box-shadow:0 10px 25px #0f172a0d}.hero-slide-preview{border-radius:.75rem;background-size:cover;background-position:center;min-height:220px;position:relative;border:1px solid #f3f4f6}.hero-slide-preview:after{content:"";position:absolute;inset:0;border-radius:.75rem;box-shadow:inset 0 0 0 1px #ffffff80}.hero-slide-preview-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem}.hero-slide-fields{display:flex;flex-direction:column;gap:1rem}.hero-slide-row{display:flex;justify-content:space-between;align-items:center}.hero-slide-controls{display:flex;align-items:center;gap:.5rem}.hero-slide-order{font-weight:600;color:#4b5563}.hero-slide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hero-slide-grid label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:#4b5563;font-size:.85rem}.hero-slide-full{grid-column:1 / -1}.hero-slide-actions{display:flex;gap:1rem;justify-content:flex-end}.hero-slide-actions .primary,.hero-slide-actions .ghost{min-width:140px}.admin-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.admin-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.admin-section-header h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#111827}.admin-section-desc{margin:0;font-size:.875rem;color:#1f2937;font-weight:500}.admin-section-actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.footer-manager-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.footer-manager-item-controls{display:flex;flex-direction:column;gap:.25rem}.footer-manager-item-content{flex:1;min-width:0}.footer-manager-item-display{display:flex;align-items:center;gap:1rem;width:100%}.footer-manager-item-display strong{font-weight:600;color:#1f2937}.footer-manager-item-value{font-size:.9rem;color:#6b7280;margin:.5rem 0 0;white-space:pre-line}.footer-manager-item-link{font-size:.85rem;color:#6b7280;font-family:monospace}.footer-manager-item-edit{display:flex;flex-direction:column;gap:.75rem;width:100%}.footer-manager-item-edit input,.footer-manager-item-edit textarea{width:100%}.category-manager-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}.category-manager-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.category-manager-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.category-manager-preview{width:100%;height:200px;background-size:cover;background-position:center;background-color:#f3f4f6;position:relative}.category-manager-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem}.category-manager-content{padding:1.5rem}.category-manager-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-manager-controls{display:flex;align-items:center;gap:.5rem}.category-manager-order{font-weight:700;color:#1f2937;font-size:.9rem}.category-manager-content h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#111827}.category-manager-description{margin:0 0 1rem;font-size:.875rem;color:#374151;line-height:1.6}.category-manager-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-filter-badge{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#1f2937;border-radius:.375rem;font-size:.75rem;font-weight:600}.team-modal-overlay{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}.team-modal{background:#fff;border-radius:1.5rem;width:min(90vw,1000px);max-height:90vh;box-shadow:0 25px 80px #0006;position:relative;display:flex;flex-direction:column;animation:slideUp .3s ease;overflow:hidden}.team-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;font-size:2rem;color:#1f2937;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.team-modal-close:hover{background:#fff;transform:rotate(90deg)}.team-modal h2{font-size:2rem;font-weight:700;color:#1f2937;margin:2.5rem 2.5rem .5rem;text-align:center}.team-modal-subtitle{text-align:center;color:#6b7280;font-size:1.125rem;margin:0 2.5rem 2rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 2.5rem 2.5rem;overflow-y:auto;max-height:calc(90vh - 200px)}.team-member-card{background:#f9fafb;border-radius:1rem;padding:1.5rem;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease}.team-member-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#f97316}.team-member-image{width:120px;height:120px;border-radius:50%;background-size:cover;background-position:center;margin:0 auto 1rem;border:3px solid #fff;box-shadow:0 4px 12px #0000001a}.team-member-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.team-member-role{color:#f97316;font-weight:600;font-size:.95rem;margin:0 0 1rem}.team-member-bio{color:#6b7280;font-size:.9rem;line-height:1.6;margin:0}.team-modal-actions{display:flex;justify-content:center;padding:0 0 2rem}.team-modal-actions .primary{width:auto;min-width:160px}.team-page{padding:6rem 8vw 4rem;background:#f9fafb}.team-hero{max-width:800px;margin:0 auto 3rem;text-align:center}.team-hero h1{font-size:3rem;margin:.5rem 0 1rem;color:#111827}.team-hero p{color:#4b5563;line-height:1.7;font-size:1.1rem}.team-controls{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.team-controls input[type=search]{padding:.85rem 1.25rem;border:1px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.team-controls input[type=search]:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.team-role-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.team-section{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 25px 80px #0f172a14;margin-top:3rem}.team-specialties{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.team-specialties span{background:#eef2ff;color:#4338ca;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.team-empty{text-align:center;color:#6b7280;margin-top:2rem}.nav-team-link{margin-left:1rem;padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(249,115,22,.3);color:#f97316;font-weight:600;text-decoration:none;transition:all .2s ease}.nav-team-link:hover{background:#f97316;color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #f973164d}.admin-settings-preview{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;margin-top:1.5rem}.admin-settings-item{margin-bottom:1.5rem}.admin-settings-item:last-child{margin-bottom:0}.admin-settings-item label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.admin-settings-item p{color:#1f2937;font-size:1rem;margin:0}.not-found-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.not-found-content{text-align:center;max-width:600px}.not-found-illustration{position:relative;margin-bottom:2rem}.not-found-code{font-size:8rem;font-weight:900;color:#f97316;margin:0;line-height:1;opacity:.1}.not-found-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem}.not-found-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.not-found-description{font-size:1.125rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.not-found-links{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9rem;color:#9ca3af}.not-found-links a{color:#6b7280;text-decoration:none;transition:color .2s}.not-found-links a:hover{color:#f97316}.user-center-page{max-width:1200px;margin:0 auto;padding:2rem 3vw}.user-center-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.user-center-avatar{display:flex;align-items:center;gap:1.5rem}.avatar-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.user-info h1{margin:0 0 .25rem;font-size:1.75rem;color:#1f2937}.user-email{margin:0;color:#6b7280;font-size:.95rem}.user-meta{margin:.25rem 0 0;color:#9ca3af;font-size:.85rem}.stat-sublabel{font-size:.75rem;color:#6b7280;margin-top:.25rem;font-weight:400}.user-center-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#f97316;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#6b7280}.user-center-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;overflow-x:auto;background:#fff;padding:.5rem;border-radius:.75rem .75rem 0 0}.user-center-tabs button{padding:.875rem 1.75rem;border:none;background:transparent;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease;white-space:nowrap;border-radius:.5rem .5rem 0 0;position:relative}.user-center-tabs button:hover{color:#1f2937;background:#f9fafb}.user-center-tabs button.active{color:#f97316;border-bottom-color:#f97316;font-weight:600;background:#fff}.user-center-content{display:grid;gap:2rem}.user-center-section{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.section-header h2{margin:0;font-size:1.5rem;color:#1f2937}.recent-orders-list{display:flex;flex-direction:column;gap:1rem}.recent-order-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f9fafb;border-radius:.5rem;gap:1rem}.order-info{flex:1}.order-id{margin:0 0 .25rem;font-weight:600;color:#1f2937}.order-date{margin:0;font-size:.85rem;color:#6b7280}.order-total{font-weight:700;color:#f97316;font-size:1.1rem}.order-link{color:#f97316;text-decoration:none;font-size:.9rem;transition:color .2s}.order-link:hover{color:#ea580c}.wishlist-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.wishlist-item{text-decoration:none;color:inherit;border:2px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:all .3s ease;background:#fff;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d}.wishlist-item:hover{border-color:#f97316;transform:translateY(-4px);box-shadow:0 8px 24px #f9731626}.wishlist-item-image{width:100%;aspect-ratio:1;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f3f4f6;border-radius:.5rem .5rem 0 0;min-height:150px;position:relative;overflow:hidden}.wishlist-item-image:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#00000005);pointer-events:none}.wishlist-item-image:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d1d5db' stroke-width='1'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M9 9h6v6H9z'/%3E%3C/svg%3E");background-size:48px 48px;background-position:center;background-repeat:no-repeat;opacity:.3;pointer-events:none;transition:opacity .3s ease}.wishlist-item:hover .wishlist-item-image:after{opacity:0}.wishlist-item-name{padding:.75rem;margin:0;font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.4;min-height:2.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-item-price{padding:0 .75rem .75rem;margin:0;font-size:1rem;color:#f97316;font-weight:700}.settings-list{display:flex;flex-direction:column;gap:1rem}.address-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.address-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.address-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem}.address-actions .checkbox{display:flex;align-items:center;gap:.5rem;color:#374151;font-size:.95rem}.address-list{display:flex;flex-direction:column;gap:1rem}.address-card{border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;background:#fff;box-shadow:0 4px 12px #0000000a}.address-card.default{border-color:#f97316;box-shadow:0 6px 18px #f973161f}.address-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem}.address-card-actions{display:flex;gap:.75rem}.address-card-actions .danger{color:#ef4444}.address-tag{display:inline-block;padding:.1rem .5rem;background:#fef3c7;color:#b45309;border-radius:999px;font-size:.8rem;margin-left:.5rem}.address-phone{margin-left:.5rem;color:#6b7280}.address-detail{margin:0;color:#374151;line-height:1.6}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:.5rem}.setting-value{color:#10b981;font-weight:600}.profile-edit-form,.password-change-form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;padding:1.5rem 0}.profile-view{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.profile-field{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease}.profile-field:hover{background:#f3f4f6;border-color:#d1d5db}.profile-field label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.profile-field p{margin:0;font-size:1.125rem;color:#1f2937;font-weight:600}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:.5rem}.form-actions button{min-width:100px}.user-center-section .orders-list{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.user-center-tabs{gap:.25rem}.user-center-tabs button{padding:.75rem 1rem;font-size:.9rem}.profile-edit-form,.password-change-form{max-width:100%}.form-actions{flex-direction:column}.form-actions button{width:100%}}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:.75rem;border:2px dashed #e5e7eb;position:relative;overflow:hidden}.empty-state:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(249,115,22,.05) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}.empty-state p{margin:0 0 1.5rem;font-size:1.125rem;color:#9ca3af;font-weight:500;position:relative;z-index:1}.safe-image{position:relative;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.safe-image:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.safe-image img{display:none}.comparison-empty{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:1rem;border:2px dashed #e5e7eb;max-width:600px;margin:2rem auto}.comparison-empty h1{font-size:2rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.comparison-empty p{color:#6b7280;margin-bottom:2rem;line-height:1.6;font-size:1.125rem}.comparison-page{max-width:1400px;margin:0 auto;padding:2rem}.comparison-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.comparison-header h1{margin:0 0 .5rem;font-size:2rem;color:#1f2937}.comparison-table-container{overflow-x:auto;margin-bottom:2rem;border:1px solid #e5e7eb;border-radius:.75rem}.comparison-table{width:100%;border-collapse:collapse;background:#fff}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}.comparison-table th{background:#f9fafb;font-weight:600;color:#1f2937;position:sticky;top:0;z-index:10}.comparison-sticky-col{position:sticky;left:0;background:#f9fafb;z-index:5;font-weight:600;min-width:150px}.comparison-product-col{min-width:250px;max-width:300px}.comparison-product-header{position:relative}.comparison-remove-btn{position:absolute;top:-.5rem;right:-.5rem;width:24px;height:24px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#6b7280;transition:all .2s}.comparison-remove-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.comparison-product-link{text-decoration:none;color:inherit;display:block}.comparison-product-image{width:100%;aspect-ratio:1;background-size:cover;background-position:center;border-radius:.5rem;margin-bottom:.75rem}.comparison-product-link h3{margin:0 0 .5rem;font-size:1rem;color:#1f2937}.comparison-product-price{margin:0;font-size:1.25rem;font-weight:700;color:#f97316}.comparison-product-compare{margin:.25rem 0 0;font-size:.875rem;color:#6b7280;text-decoration:line-through}.comparison-compare-price{display:block;font-size:.875rem;color:#6b7280;text-decoration:line-through;margin-top:.25rem}.comparison-tags{display:flex;flex-wrap:wrap;gap:.5rem}.comparison-tag{padding:.25rem .5rem;background:#f3f4f6;border-radius:.25rem;font-size:.75rem;color:#6b7280}.comparison-description{font-size:.875rem;color:#4b5563;line-height:1.6;max-width:300px}.comparison-actions{display:flex;justify-content:center;gap:1rem;padding-top:2rem;border-top:1px solid #e5e7eb}.user-center-login-prompt{max-width:500px;margin:4rem auto;text-align:center;padding:3rem 2rem}.user-center-login-prompt h1{margin-bottom:1rem}.contact-page{max-width:1200px;margin:0 auto;padding:2rem 3vw}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;margin-bottom:.5rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h2,.contact-form-wrapper h2{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{font-size:2rem;flex-shrink:0}.contact-method h3{margin:0 0 .5rem;color:#1f2937}.contact-method p{margin:.25rem 0;color:#6b7280}.contact-form-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem}.contact-success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-weight:600}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.field-error{color:#ef4444;font-size:.8rem;font-weight:500;margin-left:.5rem}.input-error:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444426!important}.about-page{max-width:900px;margin:0 auto;padding:2rem 3vw}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-size:3rem;margin-bottom:.5rem}.about-subtitle{font-size:1.25rem;color:#f97316;font-weight:600;margin:0}.about-section{margin-bottom:3rem}.about-section h2{font-size:2rem;margin-bottom:1.5rem;color:#1f2937}.about-section p{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1rem}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.mission-item{background:#f9fafb;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb}.mission-item h3{margin:0 0 .5rem;color:#1f2937;font-size:1.25rem}.mission-item p{margin:0;font-size:.95rem;color:#6b7280}.about-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.about-features li{padding:1.5rem;background:#f9fafb;border-radius:.75rem;border-left:4px solid #f97316}.about-features strong{display:block;font-size:1.25rem;color:#1f2937;margin-bottom:.5rem}.about-features p{margin:0;font-size:1rem;color:#6b7280}.about-contact{background:#fff7ed;padding:1.5rem;border-radius:.75rem;border:1px solid #fed7aa}.about-contact p{margin:.5rem 0;color:#1f2937}.privacy-page{max-width:900px;margin:0 auto;padding:2rem 3vw}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.privacy-header h1{font-size:2.5rem;margin-bottom:.5rem}.privacy-updated{color:#6b7280;font-size:.9rem;margin:0}.privacy-content{line-height:1.8}.privacy-section{margin-bottom:3rem}.privacy-section h2{font-size:1.75rem;margin-bottom:1rem;color:#1f2937}.privacy-section p{color:#4b5563;margin-bottom:1rem}.privacy-section ul{color:#4b5563;padding-left:1.5rem}.privacy-section li{margin-bottom:.75rem}.privacy-section strong{color:#1f2937}.checkout-success{max-width:600px;margin:4rem auto;text-align:center;padding:3rem 2rem}.checkout-success-icon{width:80px;height:80px;border-radius:50%;background:#d1fae5;color:#10b981;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem;font-weight:700}.checkout-success h1{font-size:2rem;margin-bottom:1rem;color:#1f2937}.checkout-success p{font-size:1.125rem;color:#6b7280;margin-bottom:.5rem}.checkout-success-note{font-size:.95rem!important;color:#9ca3af!important;font-style:italic;margin-bottom:2rem!important}.checkout-success-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.checkout-empty{max-width:500px;margin:4rem auto;text-align:center;padding:3rem 2rem}.checkout-empty h1{margin-bottom:1rem}.breadcrumb{max-width:1400px;margin:0 auto;padding:1rem 3vw}.breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0;font-size:.9rem}.breadcrumb-item{display:flex;align-items:center;gap:.5rem}.breadcrumb-link{color:#6b7280;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#f97316}.breadcrumb-text{color:#6b7280}.breadcrumb-current{color:#1f2937;font-weight:500}.breadcrumb-separator{color:#9ca3af;-webkit-user-select:none;user-select:none}.share-button-wrapper{position:relative}.share-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;color:#6b7280;font-size:.9rem;cursor:pointer;transition:all .2s}.share-button:hover{background:#fff;border-color:#f97316;color:#f97316}.share-overlay{position:fixed;inset:0;z-index:998;background:#0000001a}.share-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:999;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;padding:.5rem;min-width:180px}.share-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;border-radius:.5rem;color:#374151;font-size:.9rem;text-align:left;cursor:pointer;transition:background .2s}.share-menu-item:hover{background:#f9fafb}.share-menu-item svg{flex-shrink:0;color:#6b7280}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#1f2937;font-size:.95rem;margin-bottom:.25rem}.form-required{color:#ef4444;margin-left:.25rem}.form-error{font-size:.85rem;color:#ef4444;margin-top:-.25rem}.form-input{width:100%;padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;color:#1f2937;transition:all .2s ease;outline:none}.form-input::placeholder{color:#9ca3af}.form-input:hover{border-color:#9ca3af}.form-input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161a;background:#fff}.form-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-hint{font-size:.85rem;color:#6b7280;margin-top:-.25rem}.input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.input-error:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}[role=img]{display:block}.skip-to-main{position:absolute;top:-40px;left:0;background:#f97316;color:#fff;padding:.5rem 1rem;text-decoration:none;z-index:10000;border-radius:0 0 .25rem}.skip-to-main:focus{top:0}*:focus-visible{outline:2px solid #f97316;outline-offset:2px}@media(prefers-contrast:high){.breadcrumb-separator,.breadcrumb-text{color:#000}.breadcrumb-current{color:#000;font-weight:700}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.admin-specs-editor,.admin-reviews-editor,.admin-faq-editor{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.admin-spec-row{display:flex;gap:.5rem;align-items:center}.admin-spec-key,.admin-spec-value{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.admin-spec-key{flex:0 0 200px}.admin-spec-remove{flex:0 0 auto;padding:.5rem;min-width:36px;height:36px;color:#dc2626}.admin-review-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background:#f9fafb}.admin-review-row{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.admin-review-author{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.admin-review-rating{flex:0 0 100px;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.admin-review-date{flex:0 0 150px;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.admin-review-remove{flex:0 0 auto;padding:.5rem;min-width:36px;height:36px;color:#dc2626}.admin-review-text{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;resize:vertical;font-family:inherit}.admin-faq-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background:#f9fafb;display:flex;flex-direction:column;gap:.5rem}.admin-faq-question{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;font-weight:600}.admin-faq-answer{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;resize:vertical;font-family:inherit}.admin-faq-remove{align-self:flex-end;padding:.5rem 1rem;color:#dc2626;font-size:.875rem}.admin-add-btn{align-self:flex-start;padding:.5rem 1rem;margin-top:.25rem;font-size:.875rem;border:1px dashed #d1d5db;color:#6b7280}.admin-add-btn:hover{border-color:#f97316;color:#f97316;background:#fff7ed}.audit-logs-table{overflow-x:auto;margin-top:1.5rem}.audit-logs-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.audit-logs-table thead{background:linear-gradient(135deg,#1f2937,#374151)}.audit-logs-table th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.audit-logs-table td{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#111827;font-size:.9rem;vertical-align:top}.audit-logs-table tbody tr{transition:background-color .2s ease}.audit-logs-table tbody tr:hover{background:#f9fafb}.audit-logs-table tbody tr:last-child td{border-bottom:none}.audit-action{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.audit-action-product{background:#dbeafe;color:#1e40af}.audit-action-article{background:#fce7f3;color:#9f1239}.audit-action-heroSlide{background:#fef3c7;color:#92400e}.audit-action-page{background:#e0e7ff;color:#3730a3}.audit-action-siteSettings{background:#dcfce7;color:#166534}.audit-action-admin{background:#fee2e2;color:#991b1b}.audit-action-category{background:#f3e8ff;color:#6b21a8}.audit-action-proAngler{background:#fef3c7;color:#92400e}.audit-action-footer{background:#e0f2fe;color:#0c4a6e}.admin-gallery-editor{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.admin-gallery-item{display:flex;gap:.75rem;align-items:flex-start;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background:#f9fafb}.admin-gallery-preview{flex:0 0 100px;width:100px;height:100px;border-radius:.375rem;overflow:hidden;background:#fff;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center}.admin-gallery-preview img{width:100%;height:100%;object-fit:cover}.admin-gallery-input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.admin-gallery-remove{flex:0 0 auto;padding:.5rem;min-width:36px;height:36px;color:#dc2626;align-self:flex-start}.toast-container{position:fixed;top:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;max-width:400px;pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.5rem;border-radius:.75rem;box-shadow:0 8px 24px #00000026;background:#fff;border-left:4px solid;pointer-events:auto;animation:toastSlideIn .4s ease-out;min-width:320px;max-width:420px}@keyframes toastSlideIn{0%{transform:translate(calc(100% + 1rem));opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(calc(100% + 1rem));opacity:0}}.toast.toast-exiting{animation:toastSlideOut .3s ease-in forwards}.toast-success{border-left-color:#10b981;background:linear-gradient(to right,#ecfdf5,#fff 20%)}.toast-error{border-left-color:#ef4444;background:linear-gradient(to right,#fef2f2,#fff 20%)}.toast-warning{border-left-color:#f59e0b;background:linear-gradient(to right,#fffbeb,#fff 20%)}.toast-info{border-left-color:#3b82f6;background:linear-gradient(to right,#eff6ff,#fff 20%)}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon{font-size:1.25rem;font-weight:700;flex-shrink:0}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{color:#111827;font-size:1rem;font-weight:500;line-height:1.6;word-break:break-word}.toast-close{background:transparent;border:none;color:#6b7280;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#0000000d;color:#111827}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card-skeleton{pointer-events:none;opacity:.7}.floating-cart{position:fixed;right:24px;bottom:24px;z-index:1200;max-width:320px;font-family:inherit}.floating-cart-toggle{display:inline-flex;align-items:center;gap:.5rem;background:#0f172a;color:#fff;border:none;border-radius:999px;padding:.75rem 1rem;box-shadow:0 10px 30px #0003;cursor:pointer;width:100%;justify-content:space-between}.floating-cart-count{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f97316;color:#fff;font-weight:700}.floating-cart-label{flex:1;text-align:left;font-weight:600}.floating-cart-price{font-weight:700}.floating-cart-arrow{font-size:.85rem;opacity:.8}.floating-cart-panel{margin-top:.5rem;background:#fff;border-radius:1rem;box-shadow:0 20px 50px #0f172a33;border:1px solid #e2e8f0;overflow:hidden}.floating-cart-list{max-height:320px;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.floating-cart-item{display:grid;grid-template-columns:56px 1fr auto;gap:.75rem;align-items:center}.floating-cart-thumb{width:56px;height:56px;border-radius:10px;background-size:cover;background-position:center;cursor:pointer}.floating-cart-info{display:flex;flex-direction:column;gap:.15rem}.floating-cart-name{margin:0;font-weight:600;color:#0f172a;cursor:pointer}.floating-cart-name:hover{color:#f97316}.floating-cart-meta{margin:0;color:#64748b;font-size:.9rem}.floating-cart-subtotal{font-weight:700;color:#0f172a}.floating-cart-actions{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid #e2e8f0;background:#f8fafc}.floating-cart-actions .ghost,.floating-cart-actions .primary{flex:1}@media(max-width:768px){.floating-cart{right:12px;bottom:12px;left:12px;max-width:none}}.floating-compare{position:fixed;left:24px;bottom:24px;z-index:1190;width:min(480px,90vw);background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 16px 40px #0f172a1f;padding:1rem}.floating-compare-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;font-weight:600;color:#0f172a}.floating-compare-actions{display:inline-flex;gap:.5rem}.floating-compare-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.floating-compare-item{display:grid;grid-template-columns:56px 1fr;gap:.5rem;align-items:center;text-decoration:none;color:inherit;padding:.5rem;border:1px solid #f1f5f9;border-radius:.75rem;background:#f8fafc;transition:border .2s,box-shadow .2s,transform .2s}.floating-compare-item:hover{border-color:#f97316;box-shadow:0 8px 18px #f9731633;transform:translateY(-1px)}.floating-compare-thumb{width:56px;height:56px;border-radius:10px;background-size:cover;background-position:center;border:1px solid #e5e7eb}.floating-compare-info{display:flex;flex-direction:column;gap:.15rem}.floating-compare-name{font-weight:600;font-size:.95rem;color:#0f172a}.floating-compare-price{font-size:.9rem;color:#f97316;font-weight:700}@media(max-width:768px){.floating-compare{left:12px;right:12px;bottom:12px;width:auto}}.back-to-top{position:fixed;right:24px;bottom:90px;z-index:1180;width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;box-shadow:0 8px 18px #0000001f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.back-to-top:hover{transform:translateY(-2px);border-color:#f97316;color:#f97316}@media(max-width:768px){.back-to-top{right:12px;bottom:80px}}.dark-theme{color-scheme:dark}.dark-theme .site-header{background:linear-gradient(to bottom,#1f2937,#111827);border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.dark-theme .logo{color:#fff;background:linear-gradient(135deg,#f9731633,#f973161a)}.dark-theme .page{background:#111827;color:#e5e7eb}.dark-theme .product-card,.dark-theme .article-card,.dark-theme .order-card{background:#1f2937;border-color:#ffffff1a;color:#e5e7eb}.dark-theme .product-card h3,.dark-theme .article-card h3{color:#fff}.dark-theme .form-input,.dark-theme input,.dark-theme textarea,.dark-theme select{background:#1f2937;border-color:#fff3;color:#e5e7eb}.dark-theme .form-input:focus,.dark-theme input:focus,.dark-theme textarea:focus,.dark-theme select:focus{border-color:#f97316;background:#1f2937}.dark-theme .modal-content,.dark-theme .confirm-dialog{background:#1f2937;border-color:#ffffff1a;color:#e5e7eb}.dark-theme .admin-page{background:#111827;color:#e5e7eb}.dark-theme .admin-manager{background:#1f2937;color:#e5e7eb}.dark-theme .admin-table{background:#1f2937}.dark-theme .admin-table th,.dark-theme .admin-table td{border-color:#ffffff1a;color:#e5e7eb}.dark-theme .ghost{color:#e5e7eb;border-color:#fff3}.dark-theme .ghost:hover{background:#ffffff1a;border-color:#ffffff4d}.stripe-pay-page{min-height:80vh;background:linear-gradient(to bottom,#f9fafb,#fff);padding:2rem 0 4rem}.stripe-pay-container{max-width:1200px;margin:0 auto;padding:0 3vw}.stripe-pay-header{text-align:center;margin-bottom:3rem}.stripe-logo-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.stripe-logo{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#635bff,#0a2540);border-radius:1rem;box-shadow:0 4px 16px #635bff4d}.stripe-pay-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0;background:linear-gradient(135deg,#635bff,#0a2540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stripe-pay-subtitle{font-size:1.1rem;color:#6b7280;margin:.5rem 0 1rem}.order-id-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;margin-top:1rem;font-size:.9rem}.order-id-label{color:#6b7280;font-weight:500}.order-id-value{color:#1f2937;font-weight:600;font-family:Courier New,monospace}.stripe-pay-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.stripe-pay-main{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 12px #00000014;border:1px solid #e5e7eb}.stripe-error-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;margin-bottom:1.5rem;font-weight:500}.stripe-loading-state{text-align:center;padding:3rem 2rem}.stripe-loading-state p{margin-top:1rem;color:#6b7280}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.payment-info-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:1rem;padding:1.5rem;margin-bottom:.5rem}.payment-amount-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem}.payment-label{font-size:.9rem;color:#0369a1;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.payment-amount{font-size:2.5rem;font-weight:700;color:#0c4a6e;font-family:Courier New,monospace}.payment-test-info{background:#fff;border-radius:.75rem;padding:1rem;border:1px solid #bae6fd}.test-card-info{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.test-card-icon{font-size:1.5rem}.test-card-number{background:#f1f5f9;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-weight:600;color:#1e293b;font-size:.95rem}.test-card-hint{font-size:.85rem;color:#64748b;margin:0}.payment-element-wrapper{background:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.payment-methods-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.payment-element{background:#fff;border-radius:.5rem;padding:1rem;border:1px solid #e5e7eb}.payment-error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;font-weight:500}.error-icon{font-size:1.25rem}.payment-submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#635bff,#0a2540);color:#fff;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #635bff4d;margin-top:.5rem}.payment-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #635bff66}.payment-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.payment-submit-btn .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.payment-submit-btn .pay-icon,.payment-submit-btn .loading-icon{font-size:1.25rem}.stripe-pay-sidebar{display:flex;flex-direction:column;gap:1.5rem}.payment-sidebar-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 12px #00000014;border:1px solid #e5e7eb}.sidebar-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.sidebar-amount-section{margin-bottom:1.5rem}.sidebar-label{display:block;font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.5rem}.amount-input-wrapper{display:flex;align-items:center;gap:.5rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;transition:all .2s ease}.amount-input-wrapper:focus-within{border-color:#635bff;box-shadow:0 0 0 3px #635bff1a}.currency-symbol{font-size:1.1rem;font-weight:600;color:#6b7280}.amount-input{flex:1;border:none;background:transparent;font-size:1.1rem;font-weight:600;color:#1f2937;outline:none;font-family:Courier New,monospace}.sidebar-hint{font-size:.8rem;color:#6b7280;margin:.5rem 0 0;line-height:1.4}.regenerate-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.regenerate-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.regenerate-btn:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:14px;height:14px;border:2px solid rgba(55,65,81,.3);border-top-color:#374151;border-radius:50%;animation:spin .8s linear infinite}.security-tips{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.security-tips li{font-size:.9rem;color:#4b5563;line-height:1.5;padding-left:.5rem}.dark-theme .stripe-pay-page{background:linear-gradient(to bottom,#111827,#1f2937)}.dark-theme .stripe-pay-main,.dark-theme .payment-sidebar-card{background:#1f2937;border-color:#ffffff1a}.dark-theme .stripe-pay-header h1{background:linear-gradient(135deg,#818cf8,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark-theme .stripe-pay-subtitle{color:#9ca3af}.dark-theme .order-id-badge{background:#374151;border-color:#ffffff1a}.dark-theme .order-id-label{color:#9ca3af}.dark-theme .order-id-value{color:#e5e7eb}.dark-theme .stripe-error-banner{background:#7f1d1d;border-color:#991b1b;color:#fecaca}.dark-theme .payment-info-card{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-color:#3b82f6}.dark-theme .payment-label{color:#93c5fd}.dark-theme .payment-amount{color:#dbeafe}.dark-theme .payment-test-info{background:#1f2937;border-color:#3b82f6}.dark-theme .test-card-number{background:#374151;color:#e5e7eb}.dark-theme .test-card-hint{color:#9ca3af}.dark-theme .payment-element-wrapper{background:#374151;border-color:#ffffff1a}.dark-theme .payment-methods-title{color:#e5e7eb}.dark-theme .payment-element{background:#1f2937;border-color:#ffffff1a}.dark-theme .payment-error-message{background:#7f1d1d;border-color:#991b1b;color:#fecaca}.dark-theme .sidebar-title{color:#e5e7eb;border-bottom-color:#ffffff1a}.dark-theme .sidebar-label{color:#d1d5db}.dark-theme .amount-input-wrapper{background:#374151;border-color:#ffffff1a}.dark-theme .amount-input-wrapper:focus-within{border-color:#818cf8;box-shadow:0 0 0 3px #818cf833}.dark-theme .currency-symbol{color:#9ca3af}.dark-theme .amount-input{color:#e5e7eb}.dark-theme .sidebar-hint{color:#9ca3af}.dark-theme .regenerate-btn{background:#374151;border-color:#ffffff1a;color:#e5e7eb}.dark-theme .regenerate-btn:hover:not(:disabled){background:#4b5563;border-color:#fff3}.dark-theme .security-tips li{color:#d1d5db}@media(max-width:1024px){.stripe-pay-content{grid-template-columns:1fr}.stripe-pay-sidebar{order:-1}}@media(max-width:768px){.stripe-pay-page{padding:1.5rem 0 3rem}.stripe-pay-container{padding:0 1.5rem}.stripe-logo-wrapper{flex-direction:column;gap:.75rem}.stripe-logo{width:60px;height:60px;font-size:2rem}.stripe-pay-header h1{font-size:1.75rem}.stripe-pay-subtitle{font-size:1rem}.stripe-pay-main{padding:1.5rem}.payment-amount{font-size:2rem}.payment-submit-btn{padding:.875rem 1.5rem;font-size:1rem}}.payment-result-page{max-width:800px;margin:0 auto;padding:3rem 3vw 4rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.payment-result-container{width:100%;max-width:600px}.payment-result-card{background:#fff;border-radius:1rem;padding:3rem 2.5rem;text-align:center;box-shadow:0 4px 24px #00000014;border:2px solid #e5e7eb;margin-bottom:2rem;transition:all .3s ease}.payment-result-card.status-succeeded{border-color:#22c55e;background:linear-gradient(to bottom,#fff,#f0fdf4)}.payment-result-card.status-processing{border-color:#3b82f6;background:linear-gradient(to bottom,#fff,#eff6ff)}.payment-result-card.status-error,.payment-result-card.status-canceled{border-color:#ef4444;background:linear-gradient(to bottom,#fff,#fef2f2)}.payment-result-card.status-requires_payment_method{border-color:#f59e0b;background:linear-gradient(to bottom,#fff,#fffbeb)}.payment-result-icon{font-size:5rem;font-weight:700;margin-bottom:1.5rem;display:inline-block;width:120px;height:120px;line-height:120px;border-radius:50%;background:#fffc;box-shadow:0 4px 16px #0000001a;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.payment-result-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.payment-result-subtitle{font-size:1rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.6}.payment-result-countdown{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.countdown-text{font-size:.95rem;color:#6b7280;margin:0;font-weight:500}.payment-result-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.payment-result-actions .primary,.payment-result-actions .ghost{min-width:160px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;display:inline-block;border-radius:.5rem;transition:all .2s ease}.payment-result-actions .primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none}.payment-result-actions .primary:hover{background:linear-gradient(135deg,#ea580c,#dc2626);transform:translateY(-2px);box-shadow:0 4px 12px #f9731666}.payment-result-actions .ghost{background:#fff;color:#1f2937;border:2px solid #e5e7eb}.payment-result-actions .ghost:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px)}.dark-theme .payment-result-card{background:#1f2937;border-color:#ffffff1a;color:#e5e7eb}.dark-theme .payment-result-card.status-succeeded{background:linear-gradient(to bottom,#1f2937,#064e3b);border-color:#22c55e}.dark-theme .payment-result-card.status-processing{background:linear-gradient(to bottom,#1f2937,#1e3a8a);border-color:#3b82f6}.dark-theme .payment-result-card.status-error,.dark-theme .payment-result-card.status-canceled{background:linear-gradient(to bottom,#1f2937,#7f1d1d);border-color:#ef4444}.dark-theme .payment-result-card.status-requires_payment_method{background:linear-gradient(to bottom,#1f2937,#78350f);border-color:#f59e0b}.dark-theme .payment-result-icon{background:#1f2937cc}.dark-theme .payment-result-title{color:#e5e7eb}.dark-theme .payment-result-subtitle{color:#9ca3af}.dark-theme .payment-result-countdown{border-top-color:#ffffff1a}.dark-theme .countdown-text{color:#9ca3af}.dark-theme .payment-result-actions .ghost{background:#374151;color:#e5e7eb;border-color:#fff3}.dark-theme .payment-result-actions .ghost:hover{background:#4b5563;border-color:#ffffff4d}@media(max-width:768px){.payment-result-page{padding:2rem 1.5rem 3rem}.payment-result-card{padding:2rem 1.5rem}.payment-result-icon{font-size:4rem;width:100px;height:100px;line-height:100px}.payment-result-title{font-size:1.5rem}.payment-result-actions{flex-direction:column}.payment-result-actions .primary,.payment-result-actions .ghost{width:100%}}.dark-theme .secondary{background:#ffffff1a;color:#e5e7eb;border-color:#fff3}.dark-theme .secondary:hover{background:#ffffff26}.dark-theme .checkout-summary-card,.dark-theme .order-tracking{background:#1f2937;border-color:#ffffff1a}.dark-theme .address-option{background:#1f2937;border-color:#ffffff1a;color:#e5e7eb}.dark-theme .address-option.selected{background:#f9731633;border-color:#f97316}.dark-theme .breadcrumb-link,.dark-theme .breadcrumb-text{color:#9ca3af}.dark-theme .breadcrumb-current{color:#e5e7eb}.error-boundary{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#f9fafb}.error-boundary-content{max-width:600px;text-align:center;background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb}.error-boundary-icon{font-size:4rem;margin-bottom:1.5rem}.error-boundary-content h1{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.error-boundary-content p{color:#6b7280;font-size:1.125rem;margin:0 0 2rem;line-height:1.6}.error-boundary-details{text-align:left;margin:2rem 0;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.error-boundary-details summary{cursor:pointer;font-weight:600;color:#374151;margin-bottom:.5rem}.error-boundary-details pre{margin:.5rem 0 0;padding:.75rem;background:#fff;border-radius:.25rem;overflow-x:auto;font-size:.875rem;color:#dc2626;border:1px solid #fee2e2}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.error-boundary-actions button{min-width:120px}:root{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color:#1f2937;background-color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff}#root{min-height:100vh}a{color:inherit}.cart-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-overlay.open{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:0;width:clamp(320px,90vw,480px);height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:1300;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-sidebar.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.cart-progress{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;background:#f8fafc}.cart-progress-step{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#94a3b8}.cart-progress-step span{width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:.75rem}.cart-progress-step.active{color:#f97316;font-weight:600}.cart-progress-bar{flex:1;height:2px;background:linear-gradient(90deg,#f9731666,#f973160d)}.cart-title{font-size:1.4rem;font-weight:700;color:#0f172a;margin:0}.cart-subtitle{margin:.1rem 0 0;font-size:.9rem;color:#6b7280}.cart-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}.cart-close:hover{background:#f3f4f6;color:#1f2937}.cart-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;max-height:calc(100vh - 200px);padding-bottom:.5rem}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:1rem;border:2px dashed #e5e7eb;margin:1rem}.cart-empty-icon{font-size:3rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.cart-empty p{font-size:1.125rem;color:#1f2937;margin:0;font-weight:600}.cart-empty small{color:#6b7280;font-size:.9rem;line-height:1.5}.cart-items{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.cart-highlight{background:linear-gradient(135deg,#f973161a,#f973160d);color:#9a3412;padding:.9rem 1.25rem;margin:0 1rem .5rem;border-radius:.75rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:1rem;border:1px solid #f1f5f9;box-shadow:0 10px 30px #0f172a0f}.cart-item-image{width:80px;height:80px;border-radius:.5rem;background-size:cover;background-position:center;flex-shrink:0;text-decoration:none}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-size:.95rem;font-weight:600;color:#1f2937;text-decoration:none;transition:color .2s}.cart-item-name:hover{color:#f97316}.cart-item-price{font-size:1rem;font-weight:700;color:#f97316}.cart-item-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.quantity-group{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:999px;overflow:hidden;background:#fff}.quantity-btn{background:#fff;border:1px solid #d1d5db;color:#1f2937;width:2rem;height:2rem;border:none;cursor:pointer;font-size:1.125rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.quantity-btn:hover{background:#f3f4f6;border-color:#9ca3af}.quantity-value{min-width:2rem;text-align:center;font-weight:600;color:#1f2937;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:0 .35rem}.cart-item-subtotal{margin-left:auto;font-weight:700;color:#0f172a}.remove-btn{background:none;border:none;color:#ef4444;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;margin-left:auto;transition:color .2s}.remove-btn:hover{color:#dc2626}.cart-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#fff;position:sticky;bottom:0}.cart-summary-card{border-radius:1rem;border:1px solid #e2e8f0;padding:1.5rem;box-shadow:0 15px 45px #0f172a14;display:flex;flex-direction:column;gap:.75rem}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.summary-header p{margin:0;font-weight:600;color:#0f172a}.summary-header small{color:#94a3b8}.cart-summary-mini-list{display:flex;flex-direction:column;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb;margin-bottom:.75rem}.cart-summary-mini-item{display:grid;grid-template-columns:54px 1fr auto;gap:.75rem;align-items:center}.cart-summary-mini-thumb{width:54px;height:54px;border-radius:10px;background-size:cover;background-position:center;border:1px solid #e5e7eb}.cart-summary-mini-info{display:flex;flex-direction:column;gap:.2rem}.cart-summary-mini-name{margin:0;font-weight:600;color:#0f172a}.cart-summary-mini-meta{margin:0;color:#6b7280;font-size:.9rem}.cart-summary-mini-price{font-weight:700;color:#0f172a}.summary-badge{padding:.15rem .75rem;border-radius:999px;background:#10b98126;color:#059669;font-size:.75rem;font-weight:600}.summary-row{display:flex;justify-content:space-between;font-size:.95rem;color:#475569}.summary-row strong{font-size:1.2rem;color:#0f172a}.summary-free{color:#10b981;font-weight:600}.summary-total{padding-top:.5rem;border-top:1px solid #e2e8f0;margin-top:.25rem}.summary-total strong{font-size:1.6rem;color:#0f172a}.cart-actions{display:flex;gap:.75rem;margin-top:.5rem}.cart-actions .secondary{flex:1;border:1px solid #e2e8f0}.cart-actions .primary{flex:2}.cart-actions .ghost{flex:1;border:1px solid #e2e8f0;color:#0f172a;background:#fff}.cart-secure{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#64748b;flex-wrap:wrap;gap:.75rem;padding:.75rem 0;border-top:1px solid #e5e7eb;margin-top:.5rem}.ssl-badge{display:flex;align-items:center;gap:.25rem;font-weight:600;color:#10b981}.payment-methods{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.payment-icons{display:flex;align-items:center;gap:.5rem}.payment-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:20px;padding:2px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;transition:all .2s ease;cursor:pointer}.payment-icon:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a;border-color:#f97316}.payment-icon svg{width:100%;height:100%;object-fit:contain}.payment-text{font-size:.7rem;color:#64748b;white-space:nowrap;font-weight:500}.cart-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#94a3b8;align-items:center}.cart-meta .link{background:none;border:none;color:#ef4444;cursor:pointer;padding:0}.cart-secure-note{font-size:.85rem;color:#64748b;text-align:center;margin-top:.5rem}@media(max-width:768px){.cart-sidebar{width:100vw}.cart-item{padding:.75rem}.cart-item-image{width:60px;height:60px}.cart-secure{flex-direction:column;align-items:flex-start;gap:.5rem}.payment-methods{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.payment-text{font-size:.65rem}}.auth-modal-overlay{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1200}.auth-modal{position:relative;width:clamp(320px,90vw,480px);background:#fff;border-radius:1.5rem;padding:2.5rem 2.75rem;box-shadow:0 25px 60px #0f172a40}.auth-close{position:absolute;top:1.25rem;right:1.25rem;background:#f3f4f6;border:none;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.5rem;color:#6b7280;cursor:pointer;transition:background .2s ease,color .2s ease}.auth-close:hover{background:#e5e7eb;color:#1f2937}.auth-tabs{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e5e7eb;border-radius:999px;margin-bottom:2rem;padding:.3rem;background:#f9fafb}.auth-tabs button{border:none;background:transparent;border-radius:999px;padding:.65rem 1rem;font-weight:600;color:#6b7280;cursor:pointer;transition:background .2s ease,color .2s ease}.auth-tabs button.active{background:linear-gradient(120deg,#f97316,#fb923c);color:#fff;box-shadow:0 10px 20px #f973164d}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.9rem;font-weight:600;color:#4b5563}.form-group input{border:1px solid #e5e7eb;border-radius:.75rem;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731633;outline:none}.auth-alert{border-radius:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500}.auth-alert.error{background:#f8717126;color:#b91c1c;border:1px solid rgba(248,113,113,.4)}.auth-alert.success{background:#34d39926;color:#047857;border:1px solid rgba(52,211,153,.4)}.auth-submit{width:100%;margin-top:.5rem}.auth-submit:disabled{opacity:.7;cursor:not-allowed}@media(max-width:640px){.auth-modal{width:90vw;padding:2rem}}
