:root{--ink:#16201e;--ink-soft:#5d6966;--paper:#f7f8f6;--surface:#fff;--line:#dfe5e2;--brand:#176b61;--brand-dark:#10534b;--brand-pale:#dcece8;--coral:#c95845;--coral-pale:#f8e5e0;--gold:#b58835;--gold-pale:#f5ecd8;--blue:#3f6886;--blue-pale:#e4edf3;--shadow:0 14px 40px #192c2714;--font-body:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:Manrope, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{font-family:var(--font-body), sans-serif;letter-spacing:0;background:var(--paper);margin:0}button,input,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}.shell{min-height:100vh}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f8f6f5;justify-content:space-between;align-items:center;min-height:64px;padding:0 28px;display:flex;position:sticky;top:0}.brand-lockup{min-width:0;font-family:var(--font-display), sans-serif;align-items:center;gap:11px;font-weight:700;display:flex}.brand-mark{background:var(--brand);color:#fff;width:34px;height:34px;font-family:var(--font-display), sans-serif;border-radius:7px;flex:none;place-items:center;font-weight:800;display:grid}.top-actions,.row,.icon-label{align-items:center;display:flex}.top-actions{gap:9px}.icon-label{gap:8px}.button{background:var(--brand);color:#fff;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 15px;font-weight:700;line-height:1.2;transition:transform .14s,background .14s,border-color .14s;display:inline-flex}.button:hover{background:var(--brand-dark)}.button:active{transform:translateY(1px)}.button.secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.button.secondary:hover{background:#fbfcfb;border-color:#bcc9c5}.button.coral{background:var(--coral)}.button.ghost{min-height:36px;color:var(--ink-soft);background:0 0;padding:7px 10px}.button.icon-only{width:42px;padding:0}.button svg{flex:none;width:18px;height:18px}.dashboard{width:min(100% - 40px,1220px);margin:0 auto;padding:34px 0 70px}.page-heading{justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:25px;display:flex}.eyebrow{color:var(--brand);text-transform:uppercase;margin:0 0 6px;font-size:.78rem;font-weight:800}h1,h2,h3,p{letter-spacing:0}h1,h2,h3{font-family:var(--font-display), sans-serif}h1{margin:0;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.08}.page-subtitle{max-width:650px;color:var(--ink-soft);margin:9px 0 0;line-height:1.55}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:28px;display:grid}.billing-band{border:1px solid #c8ddd7;border-left:4px solid var(--brand);background:#edf6f3;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:18px 20px;display:flex}.billing-band strong{font-family:var(--font-display), sans-serif;font-size:1.05rem;display:block}.billing-band p{color:var(--ink-soft);margin:5px 0 0;font-size:.85rem}.billing-count{text-align:right;min-width:90px}.billing-count span{color:var(--ink-soft);text-transform:uppercase;font-size:.75rem;font-weight:700;display:block}.billing-count strong{color:var(--brand);margin-top:2px;font-size:1.7rem}.empty-state{color:var(--ink-soft);text-align:center;padding:24px 0;font-size:.86rem}.metric{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:124px;padding:19px}.metric-top{color:var(--ink-soft);justify-content:space-between;align-items:center;gap:10px;font-size:.86rem;display:flex}.metric-icon{background:var(--brand-pale);width:32px;height:32px;color:var(--brand);border-radius:7px;place-items:center;display:grid}.metric:nth-child(2) .metric-icon{background:var(--coral-pale);color:var(--coral)}.metric:nth-child(3) .metric-icon{background:var(--gold-pale);color:var(--gold)}.metric:nth-child(4) .metric-icon{background:var(--blue-pale);color:var(--blue)}.metric-icon svg{width:17px}.metric-value{font-family:var(--font-display), sans-serif;margin:16px 0 0;font-size:1.65rem;font-weight:750}.dashboard-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:18px;display:grid}.panel{border:1px solid var(--line);background:var(--surface);border-radius:8px}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:62px;padding:13px 18px;display:flex}.panel-header h2{margin:0;font-size:1rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:15px 18px}th{color:var(--ink-soft);text-transform:uppercase;font-size:.76rem;font-weight:700}tbody tr:last-child td{border-bottom:0}.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:750}.status-pill{background:var(--brand-pale);color:var(--brand-dark);border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:.78rem;font-weight:700;display:inline-flex}.status-pill.intent{background:var(--coral-pale);color:#984130}.status-pill.completed{background:var(--blue-pale);color:#315873}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.activity-list{padding:6px 18px 10px}.activity{border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr);gap:11px;padding:13px 0;display:grid}.activity:last-child{border-bottom:0}.activity-icon{background:var(--brand-pale);width:34px;height:34px;color:var(--brand);border-radius:50%;place-items:center;display:grid}.activity-icon svg{width:16px}.activity p{margin:0;font-size:.87rem;line-height:1.4}.activity time{color:var(--ink-soft);margin-top:4px;font-size:.76rem;display:block}.funnel{padding:18px}.funnel-row{grid-template-columns:115px 1fr 38px;align-items:center;gap:10px;margin-bottom:14px;font-size:.84rem;display:grid}.funnel-bar{background:#edf0ee;border-radius:999px;height:8px;overflow:hidden}.funnel-fill{border-radius:inherit;background:var(--brand);height:100%}.funnel-row:nth-child(2) .funnel-fill{background:var(--blue)}.funnel-row:nth-child(3) .funnel-fill{background:var(--gold)}.funnel-row:nth-child(4) .funnel-fill{background:var(--coral)}.lookbook{background:#f5f6f3;min-height:100vh;overflow-x:hidden}.lookbook-nav{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;width:min(100% - 36px,980px);min-height:70px;margin:0 auto;display:flex}.language-switch{border:1px solid var(--line);background:#fff;border-radius:7px;padding:3px;display:inline-flex}.language-switch a{min-width:36px;min-height:32px;color:var(--ink-soft);border-radius:5px;place-items:center;font-size:.78rem;font-weight:800;display:grid}.language-switch a.selected{background:var(--ink);color:#fff}.lookbook-main{width:min(100% - 36px,980px);margin:0 auto;padding:44px 0 70px}.selection-intro{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px;padding-bottom:28px;display:grid}.selection-intro>div,.product-body{min-width:0}.selection-intro h1{max-width:680px;font-size:clamp(2rem,5vw,4.4rem)}.selection-intro .page-subtitle{max-width:610px}.expiry-stamp{border-left:3px solid var(--gold);background:var(--gold-pale);min-width:190px;padding:14px}.expiry-stamp span{color:#775b24;text-transform:uppercase;font-size:.74rem;font-weight:800;display:block}.expiry-stamp strong{font-family:var(--font-display), sans-serif;margin-top:4px;display:block}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink-soft);flex-wrap:wrap;gap:18px;padding:15px 0;font-size:.86rem;display:flex}.trust-strip span{align-items:center;gap:7px;display:inline-flex}.trust-strip svg{width:17px;color:var(--brand)}.advisor-strip{align-items:center;gap:12px;padding:22px 0;display:flex}.advisor-avatar{background:var(--coral);color:#fff;width:46px;height:46px;font-family:var(--font-display), sans-serif;border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.advisor-strip p{margin:0}.advisor-strip small{color:var(--ink-soft);margin-bottom:2px;display:block}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.product-photo{aspect-ratio:4/4.6;background:#e6e8e4;position:relative;overflow:hidden}.product-photo img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-photo img{transform:scale(1.025)}.private-badge{color:var(--ink);background:#ffffffed;border-radius:5px;padding:6px 9px;font-size:.74rem;font-weight:800;position:absolute;top:14px;left:14px}.product-body{padding:18px}.product-title-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.product-title-row h2{overflow-wrap:anywhere;margin:0;font-size:1.05rem}.product-price{font-family:var(--font-display), sans-serif;font-size:1.15rem;font-weight:800}.product-meta{color:var(--ink-soft);overflow-wrap:anywhere;margin:7px 0 0;font-size:.87rem}.lookbook-actions{z-index:10;border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:8px 8px 0 0;margin-top:22px;padding:14px;position:sticky;bottom:0;box-shadow:0 -10px 32px #192c2714}.action-grid{grid-template-columns:.8fr .8fr 1.6fr;gap:9px;display:grid}.expired-banner{border-left:3px solid var(--coral);background:var(--coral-pale);color:#7f3528;margin-bottom:18px;padding:14px}.preview-banner{border-left:3px solid var(--blue);background:var(--blue-pale);color:#315873;margin-bottom:18px;padding:12px 14px;font-size:.84rem;font-weight:700}.simulator-page{background:#e8ece9;min-height:100vh;padding:40px 20px}.simulator-wrap{grid-template-columns:minmax(280px,430px) minmax(300px,520px);justify-content:center;align-items:center;gap:38px;display:grid}.sim-copy h1{max-width:500px}.sim-copy ul{margin:22px 0 0;padding:0;list-style:none}.sim-copy li{color:var(--ink-soft);gap:9px;margin:12px 0;display:flex}.sim-copy li svg{width:18px;color:var(--brand);flex:none}.phone{background:#dfe8e3;border:8px solid #202927;border-radius:28px;width:min(100%,410px);min-height:720px;overflow:hidden;box-shadow:0 24px 60px #12252038}.telegram-head{background:#fff;align-items:center;gap:11px;min-height:64px;padding:10px 16px;display:flex}.telegram-head .brand-mark{border-radius:50%}.telegram-head p{margin:0;font-weight:750}.telegram-head small{color:var(--ink-soft)}.chat{background-color:#dfe8e3;background-image:radial-gradient(#b9c7c0 .7px,#0000 .7px);background-size:14px 14px;flex-direction:column;justify-content:flex-end;min-height:630px;padding:18px 12px;display:flex}.bot-bubble,.user-bubble{white-space:pre-line;border-radius:7px;width:fit-content;max-width:88%;margin:5px 0;padding:10px 12px;line-height:1.45;box-shadow:0 1px 2px #172b251a}.bot-bubble{background:#fff;border-bottom-left-radius:2px}.user-bubble{background:#d7f5c9;border-bottom-right-radius:2px;align-self:flex-end}.bot-buttons{gap:5px;margin-top:9px;display:grid}.bot-buttons button{color:#2475a8;background:#fff;border:0;border-top:1px solid #e5e8e6;min-height:38px;padding:8px;font-weight:700}.chat-input{gap:6px;margin-top:8px;display:flex}.chat-input input{background:#fff;border:1px solid #cad4cf;border-radius:7px;width:100%;min-height:42px;padding:9px 11px}.chat-input button{background:var(--brand);color:#fff;border:0;border-radius:7px;width:42px}.chat-input button svg{width:18px}.login-page{background:#e8ece9;place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--line);background:var(--surface);width:min(100%,440px);box-shadow:var(--shadow);border-radius:8px;padding:34px}.login-panel>.brand-lockup{margin-bottom:42px}.login-form{gap:15px;margin-top:28px;display:grid}.login-form label{color:var(--ink-soft);gap:7px;font-size:.84rem;font-weight:700;display:grid}.login-form input{border:1px solid var(--line);background:var(--paper);width:100%;min-height:44px;color:var(--ink);border-radius:7px;outline:none;padding:9px 11px}.login-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-pale)}.login-message{color:var(--coral);margin:0;font-size:.84rem}@media (max-width:900px){.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.simulator-wrap{grid-template-columns:1fr}.sim-copy{text-align:center}.sim-copy ul{display:none}.phone{margin:0 auto}}@media (max-width:640px){.topbar{padding:0 16px}.top-actions .button.secondary{display:none}.dashboard{width:min(100% - 28px,1220px);padding-top:24px}.page-heading{flex-direction:column;align-items:flex-start}.billing-band{align-items:flex-start}.metrics{grid-template-columns:1fr 1fr}.metric{min-height:112px;padding:15px}.metric-value{font-size:1.35rem}.lookbook-nav,.lookbook-main{width:min(100% - 24px,980px)}.lookbook-main{padding-top:28px}.lookbook-nav{flex-direction:column;align-items:stretch;gap:10px;padding:12px 0}.lookbook-nav .brand-lockup{min-height:34px}.language-switch{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid}.language-switch a{min-width:0}.selection-intro{grid-template-columns:1fr}.expiry-stamp{min-width:0}.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:minmax(124px,42%) 1fr;display:grid}.product-photo{aspect-ratio:auto;min-height:220px}.product-title-row{flex-direction:column;gap:9px}.product-body{padding:14px}.action-grid{grid-template-columns:1fr 1fr}.action-grid .button.coral{grid-column:1/-1}.simulator-page{padding:18px 8px}.phone{border-width:5px;border-radius:20px;min-height:calc(100vh - 36px)}.chat{min-height:calc(100vh - 105px)}}@media (max-width:380px){.metrics,.product-card{grid-template-columns:1fr}.product-photo{min-height:320px}}.seller-app{--seller-accent:var(--brand);color:#111816;background:#f4f6f5;min-height:100dvh;padding-bottom:104px}.seller-header{z-index:30;min-height:66px;padding:10px max(18px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #e1e6e3;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.seller-brand{align-items:center;gap:11px;min-width:0;display:flex}.seller-brand-mark{background:var(--seller-accent);color:#fff;width:36px;height:36px;font-family:var(--font-display);border-radius:7px;flex:none;place-items:center;font-size:1.05rem;font-weight:850;display:grid}.seller-brand div{min-width:0}.seller-brand strong,.seller-brand span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.seller-brand strong{max-width:230px;font-size:.93rem}.seller-brand div span{color:#73807c;margin-top:1px;font-size:.73rem}.seller-item-count{color:#697571;text-align:right;min-width:44px;font-size:.78rem;font-weight:750}.seller-header-actions{align-items:center;gap:8px;display:flex}.seller-header-command{color:#34413d;background:#fff;border:1px solid #dce2df;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:8px 11px;font-size:.78rem;font-weight:800;display:inline-flex}.seller-header-command svg{width:17px}.seller-workspace{width:min(100% - 28px,1080px);margin:0 auto;padding:18px 0 34px}.seller-controls{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.seller-control-group{min-width:0}.seller-control-group>span,.seller-customer-name>span{color:#68746f;margin:0 0 7px 2px;font-size:.72rem;font-weight:750;display:block}.seller-customer-name{grid-column:1/-1}.seller-customer-name input{color:#17201e;background:#fff;border:1px solid #d8dfdc;border-radius:7px;outline:none;width:100%;min-height:46px;padding:10px 13px;font-size:.95rem;font-weight:650}.seller-customer-name input::placeholder{color:#9aa4a0;font-weight:500}.seller-customer-name input:focus{border-color:var(--seller-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--seller-accent) 14%, transparent)}.seller-segmented{background:#fff;border:1px solid #d8dfdc;border-radius:7px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.seller-segmented button{color:#64706c;background:0 0;border:0;border-right:1px solid #e5e9e7;min-width:0;min-height:42px;padding:0 4px;font-size:.75rem;font-weight:800}.seller-segmented button:last-child{border-right:0}.seller-segmented button.selected{color:#fff;background:#17201e}.seller-capture{min-width:0}.seller-camera-stage{color:#131b19;text-align:center;background:#fff;border:1px solid #d8dfdc;border-radius:8px;place-content:center;place-items:center;width:100%;min-height:min(58dvh,540px);padding:34px;display:grid;box-shadow:0 12px 34px #192c270d}.seller-camera-stage:disabled{cursor:default}.seller-camera-icon{background:var(--seller-accent);color:#fff;width:82px;height:82px;box-shadow:0 10px 26px color-mix(in srgb, var(--seller-accent) 25%, transparent);border-radius:50%;place-items:center;margin-bottom:20px;display:grid}.seller-camera-icon svg{stroke-width:1.8px;width:34px;height:34px}.seller-camera-stage strong{font-family:var(--font-display);font-size:1.28rem}.seller-camera-stage>span:last-child{color:#74807c;margin-top:7px;font-size:.88rem}.seller-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}.seller-photo-editor{background:#111715;border-radius:8px;min-height:min(62dvh,610px);position:relative;overflow:hidden;box-shadow:0 16px 42px #131f1b24}.seller-photo-editor>img{object-fit:contain;background:#111715;width:100%;height:100%;position:absolute;inset:0}.seller-photo-editor:after{content:"";pointer-events:none;background:linear-gradient(#0000,#080d0be6);height:48%;position:absolute;inset:auto 0 0}.seller-photo-toolbar{z-index:2;gap:8px;display:flex;position:absolute;top:14px;right:14px}.seller-photo-toolbar button,.seller-icon-button,.seller-back-button{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1512bd;border:1px solid #ffffff38;border-radius:7px;place-items:center;width:44px;height:44px;display:grid}.seller-icon-button{color:#26312e;background:#fff;border-color:#dce2df}.seller-photo-toolbar svg,.seller-icon-button svg,.seller-back-button svg{width:19px}.seller-price-entry{z-index:2;position:absolute;bottom:84px;left:20px;right:20px}.seller-price-entry label{color:#ffffffbd;margin-bottom:7px;font-size:.74rem;font-weight:750;display:block}.seller-price-entry>div{border-bottom:1px solid #ffffff85;grid-template-columns:auto minmax(0,1fr) auto;align-items:baseline;gap:9px;display:grid}.seller-price-entry span{color:#fff;font-family:var(--font-display);font-size:2.15rem;font-weight:800}.seller-price-entry input{color:#fff;min-width:0;height:58px;font-family:var(--font-display);background:0 0;border:0;outline:0;padding:0;font-size:2.55rem;font-weight:800}.seller-price-entry input::placeholder{color:#ffffff5c}.seller-price-entry small{color:#ffffffb3;font-size:.78rem;font-weight:800}.seller-add-button{z-index:2;color:#14201d;background:#fff;border:0;border-radius:7px;justify-content:center;align-items:center;gap:9px;min-height:52px;font-size:.94rem;font-weight:800;display:inline-flex;position:absolute;bottom:16px;left:16px;right:16px}.seller-add-button:disabled{color:#14201d9e;cursor:not-allowed;background:#ffffff94}.seller-add-button svg{width:20px}.seller-section-heading{justify-content:space-between;align-items:baseline;margin:24px 2px 10px;display:flex}.seller-section-heading h2{margin:0;font-size:1rem}.seller-section-heading span{color:#73807c;font-size:.76rem}.seller-product-list{gap:8px;display:grid}.seller-product-row{background:#fff;border:1px solid #dde3e0;border-radius:8px;grid-template-columns:68px minmax(0,1fr) 44px;align-items:center;gap:12px;min-height:68px;display:grid;overflow:hidden}.seller-product-row>img{object-fit:cover;width:68px;height:68px}.seller-product-row div{min-width:0}.seller-product-row span,.seller-product-row strong{display:block}.seller-product-row span{color:#73807c;font-size:.73rem}.seller-product-row strong{font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:1rem;overflow:hidden}.seller-product-row button{color:#78837f;background:0 0;border:0;border-radius:6px;place-items:center;width:36px;height:36px;display:grid}.seller-product-row button svg{width:18px}.seller-message{z-index:50;border-left:3px solid var(--coral);color:#883c30;max-width:520px;box-shadow:var(--shadow);background:#fff;margin:0 auto;padding:12px 14px;font-size:.84rem;font-weight:700;position:fixed;bottom:94px;left:14px;right:14px}.seller-publish-bar{z-index:40;padding:12px max(14px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;border-top:1px solid #dce2df;gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0}.seller-primary-button,.seller-secondary-button,.seller-new-selection{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:9px;min-height:52px;padding:12px 18px;font-size:.92rem;font-weight:800;display:inline-flex}.seller-primary-button{background:var(--seller-accent);color:#fff}.seller-primary-button:disabled{color:#75807c;cursor:not-allowed;background:#cbd3d0}.seller-primary-button svg,.seller-secondary-button svg,.seller-new-selection svg{width:19px}.seller-publish-button{width:min(100%,680px);margin:0 auto}.seller-back-button{color:#26312e;background:#f4f6f5;border-color:#dce2df;flex:none}.seller-spinner{animation:.85s linear infinite seller-spin}@keyframes seller-spin{to{transform:rotate(360deg)}}.seller-success-page{background:#fff;padding-bottom:30px}.seller-success{width:min(100% - 32px,540px);margin:0 auto;padding:34px 0 48px}.seller-success-heading{align-items:center;gap:14px;margin-bottom:24px;display:flex}.seller-success-check{width:46px;height:46px;color:var(--seller-accent);background:#dff1eb;border-radius:50%;flex:none;place-items:center;display:grid}.seller-success-check svg{stroke-width:2.4px;width:23px}.seller-success-heading h1{font-size:1.55rem}.seller-success-heading p{color:#707c78;margin:3px 0 0;font-size:.85rem}.seller-qr-frame{background:#f8faf9;border:1px solid #dce2df;border-radius:8px;place-items:center;width:100%;padding:22px;display:grid}.seller-qr-frame img{aspect-ratio:1;width:min(100%,340px)}.seller-qr-frame span{color:#56635f;align-items:center;gap:7px;margin-top:10px;font-size:.8rem;font-weight:750;display:inline-flex}.seller-qr-frame span svg{width:16px}.seller-selection-code{border-bottom:1px solid #e2e7e5;justify-content:space-between;align-items:center;padding:17px 2px;display:flex}.seller-selection-code span{color:#6d7975;font-size:.82rem}.seller-selection-code strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.12rem}.seller-success-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:18px;display:grid}.seller-secondary-button{color:#26312e;background:#fff;border-color:#d9e0dd}.seller-new-selection{width:100%;color:var(--seller-accent);background:0 0;border-color:#0000;margin-top:10px}.seller-qr-fullscreen{z-index:100;background:#fff;place-content:center;place-items:center;padding:30px;display:grid;position:fixed;inset:0}.seller-qr-fullscreen img{aspect-ratio:1;width:min(80vw,620px)}.seller-qr-fullscreen strong{font-family:var(--font-display);margin-top:12px;font-size:1.25rem}.seller-qr-fullscreen>span{color:#68746f;margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.seller-qr-close{top:max(18px, env(safe-area-inset-top));right:max(18px, env(safe-area-inset-right));color:#26312e;background:#fff;border:1px solid #dce2df;border-radius:7px;place-items:center;width:46px;height:46px;display:grid;position:absolute}.seller-recent-page{padding-bottom:36px}.seller-recent{width:min(100% - 28px,760px);margin:0 auto;padding:28px 0 50px}.seller-recent-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.seller-recent-heading h1{font-size:1.65rem}.seller-recent-heading p{color:#6c7874;margin:6px 0 0;font-size:.86rem;line-height:1.45}.seller-recent-heading>span{min-width:38px;height:32px;color:var(--seller-accent);background:#e2efeb;border-radius:7px;place-items:center;font-size:.78rem;font-weight:850;display:grid}.seller-recent-list{gap:9px;display:grid}.seller-selection-row{background:#fff;border:1px solid #dce2df;border-radius:8px;grid-template-columns:76px minmax(0,1fr) 52px;align-items:center;gap:13px;min-height:98px;padding:10px 8px 10px 10px;display:grid}.seller-selection-photos{width:76px;height:76px;position:relative}.seller-selection-photos img{object-fit:cover;border:2px solid #fff;border-radius:6px;width:62px;height:76px;position:absolute;box-shadow:0 3px 10px #15221e1a}.seller-selection-photos img:first-child{z-index:3;left:0}.seller-selection-photos img:nth-child(2){z-index:2;left:7px;transform:rotate(3deg)}.seller-selection-photos img:nth-child(3){z-index:1;left:13px;transform:rotate(6deg)}.seller-selection-summary{min-width:0}.seller-selection-name{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.seller-selection-name strong{font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;overflow:hidden}.seller-selection-name span{color:#85908c;flex:none;font-size:.69rem}.seller-selection-summary p{color:#5f6c68;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 7px;font-size:.78rem;font-weight:650;overflow:hidden}.seller-selection-status{color:#176b61;background:#e2efeb;border-radius:5px;align-items:center;min-height:22px;padding:3px 7px;font-size:.68rem;font-weight:800;display:inline-flex}.seller-selection-status.completed,.seller-selection-status.closed,.seller-selection-status.expired{color:#6b7672;background:#ecefed}.seller-selection-status.intent,.seller-selection-status.approved,.seller-selection-status.handover{color:#a34635;background:#f8e8e3}.seller-selection-open{background:var(--seller-accent);color:#fff;border:0;border-radius:7px;grid-template-columns:24px 14px;place-content:center;align-items:center;gap:1px;width:48px;height:48px;display:grid}.seller-selection-open svg:first-child{width:21px}.seller-selection-open svg:last-child{width:14px}.seller-recent-state{color:#76817d;text-align:center;place-content:center;place-items:center;gap:9px;min-height:280px;display:grid}.seller-recent-state>svg{width:30px;color:var(--seller-accent)}.seller-recent-state strong{color:#26312e;font-family:var(--font-display)}.seller-recent-state span{font-size:.82rem}.quick-product-card .product-photo{aspect-ratio:4/5}.quick-product-card .product-body{padding:15px 17px 17px}.quick-product-card .product-title-row{align-items:baseline}.quick-product-card .product-title-row h2{color:var(--ink-soft);font-size:.82rem;font-weight:700}.quick-product-card .product-price{font-size:1.28rem}@media (min-width:820px){.seller-workspace{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);column-gap:22px;display:grid}.seller-controls{grid-column:1/-1}.seller-product-rail{min-width:0}.seller-section-heading{margin-top:0}.seller-camera-stage,.seller-photo-editor{min-height:640px}}@media (max-width:640px){.seller-controls{grid-template-columns:1fr}.seller-workspace{width:min(100% - 20px,1080px);padding-top:12px}.seller-camera-stage{min-height:52dvh}.seller-photo-editor{min-height:60dvh}.seller-success-actions{grid-template-columns:1fr}.quick-product-card{display:block}.quick-product-card .product-photo{aspect-ratio:4/5;min-height:0}}
