:root{--primary:#6d4aff;--primary2:#8b6cff;--ink:#14131a;--muted:#6f7280;--line:#e9e8ef;--soft:#f7f6fb;--orange:#ff6b00;--max:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary2));color:white}.search{display:flex;flex:1;max-width:520px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.search input{border:0;outline:0;flex:1;padding:12px 14px}.search button{border:0;background:var(--primary);color:white;padding:0 22px;font-weight:700}.nav nav{display:flex;gap:20px;font-size:14px}.hero{background:radial-gradient(circle at 80% 10%,#ede8ff 0,transparent 35%),linear-gradient(135deg,#fff,#f7f4ff);border-bottom:1px solid var(--line)}.hero-grid{min-height:390px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:30px}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.03;letter-spacing:-2px;max-width:720px;margin:12px 0}.hero h1 em{font-style:normal;color:var(--primary)}.hero p{font-size:18px;color:var(--muted);max-width:610px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--primary)}.actions{display:flex;gap:12px;margin-top:26px}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:10px;padding:13px 18px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer}.btn-white{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-soft{background:#f1edff;color:var(--primary);padding:10px 12px;width:100%}.btn-buy{background:var(--orange);font-size:16px;min-width:220px}.hero-art{position:relative;min-height:300px}.cart{position:absolute;right:18%;top:18%;font-size:130px;transform:rotate(-8deg);filter:drop-shadow(0 24px 30px rgba(51,30,120,.16))}.box{position:absolute;border-radius:20px;background:var(--primary);color:#fff;width:88px;height:88px;display:grid;place-items:center;font-size:36px;font-weight:900;box-shadow:0 20px 50px rgba(109,74,255,.25)}.b1{left:12%;top:15%}.b2{right:12%;bottom:12%;background:#ff7a59}.trust{border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:18px 0;text-align:center;font-size:14px}.section{padding:58px 0}.soft{background:var(--soft)}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.section-head h2{margin:0;font-size:26px}.section-head a{color:var(--primary);font-weight:700;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff;transition:.2s;display:flex;flex-direction:column;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(27,22,50,.08)}.product-image{position:relative;display:block;width:100%;aspect-ratio:1/1;background:#f4f3f7;overflow:hidden;flex:0 0 auto}.product-image img{display:block;width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}.badge{position:absolute;z-index:2;left:10px;top:10px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px}.product-body{padding:14px;display:flex!important;visibility:visible!important;opacity:1!important;flex-direction:column;min-height:170px;flex:1;background:#fff}.product-title{font-size:14px;font-weight:800;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.45;min-height:41px;margin-bottom:7px;color:var(--ink)}.product-title:hover{color:var(--primary)}.product-price{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:2px 0 6px}.product-price strong{display:block;font-size:15px}.product-price del{font-size:11px;color:#9a9eaa}.meta{font-size:12px;color:var(--muted);margin-bottom:12px}.product-body .btn{margin-top:auto}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-grid a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 12px;text-align:center}.category-grid span{display:block;font-size:35px}.category-grid b{font-size:13px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.article-card img{width:100%;height:220px;object-fit:cover}.article-card>div{padding:18px}.article-card small{color:var(--primary);font-weight:800}.article-card h2,.article-card h3{margin:8px 0}.article-card p{color:var(--muted);font-size:14px}.footer{background:#111522;color:#dfe3ef;padding:54px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer a{display:block;margin:9px 0;color:#cbd0dc}.footer p,.footer small{color:#aab0c0}.light{color:#fff}.copyright{border-top:1px solid #252a37;margin-top:36px;padding-top:18px;color:#8d94a5;font-size:13px}.page{padding-top:34px;padding-bottom:70px;min-height:60vh}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:24px}.listing-head h1{margin-bottom:0}.listing-head p{color:var(--muted)}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 28px}.chips a,.chips span{border:1px solid var(--line);border-radius:999px;padding:8px 13px;font-size:13px;background:#fff}.empty{text-align:center;padding:90px 20px;color:var(--muted)}.product-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:48px}.gallery{display:grid;grid-template-columns:74px 1fr;gap:14px}.thumbs{display:flex;flex-direction:column;gap:10px}.thumbs button{border:1px solid var(--line);border-radius:10px;padding:3px;background:#fff;cursor:pointer}.thumbs img{aspect-ratio:1;object-fit:cover}.main-photo{border-radius:18px;overflow:hidden;background:#f5f4f8}.main-photo img{width:100%;height:600px;object-fit:cover}.product-info h1{font-size:38px;line-height:1.12;margin:12px 0}.rating{color:var(--muted)}.price{display:flex;align-items:center;gap:15px;margin:18px 0}.price strong{font-size:32px}.price del{color:#9a9eaa}.recommend{background:#f8f7fb;border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin:22px 0}.recommend h3{margin-top:0}.recommend ul,.content-card ul{padding-left:0;list-style:none}.recommend li{margin:8px 0}.content-card{border:1px solid var(--line);border-radius:16px;padding:28px;margin-top:34px}.content-card h2,.content-card h3{margin-top:26px}.narrow{max-width:800px;margin:20px auto}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px}.article-main h1{font-size:46px;line-height:1.1}.cover{width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin:24px 0}.prose{font-size:18px}.prose h2{margin-top:34px}.article-layout aside{border-left:1px solid var(--line);padding-left:24px}.side-article{display:flex;gap:12px;margin:15px 0;font-size:14px;font-weight:700}.side-article img{width:82px;height:64px;object-fit:cover;border-radius:9px}.mobile-nav{display:none}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.nav nav{display:none}.product-detail{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-layout aside{border-left:0;padding-left:0}.main-photo img{height:500px}}
@media(max-width:680px){body{padding-bottom:66px}.container{width:min(100% - 22px,var(--max))}.nav{height:auto;min-height:68px;flex-wrap:wrap;padding:10px 0}.brand{font-size:14px}.brand-mark{width:34px;height:34px}.search{order:3;flex-basis:100%;max-width:none}.search input{padding:11px}.hero-grid{grid-template-columns:1fr;min-height:500px;padding:42px 0}.hero h1{font-size:42px}.hero-art{min-height:180px}.cart{font-size:90px;right:25%;top:10%}.box{width:65px;height:65px;font-size:28px}.trust-grid{grid-template-columns:1fr 1fr;gap:10px}.section{padding:38px 0}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-body{padding:11px}.product-title{font-size:13px}.category-grid{grid-template-columns:repeat(3,1fr);gap:8px}.category-grid a{padding:14px 6px}.category-grid b{font-size:11px}.article-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.mobile-nav{display:grid;position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);z-index:60}.mobile-nav a{display:grid;place-items:center;font-size:18px;padding-top:5px}.mobile-nav span{display:block;font-size:10px}.gallery{grid-template-columns:1fr}.thumbs{order:2;flex-direction:row;overflow:auto}.thumbs button{min-width:64px}.main-photo img{height:380px}.product-info h1{font-size:30px}.btn-buy{width:100%}.share-btn{width:100%;margin-top:8px}.content-card{padding:20px}.article-main h1{font-size:34px}.article-layout aside{display:none}.footer{padding-bottom:80px}}
