:root{--bg:#f7f8fa;--panel:#ffffff;--panel-soft:#fafafa;--line:#ebebeb;--line-strong:#e0e0e0;--text:#222222;--muted:#999999;--muted-strong:#666666;--accent:#ff5500;--accent-strong:#ff4500;--accent-soft:#fff5f0;--success:#22a45f;--warning:#ff7d1f;--info:#3b7cff;--shadow-soft:0 8px 24px rgba(0,0,0,0.04)}*{box-sizing:border-box}html{scroll-behavior:smooth}.app-body,body{margin:0;min-height:100vh;background:#ffffff;color:var(--text);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.app-body{display:flex;flex-direction:column}.app-frame{flex:1 1;display:flex;flex-direction:column;min-height:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1200px,calc(100vw - 48px));margin:0 auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:64px;background:#ffffff;border-bottom:1px solid var(--line)}.topbar-inner{height:64px;display:grid;grid-template-columns:minmax(200px,1fr) auto minmax(200px,1fr);align-items:stretch;grid-gap:24px;gap:24px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0;justify-self:start}.brand-mark{width:32px;height:32px;display:inline-grid;place-items:center;background:var(--accent);color:white;font-size:18px;font-weight:800;border-radius:6px}.brand-text{font-size:16px;font-weight:700;letter-spacing:0;color:var(--text);white-space:nowrap}.nav{display:flex;align-items:stretch;justify-content:center;gap:40px}.nav-link{position:relative;display:inline-flex;align-items:center;height:100%;padding:0;color:var(--muted-strong);font-size:14px;font-weight:400;line-height:1;white-space:nowrap}.nav-link-active,.nav-link:hover{color:var(--text);font-weight:500}.nav-link-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);border-radius:1px 1px 0 0}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0}.topbar-btn{min-height:34px;padding:0 14px;font-size:13px;border-radius:6px}.nav-icon{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--muted-strong);background:white;font-size:16px;padding:0}.user-menu-wrap{position:relative}.user-menu{gap:8px;height:34px;padding:0;border:0;background:transparent;color:var(--muted-strong);font-size:14px;cursor:pointer}.user-menu,.user-meta{display:inline-flex;align-items:center}.user-meta{gap:4px;min-width:0;line-height:1}.user-avatar{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:50%;background:var(--accent);color:white;font-size:13px;font-weight:700;flex-shrink:0}.user-name{max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1;color:var(--text);font-size:14px}.user-caret{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:var(--muted);line-height:0;transition:transform .15s ease;flex-shrink:0}.user-caret-icon{width:12px;height:12px;display:block}.user-caret.is-open{transform:rotate(180deg)}.topbar-points{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;border:1px solid #ffd8c3;border-radius:999px;background:#fff7f2;color:var(--accent);text-decoration:none;font-size:12px;font-weight:600;line-height:1;box-sizing:border-box}.topbar-points strong{font-size:15px;font-weight:700;color:var(--accent);line-height:1}.topbar-points:hover{background:#ffefe5;border-color:#ffc59f}.points-balance-card{display:grid;grid-gap:4px;gap:4px;min-width:140px;padding:12px 16px;border-radius:10px;text-align:right}.points-balance-card span{color:#8a8580;font-size:12px}.points-balance-card strong{font-size:28px;line-height:1;color:var(--accent)}.points-product-list{display:grid;grid-gap:12px;gap:12px}.points-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.points-product-tile{display:grid;grid-gap:16px;gap:16px;text-align:left;padding:18px;border:1px solid #ebebeb;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.points-product-tile:hover:not(:disabled){border-color:#ffc59f;box-shadow:0 10px 24px rgba(255,85,0,.08);transform:translateY(-1px)}.points-product-tile:disabled{opacity:.7;cursor:wait}.points-product-tile-top strong{display:block;font-size:16px;color:#1f1a17;margin-bottom:6px}.points-product-tile-top span{color:#8a8580;font-size:13px;line-height:1.45}.points-product-tile-points{font-size:34px;font-weight:700;line-height:1;color:var(--accent)}.points-product-tile-points em{margin-left:6px;font-style:normal;font-size:14px;font-weight:600;color:#8a8580}.points-product-tile-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.points-product-tile-footer em{font-style:normal;font-size:20px;font-weight:700;color:#1f1a17}.points-product-tile-footer span{min-height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:#fff5f0;color:var(--accent);font-size:13px;font-weight:700}.points-pay-modal{width:min(420px,100%);background:#fff;border-radius:14px;padding:22px;box-shadow:0 20px 48px rgba(31,26,23,.18)}.points-pay-body{display:grid;justify-items:center;grid-gap:12px;gap:12px;padding-top:8px}.points-pay-amount{text-align:center}.points-pay-amount span{display:block;color:#8a8580;font-size:13px;margin-bottom:4px}.points-pay-amount strong{font-size:32px;color:var(--accent);line-height:1}.points-pay-qr{width:240px;height:240px;padding:10px;border:1px solid #f0f0f0;border-radius:12px;background:#fff}.points-pay-qr img{display:block;width:100%;height:100%}.points-pay-order,.points-pay-tip{margin:0;text-align:center;color:#8a8580;font-size:13px;line-height:1.5}.points-pay-order{font-size:12px}.points-pay-success{display:grid;grid-gap:10px;gap:10px;justify-items:center;padding:24px 8px 8px;text-align:center}.points-pay-success strong{font-size:22px;color:#2f9d5b}.points-pay-success p{margin:0 0 8px;color:#8a8580;font-size:14px}.points-product-option{display:block;cursor:pointer}.points-product-option input{position:absolute;opacity:0;pointer-events:none}.points-product-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #ebebeb;border-radius:10px;background:#fff;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.points-product-card strong{display:block;font-size:16px;color:#1f1a17}.points-product-card p{margin:6px 0 0;font-size:13px;color:#8a8580}.points-product-price{display:grid;grid-gap:4px;gap:4px;text-align:right;flex-shrink:0}.points-product-price span{font-size:13px;color:#8a8580}.points-product-price em{font-style:normal;font-size:24px;font-weight:700;color:var(--accent)}.points-product-option input:checked+.points-product-card{border-color:#ffb78b;background:#fff7f1;box-shadow:0 0 0 3px rgba(255,142,76,.12)}.points-product-option:hover .points-product-card{border-color:#ffd5ba}.points-ledger-list{display:grid;grid-gap:10px;gap:10px}.points-ledger-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #f0f0f0;border-radius:8px;background:#fcfcfc}.points-ledger-item strong{display:block;font-size:14px;color:#1f1a17;margin-bottom:4px}.points-ledger-item p{margin:0;color:#8a8580;font-size:12px}.points-ledger-item em{font-style:normal;font-size:16px;font-weight:700}.points-ledger-item em.plus{color:#2f9d5b}.points-ledger-item em.minus{color:#d34b1e}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:60;width:180px;padding:8px;border:1px solid var(--line);border-radius:10px;background:#ffffff;box-shadow:0 12px 28px rgba(0,0,0,.08)}.user-dropdown-profile{display:flex;align-items:center;gap:10px;padding:8px 8px 10px;border-bottom:1px solid var(--line);margin-bottom:6px}.user-dropdown-profile strong{display:block;font-size:13px;color:var(--text);line-height:1.3}.user-dropdown-profile p{margin:2px 0 0;font-size:12px;color:var(--muted)}.user-dropdown-item{width:100%;min-height:36px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--text);font-size:13px;text-align:left;cursor:pointer}.user-dropdown-item:hover:not(:disabled){background:#fff5f0;color:var(--accent)}.user-dropdown-item:disabled{opacity:.6;cursor:default}.button{min-height:36px;border:1px solid var(--line-strong);background:white;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--text);font-size:14px;font-weight:600;border-radius:6px;box-shadow:none}.button-primary{border-color:var(--accent);background:var(--accent);color:white}.button-ghost{background:#ffffff}.button-wide{min-width:140px;min-height:44px;font-size:15px}.button-block{width:100%}.button.small{min-height:36px;padding:0 14px;font-size:14px}.marketing-shell{background:radial-gradient(circle at 12% 18%,rgba(255,85,0,.07),transparent 34%),radial-gradient(circle at 88% 12%,rgba(255,122,38,.05),transparent 28%),#ffffff}.marketing-page,.marketing-shell{flex:1 1;min-height:0;display:flex;flex-direction:column}.marketing-page{background:transparent}.marketing-hero{flex:1 1;display:flex;align-items:center;padding:36px 0}.portal-page{padding:28px 0 0}.marketing-hero-grid,.portal-home-top,.pricing-bottom-grid{display:grid;grid-gap:24px;gap:24px}.marketing-hero-grid{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:28px}.portal-action-card,.portal-box,.product-detail-sidebar,.product-row-portal,.shop-list-item,.stage-card{border:1px solid var(--line);background:#ffffff}.marketing-copy{padding:12px 8px 12px 0;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center}.marketing-eyebrow{margin:0 0 10px;color:var(--accent);font-size:13px;font-weight:600;letter-spacing:.02em}.marketing-title{margin:0 0 12px;font-size:40px;line-height:1.2;letter-spacing:0;font-weight:700;white-space:nowrap;color:var(--text)}.marketing-title span{color:var(--accent)}.login-tagline,.marketing-subtitle{margin:0 0 20px;color:var(--muted-strong);font-size:16px;line-height:1.5}.marketing-bullets{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 18px;gap:12px 18px;margin-bottom:24px;color:var(--muted-strong)}.login-feature-badges{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:22px;color:var(--muted-strong)}.login-feature-badges span,.marketing-bullets span{position:relative;display:inline-flex;align-items:center;gap:8px;padding-left:0;font-size:13px;white-space:nowrap}.bullet-check{width:16px;height:16px;color:var(--accent);flex-shrink:0}.login-feature-badges span{padding-left:20px}.login-feature-badges span:before{content:"✓";position:absolute;left:0;top:0;width:14px;height:14px;border-radius:50%;background:var(--accent);color:white;font-size:10px;font-weight:700;line-height:14px;text-align:center}.marketing-actions{display:flex;gap:12px;margin-bottom:14px}.marketing-footnote{color:var(--muted);font-size:12px;letter-spacing:.01em}.hero-workbench{padding:24px 22px 20px;border-radius:12px;border:1px solid rgba(255,85,0,.12);background:linear-gradient(180deg,rgba(255,245,240,.95),#ffffff 42%);box-shadow:0 14px 36px rgba(255,85,0,.08)}.box-title-row,.hero-workbench-head,.page-head-row,.tabs-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.box-title-row h2,.hero-workbench-head strong,.pricing-block-head h2,.pricing-rule-head h2{font-size:16px;margin:0;font-weight:700}.box-title-row a,.hero-samples,.hero-workbench-head span,.page-main-subtitle,.panel-text,.recent-product-card em,.task-current-bar p{color:var(--muted);font-size:13px}.hero-linkbar{margin-top:14px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line);background:white;padding:8px 10px;border-radius:8px}.category-circle,.flow-circle,.hero-link-icon,.pipeline-badge,.portal-action-icon,.pricing-highlight-icon,.shop-thumb-fallback,.summary-round,.today-icon{display:inline-grid;place-items:center}.hero-link-icon{width:24px;height:24px;color:var(--accent);display:inline-grid;place-items:center}.feature-svg,.hero-svg,.nav-svg{width:18px;height:18px;display:block}.feature-svg{width:20px;height:20px}.hero-linkbar input{min-height:36px;border:0;outline:0;font-size:14px;color:var(--text);background:transparent}.hero-linkbar .button{min-height:36px;padding:0 18px;border-radius:6px;white-space:nowrap}.hero-samples{display:flex;align-items:center;gap:8px;margin-top:10px;flex-wrap:wrap}.sample-chip{padding:4px 10px;border:1px solid var(--line);background:rgba(255,255,255,.9);border-radius:4px;font-size:12px;color:var(--muted)}.hero-preview{margin-top:16px;padding:14px;border:1px dashed rgba(255,85,0,.22);border-radius:10px;background:rgba(255,255,255,.72)}.hero-preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:13px;font-weight:600;color:var(--text)}.hero-preview-head em{font-style:normal;font-weight:400;color:var(--muted);font-size:12px}.hero-preview-body{display:grid;grid-template-columns:72px 1fr;grid-gap:12px;gap:12px;align-items:center}.hero-preview-thumb{width:72px;height:72px;border-radius:8px;background:linear-gradient(135deg,#ffe8da,#ffd3ba 48%,#fff6f0);border:1px solid rgba(255,85,0,.12)}.hero-preview-meta{display:flex;flex-direction:column;gap:8px}.skeleton-line{height:10px;border-radius:999px;background:linear-gradient(90deg,#f0ebe6,#f7f3ef 50%,#f0ebe6)}.skeleton-line.w-80{width:80%}.skeleton-line.w-55{width:55%}.hero-preview-tags{display:flex;flex-wrap:wrap;gap:6px}.hero-preview-tags span{padding:3px 8px;border-radius:999px;background:#fff1e8;color:var(--accent);font-size:11px;font-weight:600}.hero-pipeline{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;padding:14px 12px;border-radius:8px;background:var(--accent-soft)}.hero-pipeline-item{position:relative;border:0;background:transparent;padding:0 18px 0 0;display:flex;gap:8px;align-items:center;border-radius:0}.category-circle,.flow-circle,.pipeline-badge,.portal-action-icon,.pricing-highlight-icon,.summary-round,.today-icon{width:36px;height:36px;flex-shrink:0;border-radius:8px;background:#ffffff;color:var(--accent);font-weight:700;font-size:13px;box-shadow:0 1px 2px rgba(255,85,0,.08)}.pipeline-arrow{position:absolute;right:4px;top:50%;transform:translateY(-50%);color:#cccccc;font-size:18px;font-weight:400;line-height:1}.feature-inline-card h3,.flow-inline-item h3,.hero-pipeline-item strong,.page-main-title,.portal-action-card strong,.product-row-portal h3,.recent-product-card strong,.section-caption,.seller-card strong,.shop-list-item h3,.welcome-box h1{margin:0}.hero-pipeline-item strong{display:block;font-size:13px;font-weight:700;line-height:1.3;color:var(--text)}.hero-pipeline-item p{margin:2px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.feature-inline-card p,.flow-inline-item p,.preview-row p,.recent-product-card p,.seller-card p,.shop-status-column span,.sidebar-section span,.stage-card p,.task-overview-item p,.task-table-row p,.vertical-log-item p{margin:0;color:var(--muted);line-height:1.55}.marketing-feature-row{margin-top:0;padding:22px 0;border-top:1px solid var(--line);background:#fafafa;flex-shrink:0}.marketing-stats-band{margin-top:0;padding:22px 0;border-top:0;border-bottom:0;background:#faf7f4}.console-grid,.marketing-five-grid,.marketing-four-grid,.portal-action-grid,.quick-metric-grid,.shop-summary-grid,.task-stage-grid{display:grid;grid-gap:16px;gap:16px}.marketing-four-grid{grid-template-columns:repeat(4,1fr);gap:20px}.marketing-five-grid{grid-template-columns:repeat(5,1fr);gap:0}.feature-inline-card{position:relative;display:grid;grid-template-columns:44px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:4px 16px 4px 0}.feature-inline-card:not(:last-child):after{content:"";position:absolute;right:0;top:8px;bottom:8px;width:1px;background:var(--line)}.feature-inline-icon{width:44px;height:44px;display:inline-grid;place-items:center;border:0;border-radius:10px;color:var(--accent);background:#fff1e8}.feature-inline-card h3{font-size:15px;font-weight:700;margin-bottom:4px}.feature-inline-card p{font-size:12px;color:var(--muted-strong)}.marketing-section{padding:40px 0 32px}.section-center-head{text-align:center;margin-bottom:24px}.section-center-head h2{margin:0;font-size:24px;font-weight:700}.section-accent-line{width:36px;height:3px;background:var(--accent);display:inline-block;margin-top:10px;border-radius:2px}.section-accent-line.left{margin-top:0;margin-bottom:18px}.flow-row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.flow-inline-item{position:relative;display:grid;grid-template-columns:auto auto 1fr;align-items:center;grid-gap:10px;gap:10px;padding:8px 20px 8px 0}.flow-index{width:24px;height:24px;display:inline-grid;place-items:center;background:var(--accent);color:white;font-size:12px}.flow-circle,.flow-index{border-radius:50%;font-weight:700}.flow-circle{width:40px;height:40px;background:#fff5ee;color:var(--accent);font-size:13px}.flow-inline-item h3{font-size:14px;font-weight:700;margin-bottom:2px}.flow-inline-item p{font-size:12px}.flow-arrow{position:absolute;right:0;top:50%;width:18px;height:1px;border-top:1px dashed #d0d0d0;transform:translateY(-50%)}.flow-arrow:after{content:"";position:absolute;right:-1px;top:-3px;border-top:3.5px solid transparent;border-bottom:3.5px solid transparent;border-left:5px solid #d0d0d0}.band-stat{display:flex;align-items:center;justify-content:center;gap:10px;text-align:left;position:relative;padding:4px 16px}.band-stat-icon{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:50%;background:#fff1e8;color:var(--accent);font-size:13px;font-weight:700;flex-shrink:0;line-height:1}.band-stat strong{display:block;font-size:20px;color:var(--text);margin-bottom:2px;font-weight:700;line-height:1.2}.band-stat-accent strong{color:var(--accent)}.band-stat>div>span{color:var(--muted);font-size:12px}.band-stat:not(:last-child):after{content:"";position:absolute;right:0;top:8px;bottom:8px;width:1px;background:#e8e0d8}.seller-card{min-height:72px;border:1px solid var(--line);background:white;border-radius:8px;padding:18px 16px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow-soft)}.seller-icon{width:40px;height:40px;flex-shrink:0;display:inline-grid;place-items:center;border-radius:8px;background:#fff1e8;color:var(--accent);font-size:15px;font-weight:700}.seller-card strong{display:block;font-size:14px;font-weight:700;margin-bottom:4px}.seller-card p{font-size:12px}.site-footer{margin-top:auto;border-top:1px solid var(--line);background:#fff}.site-footer-simple{margin-top:0;padding:16px 0;flex-shrink:0}.site-copyright{margin:0;text-align:center;color:var(--muted);font-size:13px;line-height:1.5}.site-footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr .7fr 1fr;grid-gap:24px;gap:24px;padding:32px 0 36px;color:var(--muted);font-size:13px}.site-footer-grid h4{margin:0 0 14px;color:var(--text);font-size:14px;font-weight:700}.site-footer-grid p{margin:0 0 8px;font-size:13px;line-height:1.5}.footer-brand{gap:10px;margin-bottom:14px;color:var(--text);font-size:15px;font-weight:700}.footer-brand,.footer-follow{display:flex;align-items:center}.footer-follow{gap:12px}.footer-follow-title{color:var(--text)!important;font-weight:600;margin-bottom:4px!important}.footer-qr{width:88px;height:88px;flex-shrink:0;border:1px solid var(--line-strong);background:linear-gradient(90deg,#111 10px,transparent 0) 0 0 /20px 20px,linear-gradient(#111 10px,transparent 0) 0 0 /20px 20px,linear-gradient(90deg,transparent 10px,#111 0) 10px 10px /20px 20px,linear-gradient(transparent 10px,#111 0) 10px 10px /20px 20px,white}.login-shell{flex:1 1;flex-direction:column;background:radial-gradient(circle at 18% 28%,rgba(255,85,0,.06),transparent 36%),radial-gradient(circle at 82% 18%,rgba(255,122,38,.04),transparent 30%),#ffffff}.login-page,.login-shell{min-height:0;display:flex}.login-page{flex:1 1;align-items:center;justify-content:center;padding:40px 0 48px}.login-page .container{width:min(1080px,calc(100vw - 96px))}.login-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 400px;grid-gap:40px;gap:40px;align-items:start;justify-content:center}.login-hero{padding:4px 8px 0 0;border:0;background:transparent}.login-title{margin:0 0 12px;font-size:40px;line-height:1.22;font-weight:700;color:var(--text);letter-spacing:-.01em}.login-title span{color:var(--accent)}.login-tagline{margin:0 0 28px;color:var(--muted-strong);font-size:16px;line-height:1.5}.login-feature-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:28px}.login-feature-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.login-feature-icon{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#ff7a38,#ff5512);color:#ffffff;box-shadow:0 6px 14px rgba(255,85,0,.18)}.login-feature-svg{width:18px;height:18px}.login-feature-item strong{display:block;font-size:13px;font-weight:700;color:var(--text);line-height:1.4}.login-feature-item p{margin:0;font-size:12px;color:var(--muted);line-height:1.45}.login-hero-visual{position:relative;margin-top:4px;display:flex;justify-content:center;align-items:center;min-height:280px}.login-hero-glow{position:absolute;inset:12% 18%;border-radius:50%;background:radial-gradient(circle,rgba(255,122,38,.16) 0,rgba(255,122,38,.04) 45%,transparent 70%);pointer-events:none}.login-hero-image{position:relative;z-index:1;height:auto;display:block;object-fit:contain}.login-panel{padding:6px 0 0;border:0;background:transparent;width:100%;max-width:400px;justify-self:stretch}.login-panel-head{margin-bottom:16px}.login-panel-head h2{margin:0;font-size:26px;font-weight:700;color:var(--text)}.login-panel-head .section-accent-line{margin-top:10px;width:32px;height:3px;border-radius:2px}.login-auth-card{border:1px solid #ebebeb;border-radius:12px;background:#ffffff;box-shadow:0 12px 32px rgba(31,26,23,.06);overflow:hidden}.login-auth-card .tab-switch{display:grid;grid-template-columns:repeat(2,1fr)}.login-auth-card .tab-switch button{min-height:50px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--muted-strong);font-size:15px;font-weight:600;cursor:pointer;transition:color .15s ease}.login-auth-card .tab-switch button:hover{color:var(--text)}.login-auth-card .tab-switch .tab-active{color:var(--accent);box-shadow:inset 0 -2px 0 var(--accent)}.login-stack-form{display:grid;grid-gap:18px;gap:18px;padding:26px 24px 22px}.login-stack-form label{display:grid;grid-gap:8px;gap:8px;color:var(--muted-strong);font-size:13px}.login-stack-form .field-input input{width:100%;min-height:48px;border:1px solid #e5e5e5;background:white;padding:0 44px;border-radius:8px;outline:none;font-size:14px;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.login-stack-form .button-block{min-height:48px;margin-top:4px;font-size:15px;border-radius:8px}.register-stack-form{gap:14px;padding:22px 24px 20px}.field-input{position:relative;display:flex;align-items:center}.field-input input{width:100%;min-height:46px;border:1px solid var(--line-strong);background:white;padding:0 42px;border-radius:8px;outline:none;font-size:14px;color:var(--text)}.field-input input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,85,0,.08)}.field-icon{width:18px;height:18px;color:#b0b0b0}.field-input>.field-icon{position:absolute;left:14px;pointer-events:none}.field-action{position:absolute;right:10px;width:32px;height:32px;display:inline-grid;place-items:center;border:0;background:transparent;cursor:pointer;padding:0}.field-input-code input{padding-right:108px!important}.field-action-text{position:absolute;right:8px;height:32px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.field-action-text:disabled{color:var(--muted);cursor:not-allowed}.field-action-text:not(:disabled):hover{background:rgba(255,85,0,.06)}.auth-footer-link{margin:4px 0 0;text-align:center;color:var(--muted);font-size:13px}.auth-footer-link a{color:var(--accent);font-weight:600}.auth-footer-link a:hover{text-decoration:underline}.login-qr-panel{padding:36px 22px 28px;display:grid;justify-items:center;grid-gap:10px;gap:10px;text-align:center}.login-qr-box{width:168px;height:168px;margin-bottom:8px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;background:#fafafa;color:var(--accent)}.login-qr-icon{width:72px;height:72px}.login-qr-panel strong{font-size:15px;color:var(--text)}.login-qr-panel p{margin:0 0 8px;font-size:13px;color:var(--muted)}.stack-form{display:grid;grid-gap:16px;gap:16px;padding:28px 22px 22px}.stack-form label{display:grid;grid-gap:8px;gap:8px;color:var(--muted-strong);font-size:14px}.stack-form input,.stack-form select,.stack-form textarea{min-height:48px;border:1px solid var(--line-strong);background:white;padding:0 14px;border-radius:8px;outline:none}.stack-form textarea{min-height:110px;resize:vertical;padding-top:14px}.inline-actions,.inline-field,.sidebar-footer-actions{display:flex;gap:12px;align-items:center}.form-feedback{margin:0;color:var(--success);font-size:14px}.form-feedback-error{color:#d34b1e}.portal-page{padding-bottom:48px}.portal-shell{display:grid;grid-gap:18px;gap:18px}.portal-box{padding:18px 20px;border-radius:10px}.page-head-row{padding-top:6px}.page-head-row.compact{padding-bottom:6px}.page-main-title{font-size:52px;line-height:1.06}.page-main-subtitle{margin-top:10px}.portal-home-top{grid-template-columns:1.1fr 1.22fr .76fr}.welcome-box h1{font-size:48px;margin-bottom:10px}.welcome-box p{margin:0 0 18px;color:var(--muted)}.category-template-row,.portal-action-grid,.pricing-top-grid,.recent-product-row,.shop-summary-grid,.task-overview-row,.task-stage-grid,.today-grid,.welcome-metrics{display:grid;grid-gap:12px;gap:12px}.welcome-metrics{grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:white;padding:18px 14px;border-radius:10px}.my-shop-stats strong,.task-overview-item strong,.today-item strong,.welcome-metrics strong{display:block;font-size:24px;color:var(--accent);margin-bottom:6px}.my-shop-stats span,.summary-label,.task-overview-item p,.today-item span,.welcome-metrics span{color:var(--muted);font-size:14px}.today-grid{grid-template-columns:repeat(4,1fr);margin-top:8px}.today-item{text-align:center;padding:18px 10px;border-left:1px solid var(--line)}.today-item:first-child{border-left:0}.today-icon{margin:0 auto 10px}.continue-card-portal{display:grid;grid-template-columns:96px 1fr;grid-gap:14px;gap:14px;align-items:center}.continue-card-portal img{border-radius:8px;border:1px solid var(--line);object-fit:cover}.continue-card-portal strong{display:block;margin-bottom:8px;font-size:18px}.continue-card-portal p,.continue-empty{margin:0 0 6px;color:var(--muted)}.section-caption{font-size:16px;margin-bottom:16px}.portal-action-grid{grid-template-columns:repeat(5,1fr)}.portal-action-card{padding:18px 20px;display:grid;grid-template-columns:56px 1fr;grid-gap:14px;gap:14px;border-radius:10px}.portal-action-card.slim{min-height:114px}.portal-action-card p{margin:6px 0 12px;color:var(--muted)}.portal-action-card em{font-style:normal;color:var(--accent);font-weight:600}.progress-inline-row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px}.progress-inline-item{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center}.progress-inline-item .step-no{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:50%;background:#f3eee7;color:var(--muted-strong);font-weight:700}.progress-inline-item.active .step-no,.progress-inline-item.done .step-no{background:var(--accent);color:white}.portal-three-columns{display:grid;grid-template-columns:1.12fr .94fr .94fr;grid-gap:18px;gap:18px}.recent-product-row{grid-template-columns:repeat(3,1fr)}.recent-product-card{display:grid;grid-gap:10px;gap:10px}.preview-product img,.product-detail-sidebar img,.product-row-portal img,.recent-product-card img,.vertical-log-item img{border-radius:8px;border:1px solid var(--line);object-fit:cover}.recent-product-card strong{font-size:15px;line-height:1.45}.recent-product-card span{color:var(--accent);font-weight:700}.console-grid.single-column,.rounding-list,.shop-list-stack,.task-list,.template-list-card,.vertical-log-list{display:grid;grid-gap:12px;gap:12px}.radio-line,.rounding-item,.template-row,.vertical-log-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center}.preview-row strong,.sidebar-section strong,.task-table-row strong,.template-row strong,.vertical-log-item strong{display:block;margin-bottom:4px}.template-row{border-bottom:1px solid var(--line);padding-bottom:12px}.template-row:last-child{border-bottom:0;padding-bottom:0}.my-shop-bar{display:grid;grid-template-columns:1.1fr 2fr;grid-gap:18px;gap:18px;align-items:center}.my-shop-main{display:flex;align-items:center;gap:14px}.my-shop-logo{width:52px;height:52px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(180deg,#ff7c3d,#ff5311);color:white;font-size:28px;font-weight:800}.my-shop-main strong{display:block;margin-bottom:4px;font-size:28px}.my-shop-main p{margin:0;color:var(--muted)}.my-shop-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.portal-console{padding-top:4px}.console-title{font-size:16px;font-weight:700;margin-bottom:14px}.console-grid{grid-template-columns:repeat(2,1fr)}.compact-form{padding:18px;border:1px solid var(--line);background:linear-gradient(180deg,#fffefc,#fcf8f2);border-radius:10px}.form-heading h4{margin:0 0 4px;font-size:20px}.form-heading p{margin:0;color:var(--muted);line-height:1.7}.page-head-row .inline-actions{justify-content:flex-end}.shop-summary-grid{grid-template-columns:repeat(4,1fr)}.shop-summary-item,.task-overview-item{display:grid;grid-template-columns:58px 1fr;grid-gap:14px;gap:14px;align-items:center;padding:14px;border-left:1px solid var(--line)}.shop-summary-item:first-child,.task-overview-item:first-child{border-left:0}.summary-round.success{background:#ebf8ef;color:var(--success)}.summary-round.warn{background:#fff5ea;color:var(--warning)}.summary-round.accent{background:#fff1e7;color:var(--accent)}.summary-round.soft{background:#fff7ef;color:var(--warning)}.shop-summary-item strong,.task-overview-item strong{font-size:28px}.shop-summary-item p,.shop-summary-item span{display:block}.shop-summary-item p{margin:0 0 4px}.tabs-head{margin-bottom:14px}.tabs-left{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.filter-chip,.mini-site-tag,.tab,.tag{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid var(--line);background:white;border-radius:8px;color:var(--muted-strong);font-size:14px}.filter-chip.active,.tab.active,.view-toggle.active{color:var(--accent);border-color:#ffc9b2;background:var(--accent-soft)}.tag.highlighted{color:var(--accent);background:var(--accent-soft);border-color:#ffd5bf}.shop-list-item{display:grid;grid-template-columns:1.35fr .7fr .6fr .72fr .6fr;grid-gap:18px;gap:18px;padding:16px 18px;border-radius:10px}.shop-item-main{display:grid;grid-template-columns:92px 1fr;grid-gap:18px;gap:18px;align-items:center}.shop-thumb,.shop-thumb-fallback{width:92px;height:92px;border-radius:8px;border:1px solid var(--line);background:#fff6ee;color:var(--accent);font-size:34px;font-weight:700}.shop-identity h3{font-size:18px;margin-bottom:8px}.shop-identity p,.shop-item-actions strong,.shop-status-column p,.shop-status-column strong{margin:0 0 6px}.shop-mini-tags{margin-bottom:8px}.shop-status-column{display:grid;align-content:start;grid-gap:4px;gap:4px}.shop-item-actions{display:grid;align-content:start;grid-gap:10px;gap:10px}.shop-tip-bar,.task-current-bar{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #ffd8c3;background:#fffaf5;padding:16px 18px;border-radius:10px}.shop-tip-bar strong,.task-current-bar strong{display:block;margin-bottom:6px}.shop-tip-bar p{margin:0;color:var(--muted)}.shop-tip-bar a{color:var(--accent);white-space:nowrap}.portal-tabs-line{display:flex;flex-wrap:wrap;gap:20px;border-bottom:1px solid var(--line);padding-bottom:12px}.portal-tabs-line .tab{border:0;background:transparent;padding:0;min-height:auto;border-radius:0}.portal-action-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.product-workspace{display:grid;grid-template-columns:minmax(0,1fr) 328px;grid-gap:18px;gap:18px;align-items:start}.product-main-panel{border:1px solid var(--line);background:linear-gradient(180deg,#fffefc 0,var(--panel) 100%);padding:16px;border-radius:10px}.product-filter-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.filter-left,.filter-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filter-label{color:var(--muted-strong)}.view-toggle{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:white}.product-list-portal{display:grid;grid-gap:14px;gap:14px}.product-row-portal{display:grid;grid-template-columns:1.6fr .58fr .58fr .58fr .45fr;grid-gap:18px;gap:18px;padding:14px;border-radius:10px}.product-overview-col{display:grid;grid-template-columns:140px 1fr;grid-gap:18px;gap:18px}.product-overview-col strong{display:block;color:var(--accent);font-size:24px;margin-top:14px}.product-overview-col p,.product-status-col span,.product-status-col strong,.sidebar-meta,.sidebar-price{margin:0 0 6px}.meta-list,.product-chip-row,.shop-meta,.sidebar-image-grid,.sidebar-log,.sidebar-tabs{display:flex;flex-wrap:wrap;gap:8px}.product-chip-row span{padding:6px 10px;border-radius:999px;background:#f4efe7;color:var(--muted-strong);font-size:12px}.product-action-col,.product-status-col{display:grid;align-content:center;grid-gap:8px;gap:8px}.product-status-col strong{font-size:15px}.product-detail-sidebar{padding:18px;border-radius:10px}.sidebar-head{font-size:18px;font-weight:700;margin-bottom:14px}.sidebar-price{color:var(--accent);font-size:30px;font-weight:700;margin-top:12px}.sidebar-tabs{margin:18px 0;border-bottom:1px solid var(--line);padding-bottom:10px}.sidebar-tabs span{color:var(--muted)}.sidebar-tabs .active{color:var(--accent)}.sidebar-section{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px}.sidebar-image-grid{display:grid;grid-template-columns:repeat(4,1fr)}.sidebar-log{display:grid;grid-gap:10px;gap:10px}.sidebar-log p{margin:0;display:flex;align-items:center;gap:8px;color:var(--muted)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.green{background:var(--success)}.dot.blue{background:var(--info)}.dot.gray{background:#999}.task-overview-row{grid-template-columns:repeat(5,1fr)}.task-overview-item.plain{grid-template-columns:1fr}.task-stage-grid{grid-template-columns:repeat(5,1fr);margin-top:6px}.stage-card{padding:16px;border-radius:10px}.stage-card.active{border-color:#ff7d44}.stage-no{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:50%;background:var(--accent);color:white;font-weight:700}.stage-card h3{margin:12px 0 14px;font-size:22px}.stage-metric{display:flex;align-items:baseline;gap:4px;margin-bottom:10px}.stage-metric strong{font-size:38px}.stage-metric span{color:var(--muted)}.mini-progress,.progress-line{width:100%;height:6px;background:#ece6dd;border-radius:999px;overflow:hidden}.mini-progress span,.progress-line span{display:block;height:100%;background:linear-gradient(90deg,#ff8b45 0,var(--accent) 100%)}.task-table{display:grid}.task-table-head,.task-table-row{display:grid;grid-template-columns:1.35fr .9fr .8fr .8fr .95fr;grid-gap:18px;gap:18px;align-items:center;padding:14px 10px}.task-table-head{color:var(--muted)}.task-table-head,.task-table-row{border-bottom:1px solid var(--line)}.task-table-row:last-child{border-bottom:0}.preview-product,.task-name-cell{display:grid;grid-template-columns:42px 1fr;grid-gap:12px;gap:12px;align-items:center}.task-progress-cell{display:flex;align-items:center;gap:12px}.task-progress-cell em{color:var(--warning);font-style:normal}.pricing-top-grid{grid-template-columns:1.15fr 2fr}.category-template-card p,.equation-help,.pricing-highlight-card p,.pricing-template-block p,.radio-line p,.rounding-item p{color:var(--muted)}.pricing-highlight-card{margin-top:18px;padding:18px;border:2px solid #ff7640;background:white;border-radius:14px;display:grid;grid-template-columns:70px 1fr auto;grid-gap:16px;gap:16px;align-items:center}.pricing-check{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;background:var(--accent);color:white}.category-template-row{grid-template-columns:repeat(3,1fr);margin-top:18px}.category-template-card{border:1px solid var(--line);border-radius:12px;background:white;padding:18px}.category-template-card.dashed{border-style:dashed}.pricing-equation{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:center}.equation-card{min-height:86px;border:1px solid var(--line);background:white;border-radius:10px;padding:16px 18px;display:grid;align-content:center;grid-gap:8px;gap:8px}.equation-card.result{border-color:#ff8d61}.equation-card strong{font-size:30px}.equation-card.result strong{color:var(--accent)}.equation-sign{text-align:center;font-size:26px;color:var(--muted)}.equation-help{margin:14px 0 0}.pricing-bottom-grid{grid-template-columns:.78fr .78fr 1.55fr}.radio-line,.rounding-item{grid-template-columns:auto 1fr;padding:8px 0}.radio-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--accent);background:var(--accent);margin-top:2px}.radio-dot.hollow{background:transparent;border-color:#c4b7a8}.currency-box{margin-top:18px;border:1px solid var(--line);background:white;border-radius:10px;padding:18px;display:flex;align-items:center;gap:14px}.currency-box strong{font-size:30px}.preview-table{display:grid;grid-gap:10px;gap:10px}.preview-head,.preview-row{display:grid;grid-template-columns:1.5fr .7fr .75fr .7fr;grid-gap:12px;gap:12px;align-items:center}.preview-head{color:var(--muted);padding-bottom:10px;border-bottom:1px solid var(--line)}.preview-row{padding:12px 0;border-bottom:1px solid #f3ede6}.preview-row:last-child{border-bottom:0}.img-placeholder,.img-placeholder.big,.img-placeholder.tall,.small-placeholder{border:1px solid var(--line);background:linear-gradient(135deg,#fcf6ef,#f7efe5);color:var(--muted);display:grid;place-items:center}.small-placeholder{width:42px;height:42px;border-radius:8px}.img-placeholder{width:100%;min-height:126px;border-radius:8px}.img-placeholder.big{min-height:140px}.img-placeholder.tall{min-height:160px}.status-success{color:var(--success)}.status-warning{color:var(--warning)}.status-info{color:var(--info)}.muted-text{color:var(--muted)}.workbench{display:grid;grid-gap:18px;gap:18px;padding-top:8px;max-width:920px}.workbench-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.workbench-head h1{margin:0;font-size:32px;line-height:1.2;font-weight:700;color:var(--text)}.workbench-head p{margin:8px 0 0;color:var(--muted-strong);font-size:14px}.workbench-stats{display:flex;gap:16px;color:var(--muted);font-size:13px;white-space:nowrap}.workbench-stats strong{color:var(--accent);font-size:18px;margin-left:4px}.workbench-composer,.workbench-queue,.workbench-running{display:grid;grid-gap:16px;gap:16px}.workbench-field{display:grid;grid-gap:8px;gap:8px}.workbench-field-row>span,.workbench-field>span{color:var(--muted-strong);font-size:13px;font-weight:600}.workbench-field-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.workbench-composer .field-input input{padding-left:14px;padding-right:14px;min-height:48px}.text-action{border:0;background:transparent;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;padding:0}.shop-multi-select{display:flex;flex-wrap:wrap;gap:10px}.shop-chip{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--text);cursor:pointer;transition:border-color .15s ease,background .15s ease}.shop-chip em{width:14px;font-style:normal;color:var(--accent);font-weight:700}.shop-chip strong{font-size:13px;font-weight:600}.shop-chip span{color:var(--muted);font-size:12px}.shop-chip:hover{border-color:rgba(255,85,0,.35)}.shop-chip-active{border-color:var(--accent);background:rgba(255,85,0,.06)}.workbench-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.workbench-hint{margin:0;color:var(--muted);font-size:13px}.workbench-empty,.workbench-empty-inline{padding:22px 16px;border:1px dashed var(--line-strong);border-radius:8px;color:var(--muted);text-align:center;font-size:14px}.workbench-empty-inline{padding:14px;text-align:left}.workbench-empty-inline a{color:var(--accent);font-weight:600}.workbench-task-list{display:grid;grid-gap:10px;gap:10px}.workbench-task-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto auto;grid-gap:12px;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:#fff}.workbench-running .workbench-task-item{grid-template-columns:minmax(0,1fr) auto}.workbench-task-index{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;background:rgba(255,85,0,.08);color:var(--accent);font-size:12px;font-weight:700}.workbench-task-main{min-width:0}.workbench-task-main strong{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.workbench-draft-tag{display:inline-flex;align-items:center;min-height:20px;padding:0 6px;border-radius:999px;background:#fff5ea;color:#ff7a1a;font-size:11px;font-style:normal;font-weight:700}.workbench-task-main p{margin:4px 0 0;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-status{font-size:12px;font-weight:600;color:var(--muted-strong)}.workbench-status.pending,.workbench-status.queued{color:var(--warning)}.workbench-status.running{color:var(--accent)}.workbench-status.success{color:var(--success)}.workbench-status.failed{color:#d34b1e}.workbench-footer{padding-top:4px}.workbench-start{min-height:48px;font-size:15px}.shops-portal{background:#ffffff}.shops-page{display:grid;grid-gap:28px;gap:28px;padding:10px 0 28px}.shops-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.shops-page-head h1{margin:0;font-size:36px;line-height:1.15;font-weight:700;color:#1f1a17}.shops-page-head p{margin:10px 0 0;color:#8a8580;font-size:14px;line-height:1.5}.shops-add-btn{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 18px;border-radius:8px;font-size:14px;font-weight:600;white-space:nowrap}.shops-add-icon{width:16px;height:16px}.shops-section-title{margin:0 0 14px;font-size:18px;font-weight:700;color:#1f1a17}.shops-overview-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;padding:22px 20px;border-radius:14px;background:#fff6ef;border:1px solid #ffe4d3}.shops-overview-item{display:grid;grid-template-columns:48px 1fr;grid-gap:14px;gap:14px;align-items:center;padding:0 12px;border-left:1px solid rgba(255,85,0,.12)}.shops-overview-item:first-child{border-left:0}.shops-overview-icon{width:48px;height:48px;border-radius:50%;display:inline-grid;place-items:center}.shops-overview-icon.success{background:#e8f8ee;color:#2f9d5b}.shops-overview-icon.warn{background:#fff0e4;color:#ff7a1a}.shops-overview-icon.accent,.shops-overview-icon.soft{background:#ffe8d8;color:#ff5512}.shops-overview-svg{width:22px;height:22px}.shops-overview-metric{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.shops-overview-metric strong{font-size:28px;line-height:1;color:#1f1a17;font-weight:700}.shops-overview-metric span{font-size:14px;font-weight:600;color:#3a342f}.shops-overview-item p{margin:0;color:#9a948e;font-size:12px;line-height:1.4}.shops-tabs{display:flex;align-items:center;gap:28px;margin-bottom:16px;border-bottom:1px solid #ececec}.shops-tab{position:relative;min-height:42px;padding:0;border:0;background:transparent;color:#8a8580;font-size:14px;font-weight:500;cursor:pointer}.shops-tab.active{color:var(--accent);font-weight:700}.shops-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:var(--accent)}.shops-list{display:grid;grid-gap:14px;gap:14px}.shops-empty{padding:48px 20px;text-align:center;color:#9a948e;border:1px dashed #e5e5e5;border-radius:10px;background:#fff}.shops-card{display:grid;grid-template-columns:1.35fr .85fr .75fr .78fr .62fr;grid-gap:18px;gap:18px;align-items:start;padding:18px 20px;border:1px solid #ebebeb;border-radius:10px;background:#ffffff}.shops-card-identity{display:grid;grid-template-columns:84px 1fr;grid-gap:14px;gap:14px;align-items:center;min-width:0}.shops-thumb{width:84px;height:84px;border-radius:8px;background:linear-gradient(145deg,#fff1e6,#ffe0cc);color:var(--accent);display:grid;place-items:center;font-size:30px;font-weight:700;border:1px solid #ffd8c0}.shops-card-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.shops-card-title-row h3{margin:0;font-size:16px;font-weight:700;color:#1f1a17}.shops-site-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;border:1px solid #ffc9b0;background:#fff7f2;color:var(--accent);font-size:12px;font-weight:600}.shops-card-meta p{margin:0 0 4px;color:#8a8580;font-size:12px;line-height:1.5}.shops-id-row{display:flex;align-items:center;gap:6px}.shops-id-row em{font-style:normal;color:var(--success);font-size:12px}.shops-copy-btn{width:22px;height:22px;display:inline-grid;place-items:center;border:0;background:transparent;color:#b0aaa4;cursor:pointer;padding:0}.shops-copy-btn:hover{color:var(--accent)}.shops-copy-icon{width:14px;height:14px}.shops-card-actions,.shops-card-col{display:grid;grid-gap:6px;gap:6px;align-content:start;min-width:0}.shops-col-label{color:#b0aaa4;font-size:12px;margin-bottom:2px}.shops-status-line{display:inline-flex;align-items:center;gap:6px}.shops-status-line strong{font-size:14px;font-weight:700}.shops-status-line.ok{color:#2f9d5b}.shops-status-line.warn{color:#ff7a1a}.shops-status-icon{width:16px;height:16px}.shops-card-col p{margin:0;color:#8a8580;font-size:12px;line-height:1.55}.shops-action-btn{min-height:34px;padding:0 14px;font-size:13px;border-radius:6px;justify-self:start}.shops-tip-bar{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #ffd8c3;background:#fffaf5;border-radius:10px}.shops-tip-main{display:flex;align-items:flex-start;gap:12px;min-width:0}.shops-tip-icon{width:28px;height:28px;border-radius:50%;background:#fff3c4;color:#d4a017;display:inline-grid;place-items:center;flex-shrink:0}.shops-tip-svg{width:16px;height:16px}.shops-tip-main strong{display:block;margin-bottom:4px;font-size:14px;color:#1f1a17}.shops-tip-main p{margin:0;color:#8a8580;font-size:13px;line-height:1.5}.shops-tip-link{color:var(--accent);font-size:13px;font-weight:600;white-space:nowrap}.shops-modal-mask{position:fixed;inset:0;z-index:80;background:rgba(31,26,23,.42);display:grid;place-items:center;padding:24px}.shops-modal{width:min(480px,100%);background:#fff;border-radius:12px;padding:22px 22px 20px;box-shadow:0 20px 48px rgba(31,26,23,.18)}.shops-modal-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px}.shops-modal-head h3{margin:0 0 6px;font-size:20px}.shops-modal-head p{margin:0;color:#8a8580;font-size:13px}.shops-modal-close{width:32px;height:32px;border:0;background:transparent;font-size:24px;line-height:1;color:#8a8580;cursor:pointer}.shops-modal-form{display:grid;grid-gap:14px;gap:14px}.shops-modal-form label{display:grid;grid-gap:8px;gap:8px;font-size:13px;color:#5c564f}.shops-modal-form input{min-height:42px;border:1px solid #e5e5e5;border-radius:8px;padding:0 12px;font-size:14px;outline:none}.shops-modal-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,85,0,.08)}.shops-modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.shops-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.products-page{display:grid;grid-gap:24px;gap:24px;padding:10px 0 28px}.products-count-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#fff5f0;color:var(--accent);font-size:13px;font-weight:600;white-space:nowrap}.products-list{display:grid;grid-gap:12px;gap:12px}.products-card{display:grid;grid-template-columns:minmax(0,1.5fr) .7fr .7fr .7fr auto;grid-gap:16px;gap:16px;align-items:center;padding:16px 18px;border:1px solid #ebebeb;border-radius:10px;background:#fff}.products-card-main{display:grid;grid-template-columns:88px 1fr;grid-gap:14px;gap:14px;align-items:center;min-width:0}.products-thumb{width:88px;height:88px;border-radius:8px;object-fit:cover;border:1px solid #f0ebe6;background:#fff6ef}.products-detail-cover.fallback,.products-thumb.fallback{display:grid;place-items:center;color:var(--accent);font-size:28px;font-weight:700;background:linear-gradient(145deg,#fff1e6,#ffe0cc)}.products-card-info{min-width:0}.products-card-info h3{margin:0 0 8px;font-size:16px;line-height:1.35;color:#1f1a17;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-meta-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:6px;color:#8a8580;font-size:12px}.products-source-url{margin:0;color:#9a948e;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-card-col{display:grid;grid-gap:4px;gap:4px;min-width:0}.products-card-col strong{font-size:14px;color:#1f1a17}.products-card-col p{margin:0;color:#8a8580;font-size:12px}.products-card-actions{justify-self:end}.products-detail-mask{position:fixed;inset:0;z-index:80;background:rgba(31,26,23,.42);display:grid;justify-items:end}.products-detail-panel{width:min(720px,100%);height:100%;background:#fff;box-shadow:-12px 0 36px rgba(31,26,23,.12);display:grid;grid-template-rows:auto 1fr}.products-detail-head{display:flex;justify-content:space-between;gap:12px;padding:22px 24px 16px;border-bottom:1px solid #f0f0f0}.products-detail-head h2{margin:0 0 6px;font-size:22px}.products-detail-head p{margin:0;color:#8a8580;font-size:13px}.products-detail-body{overflow:auto;padding:20px 24px 28px;display:grid;grid-gap:18px;gap:18px}.products-detail-block{display:grid;grid-gap:12px;gap:12px}.products-detail-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.products-detail-block-head h3,.products-detail-summary h3{margin:0;font-size:16px}.products-detail-block-head span{color:#8a8580;font-size:13px}.products-detail-summary{display:grid;grid-template-columns:120px 1fr;grid-gap:16px;gap:16px;padding:16px;border:1px solid #ebebeb;border-radius:10px;background:#fafafa}.products-detail-cover{width:120px;height:120px;border-radius:8px;object-fit:cover;border:1px solid #f0ebe6}.products-detail-summary p{margin:0 0 6px;color:#5c564f;font-size:13px}.products-detail-summary a{color:var(--accent);font-size:13px;font-weight:600}.products-site-empty{padding:28px 16px;text-align:center;color:#9a948e;border:1px dashed #e5e5e5;border-radius:10px}.products-site-list{display:grid;grid-gap:12px;gap:12px}.products-site-card{border:1px solid #ebebeb;border-radius:10px;padding:14px 16px;background:#fff}.products-site-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.products-site-head>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.products-site-head strong{font-size:15px;color:#1f1a17}.products-publish-status{font-style:normal;font-size:12px;font-weight:700}.products-publish-status.ok{color:#2f9d5b}.products-publish-status.warn{color:#ff7a1a}.products-publish-status.danger{color:#d34b1e}.products-publish-status.muted{color:#8a8580}.products-site-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 16px;gap:10px 16px}.products-site-grid span{display:block;color:#b0aaa4;font-size:12px;margin-bottom:2px}.products-site-grid p{margin:0;color:#3a342f;font-size:13px;line-height:1.45;word-break:break-word}.products-site-desc{margin:12px 0 0;padding-top:12px;border-top:1px solid #f3f0ec;color:#8a8580;font-size:13px;line-height:1.55}.tasks-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.tasks-card{grid-template-columns:minmax(0,1.45fr) .72fr .78fr .72fr auto}.tasks-progress{display:flex;align-items:center;gap:8px}.tasks-progress-bar{flex:1 1;height:8px;border-radius:999px;background:#f1ebe6;overflow:hidden}.tasks-progress-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ff7a38,#ff5512)}.tasks-progress em{font-style:normal;font-size:12px;font-weight:700;color:#5c564f;min-width:36px}.tasks-error{color:#d34b1e!important}.tasks-card-actions{display:flex;gap:8px;justify-self:end}.tasks-action-placeholder{color:#c4beb8;font-size:14px;padding:0 12px}.products-publish-status.accent{color:var(--accent)}.pricing-settings-page{gap:18px}.pricing-settings-card{display:grid;grid-gap:16px;gap:16px;padding:20px;border:1px solid #ebebeb;border-radius:10px;background:#fff}.pricing-settings-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pricing-settings-card-head h2{margin:0 0 6px;font-size:18px;color:#1f1a17}.pricing-settings-card-head p{margin:0;color:#8a8580;font-size:13px}.pricing-formula-banner{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:8px;background:#fff6ef;border:1px solid #ffe4d3}.pricing-formula-banner strong{color:var(--accent);font-size:13px}.pricing-formula-banner span{color:#3a342f;font-size:14px;font-weight:600}.pricing-formula-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;grid-gap:14px;gap:14px;align-items:end}.pricing-category-item label,.pricing-formula-grid label{display:grid;grid-gap:8px;gap:8px;font-size:13px;color:#5c564f}.pricing-category-item input,.pricing-formula-grid input{min-height:42px;border:1px solid #e5e5e5;border-radius:8px;padding:0 12px;font-size:14px;outline:none}.pricing-category-item input:focus,.pricing-formula-grid input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,85,0,.08)}.pricing-preview-box{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border-radius:8px;background:#fafafa;border:1px solid #f0f0f0}.pricing-category-preview span,.pricing-preview-box span{color:#8a8580;font-size:12px}.pricing-category-preview strong,.pricing-preview-box strong{font-size:22px;color:var(--accent);line-height:1.2}.pricing-preview-box p{margin:0;color:#9a948e;font-size:12px}.pricing-category-list{display:grid;grid-gap:12px;gap:12px}.pricing-category-item{display:grid;grid-template-columns:1.4fr .7fr .7fr .7fr auto;grid-gap:12px;gap:12px;align-items:end;padding:14px;border:1px solid #f0f0f0;border-radius:8px;background:#fcfcfc}.pricing-category-preview{display:grid;grid-gap:4px;gap:4px;min-height:42px;align-content:center}@media (max-width:768px){.workbench-head{flex-direction:column;align-items:flex-start}.workbench-task-item{grid-template-columns:28px minmax(0,1fr)}.workbench-task-item .button,.workbench-task-item .workbench-status{grid-column:2;justify-self:start}.workbench-actions{align-items:stretch}.shops-page-head,.workbench-actions{flex-direction:column}.shops-overview-card{grid-template-columns:1fr}.shops-overview-item{border-left:0;border-top:1px solid rgba(255,85,0,.12);padding:14px 0}.shops-overview-item:first-child{border-top:0}.shops-tabs{gap:16px;overflow-x:auto}.shops-card{grid-template-columns:1fr}.shops-tip-bar{flex-direction:column;align-items:flex-start}.products-card,.shops-modal-grid,.tasks-card{grid-template-columns:1fr}.products-card-actions,.tasks-card-actions{justify-self:start}.tasks-head-actions{width:100%;justify-content:flex-start}.points-product-grid,.pricing-category-item,.pricing-formula-grid,.products-detail-summary,.products-site-grid{grid-template-columns:1fr}}@media (max-width:1100px){.topbar-inner{grid-template-columns:auto 1fr auto;gap:16px}.nav{gap:24px;justify-content:flex-start;overflow-x:auto}.login-grid,.marketing-hero-grid,.portal-home-top,.portal-three-columns,.pricing-bottom-grid,.pricing-top-grid,.product-workspace{grid-template-columns:1fr}.points-product-grid,.shops-card,.shops-overview-card{grid-template-columns:1fr 1fr}.shops-card-actions,.shops-card-identity{grid-column:1/-1}.login-panel{max-width:none}.login-page .container{width:min(100%,calc(100vw - 48px))}.login-title{font-size:32px}.login-feature-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.login-hero-visual{min-height:220px}.marketing-title{white-space:normal;font-size:34px}.marketing-bullets{grid-template-columns:1fr}.flow-row,.marketing-five-grid,.marketing-four-grid,.portal-action-grid,.portal-action-strip,.shop-summary-grid,.task-stage-grid{grid-template-columns:repeat(2,1fr)}.flow-row,.marketing-five-grid{gap:16px}.band-stat:not(:last-child):after,.feature-inline-card:not(:last-child):after,.flow-arrow,.pipeline-arrow{display:none}.hero-pipeline{grid-template-columns:repeat(2,1fr);gap:12px}.portal-home-top{grid-template-columns:1fr}.my-shop-stats,.site-footer-grid,.task-overview-row,.today-grid,.welcome-metrics{grid-template-columns:repeat(2,1fr)}.product-row-portal,.shop-list-item,.task-table-head,.task-table-row{grid-template-columns:1fr}}@media (max-width:768px){.container{width:min(calc(100vw - 24px),100%)}.topbar,.topbar-inner{height:56px}.topbar-inner{grid-template-columns:1fr auto}.nav,.topbar-actions .button{display:none}.brand-text{font-size:14px}.marketing-title{font-size:32px}.page-main-title{font-size:36px}.category-template-row,.console-grid,.flow-row,.hero-pipeline,.marketing-five-grid,.marketing-four-grid,.my-shop-stats,.portal-action-grid,.portal-action-strip,.pricing-equation,.recent-product-row,.shop-summary-grid,.site-footer-grid,.task-stage-grid,.today-grid,.welcome-metrics{grid-template-columns:1fr}.equation-sign{display:none}}