:root{--ink:#17212b;--muted:#6e7883;--line:#dfe4e8;--paper:#f5f6f4;--white:#fff;--lime:#d9ff57;--violet:#7565f4;--blue:#5f9bff;--orange:#ffac68;--green:#a9da70;--pink:#ffb1ba;--cyan:#8fe3e0;--yellow:#ffe276;--red:#ff7f77}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans','Noto Sans TC','Noto Sans JP',sans-serif;background:var(--paper);line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}.wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}.topbar{background:var(--ink);color:#cbd2d7;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.topbar-inner{display:flex;justify-content:space-between;padding:10px 0}.site-header{background:rgba(245,246,244,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.nav-inner{min-height:82px;display:flex;align-items:center;gap:38px}.brand{display:flex;align-items:center;gap:10px;min-width:205px}.brand-mark{background:var(--lime);display:grid;place-items:center;width:38px;height:38px;font-weight:900;font-size:13px;letter-spacing:-.06em;transform:rotate(-7deg)}.brand strong{display:block;letter-spacing:.06em;font-size:15px;line-height:1.05}.brand small{display:block;color:var(--muted);font-size:9px;margin-top:4px;letter-spacing:.02em}.main-nav{display:flex;align-items:center;gap:23px;font-size:13px;flex:1}.main-nav a{color:var(--muted);padding:31px 0;white-space:nowrap}.main-nav a:hover,.main-nav a.active{color:var(--ink);border-bottom:2px solid var(--ink)}.nav-actions{display:flex;align-items:center;gap:15px}.search-form{display:flex;border:1px solid var(--line);background:#fff;border-radius:99px;padding:4px}.search-form input{border:0;outline:0;width:138px;padding:7px 9px;background:transparent;font-size:12px}.search-form button{background:var(--ink);color:#fff;border-radius:50%;width:29px;height:29px;font-size:20px;line-height:1}.language{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:11px}.language select{border:0;background:transparent;color:var(--ink);font-size:11px;outline:0}.cart-link{display:flex;align-items:center;gap:7px;font-size:12px;white-space:nowrap}.cart-icon{border:1px solid var(--ink);height:17px;width:17px;display:grid;place-items:center;font-size:10px}.cart-link b{background:var(--lime);border-radius:50%;min-width:19px;height:19px;display:grid;place-items:center;font-size:10px}.flash,.alert{margin-top:16px;padding:12px 16px;border-radius:8px;font-size:13px}.flash{background:var(--lime)}.alert{background:#ffe1dc;color:#902d25}.hero{background:var(--lime);overflow:hidden}.hero-grid{min-height:610px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.eyebrow{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--muted)}.hero-copy{padding:70px 0}.hero h1{font-size:clamp(45px,5.4vw,80px);line-height:.98;letter-spacing:-.07em;margin:24px 0 24px;max-width:650px}.hero p{font-size:17px;max-width:525px;color:#39444b;margin-bottom:32px}.hero-copy small{display:block;margin-top:19px;font-size:11px;letter-spacing:.04em}.button{display:inline-flex;align-items:center;justify-content:center;gap:19px;border-radius:99px;padding:14px 21px;font-weight:700;font-size:12px;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(23,33,43,.13)}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.button-whatsapp{background:#1da851;color:#fff;margin-top:30px}.hero-art{height:475px;position:relative}.device-card{position:absolute;inset:74px 30px 45px 60px;background:var(--ink);color:#fff;transform:rotate(7deg);padding:27px;box-shadow:22px 24px 0 rgba(23,33,43,.12);overflow:hidden}.device-card span{font-size:10px;letter-spacing:.15em;color:var(--lime)}.device-card strong{display:block;font-size:67px;line-height:.84;letter-spacing:-.09em;margin-top:86px}.device-card i{position:absolute;width:170px;height:170px;border:28px solid var(--lime);border-radius:50%;right:-30px;bottom:-40px}.orbit{position:absolute;border:1px solid rgba(23,33,43,.35);border-radius:50%;transform:rotate(-24deg)}.orbit-a{width:440px;height:170px;top:155px;left:0}.orbit-b{width:510px;height:230px;top:117px;left:-27px;transform:rotate(22deg)}.art-label{position:absolute;bottom:6px;right:0;font-size:10px;letter-spacing:.18em}.category-section,.product-section,.steps-section{padding-top:103px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section-heading h2{font-size:42px;line-height:1;margin:12px 0 0;letter-spacing:-.06em}.section-heading p{color:var(--muted);margin:12px 0 0}.text-link{font-weight:700;font-size:12px;border-bottom:1px solid var(--ink);padding-bottom:5px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.category-card{min-height:246px;display:flex;flex-direction:column;padding:23px;position:relative;overflow:hidden;transition:transform .2s}.category-card:hover{transform:translateY(-5px)}.category-card span{font-size:11px}.category-card strong{font-size:24px;letter-spacing:-.05em;margin-top:auto}.category-card small{font-size:11px;max-width:160px;color:#36404a;margin-top:5px}.category-card b{position:absolute;right:23px;bottom:20px;font-size:21px}.category-violet{background:var(--violet)}.category-blue{background:var(--blue)}.category-orange{background:var(--orange)}.category-green{background:var(--green)}.product-section{padding-bottom:112px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;min-width:0;transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-visual{height:204px;position:relative;overflow:hidden;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.product-visual:after{content:'';position:absolute;width:150px;height:150px;border:24px solid rgba(255,255,255,.48);border-radius:50%;right:-35px;bottom:-54px}.product-visual span{font-size:10px;letter-spacing:.16em;position:relative;z-index:1}.product-visual b{font-size:86px;letter-spacing:-.15em;line-height:.7;opacity:.86;position:relative;z-index:1}.tone-violet{background:var(--violet)}.tone-blue{background:var(--blue)}.tone-orange{background:var(--orange)}.tone-green{background:var(--green)}.tone-pink{background:var(--pink)}.tone-cyan{background:var(--cyan)}.tone-yellow{background:var(--yellow)}.tone-red{background:var(--red)}.product-info{padding:17px}.product-meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:10px;text-transform:uppercase}.product-meta em{color:var(--ink);font-style:normal;font-size:9px;font-weight:700}.product-card h3{font-size:17px;line-height:1.2;letter-spacing:-.04em;margin:13px 0 8px}.product-card p{font-size:11px;color:var(--muted);min-height:36px;margin:0 0 11px}.product-card small{display:block;font-size:10px;color:var(--ink);padding-top:10px;border-top:1px solid var(--line)}.product-buy{display:flex;justify-content:space-between;align-items:end;margin-top:17px;gap:8px}.product-buy strong{font-size:20px;letter-spacing:-.06em}.product-buy del{display:block;color:#9ca3a8;font-size:10px}.product-buy .button{padding:9px 12px;font-size:10px;gap:4px}.why-section{background:var(--ink);color:#fff;padding:111px 0}.why-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:110px}.why-section .eyebrow{color:#8d999f}.why-section h2{font-size:47px;line-height:1;letter-spacing:-.07em;margin:18px 0}.why-section p{color:#aeb8be;font-size:14px;max-width:420px}.why-section .text-link{border-color:#fff;display:inline-block;margin-top:24px}.why-items>div{border-top:1px solid #3b4750;padding:24px 0;display:grid;grid-template-columns:45px 1fr;gap:12px}.why-items b{color:var(--lime);font-size:11px}.why-items h3{margin:0;font-size:19px}.why-items p{grid-column:2;margin:0;font-size:12px}.steps-section{padding-bottom:115px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.steps-grid>div{border-top:2px solid var(--ink);padding-top:18px}.steps-grid span{font-size:11px;color:var(--muted)}.steps-grid h3{font-size:22px;letter-spacing:-.04em;margin:36px 0 8px}.steps-grid p{font-size:13px;color:var(--muted);max-width:270px}.page-hero{padding-top:80px;padding-bottom:42px}.page-hero.compact{padding-bottom:0px}.page-hero h1{font-size:clamp(40px,5vw,70px);line-height:1;letter-spacing:-.07em;margin:15px 0}.page-hero p{max-width:620px;color:var(--muted);font-size:15px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.4fr .75fr;gap:70px;padding-bottom:115px}.cart-panel{background:#fff;padding:24px}.cart-line{display:grid;grid-template-columns:105px 1fr 76px auto;gap:18px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line .product-visual{height:88px;padding:9px}.cart-line .product-visual b{font-size:33px}.cart-line-main h3{font-size:15px;margin:0 0 4px}.cart-line-main p{color:var(--muted);font-size:11px;margin:0}.qty-label input{width:56px;padding:8px;border:1px solid var(--line);text-align:center}.cart-line>strong{font-size:14px;white-space:nowrap}.cart-panel form>.button{margin-top:20px}.summary-card{background:var(--lime);padding:27px;align-self:start}.summary-card h2{margin:15px 0 25px;font-size:27px;letter-spacing:-.05em}.summary-row,.summary-total,.summary-product{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(23,33,43,.2);font-size:12px}.summary-total{border-bottom:0;border-top:2px solid var(--ink);margin-top:15px;padding-top:19px;font-size:15px}.summary-total strong{font-size:22px;letter-spacing:-.05em}.summary-card .full{width:100%;margin-top:24px}.fine-print{font-size:10px;color:var(--muted);margin:18px 0 0}.muted{color:var(--muted)}.empty-state{text-align:center;padding:70px 20px;background:#fff}.empty-mark{font-size:35px;margin-bottom:15px}.empty-state h2{font-size:20px;margin:0 0 25px}.checkout-form{background:#fff;padding:32px}.checkout-form label{font-size:12px;font-weight:700;display:block;margin-bottom:20px}.checkout-form input,.checkout-form textarea{display:block;width:100%;margin-top:8px;border:1px solid var(--line);padding:13px 14px;outline-color:var(--ink);background:#fbfcfb;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.checkout-summary{height:max-content}.summary-product{font-size:11px}.success-page{text-align:center;padding:100px 20px 140px;max-width:720px}.success-mark{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:var(--lime);font-size:30px;font-weight:700;margin:0 auto 25px}.success-page h1{font-size:56px;letter-spacing:-.08em;line-height:1;margin:16px 0}.success-page>p{color:var(--muted);max-width:470px;margin:0 auto}.order-code{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:30px;font-size:12px}.order-code strong{font-size:15px;letter-spacing:.08em}.config-notice{margin:30px auto 0;padding:13px 18px;background:#fff1d8;color:#805d18;font-size:12px}.success-page .text-link{display:block;margin:26px auto 0;width:max-content}footer{background:var(--ink);color:#fff;padding:76px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px;padding-bottom:60px}.footer-grid .brand{margin-bottom:22px}.footer-grid p{color:#aeb8be;font-size:12px;max-width:280px}.footer-grid .eyebrow{color:#8d999f}.footer-grid h3{font-size:22px;margin:14px 0 2px}.footer-contact{font-size:12px;display:inline-block;margin-top:12px;border-bottom:1px solid #fff;padding-bottom:4px}.footer-bottom{border-top:1px solid #3b4750;padding-top:18px;display:flex;justify-content:space-between;color:#77838b;font-size:10px;letter-spacing:.04em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1050px){.nav-inner{gap:18px}.main-nav{gap:12px}.main-nav a{font-size:12px}.search-form input{width:100px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.wrap{width:min(100% - 30px,600px)}.topbar-inner{display:none}.site-header{position:relative}.nav-inner{padding:16px 0;display:grid;grid-template-columns:1fr auto}.brand{min-width:0}.main-nav{grid-column:1/-1;overflow:auto;gap:20px;order:3}.main-nav a{padding:8px 0}.nav-actions{gap:8px}.search-form{order:3}.search-form input{width:100px}.language span{display:none}.cart-link>span:not(.cart-icon){display:none}.hero-grid{display:block;min-height:0}.hero-copy{padding:66px 0 25px}.hero h1{font-size:52px}.hero-art{height:330px}.device-card{inset:25px 28px 36px 42px}.device-card strong{font-size:50px;margin-top:54px}.orbit-a{width:330px;top:100px}.orbit-b{width:390px;top:75px}.category-section,.product-section,.steps-section{padding-top:70px}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:20px}.section-heading h2{font-size:36px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{min-height:190px;padding:16px}.category-card strong{font-size:19px}.product-visual{height:160px}.product-visual b{font-size:60px}.product-info{padding:13px}.product-card h3{font-size:15px}.product-card p{min-height:54px}.product-buy{display:block}.product-buy .button{margin-top:10px;width:100%}.why-section{padding:72px 0}.why-grid{display:block}.why-section h2{font-size:40px}.why-items{margin-top:50px}.steps-grid{grid-template-columns:1fr;gap:30px}.steps-grid h3{margin-top:18px}.cart-layout,.checkout-layout{display:block;padding-bottom:75px}.summary-card{margin-top:20px}.cart-panel{padding:14px}.cart-line{grid-template-columns:66px 1fr auto;gap:10px}.cart-line .product-visual{height:66px}.cart-line .product-visual b{font-size:26px}.qty-label{grid-column:2}.cart-line>strong{grid-column:3;grid-row:2}.form-grid{grid-template-columns:1fr}.checkout-form{padding:20px}.page-hero{padding-top:55px}.success-page{padding-top:70px}.success-page h1{font-size:44px}.footer-grid{grid-template-columns:1fr;gap:30px;padding-bottom:35px}.footer-bottom{display:block;line-height:2.2}}
.brand{min-width:285px;gap:12px}.brand-logo{display:block;width:176px;height:auto;flex:0 0 auto}.brand-company{display:block;color:var(--muted);font-size:9px;line-height:1.25;letter-spacing:.02em;max-width:86px}.footer-grid .brand{align-items:flex-end}.footer-grid .brand-logo{width:215px}.footer-grid .brand-company{max-width:130px;margin-bottom:3px}@media(max-width:1050px){.brand{min-width:245px}.brand-logo{width:156px}.brand-company{max-width:76px}}@media(max-width:760px){.brand{min-width:0;gap:8px}.brand-logo{width:148px}.brand-company{display:none}.footer-grid .brand{align-items:flex-end}.footer-grid .brand-logo{width:205px}.footer-grid .brand-company{display:block;max-width:130px;font-size:9px}}
.product-image{height:236px;background:#fff;border-bottom:1px solid var(--line);display:grid;place-items:center;padding:10px}.product-image:after{display:none}.product-image img{width:100%;height:100%;object-fit:contain!important;display:block}.product-image span{display:none}.cart-line .product-image{height:88px;padding:6px}.cart-line .product-image span{display:none}@media(max-width:760px){.product-image{height:180px;padding:8px}}
.support-layout{display:grid;grid-template-columns:1.35fr .75fr;gap:70px;padding-bottom:115px;align-items:start}.support-form select{display:block;width:100%;margin-top:8px;border:1px solid var(--line);padding:13px 14px;outline-color:var(--ink);background:#fbfcfb;font-size:13px}.support-aside .summary-row{align-items:flex-start}.support-aside .summary-row span{line-height:1.5}.support-aside .button.full{width:100%;margin-top:8px;border-radius:0}.support-back{display:inline-block;margin-top:22px}.support-aside .eyebrow{color:rgba(23,33,43,.55)}@media(max-width:760px){.support-layout{display:block;padding-bottom:75px}.support-aside{margin-top:20px}}
.hero-slider{position:relative;min-height:650px;overflow:hidden;background:#111;color:#fff}.hero-track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;pointer-events:none;transition:opacity .55s ease;background-image:linear-gradient(90deg,rgba(8,10,12,.92) 0%,rgba(8,10,12,.72) 34%,rgba(8,10,12,.24) 64%,rgba(8,10,12,.06) 100%),var(--hero-bg);background-size:cover;background-position:center}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide-inner{min-height:650px;display:flex;align-items:center}.hero-panel{width:min(620px,54vw);padding:58px 0 74px}.hero-pill{display:inline-flex;align-items:center;border-radius:99px;background:#f4b522;color:#15100a;padding:8px 18px;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero-panel h1{font-size:clamp(54px,6vw,96px);line-height:.9;letter-spacing:0;margin:26px 0 18px;font-weight:900}.hero-panel h1 span{color:#f2bd3b}.hero-panel p{font-size:19px;line-height:1.55;max-width:780px;color:rgba(255,255,255,.84);margin:0 0 26px}.hero-feature{width:min(470px,100%);display:flex;align-items:center;gap:18px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);backdrop-filter:blur(12px);padding:17px 20px;margin-bottom:34px}.hero-feature span{background:#f4b522;color:#17120d;border-radius:8px;padding:10px 12px;font-size:11px;font-weight:800;white-space:nowrap}.hero-feature strong{font-size:16px;line-height:1.35}.hero-actions{display:flex;gap:18px;align-items:center}.hero-buy{background:#ef3c42;color:#fff;border-radius:6px;padding:18px 31px;font-size:15px}.hero-support{background:#fff;color:#15100a;border-radius:6px;padding:18px 31px;font-size:15px}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:62px;height:62px;border-radius:50%;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:44px;line-height:1;display:grid;place-items:center;backdrop-filter:blur(8px)}.hero-prev{left:32px}.hero-next{right:32px}.hero-dots{position:absolute;z-index:3;left:50%;bottom:27px;transform:translateX(-50%);display:flex;align-items:center;gap:10px}.hero-dots button{width:28px;height:8px;border-radius:99px;background:rgba(255,255,255,.55);transition:width .2s,background .2s}.hero-dots button.active{width:58px;background:#f4b522}@media(max-width:1050px){.hero-slider,.hero-slide-inner{min-height:590px}.hero-panel{width:min(560px,62vw)}.hero-panel h1{font-size:58px}.hero-arrow{width:50px;height:50px;font-size:34px}.hero-prev{left:16px}.hero-next{right:16px}}@media(max-width:760px){.hero-slider,.hero-slide-inner{min-height:640px}.hero-slide{background-image:linear-gradient(180deg,rgba(8,10,12,.94) 0%,rgba(8,10,12,.76) 46%,rgba(8,10,12,.22) 100%),var(--hero-bg);background-position:center right}.hero-slide-inner{align-items:flex-start}.hero-panel{width:100%;padding:44px 0 130px}.hero-pill{font-size:10px;padding:7px 13px}.hero-panel h1{font-size:43px;line-height:1.1;margin:20px 0 15px}.hero-panel p{font-size:15px;max-width:360px}.hero-feature{display:block;padding:14px;margin-bottom:22px}.hero-feature span{display:inline-block;margin-bottom:9px}.hero-feature strong{display:block;font-size:13px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;max-width:280px}.hero-buy,.hero-support{padding:14px 20px}.hero-arrow{top:auto;bottom:22px;width:44px;height:44px;font-size:30px}.hero-prev{left:15px}.hero-next{right:15px}.hero-dots{bottom:39px}.hero-dots button{width:22px;height:7px}.hero-dots button.active{width:42px}}
.cart-icon{border:0;width:22px;height:22px;display:inline-grid;place-items:center;color:var(--ink)}.cart-icon svg,.button-update-cart svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-link{gap:8px}.button-update-cart{gap:9px}.button-update-cart svg{width:17px;height:17px}
.empty-mark svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-actions{display:flex;align-items:stretch;gap:14px;flex-wrap:wrap;margin-top:26px}.cart-actions .button,.cart-clear-form .button{height:52px;min-width:200px;margin:0;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;line-height:1;border-radius:999px;box-sizing:border-box}.cart-clear-form{display:flex;margin:0;padding:0;border:0;align-items:stretch}.cart-actions .btn-icon{width:18px;height:18px;flex:0 0 18px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button-danger{background:#fff;color:#a52822;border:1px solid #ffd1cc}.button-danger:hover{box-shadow:0 9px 20px rgba(165,40,34,.12)}.cart-remove-form{margin-top:9px}.cart-remove{background:transparent;color:#a52822;padding:0;border-bottom:1px solid currentColor;font-size:11px;font-weight:700}.cart-remove:hover{color:#6d1713}
.page-hero.compact+.product-section{padding-top:10px}
:root{--lime:#ff9f2f;--orange:#ff9f2f;--cyan:#ffd0a3}
.flash,.summary-card,.success-mark,.cart-link b{background:var(--lime)}
.hero-pill,.hero-feature span,.hero-dots button.active{background:var(--lime);color:#17120d}
.hero-panel h1 span{color:#ffb24a}
.hero-buy{background:#f58220;color:#fff}
.category-orange{background:#ff9f2f}
.tone-cyan{background:#ffd0a3}
.why-items b,.device-card span{color:var(--lime)}
.device-card i{border-color:var(--lime)}
.toast{position:fixed;top:108px;left:50%;transform:translateX(-50%);z-index:80;width:min(520px,calc(100% - 32px));margin:0!important;border-radius:14px;padding:15px 22px;box-shadow:0 18px 44px rgba(23,33,43,.18);font-weight:800;animation:toast-in .22s ease-out,toast-out .28s ease-in 2.7s forwards;pointer-events:none}
@keyframes toast-in{from{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%,0)}}@keyframes toast-out{to{opacity:0;transform:translate(-50%,-12px)}}@media(max-width:760px){.toast{top:16px;width:calc(100% - 24px)}}
.checkout-form select{display:block;width:100%;margin-top:8px;border:1px solid var(--line);padding:13px 14px;outline-color:var(--ink);background:#fbfcfb;font-size:13px}
.lucide{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.inline-icon{display:inline-flex;align-items:center;margin-left:.35em}.search-form button{display:grid;place-items:center}.search-form button .lucide{width:15px;height:15px}.hero-arrow{font-size:0;color:#fff}.hero-arrow-icon,.hero-arrow .lucide{width:28px;height:28px;display:block;margin:auto;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.category-card b{display:grid;place-items:center}.category-card b .lucide{width:24px;height:24px}.button .lucide{width:17px;height:17px}.cart-icon .lucide{width:22px;height:22px}.empty-mark .lucide{width:42px;height:42px}.success-mark .lucide{width:34px;height:34px}
.member-link{display:inline-flex;align-items:center;gap:7px;height:32px;font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap;line-height:1;text-decoration:none}.member-link:hover,.member-link.active{color:var(--ink)}.member-icon{display:inline-grid;place-items:center;width:19px;height:19px;flex:0 0 19px}.member-icon svg,.member-icon .lucide{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.member-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding-bottom:115px}.member-card h2{font-size:32px;letter-spacing:-.06em;margin:12px 0 24px}.member-card .text-link{display:inline-block;margin-top:22px}@media(max-width:760px){.member-link>span:not(.member-icon){display:none}.member-layout{grid-template-columns:1fr;padding-bottom:75px}}
.site-header .wrap{width:min(1360px,calc(100% - 32px))}.nav-inner{gap:18px}.brand{min-width:235px}.brand-logo{width:150px}.main-nav{gap:18px;font-size:12px}.nav-actions{gap:11px}.search-form input{width:150px}.member-link{max-width:150px;overflow:hidden;text-overflow:ellipsis}@media(max-width:1180px){.site-header .wrap{width:min(100% - 24px,1360px)}.brand{min-width:172px}.brand-logo{width:132px}.brand-company{display:none}.main-nav{gap:12px}.main-nav a{font-size:11px}.search-form input{width:112px}.language span{display:none}}@media(max-width:760px){.site-header .wrap{width:min(100% - 30px,600px)}.brand-logo{width:148px}.main-nav{gap:20px}.main-nav a{font-size:12px}}
.member-auth-shell{width:min(620px,100%);margin-inline:auto}.member-layout:has(.member-auth-shell),.member-layout:has(.member-dashboard){display:block}.member-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#e9ecec;border:1px solid var(--line);border-radius:999px;padding:6px;margin:0 0 18px}.member-tabs a{display:flex;justify-content:center;align-items:center;border-radius:999px;padding:13px 18px;font-size:13px;font-weight:800;color:var(--muted)}.member-tabs a.active{background:var(--ink);color:#fff;box-shadow:0 8px 18px rgba(23,33,43,.14)}.member-auth-shell .member-card{border-radius:24px;box-shadow:0 18px 48px rgba(23,33,43,.08);padding:42px}.member-switch-link{display:inline-block;margin-left:18px}.member-auth-shell .member-card h2{font-size:40px}@media(max-width:760px){.member-auth-shell .member-card{padding:26px;border-radius:20px}.member-auth-shell .member-card h2{font-size:32px}.member-switch-link{display:block;margin:18px 0 0}}
.checkout-member-email span{display:flex;align-items:center;min-height:50px;margin-top:8px;border:1px solid var(--line);background:#f3f5f5;color:var(--ink);padding:13px 14px;font-size:13px;font-weight:800}.checkout-member-email span:before{content:'已登入';display:inline-flex;margin-right:10px;border-radius:999px;background:#fff0df;color:#9a4b08;padding:4px 8px;font-size:10px;letter-spacing:.08em}
.member-logout-form{margin:0;display:inline-flex;align-items:center;height:32px}.member-logout-form .member-link,.member-logout-btn{border:0;background:transparent;padding:0;margin:0;font-family:inherit;font-size:12px;font-weight:700;line-height:1;color:var(--muted);cursor:pointer;appearance:none;-webkit-appearance:none}.member-logout-btn:hover{color:var(--ink)}
.nav-actions{align-items:center}
.brand{min-width:170px}.brand-company{display:none!important}.footer-grid .brand{align-items:center}.footer-grid .brand-logo{width:215px}@media(max-width:1180px){.brand{min-width:150px}}@media(max-width:760px){.brand{min-width:0}}

.notify-status{margin:18px 0 22px;display:grid;gap:8px}.notify-ok,.notify-warn{margin:0;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:600}.notify-ok{background:#e7f7e4;color:#1f6b2c}.notify-warn{background:#fff3d6;color:#8a5a00}.main-nav a.active{color:var(--ink);box-shadow:inset 0 -2px 0 var(--ink)}

.member-dashboard{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.4fr);gap:28px;padding-bottom:115px;align-items:start}.member-profile .button-danger{margin-top:8px}.member-profile .text-link{display:inline-block;margin-top:18px}.member-orders .section-heading{align-items:center;margin-bottom:18px}.member-order-count{display:inline-grid;place-items:center;min-width:36px;height:36px;padding:0 10px;background:var(--ink);color:#fff;font-size:13px;font-weight:800}.member-order-list{display:grid;gap:10px}.member-order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);padding:18px 20px;transition:border-color .15s,transform .15s,box-shadow .15s}.member-order-row:hover{border-color:var(--ink);transform:translateY(-2px);box-shadow:0 10px 24px rgba(23,33,43,.08)}.member-order-row-main{min-width:0}.member-order-row-main strong{display:block;font-size:15px;letter-spacing:.04em}.member-order-row-summary{display:block;margin-top:6px;font-size:13px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-order-row-main small{display:block;margin-top:6px;color:var(--muted);font-size:11px}.member-order-row-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.member-order-row-total{font-size:18px;letter-spacing:-.04em}.member-order-row-cta{font-size:11px;font-weight:800;color:var(--muted)}.member-order-row:hover .member-order-row-cta{color:var(--ink)}.member-order-detail,.member-order-card{background:#fff;border:1px solid var(--line);padding:24px}.member-order-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.member-order-head strong{display:block;font-size:16px;letter-spacing:.04em}.member-order-head small{display:block;margin-top:6px;color:var(--muted);font-size:11px}.member-status{display:inline-flex;align-items:center;padding:7px 10px;font-size:11px;font-weight:800;letter-spacing:.04em;background:#eef1f2;color:var(--ink)}.member-status-new{background:var(--lime)}.member-status-confirmed,.member-status-shipping{background:#e1edff}.member-status-completed{background:#dff7dd}.member-status-cancelled{background:#ffded9}.member-order-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 20px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.member-order-meta div{margin:0}.member-order-meta dt{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 4px}.member-order-meta dd{margin:0;font-size:13px;line-height:1.45;word-break:break-word}.member-detail-label{margin:0 0 8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.member-order-items{list-style:none;margin:0;padding:0}.member-order-items li{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.member-order-total{display:flex;justify-content:space-between;align-items:center;padding-top:16px;font-size:14px}.member-order-total strong{font-size:22px;letter-spacing:-.04em}.member-empty{background:#fff;border:1px solid var(--line)}@media(max-width:900px){.member-dashboard{grid-template-columns:1fr;padding-bottom:75px}.member-order-row{grid-template-columns:1fr;gap:14px}.member-order-row-side{align-items:flex-start;flex-direction:row;flex-wrap:wrap}.member-order-row-total{margin-left:auto}.member-order-meta{grid-template-columns:1fr}}

/* Mobile header + bottom tab bar */
.mobile-tabbar,.mobile-cat-sheet{display:none}
@media(max-width:760px){
body{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}
.site-header{position:sticky;top:0}
.site-header .wrap{width:min(100% - 24px,600px)}
.nav-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand lang" "search search";gap:10px 12px;align-items:center;min-height:0;padding:12px 0}
.brand{grid-area:brand;min-width:0!important;max-width:100%;overflow:hidden}
.brand-logo{width:min(128px,40vw)!important;height:auto;display:block}
.main-nav{display:none!important}
.nav-actions{display:contents}
.nav-actions .cart-link,.nav-actions .member-link{display:none!important}
.nav-actions .language{grid-area:lang;margin:0;gap:0;justify-self:end;align-self:center;position:relative;z-index:2}
.nav-actions .language select{font-size:12px;font-weight:700;max-width:72px}
.search-form{grid-area:search;width:100%;order:unset!important;display:flex;min-width:0}
.search-form input{flex:1;width:auto!important;min-width:0}
.category-section{display:none!important}
.mobile-tabbar{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 28px rgba(23,33,43,.08)}
.mobile-tab{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:56px;padding:4px 2px;border:0;background:transparent;color:var(--muted);font-size:10px;font-weight:700;line-height:1.15;text-align:center;font-family:inherit}
.mobile-tab.active{color:var(--ink)}
.mobile-tab-icon{width:22px;height:22px;display:grid;place-items:center}
.mobile-tab-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mobile-tab-badge{position:absolute;top:4px;right:calc(50% - 22px);min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:var(--lime);color:var(--ink);font-size:9px;font-weight:800;display:grid;place-items:center}
.mobile-cat-sheet{display:block;position:fixed;inset:0;z-index:70;pointer-events:none;opacity:0;transition:opacity .2s ease}
.mobile-cat-sheet.is-open{pointer-events:auto;opacity:1}
.mobile-cat-sheet[hidden]{display:none!important}
.mobile-cat-backdrop{position:absolute;inset:0;border:0;background:rgba(10,14,18,.45);cursor:pointer}
.mobile-cat-panel{position:absolute;left:0;right:0;bottom:0;max-height:min(78vh,560px);background:#fff;border-radius:22px 22px 0 0;padding:18px 18px calc(24px + env(safe-area-inset-bottom,0px));transform:translateY(110%);transition:transform .24s ease;overflow:auto}
.mobile-cat-sheet.is-open .mobile-cat-panel{transform:translateY(0)}
.mobile-cat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.mobile-cat-head h2{margin:0;font-size:20px;letter-spacing:-.04em}
.mobile-cat-close{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#f7f8f7;font-size:22px;line-height:1;color:var(--ink)}
.mobile-cat-list{display:grid;gap:8px}
.mobile-cat-list a{display:block;padding:14px 16px;background:var(--paper);border:1px solid var(--line)}
.mobile-cat-list a strong{display:block;font-size:15px;letter-spacing:-.03em}
.mobile-cat-list a small{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}
.mobile-cat-all{text-align:center;font-weight:800;font-size:13px!important;background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important}
body.mobile-cat-open{overflow:hidden}
}
