:root{--ink:#283d35;--muted:#778078;--paper:#fcfbf7;--cream:#efeee5;--line:#dedfd5;--green:#426454;--orange:#b27b54;font-family:'Noto Sans TC','Microsoft JhengHei',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}button{border:0;background:none}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #b27b54;outline-offset:4px}.announcement{background:var(--ink);color:#fff;text-align:center;padding:10px 16px;font-size:12px;letter-spacing:2px}header{height:108px;display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:auto;padding:0 44px;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:600;letter-spacing:3px}.brand small{display:block;font-size:10px;letter-spacing:3px;margin-top:6px;font-weight:400}.brand-mark{border:1px solid var(--green);border-radius:50%;padding:9px 13px;font-size:24px}nav{display:flex;gap:26px;align-items:center;font-size:13px}nav button{padding:10px 0}.cart-button span{border-radius:50%;background:var(--cream);padding:4px 8px;margin-left:4px}.hero{max-width:1192px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;background:#eeeee4;min-height:525px}.hero-copy{padding:65px 52px}.eyebrow{font-size:10px;letter-spacing:2.5px;font-weight:600}.hero h1{font-family:'Noto Serif TC','PMingLiU',serif;font-size:40px;font-weight:400;line-height:1.5;letter-spacing:3px;margin:25px 0 20px}.hero-copy>p:not(.eyebrow){font-size:14px;line-height:2.1;color:#67746b}.primary{background:var(--green);color:white;padding:15px 25px;font-size:14px;letter-spacing:1px;border-radius:2px}.primary:hover{background:var(--ink)}.link-button{display:inline-flex;gap:50px;margin-top:18px}.hero-foot{margin-top:42px;font-size:11px;letter-spacing:2px;color:#7c877a}.hero-foot span{margin:0 12px}.hero-art{position:relative;overflow:hidden;background:#e4e6d9;display:flex;align-items:flex-end}.hero-art img{width:100%;height:100%;object-fit:cover}.art-caption{position:absolute;top:38px;left:35px;font-size:11px;letter-spacing:3px;line-height:2}.art-caption span{font-size:10px;letter-spacing:1px}.art-stamp{position:absolute;right:30px;bottom:40px;border:1px solid #8b947b;padding:17px 15px;border-radius:50%;font-size:12px;line-height:1.8;transform:rotate(-10deg)}.values{display:flex;justify-content:space-between;max-width:1192px;margin:auto;padding:26px 12px;border-bottom:1px solid var(--line);gap:20px}.values span{font-size:11px;color:var(--muted)}.values b{font-weight:500;color:var(--ink);margin:0 12px}.catalog{max-width:1192px;margin:72px auto 85px;scroll-margin-top:20px}.section-top{display:flex;align-items:center;justify-content:space-between;gap:25px}h2{font-family:'Noto Serif TC','PMingLiU',serif;font-weight:400;letter-spacing:2px;font-size:30px;line-height:1.6;margin:10px 0 24px}.search{display:flex;align-items:center;border-bottom:1px solid #bbc2b8;min-width:270px}.search input{border:0;background:none;font-size:12px;flex:1;padding:12px 0;min-width:0}.search span{font-size:26px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:15px 0 30px}.catalog-toolbar button{font-size:13px;padding:9px 20px;border-radius:24px;margin:0 6px 6px 0}.catalog-toolbar button[aria-pressed=true]{background:var(--green);color:white}#result-count{font-size:12px;color:var(--muted);white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.product-card{padding:0;text-align:left;width:100%}.product-card .product-image{aspect-ratio:1;background:#f0eee8;position:relative;overflow:hidden}.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.04)}.card-label{position:absolute;left:16px;top:16px;font-size:10px;letter-spacing:1px;background:#fbfbf6d9;padding:7px 9px}.product-card h3{font-size:16px;letter-spacing:1px;font-weight:500;margin:20px 0 8px}.product-card p{font-size:12px;color:var(--muted);margin:0 0 15px}.price{font-size:14px;letter-spacing:1px}.price s{font-size:12px;color:#9a9c94;margin-left:10px}.card-meta{display:flex;align-items:center;justify-content:space-between}.card-meta span:last-child{font-size:11px;color:var(--muted)}.story{background:#e9ece2;display:flex;justify-content:center;align-items:center;gap:110px;padding:70px 30px}.story-symbol{font-family:serif;font-size:80px;border:1px solid #aeb9a6;border-radius:50%;width:190px;height:190px;display:grid;place-items:center;color:#819077}.story p:last-child{font-size:13px;line-height:2;color:var(--muted)}footer{max-width:1192px;margin:auto;padding:40px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}footer .brand{font-size:17px;display:block}footer p,footer>span{font-size:10px;color:var(--muted)}dialog{border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--ink);padding:36px;max-width:min(600px,calc(100vw - 24px));width:600px;max-height:90dvh;overflow:auto}dialog::backdrop{background:#22352d88;backdrop-filter:blur(3px)}#product-dialog{width:850px;max-width:min(850px,calc(100vw - 24px))}.close{position:absolute;right:12px;top:8px;font-size:28px;padding:5px 10px;z-index:1}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.detail-layout img{width:100%;background:var(--cream)}label{display:block;font-size:13px;margin:16px 0}label input,label select{display:block;width:100%;padding:12px;border:1px solid var(--line);margin-top:8px;background:white;border-radius:2px}.full{width:100%;margin-top:12px}.muted{font-size:12px;line-height:1.9;color:var(--muted)}.error{color:#a54732;font-size:13px;line-height:1.6}.notice{font-size:12px;line-height:1.8;background:#f1e9da;padding:14px}.text-button{font-size:12px;text-decoration:underline;display:block;margin:22px auto 0}.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line h3{font-size:14px;margin:0 0 6px}.cart-line p{font-size:12px;margin:0;color:var(--muted)}.quantity{display:flex;align-items:center;gap:12px;margin-top:10px}.quantity button{border:1px solid var(--line);width:28px;height:28px}.quantity input{width:60px;padding:6px;border:1px solid var(--line)}.remove{font-size:11px;text-decoration:underline;margin-top:10px}.totals{display:flex;justify-content:space-between;padding:18px 0;font-size:15px}.order{border-bottom:1px solid var(--line);padding:18px 0}.order small{overflow-wrap:anywhere;font-size:10px}.order strong{display:block;margin:10px 0}.order p{font-size:12px;line-height:1.7}.order .status{background:#eee6d8;padding:5px 9px;font-size:11px}.skip{position:absolute;top:-100px}.skip:focus{top:5px;background:white;padding:10px;z-index:100}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:14px 22px;font-size:13px;z-index:10;max-width:90vw;display:none}#toast.visible{display:block}[hidden]{display:none!important}
@media(max-width:1000px){header{padding:0 24px}.hero,.catalog,.values{margin-left:24px;margin-right:24px}.hero-copy{padding:45px 30px}.hero h1{font-size:36px}.values{flex-wrap:wrap}.values span{font-size:10px}footer{padding:30px 24px}.story{gap:65px}.product-grid{gap:18px}nav{gap:15px}}
@media(max-width:650px){header{height:auto;padding:22px 20px;flex-wrap:wrap}.brand{font-size:18px}.brand-mark{font-size:21px}nav{width:100%;justify-content:space-between;gap:8px;font-size:12px}.hero{margin:0 14px;grid-template-columns:1fr;min-height:0}.hero-copy{padding:35px 28px}.hero h1{font-size:clamp(25px,7vw,32px);letter-spacing:2px;margin:18px 0}.hero-foot{margin-top:25px}.hero-art{height:320px}.art-caption{top:20px;left:22px}.art-stamp{bottom:20px;right:20px}.values{padding:20px 0;margin:0 24px;gap:14px}.values span{width:100%;font-size:11px}.catalog{margin:45px 20px}.section-top{align-items:stretch;flex-direction:column;gap:0}h2{font-size:27px;margin-bottom:15px}.search{min-width:0;margin:8px 0 15px}.catalog-toolbar{align-items:flex-start;margin-bottom:20px}.catalog-toolbar button{font-size:12px;padding:8px 12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.product-card h3{font-size:14px;margin-top:13px}.product-card p{line-height:1.8;min-height:38px}.card-meta{align-items:flex-start;gap:8px;flex-direction:column}.card-label{font-size:8px;top:9px;left:9px}.price{font-size:13px}.price s{font-size:10px;margin-left:5px}.story{gap:24px;padding:42px 24px;align-items:flex-start}.story-symbol{width:62px;height:62px;font-size:30px;flex-shrink:0}.story .eyebrow{font-size:8px;line-height:1.8}.story h2{font-size:22px}footer{align-items:flex-start;flex-direction:column;gap:8px}dialog{padding:30px 22px}.detail-layout{grid-template-columns:1fr;gap:10px}.detail-layout img{max-height:230px;object-fit:contain}.announcement{font-size:10px;letter-spacing:.5px}}


/* Existing CSP recommendation banners, in the maintained group order. */
.recommendations{max-width:1192px;margin:0 auto 28px;background:#f5f6f8;padding:0 24px 28px}.featured-banners{display:flex;flex-direction:column;gap:24px}.featured-banner{display:block;width:100%;padding:0;background:white;box-shadow:0 4px 12px #24332912;text-align:left}.featured-banner img{display:block;width:100%;height:auto;object-fit:contain}.featured-banner:hover{box-shadow:0 5px 16px #24332925}.banner-placeholder{display:block;padding:45px 28px;font-size:24px}.banner-placeholder small{display:block;font-size:13px;margin-top:15px;color:var(--muted)}#featured-status:empty{display:none}.group-banner{display:block;width:100%;height:auto;border-radius:3px}.featured-items{list-style:none;padding:0;margin:20px 0}.featured-items li{padding:16px 0;border-bottom:1px solid var(--line)}.featured-items strong{font-size:15px;font-weight:500}.featured-items small{display:block;margin-top:7px;color:var(--muted);font-size:12px}
@media(max-width:650px){.recommendations{padding:0 12px 24px;margin-bottom:0}.featured-banners{gap:14px}}

.view-featured main>section:not(.featured-page){display:none}.featured-page{max-width:1192px;margin:auto;background:#f5f6f8;padding:0 20px 40px;min-height:70vh}.featured-page-heading{display:flex;align-items:center;gap:20px;padding:25px 0}.featured-page-heading h1{margin:0;font-size:28px;line-height:1.5;overflow-wrap:anywhere}.featured-back{font-size:38px;line-height:1;padding:0 12px}.featured-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.featured-product{background:white;box-shadow:0 3px 9px #24332918;min-width:0}.featured-product-image{aspect-ratio:1;display:grid;place-items:center;background:#faf9f6}.featured-product-image img{display:block;width:100%;height:100%;object-fit:contain}.featured-product-image span{color:var(--muted);font-size:13px}.featured-product-copy{padding:20px}.featured-product-copy h2{font-family:inherit;font-weight:600;letter-spacing:0;font-size:22px;line-height:1.5;margin:0 0 8px;overflow-wrap:anywhere}.featured-product-copy p{color:#c3445d;font-size:21px;font-weight:600;margin:0;line-height:1.5}
@media(max-width:650px){.featured-page{padding:0 10px 28px}.featured-page-heading{gap:8px;padding:18px 0}.featured-page-heading h1{font-size:22px}.featured-back{font-size:32px}.featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.featured-product-copy{padding:12px 10px}.featured-product-copy h2{font-size:16px}.featured-product-copy p{font-size:15px}}

.featured-product{display:block;transition:box-shadow .2s}.featured-product:hover{box-shadow:0 5px 16px #24332930}.featured-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;background:var(--paper);padding:28px}.featured-detail-image{aspect-ratio:1;display:grid;place-items:center;background:#faf9f6}.featured-detail-image img{display:block;width:100%;height:100%;object-fit:contain}.featured-detail-image span{color:var(--muted);font-size:14px}.featured-detail-info{align-self:center;min-width:0}.featured-series{font-size:13px;color:var(--green);text-decoration:underline;text-underline-offset:4px}.featured-detail-info h2{font-family:inherit;font-weight:600;font-size:28px;margin:22px 0;overflow-wrap:anywhere;letter-spacing:0}.featured-detail-price{color:#c3445d;font-size:24px;font-weight:600}.featured-detail-info dl{display:grid;grid-template-columns:auto 1fr;gap:16px;font-size:14px;border-top:1px solid var(--line);padding-top:24px;margin:24px 0}.featured-detail-info dt{color:var(--muted)}.featured-detail-info dd{margin:0;overflow-wrap:anywhere}#featured-page-title:focus{outline:none}
@media(max-width:650px){.featured-detail-layout{grid-template-columns:1fr;gap:22px;padding:14px}.featured-detail-info h2{font-size:23px;margin:16px 0}.featured-detail-price{font-size:21px}.featured-detail-info .link-button{display:flex;justify-content:space-between}}

.product-introduction{background:var(--paper);margin-top:24px;padding:28px}.product-introduction h2{font-family:inherit;font-size:22px}.product-introduction div{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;font-size:15px}

#categories{display:flex;gap:12px;flex-wrap:wrap}.shared-tag-filter{margin:0;font-size:12px;min-width:130px;flex:1}.shared-tag-filter select{max-width:240px;padding:9px}.product-image>span{display:block;padding:35px;color:var(--muted)}

.featured-detail-layout{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:30px}.featured-detail-gallery{display:flex;align-items:flex-start;gap:14px;min-width:0}.featured-detail-gallery .featured-detail-image{flex:1;min-width:0}.group-thumbnails{display:flex;flex-direction:column;gap:10px;width:72px;flex:0 0 72px;max-height:520px;overflow-y:auto;margin:0;padding:2px}.group-thumbnail{display:block;flex:0 0 auto;width:100%;aspect-ratio:1;border:1px solid var(--line);padding:3px;background:white}.group-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}.group-thumbnail[aria-current=page]{border:2px solid var(--green);padding:2px}.group-thumbnail:hover{border-color:var(--green)}.group-thumbnail span{font-size:10px;overflow-wrap:anywhere}.group-thumbnail:focus-visible{outline-offset:-3px}
@media(max-width:650px){.featured-detail-layout{grid-template-columns:1fr;gap:22px}.featured-detail-gallery{flex-direction:column;gap:12px}.group-thumbnails{flex-direction:row;width:100%;flex:0 0 auto;max-height:none;overflow-x:auto;overflow-y:hidden;gap:8px}.group-thumbnail{width:62px;flex-basis:62px}.featured-detail-gallery .featured-detail-image{width:100%;flex:auto}}

.ui-icon{width:1.1em;height:1.1em;display:inline-block;vertical-align:middle;flex-shrink:0}

[hidden]{display:none!important}

@media(max-width:650px){
 header{min-height:68px;height:auto;padding:10px 14px;gap:8px;flex-wrap:nowrap}
 header .brand{font-size:16px;letter-spacing:2px;gap:8px;flex-shrink:0}
 header .brand-mark{width:36px;height:36px;padding:0;display:grid;place-items:center;font-size:20px}
 header .brand small{font-size:8px;letter-spacing:1.5px;margin-top:3px}
 header nav{width:auto;margin-left:auto;justify-content:flex-end;gap:8px;font-size:11px;flex-wrap:wrap}
 header nav a,header nav button{min-height:44px;display:inline-flex;align-items:center;padding:6px 0;white-space:nowrap}
 .announcement{padding:7px 12px;line-height:1.5}
}

/* Shared visual language with the B2B storefront. */
:root{--ink:#202936;--muted:#596575;--paper:#f2f4f8;--cream:#e9f3fc;--line:#dfe4eb;--green:#2c5e9e;--orange:#bd347b;--accent:#bd347b;--surface:#fff}
.announcement{background:var(--green);border-bottom:3px solid var(--accent);letter-spacing:1px}
header{height:88px}.brand{letter-spacing:1px;font-weight:700}.brand small{color:var(--muted);letter-spacing:2px}
.brand-mark{border:0;border-radius:12px;background:transparent;color:var(--accent);width:48px;height:48px;padding:7px;display:grid;place-items:center}.brand-mark svg{width:100%;height:100%}
nav{color:var(--green);font-weight:600}nav a:hover,nav button:hover{color:#194576}
.primary{border-radius:8px;font-weight:600}.primary:hover{background:#204a80}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-color:var(--green)}
h2{font-family:inherit;font-weight:600;letter-spacing:0}
.recommendations,.featured-page{background:var(--paper)}
.featured-banner{border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #203d6410}.featured-banner:hover{box-shadow:0 6px 20px #203d6424}
.featured-product,.product-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 2px 6px #203d6408}
.featured-product:hover{box-shadow:0 5px 16px #203d6420;border-color:#a4c3e5}
.product-card h3,.product-card>p,.product-card .card-meta{margin-left:14px;margin-right:14px}.product-card .card-meta{padding-bottom:16px}
.featured-product-image,.featured-detail-image,.product-card .product-image{background:white}
.featured-product-copy p,.featured-detail-price,.price{color:var(--accent)}
.featured-detail-layout,.product-introduction{background:var(--surface);border:1px solid var(--line);border-radius:14px}
.featured-back{color:var(--green)}.group-thumbnail{border-radius:8px}.group-thumbnail[aria-current=page]{background:var(--cream)}
.search{border-color:#a6b7ca}.shared-tag-filter select,label input,label select{border-radius:8px}.search .ui-icon{color:var(--green)}
.story{background:#e9f1fa}.story-symbol{border-color:#a9c9e5;color:var(--green)}
footer{border-top:3px solid var(--accent);color:var(--green)}footer .brand{color:var(--green)}
dialog{background:white;border-radius:14px}dialog::backdrop{background:#192f5088}.notice,.order .status{background:var(--cream)}
@media(max-width:650px){header{height:auto;min-height:68px}.brand-mark{border-radius:8px}header .brand-mark{padding:4px}.featured-banner{border-radius:9px}.featured-product,.product-card{border-radius:10px}.featured-product-copy h2{font-weight:600}}
/* Put the mobile page context beside the brand instead of a separate title row. */
header>.featured-page-heading{display:none}
@media(max-width:650px){
 .view-featured header{gap:8px}
 .view-featured header>nav{display:none}
 .view-featured header>.featured-page-heading{display:flex;flex:1;min-width:0;gap:3px;padding:0;margin-left:auto}
 .view-featured header .featured-back{display:flex;align-items:center;justify-content:center;flex:0 0 32px;min-height:44px;padding:0;font-size:24px}
 .view-featured header .featured-page-heading h1{font-size:13px;line-height:1.5;margin:0;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
 .view-featured .featured-page{padding-top:4px}
}

/* Images of the current product live below its main image, not in the group rail. */
.product-gallery{flex:1;min-width:0;width:100%}
.product-image-thumbnails{display:flex;gap:8px;overflow-x:auto;margin-top:12px;padding:2px 2px 6px;align-items:center}
.product-image-thumbnail{flex:0 0 60px;width:60px;height:60px;padding:3px;border:1px solid var(--line);border-radius:7px;background:white}
.product-image-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}
.product-image-thumbnail[aria-pressed=true]{border:2px solid var(--green);padding:2px;background:var(--cream)}
.product-image-thumbnail:hover{border-color:var(--green)}
.product-image-thumbnail span{font-size:10px}
@media(max-width:650px){.product-gallery{flex:auto}.product-image-thumbnails{margin-top:8px}.product-image-thumbnail{flex-basis:52px;width:52px;height:52px}}

/* Clear system sans-serif typography, matching the supplied mobile reference. */
:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Noto Sans TC","Microsoft JhengHei",sans-serif}
h1,h2,h3,.hero h1{font-family:inherit;font-weight:700}
.product-introduction{color:#171717}
.product-introduction h2{font-size:24px;font-weight:700}
.product-introduction div{font-size:18px;font-weight:400;line-height:1.65;letter-spacing:0}
.featured-detail-info h2{font-weight:700}
@media(max-width:650px){.product-introduction{padding:20px 16px}.product-introduction h2{font-size:21px}.product-introduction div{font-size:17px;line-height:1.65}}
/* Compact mobile product summary; full specifications remain on desktop. */
@media(max-width:650px){
 .featured-detail-layout{gap:14px}
 .featured-detail-info h2{margin:12px 0 10px}
 .featured-detail-info .featured-detail-price{margin:10px 0 14px}
 .featured-detail-info .featured-product-specs,.featured-detail-info .featured-order-notice{display:none}
}

@media(max-width:700px){.announcement{display:none!important}}

/* Centered brand header, shared desktop/mobile layout. */
header.shop-header{max-width:none;width:100%;height:112px;padding:12px max(24px,calc((100vw - 1200px)/2));display:grid;grid-template-columns:1fr auto 1fr;gap:16px;background:#fff;color:#171717;position:relative}
.shop-header>.brand{grid-column:2;grid-row:1;justify-self:center;display:block;line-height:0;margin:0;padding:0}.shop-header>.brand img{width:78px;height:78px;object-fit:contain}.shop-header>#menu-button{grid-column:1;grid-row:1;justify-self:start}.shop-header>nav{grid-column:3;grid-row:1;justify-self:end;display:flex;gap:10px;align-items:center}.shop-header .header-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:9px;border-radius:5px;color:#171717}.shop-header .header-icon svg{width:26px;height:26px}.shop-header .header-icon:hover{background:#f2f4f8}.shop-header [hidden]{display:none!important}.shop-header .featured-page-heading{grid-column:1/-1;grid-row:2;width:100%;margin:0;padding:0}.shop-header:has(.featured-page-heading:not([hidden])){height:auto;min-height:80px}#menu-dialog{width:320px;height:100dvh;max-height:100dvh;max-width:90vw;margin:0 auto 0 0;border-radius:0;padding:60px 24px}#menu-dialog>a{display:block;border-bottom:1px solid #dce2eb;padding:18px 0;color:#283f68}#menu-dialog h2{font-size:24px}
@media(max-width:700px){header.shop-header{height:80px;padding:8px 12px;gap:8px}.shop-header>.brand img{width:60px;height:60px}.shop-header>nav{gap:0}.shop-header #account-button{display:none}.shop-header .header-icon{width:42px;height:42px}.shop-header .featured-page-heading h1{font-size:14px}.announcement{display:none!important}}

#member-menu{width:320px;border-radius:14px;padding:32px 24px}#member-menu h2{font-size:22px}#member-menu>a,#member-logout{display:block;width:100%;text-align:center;border-radius:8px;padding:13px;margin:12px 0}#member-logout{border:1px solid var(--line)}
