:root{
  --bg:#f5f7fb;--card:#fff;--ink:#172033;--muted:#758195;--line:#e8edf5;
  --blue:#123a72;--blue2:#0c2c58;--green:#12a66a;--gold:#d6a23a;--red:#ec5b5b;
  --shadow:0 14px 38px rgba(17,38,72,.10);--radius:20px;--radius-sm:14px;
}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","Segoe UI",Arial,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.muted{color:var(--muted);font-size:12px}.mobile{max-width:480px;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,#f7f9fd 0%,#fff 45%,#f5f7fb 100%);padding-bottom:92px}.admin-layout{display:flex;min-height:100vh}.sidebar{width:238px;background:#0f2544;color:#fff;padding:24px 18px;position:fixed;top:0;bottom:0}.content{margin-left:238px;flex:1;padding:26px}.brand{font-weight:900;letter-spacing:.2px}.brand .mark{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#fff,#dce8ff);color:var(--blue);margin-right:8px}.logo{font-size:28px;font-weight:900;letter-spacing:-.6px}.tag{font-size:13px;color:rgba(255,255,255,.82);line-height:1.55}.hero{background:linear-gradient(135deg,#0e2b55 0%,#123a72 62%,#215b96 100%);color:#fff;padding:22px 20px 28px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;box-shadow:var(--shadow)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.partner-chip{display:inline-flex;gap:8px;align-items:center;margin-top:12px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);font-size:13px}.hero-balance{margin-top:24px}.hero-balance small{display:block;color:rgba(255,255,255,.75)}.hero-balance strong{font-size:40px;letter-spacing:-1px}.level-box{margin-top:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:14px}.progress{height:9px;background:rgba(255,255,255,.22);border-radius:999px;overflow:hidden;margin-top:10px}.progress i{display:block;height:100%;background:linear-gradient(90deg,#f7cc68,#12d883);border-radius:999px}.shell{padding:18px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:18px 2px 10px}.section-head h3,.section-head h2{margin:0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:0 8px 22px rgba(20,40,70,.06)}.stat span{font-size:12px;color:var(--muted)}.stat b{display:block;font-size:22px;margin-top:8px;letter-spacing:-.4px}.stat .icon{font-size:24px}.notice{display:flex;gap:10px;align-items:center;background:#fff8e8;border:1px solid #ffe6aa;border-radius:var(--radius);padding:14px 16px;color:#77510a;margin:14px 0}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 28px rgba(20,40,70,.07);padding:16px;margin:12px 0}.product-card{overflow:hidden;padding:0}.product-card .product-img{height:210px;width:100%;object-fit:cover;background:#eef2f8}.product-body{padding:15px}.product-title{font-size:16px;font-weight:800;line-height:1.45;margin:0 0 8px}.price-row{display:flex;align-items:center;justify-content:space-between;margin:10px 0}.price{font-size:22px;font-weight:900}.pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 10px;background:#eef5ff;color:#174a86;font-size:12px;font-weight:700}.pill.green{background:#e9fbf2;color:#087a4d}.pill.gold{background:#fff6dc;color:#95670c}.btn{border:0;background:linear-gradient(135deg,var(--blue),#1f62a2);color:#fff;padding:12px 16px;border-radius:15px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;box-shadow:0 8px 18px rgba(18,58,114,.18)}.btn.full{width:100%}.btn.secondary{background:#fff;color:var(--blue);border:1px solid var(--line);box-shadow:none}.btn.green{background:linear-gradient(135deg,#0f9b63,#16c983)}.btn.danger{background:linear-gradient(135deg,#d94c4c,#fa7171)}.copyrow{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.copyrow .btn{padding:10px 12px;min-height:40px;font-size:13px}.nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding:8px 6px 10px;z-index:10}.nav a{text-align:center;font-size:11px;color:#687487;font-weight:700}.nav a.active{color:var(--blue)}.rank{display:flex;align-items:center;gap:12px}.rank.podium{background:linear-gradient(135deg,#fff,#fff7df);border-color:#f6dc94}.no{width:38px;height:38px;border-radius:14px;background:#f2f5fa;display:grid;place-items:center;font-weight:900}.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#eef2f8}.wallet-card{background:linear-gradient(135deg,#102a52,#1e65a8);color:#fff;border-radius:26px;padding:22px;box-shadow:var(--shadow);margin:12px 0}.wallet-card small{color:rgba(255,255,255,.7)}.wallet-card strong{display:block;font-size:38px;margin-top:8px}.form{display:grid;gap:12px}.input,textarea,select{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:13px 14px;font-size:15px;outline:none}textarea{min-height:98px;resize:vertical}.field label{display:block;font-size:12px;color:var(--muted);font-weight:700;margin:0 0 6px}.auth{min-height:100vh;display:grid;place-items:center;background:linear-gradient(145deg,#0e2b55,#f5f7fb 56%,#fff);padding:22px}.auth-card{width:100%;max-width:430px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.65);border-radius:30px;padding:26px;box-shadow:var(--shadow)}.auth-title{margin:12px 0 4px;font-size:28px;font-weight:900}.google-ready{width:100%;margin:14px 0;background:#f4f6fa;color:#7d8796;border:1px dashed #ccd4df;box-shadow:none}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table th{font-size:12px;color:var(--muted);text-align:left;padding:0 10px}.table td{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 10px}.table td:first-child{border-left:1px solid var(--line);border-radius:14px 0 0 14px}.table td:last-child{border-right:1px solid var(--line);border-radius:0 14px 14px 0}.admin-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 9px 24px rgba(20,40,70,.06);margin:14px 0}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.menu a{display:block;color:rgba(255,255,255,.78);padding:12px 14px;border-radius:14px;margin:6px 0}.menu a:hover,.menu a.active{background:rgba(255,255,255,.12);color:#fff}.page-title{font-size:28px;font-weight:900;margin:0 0 4px}.toast{position:fixed;left:50%;bottom:88px;transform:translateX(-50%);background:#172033;color:#fff;border-radius:999px;padding:12px 16px;font-size:13px;z-index:99;box-shadow:var(--shadow)}@media (min-width:760px){.mobile{box-shadow:0 0 0 1px var(--line)}.product-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-list .card{margin:0}.auth-card{max-width:480px}}@media (max-width:760px){.admin-layout{display:block}.sidebar{position:static;width:auto}.content{margin:0;padding:18px}.table-wrap{overflow:auto}.hero-balance strong{font-size:34px}}

.order-card{position:relative}.receipt-img{border-radius:16px;border:1px solid var(--line);max-height:220px;object-fit:cover;width:100%;background:#eef2f8}.flow{display:flex;align-items:center;gap:5px;margin:14px 0;overflow:auto}.flow span{white-space:nowrap;font-size:11px;font-weight:800;color:#9aa5b5;background:#f2f5fa;border-radius:999px;padding:7px 9px}.flow span.on{color:#fff;background:linear-gradient(135deg,#123a72,#16a66a)}.flow i{height:2px;min-width:14px;background:#d9e0eb}.modal{position:fixed;inset:0;background:rgba(9,22,42,.48);z-index:100;display:grid;place-items:center;padding:18px}.modal-card{background:#fff;border-radius:24px;padding:20px;max-width:440px;width:100%;box-shadow:0 24px 60px rgba(0,0,0,.25);max-height:86vh;overflow:auto}.bank-box{white-space:pre-wrap;background:#f5f7fb;border:1px solid var(--line);border-radius:16px;padding:14px;font-size:13px;line-height:1.6}.danger-note{background:#fff0f0;border-color:#ffc7c7;color:#9e2d2d}.hero .tag b{color:#fff}

.toolbar{display:flex;gap:10px;flex-wrap:wrap}.content .admin-card:first-child{margin-top:0}.sidebar .brand{color:#fff}.sidebar .tag{color:rgba(255,255,255,.78)}.sidebar .menu{display:grid;gap:6px}.sidebar .menu a{font-size:14px}.table .copyrow{margin-top:0}.content .page-title{font-size:26px}.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:13px 14px;font-size:15px;outline:none;min-height:98px;resize:vertical}
.field-help{display:block;margin-top:6px;color:var(--muted);font-size:11px;line-height:1.5}
.danger-text{color:#d94c4c!important;font-weight:800}.btn:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.15);transform:none!important}.ai-copy-box{border:1px solid var(--line);border-radius:16px;background:#f8fbff;padding:14px;margin:4px 0 0}.ai-copy-result{display:grid;gap:10px}.ai-title-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px}.ai-title-option{justify-content:space-between;text-align:left;white-space:normal}.ai-title-option small{color:var(--muted);font-weight:700}.ai-description-preview{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;line-height:1.7;font-size:13px;max-height:260px;overflow:auto}
.time-cell{white-space:nowrap;min-width:156px;font-variant-numeric:tabular-nums}
.btn.secondary.active{background:linear-gradient(135deg,var(--blue),#1f62a2);color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(18,58,114,.18)}
.shipping-page{background:#f7f8fb}.shipping-topbar{height:58px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 18px;background:#fff;border-bottom:1px solid #edf1f6;position:sticky;top:0;z-index:5}.shipping-topbar h1{margin:0;text-align:center;font-size:18px;font-weight:800;color:#1f2430}.shipping-back{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:22px;color:#2a3550}.shipping-spacer{width:32px;height:32px}.shipping-shell{padding-top:14px}.shipping-shortcut{display:flex;align-items:center;justify-content:space-between;background:#f4f6fa;border:1px solid #e4e8ef;border-radius:14px;padding:14px 16px;font-size:14px;font-weight:700;color:#31374a;margin-bottom:14px}.shipping-arrow{font-size:20px;color:#98a3b5}.shipping-family{background:#fff;border:1px solid #e7ecf3;border-radius:20px;padding:18px;box-shadow:0 10px 28px rgba(20,40,70,.05)}.shipping-family.selected{border-color:#bed7ff;box-shadow:0 0 0 3px rgba(45,112,214,.08)}.shipping-family-head{display:flex;align-items:flex-start;gap:12px}.shipping-radio,.ship-option-radio{width:20px;height:20px;border-radius:50%;border:2px solid #cfd8e8;display:inline-block;position:relative;flex:0 0 auto;background:#fff}.shipping-radio.on,.ship-option-radio.on{border-color:#1f73e8;background:#1f73e8}.shipping-radio.on::after,.ship-option-radio.on::after{content:'';position:absolute;inset:4px;border-radius:50%;background:#fff}.shipping-family h2{margin:0 0 6px;font-size:22px;line-height:1.2;color:#20283a}.shipping-tags{display:flex;gap:8px;flex-wrap:wrap}.shipping-tags span{font-size:12px;font-weight:700;color:#6e7789}.shipping-dropoff{margin-top:18px}.shipping-dropoff-label{font-size:12px;color:#7a869b;font-weight:700;margin-bottom:10px}.shipping-stores{display:flex;gap:8px;flex-wrap:wrap}.store-pill{min-width:54px;height:38px;border-radius:12px;border:1px solid #e6ebf2;background:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;color:#374056;box-shadow:0 6px 14px rgba(28,48,88,.04)}.shipping-options{margin-top:16px;border-top:1px solid #eef2f7}.ship-option{width:100%;border:0;border-bottom:1px solid #eef2f7;background:#fff;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;color:#1f2430}.ship-option:last-child{border-bottom:0;padding-bottom:4px}.ship-option-main{display:flex;align-items:center;gap:12px;min-width:0}.ship-icon{display:inline-block;position:relative;flex:0 0 auto}.ship-icon-flat{width:52px;height:34px;border:2px solid #444f66;border-radius:7px;background:linear-gradient(180deg,#faf7ef,#f0e5cc)}.ship-icon-flat::before{content:'';position:absolute;left:8px;right:8px;top:9px;height:2px;background:#c8b48a}.ship-icon-flat::after{content:'';position:absolute;top:4px;bottom:4px;left:16px;width:2px;background:#d5c29a}.ship-icon-compact{width:48px;height:34px;border-radius:8px;background:linear-gradient(180deg,#f8eed8,#ead6ad);border:2px solid #5e5b55}.ship-icon-compact::before{content:'';position:absolute;left:8px;right:8px;top:11px;height:2px;background:#cfb381}.ship-icon-compact::after{content:'';position:absolute;left:22px;top:5px;bottom:5px;width:2px;background:#d8be91}.ship-icon-box{width:40px;height:40px;border-radius:8px;background:linear-gradient(180deg,#f9ecd0,#e8d09e);border:2px solid #615741;transform:rotate(-2deg)}.ship-icon-box::before{content:'';position:absolute;left:7px;right:7px;top:16px;height:2px;background:#cfb27b}.ship-icon-box::after{content:'';position:absolute;top:6px;bottom:6px;left:18px;width:2px;background:#cfb27b}.ship-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.ship-copy strong{font-size:18px;line-height:1.25}.ship-copy small{font-size:12px;color:#7b8495}.ship-price,.ship-price-box{flex:0 0 auto;text-align:right}.ship-price{font-size:21px;font-weight:900;color:#1f2430}.ship-help{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;color:#2469da;font-size:12px;font-weight:800;margin-top:4px}.ship-help-icon{width:16px;height:16px;border-radius:50%;border:1px solid #b8cdf3;display:inline-grid;place-items:center;font-size:11px;line-height:1;color:#2469da}.ship-option.active .ship-copy strong,.ship-option.active .ship-price{color:#144fa7}.shipping-placeholder{margin-top:16px;min-height:126px;background:#fff;border:1px dashed #d7dee8;border-radius:20px;padding:18px}.shipping-placeholder-title{font-size:18px;font-weight:800;color:#b3bccb}
.shipping-rule-note{margin-top:16px;padding:12px 14px;border-radius:14px;background:#fff8e7;border:1px solid #f4dba2;color:#8a6420;font-size:13px;line-height:1.6}
.shipping-metrics{margin-top:10px;font-size:12px;color:#79859a;line-height:1.6}
.ship-option.disabled{opacity:.38;cursor:not-allowed}
.ship-option.disabled .ship-price,.ship-option.disabled .ship-copy strong{color:#9aa5b7}
.ship-reason{display:block;color:#c26b6b}
.shipping-confirm{margin-top:18px}
.nav.nav-jp{padding:10px 10px 12px;gap:4px}
.nav.nav-jp a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:54px;font-size:10px;color:#566174;font-weight:650;border-radius:14px;isolation:isolate;transition:color .18s ease,transform .18s ease}
.nav.nav-jp a::before{content:"";position:absolute;inset:1px 3px;border-radius:13px;background:transparent;opacity:0;transform:scale(.9);transition:opacity .18s ease,transform .18s ease;z-index:-1}
.nav.nav-jp a.active{color:#174f8f;font-weight:800}
.nav.nav-jp a.active::before{background:#e8f1ff;opacity:1;transform:scale(1);box-shadow:inset 0 0 0 1px rgba(31,98,162,.08),0 5px 12px rgba(31,98,162,.1)}
.nav.nav-jp a:active{transform:scale(.95)}
.nav.nav-jp a span:last-child{letter-spacing:.02em}
.nav-ic{width:30px;height:30px;display:grid;place-items:center;position:relative;transition:transform .18s ease}
.nav-ic svg{width:28px;height:28px;stroke:#566174;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;transition:stroke .18s ease}
.nav.nav-jp a.active .nav-ic{transform:translateY(-1px)}
.nav.nav-jp a.active .nav-ic svg{stroke:#174f8f}
.nav-ic rect,.nav-ic circle,.nav-ic path{vector-effect:non-scaling-stroke}
.nav-home svg path,.nav-bag svg path,.nav-profile svg path,.nav-profile svg circle,.nav-orders svg rect,.nav-orders svg path,.nav-wallet svg circle,.nav-wallet svg path{fill:none}
.nav.nav-jp a.active .nav-wallet svg circle,.nav.nav-jp a.active .nav-wallet svg path{stroke:#e4545a}
.nav.nav-jp a.active:has(.nav-wallet){color:#d94850}
.nav.nav-jp a.active:has(.nav-wallet)::before{background:#fff0f1;box-shadow:inset 0 0 0 1px rgba(228,84,90,.09),0 5px 12px rgba(228,84,90,.1)}
.nav-check{position:absolute;top:-1px;right:-2px;width:14px;height:14px;border-radius:50%;background:#ff6b73;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:800;line-height:1;opacity:0;transform:scale(.8);transition:opacity .16s ease,transform .16s ease}
.nav.nav-jp a.active .nav-check{opacity:1;transform:scale(1)}
.market-hero{background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);color:#16213a;border-bottom:1px solid #edf1f6;box-shadow:none;border-radius:0 0 24px 24px;padding:18px 18px 20px}.market-hero .tag{color:#6c7890}.market-hero .partner-chip{background:#f3f6fa;color:#19355f}.market-hero .hero-balance small{color:#7b8599}.market-hero .btn.secondary{background:#f7f9fc}.market-brandline{display:flex;align-items:center;gap:10px;margin-bottom:8px}.market-brand-icon{width:30px;height:30px;object-fit:contain;flex:0 0 auto}.market-brand-lockup{height:26px;width:auto;object-fit:contain}.market-title{font-size:24px;letter-spacing:0}
.admin-thumb{width:64px;height:64px;border-radius:12px;object-fit:cover;border:1px solid var(--line);background:#eef2f8}
.profile-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 30px rgba(20,40,70,.06);padding:18px;margin:14px 0}.profile-top{display:flex;gap:14px;align-items:center}.profile-avatar{width:74px;height:74px;border-radius:26px;object-fit:cover;background:#eef2f8;border:1px solid #e5eaf2}.profile-name{font-size:22px;font-weight:900;line-height:1.2;margin:0 0 6px}.profile-id{font-size:12px;color:#7b8497}.profile-meta{display:grid;gap:10px;margin-top:16px}.meta-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-top:1px solid #eef2f7;padding-top:10px}.meta-row:first-child{border-top:0;padding-top:0}.meta-label{font-size:12px;color:#7b8497}.meta-value{font-size:14px;font-weight:700;color:#1d2640;text-align:right;word-break:break-all}.menu-list{display:grid;gap:10px}.menu-link{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e7ecf3;border-radius:18px;padding:15px 16px;color:#24304a;font-weight:800;box-shadow:0 8px 18px rgba(20,40,70,.04)}.menu-link small{display:block;font-size:12px;color:#7b8497;font-weight:600;margin-top:4px}.menu-arrow{font-size:18px;color:#9aa6b7}.subtle-title{font-size:13px;color:#7b8497;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin:18px 4px 10px}.avatar-uploader{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.avatar-uploader label{margin:0}

.fold-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1px solid #dfe6f0;border-radius:16px;padding:12px 16px;font-size:13px;font-weight:800;color:#21426f;box-shadow:0 8px 18px rgba(20,40,70,.04);cursor:pointer;margin-top:10px}.fold-toggle .arrow{font-size:14px;transition:transform .2s ease}.fold-toggle.open .arrow{transform:rotate(180deg)}.list-stack .card{margin:10px 0}
.market-note{font-size:12px;color:#7c8799;margin:2px 2px 10px}.product-tabs{margin-bottom:10px}.product-tab-row{margin:4px 0 8px}.product-tabs .btn{min-width:112px;min-height:40px;padding:9px 13px;border-radius:16px}.product-card-fold{cursor:pointer}.product-sticky-row{position:sticky;top:0;background:#fff;z-index:2;padding-bottom:6px}.product-detail.is-hidden{display:none}.product-meta{margin-top:10px}
.product-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0 12px}.product-gallery-item{border:1px solid var(--line);background:#eef2f8;border-radius:12px;padding:0;overflow:hidden;aspect-ratio:1/1;cursor:pointer}.product-gallery-item img{width:100%;height:100%;object-fit:cover}
.mercari-card{border-radius:14px;box-shadow:0 6px 18px rgba(20,40,70,.05);border-color:#edf1f6;background:#fff}
.mercari-media{position:relative;background:#f2f3f5}
.product-gallery-preview{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:2px;margin:0;padding:0;aspect-ratio:1.45;border-radius:14px 14px 0 0;overflow:hidden;background:#eef1f5}
.product-gallery-preview .product-gallery-item{border:0;border-radius:0;aspect-ratio:auto;min-width:0;min-height:0}
.product-gallery-preview .product-gallery-item:first-child{grid-row:span 2}
.product-gallery-preview .product-gallery-item:nth-child(n+4){display:none}
.mercari-price{position:absolute;left:0;bottom:12px;background:rgba(18,19,22,.82);color:#fff;font-size:20px;font-weight:900;line-height:1;padding:8px 13px 8px 12px;border-radius:0 999px 999px 0;letter-spacing:.01em}
.mercari-photo-count{position:absolute;right:10px;top:10px;background:rgba(18,19,22,.72);color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}
.mercari-sold{position:absolute;inset:0;display:grid;place-items:center;background:rgba(255,255,255,.68);color:#d44444;font-size:24px;font-weight:900;letter-spacing:.04em}
.mercari-caption{font-size:12px;color:#737d90;font-weight:700;line-height:1.5}
.mercari-card .product-body{padding:12px 12px 14px}.mercari-card .product-title{font-size:14px;font-weight:700;line-height:1.42;margin-bottom:6px;color:#222936}.mercari-card .price-row{margin:6px 0 0}.mercari-card .pill{font-size:11px;padding:4px 8px}.mercari-card .product-detail{border-top:1px solid #eef2f7;margin-top:10px;padding-top:10px}
.photo-viewer-open{overflow:hidden}
.photo-viewer{position:fixed;inset:0;background:#090909;color:#fff;z-index:200;display:grid;grid-template-rows:auto 1fr auto auto;max-width:480px;margin:0 auto;left:0;right:0}
.photo-viewer-top{height:54px;display:grid;grid-template-columns:54px 1fr 54px;align-items:center;padding:0 8px;background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,0))}
.photo-viewer-close{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer}
.photo-viewer-count{grid-column:2;text-align:center;font-size:13px;font-weight:800;color:rgba(255,255,255,.92)}
.photo-viewer-stage{position:relative;display:grid;place-items:center;min-height:0;overflow:hidden}
.photo-viewer-main{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;background:#090909}
.photo-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:58px;border:0;border-radius:999px;background:rgba(0,0,0,.34);color:#fff;font-size:42px;line-height:1;display:grid;place-items:center;cursor:pointer}
.photo-viewer-nav.prev{left:8px}.photo-viewer-nav.next{right:8px}
.photo-viewer-thumbs{display:flex;gap:8px;overflow:auto;padding:10px 12px;background:#111}
.photo-viewer-thumbs button{width:58px;height:58px;flex:0 0 auto;border:2px solid transparent;border-radius:8px;overflow:hidden;padding:0;background:#222;cursor:pointer}
.photo-viewer-thumbs button.active{border-color:#fff}
.photo-viewer-thumbs img{width:100%;height:100%;object-fit:cover}
.photo-viewer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px;background:#111;border-top:1px solid rgba(255,255,255,.08)}
.photo-viewer-actions .btn{box-shadow:none}
@media (hover:hover){.btn:hover{filter:brightness(.98);transform:translateY(-1px);box-shadow:0 10px 22px rgba(18,58,114,.2)}.menu-link:hover{border-color:#d5deea;box-shadow:0 12px 24px rgba(20,40,70,.08);transform:translateY(-1px)}}
.menu-link{transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}




.product-card-fold.expanded{box-shadow:0 14px 30px rgba(20,40,70,.08)}
.product-sticky-row{top:12px;background:linear-gradient(180deg,#fff 88%,rgba(255,255,255,.92) 100%)}
.empty-guide{line-height:1.7}

/* User home commercial polish */
.home-brand-hero{
  padding:22px 20px 24px;
  background:linear-gradient(180deg,#fffaf6 0%,#f7fbff 58%,#ffffff 100%);
  border-bottom:1px solid #e9eef6;
  border-radius:0 0 30px 30px;
  color:#19233a;
  box-shadow:0 12px 30px rgba(64,86,118,.08);
}
.home-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:12px}
.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0;flex:1}
.brand-copy{min-width:0;flex:1;display:flex;align-items:center;padding-top:0}
.brand-mark{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg,#fffdf8 0%,#f5efe2 100%);box-shadow:0 10px 22px rgba(83,93,112,.12);border:1px solid #ece6d9;flex:0 0 auto;overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:cover}.brand-wordmark{display:block;height:23px;width:auto;object-fit:contain;max-width:min(100%,190px);margin:0}.home-brand-hero .logo{font-size:23px;line-height:1.1;letter-spacing:0;color:#19233a;white-space:normal}
.hero-copy{margin:18px 0 0;max-width:420px;color:#526075;font-size:14px;line-height:1.75}
.home-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.home-brand-hero .partner-chip{margin-top:0;background:#fff;border:1px solid #e5ebf4;color:#29405f;box-shadow:0 6px 14px rgba(44,64,92,.06)}
.home-brand-hero .btn.secondary{background:#fff;border-color:#dfe7f2;color:#244c7d;border-radius:999px;box-shadow:0 8px 18px rgba(48,77,116,.08)}.home-session-btn{min-width:96px;min-height:54px;padding:10px 14px;align-self:start}
.home-shell{padding-top:16px}
.home-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.home-feature-card{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:15px;box-shadow:0 10px 24px rgba(34,55,86,.06);min-height:116px}
.home-feature-card h2{font-size:15px;margin:0 0 6px;color:#1f2a42}
.home-feature-card p{margin:0;color:#667287;font-size:12px;line-height:1.6}
.home-guide-link{display:block;color:inherit;text-decoration:none}
.home-guide-link .home-feature-card{height:100%;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.guide-action{display:inline-flex;align-items:center;margin-top:8px;color:#0f5fa8;font-size:12px;font-weight:900}
.feature-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;font-weight:900;color:#244b79;background:#eef6fb;flex:0 0 auto}
.notice-card .feature-icon{background:#fff2df;color:#9a6625}
.learning-card .feature-icon{background:#e9f8f0;color:#16734d}
.home-section-head{align-items:flex-end;margin-top:20px}
.section-subtitle{margin:5px 0 0;color:#758195;font-size:12px;line-height:1.5}
.platform-nav{margin-bottom:12px}
.platform-tab-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 14px}
.platform-tab{border:1px solid #e5ebf3;background:#fff;border-radius:18px;padding:13px 14px;text-align:left;cursor:pointer;min-height:76px;box-shadow:0 8px 18px rgba(31,53,84,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;position:relative;overflow:hidden}
.platform-tab::after{content:'';position:absolute;inset:auto 12px 10px 12px;height:3px;border-radius:999px;background:rgba(18,58,114,.12);transition:opacity .18s ease,transform .18s ease;opacity:.45}
.platform-tab-name{display:block;font-size:15px;font-weight:900;color:#1d2941;line-height:1.2}
.platform-tab-note{display:block;margin-top:7px;font-size:11px;color:#758195;line-height:1.35;font-weight:700}
.platform-tab.active{border-color:transparent;box-shadow:0 14px 30px rgba(34,61,96,.12);transform:translateY(-1px)}
.platform-tab.active .platform-tab-name,.platform-tab.active .platform-tab-note{color:#19304f}
.platform-mercari{background:linear-gradient(135deg,#fff 0%,#fff4f2 100%)}
.platform-yahoo{background:linear-gradient(135deg,#fff 0%,#f2f6ff 100%)}
.platform-rakuma{background:linear-gradient(135deg,#fff 0%,#f1fbf5 100%)}
.platform-mercari::after{background:#f0a59a}.platform-yahoo::after{background:#9db8ef}.platform-rakuma::after{background:#8bd0a7}
@media (hover:hover){.platform-tab:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(34,61,96,.13);border-color:#d7e0eb}.platform-tab:hover::after{opacity:1;transform:scaleX(1.02)}}
@media (hover:hover){.home-guide-link:hover .home-feature-card{transform:translateY(-2px);box-shadow:0 16px 32px rgba(34,61,96,.12);border-color:#d8e4f0}}
@media (max-width:390px){.home-info-grid,.platform-tab-grid{grid-template-columns:1fr}.home-brand-hero .logo{font-size:21px}.hero-copy{font-size:13px}.home-feature-card{min-height:auto}.brand-wordmark{height:20px;max-width:150px}.home-session-btn{min-width:90px;min-height:48px;padding:8px 12px}}
.guide-hero{padding-bottom:22px}
.guide-shell{padding-bottom:108px}
.guide-panel{background:#fff;border:1px solid #e6edf6;border-radius:24px;padding:18px;margin-bottom:14px;box-shadow:0 12px 30px rgba(25,43,72,.06)}
.guide-section-head{margin-bottom:14px}
.guide-section-head h2{margin:8px 0 6px;font-size:20px;color:#17233a}
.guide-section-head p{margin:0;color:#6f7b8f;font-size:13px;line-height:1.7}
.guide-step-list{display:grid;gap:12px}
.guide-step{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:14px;border:1px solid #e8edf5;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)}
.guide-step-no{width:34px;height:34px;border-radius:12px;background:#eaf4ff;color:#155493;display:grid;place-items:center;font-weight:900}
.guide-step h3{margin:0 0 5px;font-size:15px;color:#17233a}
.guide-step p{margin:0;color:#657287;font-size:13px;line-height:1.7}
.guide-detail-list{margin:9px 0 0;padding-left:18px;color:#58677d;font-size:12px;line-height:1.7}
.guide-detail-list li{margin:3px 0}
.guide-checklist{list-style:none;margin:0;padding:0;display:grid;gap:10px;color:#46556d;font-size:13px;line-height:1.7}
.guide-checklist li{position:relative;padding-left:22px}
.guide-checklist li::before{content:"";position:absolute;left:0;top:.68em;width:8px;height:8px;border-radius:50%;background:#1bbf73;box-shadow:0 0 0 4px #e8f8ef}
.guide-support-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#f8fbff 0%,#eef8f2 100%);border:1px solid #dce9f3;border-radius:24px;padding:18px;margin-bottom:16px;box-shadow:0 12px 28px rgba(25,43,72,.06)}
.guide-support-card h2{margin:0 0 6px;font-size:18px;color:#17233a}
.guide-support-card p{margin:0;color:#657287;font-size:13px;line-height:1.6}
@media (max-width:390px){.guide-support-card{align-items:stretch;flex-direction:column}.guide-support-card .btn{width:100%}}
.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:8px}.auth-brand-icon{width:44px;height:44px;border-radius:14px;object-fit:cover;box-shadow:0 8px 18px rgba(34,61,96,.12)}.auth-brand-lockup{height:28px;width:auto;object-fit:contain;max-width:250px}
.line-support-fab{position:fixed;right:16px;bottom:116px;z-index:60;display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:8px 16px 8px 10px;border-radius:999px;background:#06c755;color:#fff;box-shadow:0 14px 26px rgba(6,199,85,.28);border:1px solid rgba(255,255,255,.24);max-width:calc(100vw - 28px);user-select:none;-webkit-user-select:none;touch-action:none;transition:box-shadow .16s ease,transform .16s ease,filter .16s ease;will-change:transform,right,bottom}
.line-support-fab.dragging{cursor:grabbing;box-shadow:0 18px 34px rgba(6,199,85,.36);transition:none}
.line-support-icon{width:28px;height:28px;border-radius:50%;background:#fff;display:grid;place-items:center;flex:0 0 auto;overflow:hidden}
.line-support-icon svg{width:100%;height:100%;display:block}
.line-support-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.line-support-copy strong{font-size:12px;line-height:1.1;white-space:nowrap;font-weight:900;letter-spacing:.01em}
.line-support-copy small{display:none}
@media (hover:hover){.line-support-fab:hover{filter:brightness(1.02);transform:translateY(-1px)}}
@media (max-width:390px){.line-support-fab{padding:8px 14px 8px 10px;min-height:44px}.line-support-copy strong{font-size:11px}}
.invite-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 30px rgba(20,40,70,.06)}
.invite-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.invite-head h2{margin:0 0 6px;font-size:20px;line-height:1.25}
.invite-head p{margin:0;color:#6f7b8f;font-size:13px;line-height:1.6}
.invite-code-box{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#f9fbff,#f6f9ff);border:1px solid #dfe8f6;margin-bottom:14px}
.invite-code-box span{font-size:12px;color:#6f7b8f;font-weight:700}
.invite-code-box strong{font-size:28px;line-height:1;font-weight:900;letter-spacing:.08em;color:#17355f}
.invite-field-label{display:block;font-size:12px;color:#6f7b8f;font-weight:800;margin:0 0 6px}
.invite-link-row{display:block}
.invite-link-input{font-size:13px;color:#24304a;background:#fbfcfe}
.invite-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.invite-actions .btn{width:100%;box-shadow:none}
.google-ready{width:100%;margin:14px 0;padding:10px 14px;background:#fff;color:#202124;border:1px solid #1f1f1f;border-radius:4px;box-shadow:none;justify-content:flex-start;gap:12px;font-weight:700;letter-spacing:0}
.google-ready .google-mark{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}
.google-ready .google-mark img{width:20px;height:20px;display:block}
.google-ready:hover{background:#fff;border-color:#000}
.google-ready:active{transform:translateY(0)}
.line-share-btn{background:linear-gradient(135deg,#06c755,#00b14d)}
.invite-summary-grid{margin-top:14px}
.invite-referral-list{display:grid;gap:12px}
.invite-referral-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:0 10px 24px rgba(20,40,70,.05)}
.invite-referral-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.invite-referral-top strong{display:block;font-size:15px;color:#1d2941}
.invite-referral-meta{margin-top:4px;font-size:12px;color:#778297;line-height:1.5;word-break:break-all}
.invite-referral-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #eef2f7}
.invite-referral-stats span{display:block;font-size:11px;color:#7a869a}
.invite-referral-stats b{display:block;margin-top:5px;font-size:14px;color:#1d2941}
.invite-rule-list{display:grid;gap:10px}
.invite-rule-item{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fbfcfe;border:1px solid #e6ebf4;border-radius:18px;padding:14px 15px}
.invite-rule-item strong{display:block;font-size:14px;color:#1d2941}
.invite-rule-item small{display:block;margin-top:4px;font-size:11px;color:#7b8799}
.invite-rule-item b{font-size:20px;color:#174a86;letter-spacing:-.02em}
@media (max-width:390px){.invite-actions,.invite-referral-stats{grid-template-columns:1fr}.invite-code-box{display:grid}.invite-code-box strong{font-size:24px}}

/* Invite poster start */
.invite-hero .hero-balance strong{font-size:38px}
.invite-poster-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;margin:14px 0;box-shadow:0 12px 30px rgba(20,40,70,.06)}
.invite-poster-preview{position:relative;overflow:hidden;border:1px solid #e4ebf5;border-radius:24px;padding:20px;background:linear-gradient(160deg,#fffaf3 0%,#f6f9ff 62%,#fff 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.invite-poster-preview::before{content:"";position:absolute;right:-58px;top:-52px;width:180px;height:180px;border-radius:50%;background:rgba(214,162,58,.11)}
.invite-poster-preview::after{content:"";position:absolute;left:-70px;bottom:-82px;width:220px;height:220px;border-radius:50%;background:rgba(18,58,114,.08)}
.invite-poster-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px}
.invite-poster-brand img{width:50px;height:50px;border-radius:16px;object-fit:cover;box-shadow:0 8px 18px rgba(31,53,84,.12)}
.invite-poster-brand strong{display:block;font-size:28px;font-weight:900;letter-spacing:.02em;color:#123a72;line-height:1}
.invite-poster-brand span{display:block;margin-top:6px;font-size:12px;font-weight:800;color:#b28a3d;letter-spacing:.08em}
.invite-poster-copy{position:relative;z-index:1;margin:18px 0 16px;color:#536174;font-size:13px;line-height:1.75}
.invite-poster-qr{position:relative;z-index:1;width:210px;max-width:100%;margin:0 auto;padding:14px;border-radius:24px;background:#fff;border:1px solid #dfe8f5;box-shadow:0 12px 26px rgba(20,40,70,.08)}
.invite-poster-qr img{width:100%;height:auto;border-radius:12px;background:#fff}
.invite-poster-code{position:relative;z-index:1;margin:16px auto 0;text-align:center}
.invite-poster-code span{display:block;font-size:12px;color:#748095;font-weight:800}
.invite-poster-code b{display:block;margin-top:6px;color:#123a72;font-size:34px;line-height:1;font-weight:900;letter-spacing:.09em}
.invite-poster-rules{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
.invite-poster-rules span{display:grid;place-items:center;min-height:34px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid #e2e9f3;color:#25415f;font-size:11px;font-weight:800}
.poster-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.poster-actions .btn{width:100%;box-shadow:none}
.invite-share-note{margin:10px 2px 0;color:#7b8799;font-size:11px;line-height:1.55}
@media (max-width:390px){.poster-actions,.invite-poster-rules{grid-template-columns:1fr}.invite-poster-brand strong{font-size:24px}.invite-poster-qr{width:190px}}
/* Invite poster end */

/* Partner contract */
.contract-page{background:#f6f8fb}.contract-header{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:24px 20px 22px;background:#fff;border-bottom:1px solid #e7edf5}.contract-header h1{margin:2px 0 8px;font-size:24px;line-height:1.3;color:#17243c}.contract-header p{margin:0;color:#68758a;font-size:13px;line-height:1.65}.contract-eyebrow{font-size:10px!important;font-weight:900;color:#b68a3d!important;letter-spacing:.08em}.contract-back{width:34px;height:34px;border:1px solid #dfe6f0;border-radius:12px;display:grid;place-items:center;font-size:27px;line-height:1;color:#24476f;background:#fff}.contract-shell{padding-top:16px}.contract-summary,.contract-form{background:#fff;border:1px solid #e3e9f2;border-radius:20px;padding:18px;margin-bottom:14px;box-shadow:0 10px 24px rgba(31,49,78,.05)}.contract-summary h2,.contract-section-title h2{margin:0;color:#17243c;font-size:18px}.contract-summary>p,.contract-section-title p{margin:6px 0 0;color:#748095;font-size:12px;line-height:1.6}.contract-document-list{display:grid;gap:10px;margin-top:16px}.contract-document{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #e4eaf2;border-radius:15px;padding:13px;color:#1d2c45;background:#fbfcfe}.contract-document-no{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#edf4fc;color:#1b568f;font-size:11px;font-weight:900}.contract-document strong{display:block;font-size:14px}.contract-document small{display:block;margin-top:4px;color:#79859a;font-size:10px;line-height:1.5}.contract-document>b{font-size:10px;color:#9b7332;background:#fff4df;border-radius:999px;padding:5px 8px}.contract-section-title{display:flex;align-items:flex-start;gap:11px;margin:4px 0 14px}.contract-section-title:not(:first-child){margin-top:24px;padding-top:22px;border-top:1px solid #edf1f6}.contract-section-title>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#173e70;color:#fff;font-size:12px;font-weight:900;flex:0 0 auto}.contract-consent{display:flex;align-items:flex-start;gap:11px;border:1px solid #e1e7ef;border-radius:15px;padding:14px;margin-top:10px;background:#fbfcfe;cursor:pointer}.contract-consent input{width:20px;height:20px;margin:1px 0 0;accent-color:#155b99;flex:0 0 auto}.contract-consent b{display:block;font-size:13px;color:#1b2941}.contract-consent small{display:block;margin-top:5px;color:#748095;font-size:11px;line-height:1.55}.signature-wrap{position:relative;border:1px solid #ced8e6;border-radius:15px;background:#fff;overflow:hidden}.signature-wrap canvas{display:block;width:100%;height:142px;background:#fff;touch-action:none}.signature-clear{position:absolute;right:9px;top:9px;border:1px solid #dce4ee;border-radius:999px;background:rgba(255,255,255,.94);color:#526176;padding:6px 10px;font-size:10px;font-weight:800}.contract-legal-note{margin:14px 0;color:#78859a;font-size:10px;line-height:1.7}.contract-submit{min-height:50px}.contract-complete{display:flex;align-items:flex-start;gap:12px;border:1px solid #cfe9db;background:#f0faf5;border-radius:18px;padding:16px;margin-bottom:14px;color:#174e36}.contract-complete[hidden],.contract-form[hidden]{display:none!important}.contract-complete-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#18875d;color:#fff;font-weight:900;flex:0 0 auto}.contract-complete strong{font-size:14px}.contract-complete p{margin:5px 0 0;font-size:11px;line-height:1.55;color:#537466}.contract-admin-signature{border:1px solid #dfe6ef;border-radius:14px;background:#fff;overflow:hidden}.contract-admin-signature img{display:block;width:100%;max-height:180px;object-fit:contain;background:#fff}

/* YaAn brand visual refresh v1: visual-only overrides */
:root{
  --bg:#f7f8fa;
  --card:#fff;
  --ink:#222b45;
  --muted:#6f7b8f;
  --line:#edf0f6;
  --coral:#ff6f7d;
  --orange:#ffb347;
  --purple:#a46bff;
  --navy:#222b45;
  --blue:#5b8def;
  --blue2:#416fca;
  --green:#18b978;
  --gold:#ffb347;
  --red:#ff6f7d;
  --brand-grad:linear-gradient(135deg,#ff6f7d 0%,#ffb347 48%,#5b8def 100%);
  --brand-grad-cool:linear-gradient(135deg,#5b8def 0%,#a46bff 100%);
  --soft-grad:linear-gradient(180deg,#fff 0%,#fff8f9 45%,#f7f8fa 100%);
  --shadow:0 18px 42px rgba(34,43,69,.08);
  --radius:24px;
  --radius-sm:16px;
}
body{
  background:var(--bg);
  color:var(--ink);
  font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","Segoe UI",Arial,sans-serif;
  letter-spacing:0;
}
.mobile{
  background:linear-gradient(180deg,#fff 0%,#fff8f9 34%,#f7f8fa 78%,#fff 100%);
}
.hero,
.market-hero,
.auth-card,
.admin-card,
.card,
.stat,
.profile-card,
.invite-panel,
.invite-poster-card,
.contract-summary,
.contract-form,
.guide-support-card{
  border-color:var(--line);
  box-shadow:var(--shadow);
}
.hero{
  background:linear-gradient(135deg,#222b45 0%,#384a7a 58%,#5b8def 100%);
}
.market-hero,
.home-brand-hero{
  background:linear-gradient(180deg,#fff 0%,#fff9f9 58%,#f8fbff 100%);
  border-radius:0 0 30px 30px;
}
.home-brand-hero{
  padding-top:24px;
}
.brand-mark,
.auth-brand-icon,
.market-brand-icon,
.invite-poster-brand img{
  background:#fff;
  border:1px solid rgba(237,240,246,.95);
  box-shadow:0 12px 26px rgba(34,43,69,.10);
}
.brand-mark{
  width:58px;
  height:58px;
  border-radius:20px;
}
.brand-mark img,
.auth-brand-icon,
.market-brand-icon,
.invite-poster-brand img{
  object-fit:contain;
}
.brand-wordmark,
.auth-brand-lockup,
.market-brand-lockup{
  filter:drop-shadow(0 6px 10px rgba(34,43,69,.06));
}
.logo,
.page-title,
.auth-title,
.product-title,
.profile-name,
.market-title,
.section-head h2,
.section-head h3{
  color:var(--navy);
  letter-spacing:0;
}
.muted,
.market-hero .tag,
.field label,
.field-help,
.meta-label,
.invite-head p,
.guide-step p{
  color:var(--muted);
}
.card,
.stat,
.admin-card,
.profile-card,
.invite-panel,
.invite-poster-card,
.menu-link,
.contract-summary,
.contract-form{
  border-radius:var(--radius);
  background:#fff;
}
.product-card,
.mercari-card{
  border-radius:22px;
  overflow:hidden;
}
.product-gallery-preview{
  border-radius:22px 22px 0 0;
}
.input,
textarea,
select,
.field textarea,
.invite-link-input{
  border-color:#e7ebf3;
  border-radius:18px;
  background:#fff;
  color:var(--ink);
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.input:focus,
textarea:focus,
select:focus,
.field textarea:focus{
  border-color:rgba(255,111,125,.62);
  box-shadow:0 0 0 4px rgba(255,111,125,.11);
}
.btn{
  background:var(--brand-grad);
  border-radius:18px;
  box-shadow:0 12px 24px rgba(255,111,125,.22);
  color:#fff;
}
.btn.secondary{
  background:#fff;
  border:1px solid #e5eaf2;
  color:var(--navy);
  box-shadow:0 8px 18px rgba(34,43,69,.05);
}
.btn.secondary.active,
.product-tabs .btn:not(.secondary){
  background:var(--brand-grad);
  color:#fff;
  border-color:transparent;
  box-shadow:0 12px 24px rgba(255,111,125,.20);
}
.btn.green,
.line-share-btn{
  background:linear-gradient(135deg,#18b978,#12d889);
  box-shadow:0 12px 24px rgba(24,185,120,.20);
}
.btn.danger{
  background:linear-gradient(135deg,#ff6f7d,#ef4f62);
  box-shadow:0 12px 24px rgba(255,111,125,.20);
}
.pill{
  background:#f2f6ff;
  color:#416fca;
  border:1px solid #e3ebff;
}
.pill.green{
  background:#ecfbf4;
  color:#13885a;
  border-color:#d7f4e5;
}
.pill.gold{
  background:#fff7e8;
  color:#a16612;
  border-color:#ffebbf;
}
.notice{
  background:#fff8e8;
  border-color:#ffe2ad;
  color:#8a5a12;
}
.flow span.on{
  background:var(--brand-grad);
}
.wallet-card{
  background:linear-gradient(135deg,#222b45 0%,#416fca 100%);
  box-shadow:0 18px 42px rgba(34,43,69,.14);
}
.nav{
  background:rgba(255,255,255,.96);
  border-top-color:#edf0f6;
  box-shadow:0 -12px 30px rgba(34,43,69,.06);
}
.nav.nav-jp a{
  color:#697386;
  border-radius:18px;
}
.nav.nav-jp a::before{
  inset:0 3px;
  border-radius:18px;
}
.nav.nav-jp a.active{
  color:#222b45;
}
.nav.nav-jp a.active::before{
  background:linear-gradient(180deg,#fff4f5 0%,#eef5ff 100%);
  box-shadow:inset 0 0 0 1px rgba(255,111,125,.16),0 8px 18px rgba(255,111,125,.10);
}
.nav.nav-jp a.active .nav-ic svg,
.nav.nav-jp a.active .nav-wallet svg circle,
.nav.nav-jp a.active .nav-wallet svg path{
  stroke:#ff6f7d;
}
.nav.nav-jp a.active:has(.nav-wallet){
  color:#222b45;
}
.nav.nav-jp a.active:has(.nav-wallet)::before{
  background:linear-gradient(180deg,#fff4f5 0%,#eef5ff 100%);
  box-shadow:inset 0 0 0 1px rgba(255,111,125,.16),0 8px 18px rgba(255,111,125,.10);
}
.nav-check{
  background:linear-gradient(135deg,#ff6f7d,#ffb347);
}
.line-support-fab{
  box-shadow:0 16px 30px rgba(6,199,85,.24);
}
.toast{
  background:#222b45;
  border:1px solid rgba(255,255,255,.08);
}
.modal-card{
  border-radius:28px;
}
.sidebar{
  background:#222b45;
}
.sidebar .brand .mark,
.brand .mark{
  background:var(--brand-grad);
  color:#fff;
}
.menu a:hover,
.menu a.active{
  background:rgba(255,255,255,.13);
}
.table td{
  border-top-color:#edf0f6;
  border-bottom-color:#edf0f6;
}
.table td:first-child{
  border-left-color:#edf0f6;
}
.table td:last-child{
  border-right-color:#edf0f6;
}
.invite-poster-preview{
  background:linear-gradient(160deg,#fff 0%,#fff8f9 48%,#f3f7ff 100%);
}
.invite-poster-preview::before,
.invite-poster-preview::after{
  display:none;
}
.invite-poster-brand span{
  color:#ff6f7d;
}
.invite-poster-brand strong,
.invite-poster-code b,
.invite-rule-item b{
  color:var(--navy);
}
.google-ready{
  border-radius:10px;
}
@media (hover:hover){
  .btn:hover{
    filter:brightness(1.01);
    transform:translateY(-1px);
    box-shadow:0 14px 28px rgba(255,111,125,.24);
  }
  .btn.secondary:hover{
    border-color:rgba(255,111,125,.34);
    box-shadow:0 10px 22px rgba(34,43,69,.07);
  }
  .nav.nav-jp a:hover::before{
    opacity:.75;
    background:#f7f8fa;
    transform:scale(1);
  }
}
@media (max-width:430px){
  .shell{padding:16px}
  .card,.stat,.profile-card,.invite-panel,.invite-poster-card{border-radius:22px}
  .brand-mark{width:54px;height:54px}
  .brand-wordmark{height:24px;max-width:168px}
  .market-brand-lockup{height:25px}
  .btn{min-height:46px}
}
@media (max-width:390px){
  .shell{padding:14px}
  .home-brand-hero{padding-left:16px;padding-right:16px}
  .brand-wordmark{height:22px;max-width:148px}
  .nav.nav-jp a{font-size:10px}
}

/* YaAn app-style brand lockup */
.home-brand-hero{
  padding:24px 20px 22px;
  background:
    radial-gradient(circle at 100% 0,rgba(164,107,255,.10),transparent 27%),
    radial-gradient(circle at 0 28%,rgba(255,179,71,.10),transparent 24%),
    linear-gradient(180deg,#fff 0%,#fffafb 62%,#f8faff 100%);
}
.home-topbar{
  align-items:center;
  gap:10px;
}
.brand-lockup{
  gap:8px;
}
.brand-mark{
  width:64px;
  height:64px;
  padding:4px;
  border:0;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(34,43,69,.09);
}
.brand-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.brand-copy{
  align-items:center;
}
.brand-wordmark{
  width:auto;
  height:54px;
  max-width:170px;
  filter:none;
}
.home-session-btn{
  min-width:104px;
  min-height:48px;
  padding:8px 12px;
  font-size:12px;
  white-space:nowrap;
}
.home-brand-message{
  display:grid;
  justify-items:center;
  gap:6px;
  margin:22px auto 0;
  text-align:center;
}
.home-brand-message strong{
  color:#222b45;
  font-size:20px;
  line-height:1.45;
  letter-spacing:0;
}
.home-brand-message strong::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:3px;
  border-radius:50%;
  background:#ff6f7d;
  vertical-align:.16em;
}
.home-brand-message span{
  color:#6f7b8f;
  font-size:12px;
  line-height:1.6;
}
.home-brand-hero .hero-copy{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #f0e8ec;
  text-align:center;
  font-size:12px;
  line-height:1.7;
}
@media (max-width:390px){
  .home-brand-hero{padding:20px 14px}
  .brand-mark{width:56px;height:56px;border-radius:18px}
  .brand-lockup{gap:6px}
  .brand-wordmark{height:46px;max-width:132px}
  .home-session-btn{min-width:92px;min-height:44px;padding:7px 9px;font-size:11px}
  .home-brand-message{margin-top:18px}
  .home-brand-message strong{font-size:18px}
}

.auth-brand{
  gap:10px;
  margin-bottom:14px;
}
.auth-brand-icon{
  width:58px;
  height:58px;
  padding:4px;
  border:0;
  border-radius:18px;
  background:#fff;
  object-fit:contain;
}
.auth-brand-lockup{
  width:auto;
  height:50px;
  max-width:178px;
  filter:none;
}
.market-brand-icon{
  width:42px;
  height:42px;
  padding:3px;
  border:0;
  border-radius:14px;
  background:#fff;
}
.market-brand-lockup{
  width:auto;
  height:38px;
  max-width:150px;
  filter:none;
}

.platform-tab{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-items:center;
  column-gap:10px;
  text-align:left;
}
.platform-tab-mark{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#fff;
  color:#222b45;
  font-size:15px;
  font-weight:900;
  line-height:1;
  box-shadow:0 7px 16px rgba(34,43,69,.08);
  border:1px solid rgba(34,43,69,.06);
}
.platform-tab-copy{
  min-width:0;
  display:grid;
  gap:3px;
}
.platform-mercari .platform-tab-mark{
  background:#fff1f2;
  color:#e84f5f;
}
.platform-yahoo .platform-tab-mark{
  background:#eef4ff;
  color:#3e67c4;
}
.platform-rakuma .platform-tab-mark{
  background:#eafaf3;
  color:#149466;
}
.platform-tab.active .platform-tab-mark{
  transform:scale(1.04);
  box-shadow:0 8px 18px rgba(34,43,69,.12);
}
.platform-main-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.platform-main-tab{
  min-width:0;
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:10px 8px;
  border:1px solid #e8edf5;
  border-radius:18px;
  background:#fff;
  color:#222b45;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(34,43,69,.05);
}
.platform-main-tab .platform-tab-mark{
  width:30px;
  height:30px;
  flex:0 0 auto;
  border-radius:10px;
  font-size:13px;
}
.platform-main-tab.active{
  border-color:rgba(255,111,125,.28);
  background:linear-gradient(180deg,#fff 0%,#fff7f8 100%);
  box-shadow:0 10px 22px rgba(255,111,125,.10);
}
.platform-main-tab.platform-yahoo.active{
  border-color:rgba(91,141,239,.30);
  background:linear-gradient(180deg,#fff 0%,#f3f7ff 100%);
  box-shadow:0 10px 22px rgba(91,141,239,.10);
}
.platform-main-tab.platform-rakuma.active{
  border-color:rgba(24,185,120,.26);
  background:linear-gradient(180deg,#fff 0%,#f1fbf7 100%);
  box-shadow:0 10px 22px rgba(24,185,120,.09);
}
.platform-service-subtabs,
.platform-yahoo-subtabs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:9px;
  padding:8px;
  border-radius:16px;
}
.platform-yahoo-subtabs{
  background:#f3f7ff;
  border:1px solid #e1eaff;
}
.platform-service-subtab,
.platform-yahoo-subtab{
  min-height:40px;
  border:1px solid transparent;
  border-radius:12px;
  background:transparent;
  color:#52627c;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.platform-mercari-subtabs{
  background:#fff5f6;
  border:1px solid #ffe0e4;
}
.platform-mercari-subtab.active{
  background:#fff;
  border-color:#ffd0d6;
  color:#d94d61;
  box-shadow:0 6px 14px rgba(217,77,97,.09);
}
.platform-yahoo-subtab.active{
  background:#fff;
  border-color:#dbe5fb;
  color:#315da9;
  box-shadow:0 6px 14px rgba(61,94,154,.08);
}

/* Authentication actions stay restrained and recognizable. */
.auth-card .google-ready{
  min-height:48px;
  padding:11px 16px;
  border:1px solid #dadce0;
  border-radius:12px;
  background:#fff;
  color:#3c4043;
  box-shadow:0 2px 5px rgba(60,64,67,.08);
  justify-content:flex-start;
}
.auth-card form .btn:not(.secondary):not(.danger):not(.green){
  background:#205a97;
  border:1px solid #205a97;
  box-shadow:0 10px 22px rgba(32,90,151,.20);
}
@media (hover:hover){
  .auth-card .google-ready:hover{
    background:#f8fafd;
    border-color:#c7cbd1;
    box-shadow:0 4px 10px rgba(60,64,67,.12);
    transform:none;
  }
  .auth-card form .btn:not(.secondary):not(.danger):not(.green):hover{
    background:#174d85;
    border-color:#174d85;
    box-shadow:0 12px 24px rgba(32,90,151,.24);
  }
}
@media (max-width:390px){
  .platform-tab{grid-template-columns:34px minmax(0,1fr);column-gap:8px}
  .platform-tab-mark{width:34px;height:34px;border-radius:11px;font-size:14px}
  .platform-main-tab{min-height:60px;gap:5px;padding:8px 5px;font-size:11px}
  .platform-main-tab .platform-tab-mark{width:28px;height:28px;border-radius:9px;font-size:12px}
}

/* Home page reference layout: clearer hierarchy without changing the flow. */
.home-brand-hero{
  padding-bottom:20px;
}
.home-brand-message{
  margin-top:26px;
  gap:8px;
}
.home-brand-message strong{
  font-size:24px;
  font-weight:900;
}
.home-brand-message span{
  color:#3f485b;
  font-size:13px;
}
.home-brand-hero .hero-copy{
  max-width:430px;
  margin-left:auto;
  margin-right:auto;
  color:#4e586d;
  font-size:13px;
}
.home-hero-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin-top:18px;
  padding:8px 4px;
  border:1px solid #edf0f5;
  border-radius:20px;
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 24px rgba(34,43,69,.06);
}
.home-brand-hero .partner-chip{
  justify-content:center;
  min-width:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  font-size:12px;
}
.home-brand-hero .partner-chip + .partner-chip{
  border-left:1px solid #e5e9f0;
}
.home-brand-hero .partner-chip b{
  color:#ef5e73;
}
.home-info-grid{
  gap:14px;
}
.home-feature-card{
  min-height:210px;
  padding:18px 16px;
  border-radius:22px;
  flex-direction:column;
  box-shadow:0 12px 28px rgba(34,43,69,.07);
}
.home-feature-body{
  display:flex;
  flex:1;
  min-width:0;
  width:100%;
  flex-direction:column;
}
.home-feature-card h2{
  padding-bottom:10px;
  border-bottom:1px dashed #e8d9c3;
  font-size:17px;
}
.home-feature-card p{
  flex:1;
  font-size:12px;
  line-height:1.75;
}
.notice-card{
  border-color:#f4dfbf;
  background:#fffdf9;
}
.learning-card{
  border-color:#dce9fa;
  background:#fbfdff;
}
.notice-card h2{color:#d96d18}
.learning-card h2{color:#2268bd;border-bottom-color:#cfdff2}
.feature-icon{
  width:42px;
  height:42px;
  border-radius:15px;
  font-size:18px;
}
.home-card-action,
.guide-action{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:40px;
  margin-top:14px;
  border:1px solid currentColor;
  border-radius:999px;
  background:#fff;
  font-size:12px;
  font-weight:900;
}
.home-card-action[hidden]{display:none}
.notice-action{color:#d97819}
.guide-action{color:#2268bd}
.home-section-head > a{
  color:#2268bd;
  font-weight:800;
}
.platform-main-tab{
  justify-content:flex-start;
  min-height:70px;
  padding:11px 10px;
}
@media (max-width:390px){
  .home-brand-message strong{font-size:20px}
  .home-brand-message span{font-size:12px}
  .home-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .home-feature-card{min-height:220px;padding:14px 11px}
  .home-feature-card h2{font-size:14px}
  .home-feature-card p{font-size:11px}
  .home-card-action,.guide-action{font-size:11px;padding:8px}
  .home-brand-hero .partner-chip{padding:7px 5px;font-size:10px}
  .platform-main-tab{min-height:66px;justify-content:center}
}

/* Pixel-close home presentation based on the approved reference. */
.home-page{
  background:#f4f5f7;
}
.home-page .mobile{
  max-width:520px;
  background:#fff;
  box-shadow:0 0 0 1px #edf0f4,0 20px 60px rgba(34,43,69,.07);
}
.home-page .home-brand-hero{
  padding:24px 24px 22px;
  border-radius:0 0 28px 28px;
  background:#fff;
  box-shadow:0 10px 28px rgba(34,43,69,.05);
}
.home-page .brand-mark{
  width:56px;
  height:56px;
  box-shadow:none;
}
.home-page .brand-wordmark{
  height:48px;
  max-width:170px;
}
.home-session-btn{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 14px;
}
.home-session-icon{
  width:20px;
  height:20px;
  flex:0 0 auto;
}
.home-session-icon svg{
  width:100%;
  height:100%;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
}
.home-page .home-brand-message{
  margin-top:30px;
}
.home-page .home-brand-message strong{
  font-size:25px;
}
.home-page .home-brand-hero .hero-copy{
  border-top:0;
  padding-top:0;
  margin-top:24px;
  max-width:450px;
}
.home-page .home-hero-meta{
  margin-top:24px;
}
.home-page .home-shell{
  padding:20px 20px 126px;
}
.home-page .home-info-grid{
  margin-bottom:28px;
}
.home-page .home-section-head{
  margin-top:0;
}
.platform-main-copy{
  display:flex;
  min-width:0;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  text-align:left;
}
.platform-main-copy strong{
  max-width:100%;
  overflow:hidden;
  color:#222b45;
  font-size:13px;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.platform-main-copy small{
  color:#ef5e73;
  font-size:9px;
  font-weight:800;
  line-height:1.2;
  white-space:nowrap;
}
.platform-main-arrow{
  color:#8c94a3;
  font-size:24px;
  font-weight:400;
  line-height:1;
}
.home-page .platform-main-tab{
  gap:8px;
  min-height:76px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(34,43,69,.06);
}
.home-page .platform-main-tab.active{
  border-color:#e9edf3;
  background:#fff;
  box-shadow:0 10px 26px rgba(34,43,69,.09);
}
.home-page .nav{
  bottom:10px;
  width:calc(100% - 24px);
  max-width:496px;
  padding:9px 8px 10px;
  border:1px solid #edf0f4;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(34,43,69,.12);
}
@media (max-width:430px){
  .home-page .home-brand-hero{padding:20px 16px}
  .home-page .brand-mark{width:50px;height:50px}
  .home-page .brand-wordmark{height:43px;max-width:145px}
  .home-page .home-session-btn{min-width:0;padding:8px 10px;font-size:10px}
  .home-page .home-brand-message{margin-top:25px}
  .home-page .home-brand-message strong{font-size:21px}
  .home-page .home-shell{padding-left:14px;padding-right:14px}
  .home-page .platform-main-grid{gap:6px}
  .home-page .platform-main-tab{min-height:72px;gap:5px;padding:9px 6px}
  .home-page .platform-main-tab .platform-tab-mark{width:26px;height:26px;font-size:11px}
  .platform-main-copy strong{font-size:11px}
  .platform-main-copy small{font-size:8px}
  .platform-main-arrow{display:none}
}

/* Compact member and quick-action rows from the approved home reference. */
.home-page .home-hero-meta{
  min-height:62px;
  padding:7px 12px;
  border-radius:17px;
}
.home-page .home-brand-hero .partner-chip{
  gap:9px;
  padding:8px 12px;
  color:#222b45;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.home-page .home-brand-hero .partner-chip::before{
  content:"";
  width:25px;
  height:25px;
  flex:0 0 25px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}
.home-page .home-brand-hero .partner-chip:first-child::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff516b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5 21v-2a7 7 0 0 1 14 0v2'/%3E%3C/svg%3E");
}
.home-page .home-brand-hero .partner-chip:nth-child(2)::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f66e5' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4h8v5a4 4 0 0 1-8 0V4Z'/%3E%3Cpath d='M8 6H4v2a4 4 0 0 0 4 4M16 6h4v2a4 4 0 0 1-4 4M12 13v5M8 21h8M9 18h6'/%3E%3C/svg%3E");
}
.home-page .home-brand-hero .partner-chip:first-child b{
  color:#f04461;
}
.home-page .home-brand-hero .partner-chip:nth-child(2) #levelName{
  color:#1f66e5;
}
.home-page .home-info-grid{
  gap:20px;
  margin-bottom:30px;
}
.home-page .home-guide-link{
  height:52px;
}
.home-page .home-feature-card{
  position:relative;
  min-height:52px;
  height:52px;
  padding:0 20px;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:13px;
  border-radius:13px;
  background:#fff;
  box-shadow:none;
}
.home-page .notice-card{
  border:1.5px solid #ff8124;
}
.home-page .learning-card{
  border:1.5px solid #2c6fff;
}
.home-page .home-feature-body{
  display:block;
  flex:0 1 auto;
  width:auto;
}
.home-page .home-feature-card h2{
  margin:0;
  padding:0;
  border:0;
  font-size:14px;
  line-height:1;
  letter-spacing:0;
}
.home-page .notice-card h2{color:#e86f11}
.home-page .learning-card h2{color:#1f66e5}
.home-page .home-feature-card p,
.home-page .guide-action{
  display:none;
}
.home-page .feature-icon{
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:0;
  background-color:transparent;
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  color:transparent;
  font-size:0;
}
.home-page .notice-card .feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff7900' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4M10 3a2 2 0 0 1 4 0'/%3E%3C/svg%3E");
}
.home-page .learning-card .feature-icon{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f66e5' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h4'/%3E%3C/svg%3E");
}
.home-page .home-card-action:not([hidden]){
  position:absolute;
  inset:0;
  z-index:2;
  width:auto;
  min-height:0;
  margin:0;
  border:0;
  opacity:0;
}
@media (hover:hover){
  .home-page .home-guide-link:hover .home-feature-card,
  .home-page .notice-card:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 18px rgba(34,43,69,.08);
  }
}
@media (max-width:430px){
  .home-page .home-hero-meta{padding-left:6px;padding-right:6px}
  .home-page .home-brand-hero .partner-chip{gap:6px;padding:7px 6px;font-size:10px}
  .home-page .home-brand-hero .partner-chip::before{width:21px;height:21px;flex-basis:21px}
  .home-page .home-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .home-page .home-feature-card{min-height:50px;height:50px;padding:0 10px;gap:8px}
  .home-page .home-feature-card h2{font-size:12px}
  .home-page .feature-icon{width:22px;height:22px;flex-basis:22px}
}
/* home-h5-product-grid-20260729 */
.home-page #products.product-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.home-page #products .product-card{
  min-width:0;
  margin:0;
}
.home-page #products .product-img{
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:cover;
}
.home-page #products .product-body{
  padding:12px;
}
.home-page #products .product-title{
  display:-webkit-box;
  min-height:40px;
  margin-bottom:6px;
  overflow:hidden;
  font-size:14px;
  line-height:1.4;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.home-page #products .price-row{
  gap:6px;
  margin:8px 0;
}
.home-page #products .price{
  min-width:0;
  font-size:20px;
}
.home-page #products .pill{
  flex:0 0 auto;
  padding:4px 8px;
  font-size:10px;
}
.home-page #products .btn.full{
  min-height:42px;
  padding:9px 8px;
  font-size:13px;
}
