@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@500;600;700&display=swap');

:root { --ink:#15251f; --muted:#718078; --paper:#f5f4ef; --surface:#fff; --line:#dfe4dc; --green:#146c5b; --green-dark:#0c4c42; --orange:#e8884e; --shadow:0 18px 60px rgba(24,55,46,.08); --radius:4px; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font-family:Manrope,"Noto Sans SC",sans-serif; } button,a,input,select,textarea { font:inherit; } button { cursor:pointer; } a { color:inherit; text-decoration:none; } img { display:block; max-width:100%; }
.store-shell { min-height:100vh; } .store-header { height:82px; display:flex; align-items:center; justify-content:space-between; padding:0 5vw; border-bottom:1px solid var(--line); background:rgba(245,244,239,.93); position:sticky; top:0; z-index:5; backdrop-filter:blur(12px); } .brand { display:flex; align-items:center; gap:12px; min-width:210px; } .brand-mark { display:grid; place-items:center; width:34px; height:34px; color:#fff; background:var(--green); font-family:"Noto Serif SC",serif; font-size:20px; } .brand strong { display:block; font-size:16px; letter-spacing:0; } .brand small { display:block; margin-top:2px; color:var(--muted); font:10px "DM Mono",monospace; letter-spacing:1.3px; } .top-nav { display:flex; gap:38px; color:#627169; font-size:13px; } .top-nav a { padding:30px 0; border-bottom:2px solid transparent; } .top-nav a.active { color:var(--green); border-color:var(--green); } .header-actions { display:flex; align-items:center; gap:14px; min-width:210px; justify-content:flex-end; } .icon-btn,.save-btn,.modal-close { border:0; background:transparent; color:var(--ink); } .icon-btn { font-size:23px; line-height:1; padding:6px; } .text-btn,.link-btn,.arrow-btn { border:0; background:transparent; color:var(--green); font-size:13px; } .text-btn { color:var(--ink); } .primary-btn,.outline-btn { display:inline-flex; align-items:center; gap:10px; border:1px solid var(--green); border-radius:var(--radius); padding:13px 19px; font-size:13px; transition:.2s ease; } .primary-btn { color:#fff; background:var(--green); } .primary-btn:hover { background:var(--green-dark); transform:translateY(-1px); } .primary-btn.small { padding:10px 13px; } .primary-btn.small b { color:#bfe3d6; font-size:11px; } .outline-btn { color:var(--green); background:transparent; } .outline-btn:hover { color:#fff; background:var(--green); } .wide { width:100%; justify-content:center; } .account-chip { display:flex; align-items:center; gap:7px; border:0; background:transparent; color:var(--ink); font-size:12px; } .account-chip span,.avatar,.member-avatar { display:grid; place-items:center; border-radius:50%; background:#d6e6dc; color:var(--green-dark); font-weight:700; }
.hero-band { display:grid; grid-template-columns:1fr 1fr; min-height:560px; max-width:1440px; margin:0 auto; } .hero-copy { display:flex; flex-direction:column; justify-content:center; padding:76px 7vw 86px; } .eyebrow { margin:0 0 15px; color:var(--green); font:11px "DM Mono",monospace; letter-spacing:1.5px; } h1,h2,h3,p { margin-top:0; } h1,h2 { font-family:"Noto Serif SC",serif; font-weight:600; } h1 { font-size:clamp(42px,5vw,74px); line-height:1.15; letter-spacing:0; margin-bottom:24px; } h1 em { color:var(--green); font-style:normal; } .hero-copy > p:not(.eyebrow) { max-width:390px; color:var(--muted); font-size:15px; line-height:2; margin-bottom:33px; } .hero-art { position:relative; min-height:560px; overflow:hidden; background:#dfe6df; } .hero-art img { width:100%; height:100%; object-fit:cover; filter:saturate(.82); } .hero-orbit { position:absolute; inset:10% 12%; border:1px solid rgba(255,255,255,.55); border-radius:50%; z-index:1; transform:rotate(-18deg) scaleY(.72); } .hero-caption { position:absolute; left:40px; bottom:35px; display:flex; flex-direction:column; gap:4px; color:#fff; z-index:2; text-shadow:0 1px 14px rgba(0,0,0,.22); } .hero-caption span,.hero-caption small { font:11px "DM Mono",monospace; letter-spacing:1px; } .hero-caption strong { font:22px "Noto Serif SC",serif; } .ticker { display:flex; gap:70px; padding:17px 7vw; border-top:1px solid var(--line); border-bottom:1px solid var(--line); color:#6a7970; font:10px "DM Mono",monospace; letter-spacing:1px; text-transform:uppercase; } .ticker span::before { content:"/"; color:var(--orange); padding-right:18px; } .product-section { padding:103px 7vw 122px; max-width:1440px; margin:auto; } .section-heading,.panel-head,.content-toolbar { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; } h2 { font-size:40px; line-height:1.25; margin-bottom:0; } .arrow-btn { padding:7px 0; } .category-tabs { display:flex; gap:26px; margin:41px 0 30px; border-bottom:1px solid var(--line); } .category-tab { border:0; background:transparent; color:var(--muted); padding:0 0 14px; font-size:13px; border-bottom:2px solid transparent; } .category-tab.active { color:var(--green); border-color:var(--green); } .product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; } .product-card { min-width:0; } .product-image { position:relative; aspect-ratio:1 / 1.13; overflow:hidden; background:#e5e8e2; } .product-image img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease; } .product-card:hover .product-image img { transform:scale(1.04); } .product-status { position:absolute; top:17px; left:17px; padding:6px 9px; color:#fff; background:rgba(20,108,91,.88); font:10px "DM Mono",monospace; letter-spacing:.6px; } .save-btn { position:absolute; right:16px; bottom:14px; display:grid; place-items:center; width:34px; height:34px; border-radius:50%; color:var(--green); background:#fff; font-size:22px; line-height:1; box-shadow:0 4px 14px rgba(0,0,0,.12); } .product-info { padding:19px 2px 0; } .product-info p { color:var(--muted); font:10px "DM Mono",monospace; letter-spacing:.7px; margin-bottom:9px; } .product-info h3 { font:600 22px "Noto Serif SC",serif; margin-bottom:7px; } .product-info > span { color:var(--muted); font-size:12px; } .product-bottom { display:flex; align-items:center; justify-content:space-between; margin-top:17px; padding-top:14px; border-top:1px solid var(--line); } .product-bottom strong { font-size:17px; } .link-btn { padding:4px 0; } .loading-line,.empty-state { padding:60px 0; color:var(--muted); text-align:center; font-size:13px; } .empty-state.compact { padding:30px 0; } .service-band { display:grid; grid-template-columns:1fr 1.3fr; gap:7vw; padding:90px 7vw; color:#edf4ef; background:var(--green-dark); } .service-band .eyebrow { color:#a7d0bf; } .service-band h2 { font-size:41px; } .service-list { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; } .service-list div { padding-top:13px; border-top:1px solid rgba(255,255,255,.26); } .service-list span { display:block; margin-bottom:28px; color:var(--orange); font:11px "DM Mono",monospace; } .service-list strong { display:block; margin-bottom:10px; font-family:"Noto Serif SC",serif; font-size:17px; } .service-list p { color:#b7ccc2; font-size:12px; line-height:1.8; } .store-footer { display:flex; justify-content:space-between; padding:26px 7vw; color:#84948b; background:#103d35; font:10px "DM Mono",monospace; letter-spacing:.7px; }
.admin-mode { background:#eef1ed; } .admin-shell { display:flex; min-height:100vh; } .admin-sidebar { width:248px; flex:none; display:flex; flex-direction:column; padding:34px 22px 25px; color:#cadbd2; background:#0f312c; } .admin-brand { color:#fff; margin:0 8px 76px; } .admin-brand .brand-mark { color:var(--green-dark); background:#dcece3; } .admin-brand small { color:#89a99c; } .workspace-label { margin:0 14px 14px; color:#739489; font:10px "DM Mono",monospace; letter-spacing:1px; } .side-nav { display:flex; flex-direction:column; gap:4px; } .side-nav button,.side-logout { display:flex; align-items:center; gap:13px; width:100%; padding:13px 14px; border:0; border-radius:3px; color:#a8c1b5; background:transparent; text-align:left; font-size:13px; } .side-nav button:first-letter,.side-logout:first-letter { font-size:20px; } .side-nav button.active,.side-nav button:hover { color:#fff; background:#1b5146; } .sidebar-bottom { margin-top:auto; display:flex; flex-direction:column; gap:14px; padding:21px 12px 0; border-top:1px solid rgba(255,255,255,.12); color:#78988b; font-size:11px; } .online-dot { width:7px; height:7px; border-radius:50%; background:#7fd4a1; box-shadow:0 0 0 4px rgba(127,212,161,.12); } .side-logout { padding:0; color:#9fb9ae; } .admin-main { flex:1; min-width:0; } .admin-topbar { display:flex; align-items:center; justify-content:space-between; min-height:128px; padding:30px 5vw 24px; border-bottom:1px solid #d8e0d9; background:#f5f7f4; } .admin-topbar h1 { font-size:33px; margin:0; } .topbar-user { display:flex; align-items:center; gap:10px; } .topbar-user strong,.topbar-user small { display:block; } .topbar-user strong { font-size:13px; } .topbar-user small { margin-top:4px; color:var(--muted); font-size:11px; } .avatar { width:37px; height:37px; } .admin-content { padding:46px 5vw 70px; max-width:1440px; } .metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:30px; } .metric,.panel,.table-panel,.member-grid,.settings-panel { border:1px solid #dce4dd; background:#f9fbf8; box-shadow:0 10px 30px rgba(21,55,43,.035); } .metric { padding:23px; } .metric span,.metric small { display:block; color:var(--muted); font-size:11px; } .metric strong { display:block; margin:16px 0 6px; font:600 29px "Noto Serif SC",serif; } .metric.accent { border-top:3px solid var(--orange); } .dashboard-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:20px; } .panel { padding:26px; } .panel-head { align-items:flex-start; margin-bottom:23px; } .panel-head h2 { font-size:25px; } .inventory-list { display:flex; flex-direction:column; } .inventory-row { display:grid; grid-template-columns:47px minmax(120px,1fr) minmax(80px,1fr) 20px 25px; gap:14px; align-items:center; padding:13px 0; border-top:1px solid var(--line); } .inventory-row img,.table-product img { width:47px; height:47px; object-fit:cover; } .inventory-row strong,.inventory-row small,.table-product strong,.table-product small { display:block; } .inventory-row strong { font-size:12px; } .inventory-row small,.table-product small { color:var(--muted); font-size:10px; margin-top:5px; } .stock-bar { height:4px; background:#e0e9e1; } .stock-bar span { display:block; height:100%; background:var(--green); } .inventory-row b { font-size:12px; } .activity-row { display:flex; align-items:center; gap:12px; padding:15px 0; border-top:1px solid var(--line); } .activity-row > div { flex:1; } .activity-row strong,.activity-row small { display:block; } .activity-row strong { font-size:12px; } .activity-row small { margin-top:4px; color:var(--muted); font-size:10px; } .activity-row > b { font-size:12px; } .activity-icon { display:grid; place-items:center; width:33px; height:33px; color:var(--green); border:1px solid #c5d8cd; border-radius:50%; } .content-toolbar { align-items:center; margin-bottom:22px; } .toolbar-copy { margin:0; color:var(--muted); font-size:13px; } .table-panel { overflow:hidden; } .table-head,.table-row { display:grid; grid-template-columns:minmax(220px,1.8fr) .8fr .8fr .6fr .7fr 35px; align-items:center; gap:14px; padding:15px 21px; } .table-head { color:var(--muted); background:#f1f5f1; font:10px "DM Mono",monospace; letter-spacing:.6px; } .table-row { min-height:76px; border-top:1px solid var(--line); font-size:12px; } .table-product { display:flex; align-items:center; gap:12px; } .table-product img { width:44px; height:50px; } .status { font-size:11px; } .status.published { color:var(--green); } .status.draft { color:#b27b34; } .status.off_sale { color:#9b6b6b; } .member-grid { padding:0 22px; } .member-row { display:flex; align-items:center; gap:13px; min-height:79px; border-bottom:1px solid var(--line); } .member-row:last-child { border-bottom:0; } .member-row > div { flex:1; } .member-row strong,.member-row small { display:block; } .member-row strong { font-size:13px; } .member-row small { margin-top:4px; color:var(--muted); font-size:11px; } .member-avatar { width:35px; height:35px; } .member-state { padding:5px 8px; color:#8a7651; background:#f6ecd8; font-size:10px; } .member-state.active { color:var(--green); background:#dcece3; } .settings-panel { display:flex; justify-content:space-between; gap:35px; padding:35px; } .settings-panel h2 { font-size:28px; margin-bottom:12px; } .settings-panel p:not(.eyebrow) { color:var(--muted); font-size:13px; }
.modal-backdrop { position:fixed; inset:0; z-index:20; display:grid; place-items:center; padding:20px; background:rgba(11,30,25,.54); } .modal-card { position:relative; width:min(100%,420px); max-height:90vh; overflow:auto; padding:38px; background:#f8faf7; box-shadow:0 24px 80px rgba(0,0,0,.2); } .wide-modal { width:min(100%,680px); } .modal-close { position:absolute; top:15px; right:17px; color:var(--muted); font-size:24px; } .modal-card h2 { margin:0 0 12px; font-size:30px; } .modal-intro { color:var(--muted); font-size:13px; line-height:1.8; margin-bottom:24px; } form { display:flex; flex-direction:column; gap:16px; } label { display:flex; flex-direction:column; gap:7px; color:#52655b; font-size:11px; } input,select,textarea { width:100%; border:1px solid #d3ded5; border-radius:2px; padding:12px 13px; color:var(--ink); background:#fff; outline:none; font-size:13px; } input:focus,select:focus,textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(20,108,91,.1); } .form-note { margin:21px 0 0; color:var(--muted); font-size:11px; } .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; } .form-grid .full { grid-column:1 / -1; } .form-actions { display:flex; justify-content:flex-end; align-items:center; gap:18px; margin-top:8px; } #toast { position:fixed; left:50%; bottom:28px; z-index:50; max-width:calc(100vw - 32px); padding:12px 18px; color:#fff; background:#173e34; box-shadow:0 12px 35px rgba(0,0,0,.2); font-size:13px; opacity:0; pointer-events:none; transform:translate(-50%,12px); transition:.25s ease; } #toast.is-visible { opacity:1; transform:translate(-50%,0); }
@media (max-width:900px) { .store-header { padding:0 24px; } .top-nav { display:none; } .hero-band { grid-template-columns:1fr; } .hero-copy { min-height:440px; padding:65px 24px 50px; } .hero-art { min-height:390px; } .ticker { gap:25px; padding:16px 24px; overflow:auto; white-space:nowrap; } .product-section { padding:70px 24px 80px; } .product-grid { grid-template-columns:repeat(2,1fr); gap:26px 16px; } .service-band { grid-template-columns:1fr; gap:45px; padding:70px 24px; } .store-footer { padding:22px 24px; } .admin-sidebar { width:210px; } .admin-topbar,.admin-content { padding-left:30px; padding-right:30px; } .metric-grid { grid-template-columns:repeat(2,1fr); } .dashboard-grid { grid-template-columns:1fr; } }
@media (max-width:620px) { .store-header { height:67px; } .brand { min-width:auto; } .brand small { display:none; } .header-actions { min-width:auto; gap:5px; } .header-actions .icon-btn,.header-actions .text-btn { display:none; } .primary-btn.small { padding:9px 10px; font-size:11px; } h1 { font-size:43px; } h2 { font-size:32px; } .hero-copy { min-height:410px; } .hero-art { min-height:330px; } .hero-caption { left:23px; bottom:22px; } .product-grid { grid-template-columns:1fr; } .category-tabs { gap:19px; overflow:auto; white-space:nowrap; } .service-list { grid-template-columns:1fr; gap:22px; } .store-footer { flex-direction:column; gap:9px; } .admin-shell { display:block; } .admin-sidebar { width:auto; min-height:0; padding:18px 18px 14px; } .admin-brand { margin:0 0 18px; } .workspace-label,.sidebar-bottom { display:none; } .side-nav { flex-direction:row; overflow:auto; } .side-nav button { width:auto; flex:none; padding:9px 11px; font-size:11px; } .side-nav button:first-letter { font-size:15px; } .admin-topbar { min-height:104px; padding:25px 22px 18px; } .admin-topbar h1 { font-size:27px; } .admin-content { padding:25px 18px 50px; } .metric-grid { gap:9px; } .metric { padding:16px 13px; } .metric strong { font-size:22px; margin:11px 0 5px; } .dashboard-grid { gap:12px; } .panel { padding:17px 14px; } .inventory-row { grid-template-columns:37px minmax(90px,1fr) 50px 17px; gap:9px; } .inventory-row img { width:37px; height:42px; } .inventory-row .icon-btn { display:none; } .table-panel { overflow:auto; } .table-head,.table-row { min-width:690px; } .settings-panel { flex-direction:column; padding:22px; } .form-grid { grid-template-columns:1fr; } .form-grid .full { grid-column:auto; } .modal-card { padding:29px 22px; } }

.segmented { display:flex; border:1px solid #cbd9cf; }
.segmented button { border:0; padding:9px 16px; color:var(--muted); background:#fff; font-size:12px; }
.segmented button + button { border-left:1px solid #cbd9cf; }
.segmented button.active { color:#fff; background:var(--green); }
.warehouse-table { overflow:hidden; border:1px solid var(--line); }
.warehouse-row { display:grid; grid-template-columns:minmax(180px,1.7fr) .8fr .7fr .7fr; align-items:center; gap:16px; padding:16px 18px; border-top:1px solid var(--line); font-size:12px; }
.warehouse-row:first-child { border-top:0; }
.warehouse-row strong,.warehouse-row small { display:block; }
.warehouse-row small { margin-top:5px; color:var(--muted); font-size:10px; }
.check-label { flex-direction:row; align-items:center; gap:9px; }
.check-label input { width:auto; }
.admin-login-hint { padding:90px 5vw; }

/* Mobile marketplace surface modelled after the reference storefront. */
.nav-glyph { position:relative; display:inline-block; flex:0 0 17px; width:17px; height:17px; color:currentColor; }
.nav-glyph::before,.nav-glyph::after { content:""; position:absolute; box-sizing:border-box; }
.nav-glyph-home::before { left:2px; top:6px; width:13px; height:10px; border:1.5px solid currentColor; border-top:0; border-radius:2px; }
.nav-glyph-home::after { left:4px; top:2px; width:10px; height:10px; border-left:1.5px solid currentColor; border-top:1.5px solid currentColor; transform:rotate(45deg); border-radius:2px; }
.nav-glyph-box::before,.nav-glyph-warehouse::before { inset:2px; border:1.5px solid currentColor; border-radius:3px; }
.nav-glyph-box::after,.nav-glyph-warehouse::after { left:5px; top:7px; width:7px; height:1.5px; background:currentColor; box-shadow:0 3px 0 currentColor; }
.nav-glyph-chart::before { left:2px; bottom:2px; width:13px; height:12px; border-left:1.5px solid currentColor; border-bottom:1.5px solid currentColor; }
.nav-glyph-chart::after { left:5px; bottom:5px; width:9px; height:7px; border-top:1.5px solid currentColor; border-right:1.5px solid currentColor; transform:skewY(-29deg); }
.nav-glyph-users::before { left:1px; top:2px; width:7px; height:7px; border:1.5px solid currentColor; border-radius:50%; box-shadow:8px 2px 0 -1px #0f312c,8px 2px 0 .5px currentColor; }
.nav-glyph-users::after { left:1px; bottom:2px; width:9px; height:6px; border:1.5px solid currentColor; border-radius:7px 7px 3px 3px; box-shadow:7px 0 0 -1px #0f312c,7px 0 0 .5px currentColor; }
.nav-glyph-user::before { left:4px; top:1px; width:9px; height:9px; border:1.5px solid currentColor; border-radius:50%; }
.nav-glyph-user::after { left:2px; bottom:1px; width:13px; height:7px; border:1.5px solid currentColor; border-radius:8px 8px 3px 3px; }
.nav-glyph-flash::before { left:5px; top:1px; width:8px; height:15px; background:currentColor; clip-path:polygon(50% 0,100% 0,62% 43%,100% 43%,23% 100%,40% 55%,0 55%); }
.nav-glyph-plus::before,.nav-glyph-plus::after { left:3px; top:8px; width:11px; height:1.5px; background:currentColor; }
.nav-glyph-plus::after { transform:rotate(90deg); }
.nav-glyph-edit::before { left:3px; top:5px; width:11px; height:7px; border:1.5px solid currentColor; transform:rotate(-43deg); border-radius:2px; }
.nav-glyph-edit::after { left:2px; bottom:2px; width:5px; height:5px; border-left:1.5px solid currentColor; border-bottom:1.5px solid currentColor; }
.nav-glyph-arrow::before { left:1px; top:8px; width:14px; height:1.5px; background:currentColor; }
.nav-glyph-arrow::after { right:1px; top:5px; width:7px; height:7px; border-top:1.5px solid currentColor; border-right:1.5px solid currentColor; transform:rotate(45deg); }
.nav-glyph-logout::before { left:2px; top:3px; width:7px; height:11px; border:1.5px solid currentColor; border-right:0; border-radius:3px 0 0 3px; }
.nav-glyph-logout::after { left:6px; top:8px; width:10px; height:1.5px; background:currentColor; }

.store-shell { min-height:100vh; padding:0; background:#e8edf2; }
.market-app { position:relative; width:min(100%, 480px); min-height:100vh; margin:0 auto; padding-bottom:78px; background:#f6f8fb; box-shadow:0 0 50px rgba(17,38,58,.14); }
.market-header,.market-page-header { display:flex; align-items:center; justify-content:space-between; height:56px; padding:0 17px; color:#102a43; background:#fff; }
.market-brand { display:flex; align-items:center; gap:8px; }
.market-brand .brand-mark { width:28px; height:28px; border-radius:8px; background:#2764d7; font-size:15px; }
.market-brand strong { font-size:16px; letter-spacing:0; }
.market-header-action { display:grid; place-items:center; width:31px; height:31px; padding:0; color:#4d6278; border:0; border-radius:50%; background:#edf2f8; font-size:12px; font-weight:800; }
.market-page-header { position:sticky; top:0; z-index:3; border-bottom:1px solid #edf0f4; }
.market-page-header > strong { font-size:16px; }
.back-btn { display:grid; place-items:center; width:32px; height:32px; padding:0; border:0; color:#2c4157; background:transparent; }
.back-btn .nav-glyph { transform:rotate(180deg); }
.market-main { padding-bottom:15px; }
.market-notice { display:flex; align-items:center; gap:9px; min-height:38px; padding:8px 16px; overflow:hidden; color:#758499; background:#fff6ec; font-size:11px; white-space:nowrap; }
.market-search { display:flex; align-items:center; gap:8px; margin:12px 14px 0; padding:0 11px; height:36px; border:1px solid #e5eaf0; border-radius:7px; background:#fff; }
.market-search > span { color:#8a99a9; }
.market-search input { flex:1; min-width:0; border:0; outline:0; color:#405367; background:transparent; font-size:11px; }
.market-search button { padding:0; border:0; color:#a1afbd; background:transparent; font-size:16px; }
.notice-speaker { flex:0 0 auto; color:#df7042; font-weight:800; }
.market-hero { position:relative; height:177px; overflow:hidden; margin:0 13px; border-radius:0 0 12px 12px; background:#1d3760; }
.market-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(13,30,56,.74),rgba(13,30,56,.12)); }
.market-hero img { width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.8); }
.market-hero div { position:absolute; z-index:1; left:20px; bottom:21px; display:flex; flex-direction:column; gap:4px; color:#fff; }
.market-hero span { font-size:10px; letter-spacing:1.4px; opacity:.76; }
.market-hero strong { font-size:26px; line-height:1.15; letter-spacing:0; }
.market-hero small { color:#d8e4ff; font-size:13px; }
.market-section { margin-top:13px; padding:18px 14px 4px; background:#fff; }
.market-section-title { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.market-section-title h2 { margin:0; color:#182d42; font-size:17px; letter-spacing:0; }
.market-section-title button { display:flex; align-items:center; gap:4px; padding:0; border:0; color:#7f8ea0; background:transparent; font-size:11px; }
.market-section-title button .nav-glyph { width:13px; height:13px; }
.market-section-title span { color:#91a0b1; font-size:11px; }
.market-product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 12px; }
.market-product-card { min-width:0; overflow:hidden; border-radius:8px; background:#fff; box-shadow:0 6px 18px rgba(37,58,81,.08); }
.market-product-image { position:relative; display:block; width:100%; aspect-ratio:1/1.02; padding:0; overflow:hidden; border:0; background:#e9eef2; }
.market-product-image img { width:100%; height:100%; object-fit:cover; transition:transform .28s ease; }
.market-product-image:hover img { transform:scale(1.04); }
.market-product-image span { position:absolute; left:8px; top:8px; padding:4px 6px; color:#fff; border-radius:3px; background:rgba(20,36,57,.68); font-size:9px; }
.market-product-copy { padding:10px 10px 11px; }
.market-product-copy h3 { overflow:hidden; margin:0 0 6px; color:#25384a; font-size:13px; font-weight:700; letter-spacing:0; text-overflow:ellipsis; white-space:nowrap; }
.market-product-copy p { margin:0 0 5px; color:#6080a6; font-size:10px; }
.market-product-copy small { display:block; overflow:hidden; height:15px; color:#9aa7b5; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.market-product-copy > div { display:flex; align-items:center; justify-content:space-between; gap:6px; margin-top:10px; }
.market-product-copy strong { color:#e3533f; font-size:14px; letter-spacing:0; }
.market-product-copy button { padding:0; border:0; color:#2f6cda; background:transparent; font-size:10px; font-weight:700; white-space:nowrap; }
.market-bottom-nav { position:absolute; right:0; bottom:0; left:0; z-index:4; display:grid; grid-template-columns:repeat(4,1fr); height:64px; border-top:1px solid #e9edf1; background:rgba(255,255,255,.97); }
.market-bottom-nav button { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; padding:5px; border:0; color:#7f8d9c; background:transparent; font-size:10px; }
.market-bottom-nav .nav-glyph { width:19px; height:19px; }
.market-bottom-nav button.active { color:#2b6bdf; font-weight:800; }
.flashsale-main { background:#f1f5f9; }
.flashsale-banner { padding:27px 21px 24px; color:#fff; background:linear-gradient(140deg,#1d56c8,#143369); }
.flashsale-banner p { margin-bottom:7px; color:#bbd0ff; font-size:11px; letter-spacing:1.5px; }
.flashsale-banner h1 { margin-bottom:17px; font-size:36px; letter-spacing:0; }
.flashsale-time { display:flex; align-items:center; gap:9px; font-size:18px; font-weight:800; }
.flashsale-time i { width:4px; height:4px; border-radius:50%; background:#a8c6ff; box-shadow:0 9px 0 #a8c6ff; }
.flashsale-banner small { display:block; margin-top:14px; color:#c8d9ff; font-size:10px; }
.flashsale-main .market-section { margin-top:0; padding-top:21px; }
.store-auth-gate { display:flex; flex-direction:column; align-items:center; padding:82px 35px; text-align:center; }
.store-gate-icon { display:grid; place-items:center; width:55px; height:55px; margin-bottom:17px; color:#4f7fd6; border-radius:50%; background:#e4edff; }
.store-gate-icon .nav-glyph { width:25px; height:25px; }
.store-auth-gate h2 { margin-bottom:9px; color:#263a4f; font-size:19px; letter-spacing:0; }
.store-auth-gate p { margin-bottom:21px; color:#8a99a9; font-size:12px; line-height:1.8; }
.store-auth-gate .primary-btn { min-width:128px; }
.auth-switch { display:flex; justify-content:center; gap:7px; margin-top:15px; color:#8a99a9; font-size:11px; }
.auth-switch button { padding:0; border:0; color:#2f6cda; background:transparent; font-size:11px; font-weight:700; }
.warehouse-summary { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#e9edf2; }
.warehouse-summary div,.warehouse-summary button { padding:20px 22px; border:0; color:inherit; background:#fff; text-align:left; }
.warehouse-summary button.active { background:#f7faff; box-shadow:inset 0 -2px #2f6cda; }
.warehouse-summary span,.warehouse-summary strong { display:block; }
.warehouse-summary span { color:#8190a0; font-size:11px; }
.warehouse-summary strong { margin-top:8px; color:#274c7a; font-size:23px; letter-spacing:0; }
.warehouse-list { min-height:390px; margin-top:11px; }
.warehouse-consign-btn { position:absolute; right:18px; bottom:14px; left:18px; width:calc(100% - 36px); }
.store-order-row { display:flex; align-items:center; gap:11px; padding:12px 0; border-top:1px solid #edf0f3; }
.store-order-row img { width:54px; height:54px; border-radius:6px; object-fit:cover; }
.store-order-row > div { flex:1; min-width:0; }
.store-order-row strong,.store-order-row small,.store-order-row b { display:block; }
.store-order-row strong { overflow:hidden; color:#33465a; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.store-order-row small { margin:4px 0 6px; color:#8d9bab; font-size:10px; }
.store-order-row b { color:#e35843; font-size:12px; }
.order-chevron { color:#a1afbd; }
.order-chevron .nav-glyph { width:14px; height:14px; }
.store-empty { display:flex; flex-direction:column; align-items:center; padding:53px 0; }
.store-empty .store-gate-icon { margin-bottom:10px; }
.store-empty p { margin:0 0 17px; color:#9aa7b3; font-size:12px; }
.member-profile { display:flex; align-items:center; gap:11px; padding:22px 17px; color:#fff; background:linear-gradient(138deg,#234b86,#1a2e4d); }
.member-profile .member-avatar { width:46px; height:46px; color:#d9e6fb; background:rgba(255,255,255,.17); }
.member-profile > div { flex:1; }
.member-profile strong,.member-profile small { display:block; }
.member-profile strong { font-size:16px; }
.member-profile small { margin-top:4px; color:#c4d4eb; font-size:10px; }
.member-profile button { display:flex; align-items:center; gap:4px; padding:0; color:#d9e6fb; border:0; background:transparent; font-size:10px; }
.member-profile button .nav-glyph { width:13px; height:13px; }
.mine-stat-grid { display:grid; grid-template-columns:repeat(3,1fr); margin:12px 14px; overflow:hidden; border-radius:8px; background:#fff; box-shadow:0 4px 13px rgba(37,58,81,.06); }
.mine-stat-grid div { min-width:0; padding:17px 7px; text-align:center; }
.mine-stat-grid button { min-width:0; padding:17px 7px; border:0; color:inherit; background:#fff; text-align:center; }
.mine-stat-grid strong,.mine-stat-grid span { display:block; }
.mine-stat-grid strong { overflow:hidden; color:#284a72; font-size:15px; letter-spacing:0; text-overflow:ellipsis; white-space:nowrap; }
.mine-stat-grid span { margin-top:5px; color:#8a99a9; font-size:10px; }
.mine-menu { margin:0 14px; overflow:hidden; border-radius:8px; background:#fff; box-shadow:0 4px 13px rgba(37,58,81,.06); }
.mine-menu button,.mine-menu a { display:grid; grid-template-columns:28px 1fr 15px; align-items:center; gap:7px; width:100%; min-height:48px; padding:0 14px; border:0; border-top:1px solid #edf0f3; color:#405367; background:#fff; text-align:left; font-size:12px; }
.mine-menu button:first-child { border-top:0; }
.mine-menu > * > span:first-child { display:grid; place-items:center; color:#4d7ed2; }
.mine-menu .nav-glyph:last-child { width:13px; height:13px; color:#a1afbd; }
.mine-menu-badge { justify-self:end; overflow:hidden; max-width:76px; color:#e3533f; font-size:10px; text-align:right; text-overflow:ellipsis; white-space:nowrap; }
.dealer-main { padding-bottom:20px; background:#f2f6fb; }
.dealer-hero { display:flex; flex-direction:column; align-items:flex-start; padding:26px 22px 24px; color:#fff; background:linear-gradient(135deg,#214d99,#2c6ed7); }
.dealer-hero > span { color:#c9dcff; font-size:11px; }
.dealer-hero > strong { margin:7px 0; font-size:32px; letter-spacing:0; }
.dealer-hero > small { color:#d5e4ff; font-size:10px; }
.dealer-hero .primary-btn { align-self:stretch; margin-top:20px; color:#28579a; border-color:#fff; background:#fff; box-shadow:none; }
.dealer-hero .primary-btn:hover { color:#143d7c; border-color:#edf4ff; background:#edf4ff; }
.dealer-stats { display:grid; grid-template-columns:repeat(3,1fr); margin:-1px 14px 12px; overflow:hidden; border-radius:0 0 8px 8px; background:#fff; box-shadow:0 5px 14px rgba(37,58,81,.07); }
.dealer-stats div { min-width:0; padding:16px 5px; text-align:center; }
.dealer-stats strong,.dealer-stats span { display:block; }
.dealer-stats strong { overflow:hidden; color:#284b77; font-size:15px; letter-spacing:0; text-overflow:ellipsis; white-space:nowrap; }
.dealer-stats span { margin-top:5px; color:#8a99a9; font-size:10px; }
.dealer-section { margin:12px 14px 0; padding:17px 14px 4px; border-radius:8px; box-shadow:0 4px 13px rgba(37,58,81,.06); }
.dealer-section .market-section-title { margin-bottom:8px; }
.dealer-log-row,.dealer-fan-row { display:flex; align-items:center; gap:10px; min-height:58px; border-top:1px solid #edf0f3; }
.dealer-log-row > div,.dealer-fan-row > div { flex:1; min-width:0; }
.dealer-log-row strong,.dealer-log-row small,.dealer-fan-row strong,.dealer-fan-row small { display:block; }
.dealer-log-row strong,.dealer-fan-row strong { overflow:hidden; color:#3a4d60; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.dealer-log-row small,.dealer-fan-row small { overflow:hidden; margin-top:4px; color:#93a0ad; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.dealer-log-row b { color:#e3533f; font-size:12px; }
.dealer-log-icon { display:grid; place-items:center; width:29px; height:29px; color:#3471d3; border-radius:50%; background:#e5eeff; font-size:12px; font-weight:800; }
.dealer-fan-row .member-avatar { width:31px; height:31px; font-size:11px; }
.store-empty.compact { padding:22px 0; }
.store-empty.compact .store-gate-icon { width:38px; height:38px; margin-bottom:7px; color:#6084c4; font-size:14px; }
.market-detail-modal { width:min(100%,390px); padding:0; overflow:hidden; border-radius:12px; }
.market-detail-modal > img { width:100%; height:230px; object-fit:cover; }
.market-detail-modal .modal-close { z-index:1; display:grid; place-items:center; width:30px; height:30px; padding:0; color:#fff; border-radius:50%; background:rgba(0,0,0,.35); }
.market-detail-copy { padding:20px; }
.market-detail-copy p { margin-bottom:7px; color:#6f90bb; font-size:10px; }
.market-detail-copy h2 { margin-bottom:9px; color:#263a4f; font-size:23px; letter-spacing:0; }
.market-detail-copy > strong { display:block; color:#df5341; font-size:20px; }
.market-detail-copy > small { display:block; margin-top:9px; color:#8c9aab; font-size:10px; }
.market-detail-description { min-height:44px; margin:16px 0; color:#667789; font-size:12px; line-height:1.7; }
.feature-main { min-height:calc(100% - 47px); padding-bottom:80px; background:#f2f6fb; }
.feature-list { margin:12px 14px; overflow:hidden; border-radius:8px; background:#fff; box-shadow:0 4px 13px rgba(37,58,81,.06); }
.feature-row { display:grid; grid-template-columns:30px 1fr 15px; align-items:center; gap:9px; width:100%; min-height:58px; padding:8px 14px; border:0; border-top:1px solid #edf0f3; color:#405367; background:#fff; text-align:left; }
.feature-row:first-child { border-top:0; }
.feature-row > span:first-child { display:grid; place-items:center; color:#4d7ed2; }
.feature-row > div { min-width:0; }
.feature-row strong,.feature-row small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.feature-row strong { color:#3a4d60; font-size:12px; }
.feature-row small { margin-top:4px; color:#93a0ad; font-size:10px; }
.feature-row .nav-glyph:last-child { width:13px; height:13px; color:#a1afbd; }
.feature-tabs { display:flex; gap:0; padding:0 14px; overflow:auto; background:#fff; border-bottom:1px solid #e9edf1; white-space:nowrap; }
.feature-tabs span { padding:15px 11px 12px; color:#8b99a8; font-size:11px; }
.feature-tabs span.active { color:#2f6cda; border-bottom:2px solid #2f6cda; font-weight:700; }
.profit-summary,.wallet-card,.sign-card,.fans-summary { display:flex; flex-direction:column; margin:0; padding:25px 22px; color:#fff; background:linear-gradient(135deg,#214d99,#2c6ed7); }
.profit-summary > span,.wallet-card > span { color:#c9dcff; font-size:11px; }
.profit-summary > strong,.wallet-card > strong { margin:7px 0 10px; font-size:31px; letter-spacing:0; }
.profit-summary > div { display:flex; justify-content:space-between; color:#d5e4ff; font-size:10px; }
.wallet-card small { color:#d5e4ff; font-size:10px; line-height:1.6; }
.wallet-card .primary-btn,.sign-card .primary-btn { align-self:stretch; margin-top:20px; color:#28579a; border-color:#fff; background:#fff; box-shadow:none; }
.fans-summary { align-items:center; text-align:center; }
.fans-summary strong { font-size:30px; letter-spacing:0; }
.fans-summary > span { margin-top:4px; color:#d5e4ff; font-size:11px; }
.fans-summary small { margin-top:13px; color:#c9dcff; font-size:10px; }
.invite-poster { display:flex; flex-direction:column; align-items:center; min-height:400px; padding:48px 30px; color:#fff; text-align:center; background:linear-gradient(145deg,#19335e,#2e71d2); }
.invite-poster .brand-mark { display:grid; place-items:center; width:58px; height:58px; color:#2e68bf; border-radius:14px; background:#fff; font-size:31px; font-weight:800; }
.invite-poster h1 { margin:17px 0 5px; font-size:25px; letter-spacing:0; }
.invite-poster p { color:#cfdef9; font-size:12px; }
.invite-poster > strong { margin:48px 0 10px; padding:14px 36px; border:1px dashed rgba(255,255,255,.72); color:#fff; font-size:18px; letter-spacing:2px; }
.invite-poster small { color:#c9dcff; font-size:10px; line-height:1.7; }
.invite-poster .primary-btn { align-self:stretch; margin-top:23px; color:#28579a; border-color:#fff; background:#fff; box-shadow:none; }
.coupon-row { display:flex; flex-direction:column; padding:17px 16px; border-top:1px solid #edf0f3; }
.coupon-row:first-child { border-top:0; }
.coupon-row strong { color:#3a4d60; font-size:13px; }
.coupon-row small { margin-top:5px; color:#93a0ad; font-size:10px; }
.address-row { display:flex; align-items:center; gap:12px; min-height:69px; padding:10px 14px; border-top:1px solid #edf0f3; }
.address-row:first-child { border-top:0; }
.address-row > div { flex:1; min-width:0; }
.address-row strong,.address-row small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.address-row strong { color:#3a4d60; font-size:12px; }
.address-row small { margin-top:5px; color:#93a0ad; font-size:10px; }
.address-row .outline-btn { padding:7px 9px; font-size:10px; }
.feature-fixed-action { position:absolute; right:18px; bottom:14px; left:18px; width:calc(100% - 36px); }
.sign-card { margin:15px 14px; min-height:205px; align-items:flex-start; background:#fff; color:#3a4d60; border-radius:8px; box-shadow:0 4px 13px rgba(37,58,81,.06); }
.sign-card .status { margin-bottom:16px; }
.sign-card h2 { margin:0; font-size:19px; letter-spacing:0; }
.sign-card p { margin:10px 0 0; color:#8a99a9; font-size:12px; line-height:1.7; }
.sign-card .primary-btn { margin-top:auto; }

@media (max-width:620px) {
  .store-shell { background:#f6f8fb; }
  .market-app { width:100%; box-shadow:none; }
}
