:root{--bg:#f7f7f7;--paper:#ffffff;--ink:#222222;--muted:#969696;--line:#eeeeee;--pink:#ff0b64;--coral:#ff7a36;--soft:#fff2f5;--green:#35c96f}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{background:#f3f3f3;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}.stage{min-height:100vh;display:grid;place-items:center;padding:24px}.phone{position:relative;width:min(100%,390px);height:min(844px,calc(100vh - 48px));min-height:720px;overflow:hidden;background:var(--bg);border:1px solid rgba(220,220,220,.86);border-radius:34px;box-shadow:0 24px 80px rgba(28,28,28,.16)}.topbar{height:64px;display:grid;grid-template-columns:46px 1fr 74px;align-items:center;padding:16px 16px 0;background:var(--paper)}.topbar h1{margin:0;font-size:16px;font-weight:600;text-align:center}.ghostButton,.iconButton,.plainButton{border:0;background:transparent;color:var(--ink)}.iconButton{width:36px;height:36px;display:inline-grid;place-items:center;padding:0}.ghostButton{min-width:62px;justify-self:end;padding:6px 8px;border:1px solid #ffd0dc;border-radius:8px;color:#f43f5e;font-size:12px;font-weight:600;background:#fff8fa}.topSpacer{width:58px}.product{display:flex;align-items:center;gap:10px;margin:0;padding:10px 18px 12px;background:var(--paper);border-bottom:1px solid #f3f3f3}.productCollapsed{padding-top:8px}.chatProduct{margin:0 14px;padding:8px 10px;border:1px solid #f1f1f1;border-radius:12px;background:rgba(255,255,255,.92)}.chatProduct .productThumb{width:34px;height:34px}.chatProduct .productInfo strong{font-size:12px}.chatProduct .productInfo span{font-size:10px}.productThumb{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:#f2f2f2}.productThumb img{width:100%;height:100%;object-fit:cover}.productInfo{flex:1 1;min-width:0}.productInfo span,.productInfo strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productInfo strong{font-size:13px;font-weight:600}.productInfo span{margin-top:4px;color:var(--muted);font-size:11px}.classicBody{padding:16px 14px 150px;background:var(--paper)}.sectionTitle{margin-bottom:12px;color:#333333;font-size:13px;font-weight:600;text-align:center}.rating{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.ratingCompact{gap:6px}.ratingButton{min-width:0;border:0;background:transparent;color:#b9b9b9;display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:0;font-size:10px}.ratingButton span{white-space:nowrap}.ratingActive{color:#ff6b6b;font-weight:700}.reviewPanel{margin-top:18px;padding:14px;border-radius:12px;background:#f8f8f8}.reviewArea{width:100%;height:142px;border:0;resize:none;outline:none;background:transparent;color:var(--ink);font-size:13px;line-height:1.6}.reviewArea::placeholder{color:#c9c3bc}.count{text-align:right;color:#b5b5b5;font-size:11px}.uploadButton{display:flex;align-items:center;border:0;background:transparent;gap:8px;margin-top:10px;padding:0;color:#696969;font-size:12px;font-weight:500}.publicRow span{display:grid;grid-gap:3px;gap:3px}.publicRow strong{font-size:13px;font-weight:600}.publicRow em{color:var(--muted);font-size:11px;font-style:normal}.publicRow{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:14px 0;border-top:1px solid #f4f4f4}.switch{width:44px;height:24px;padding:2px;border:0;border-radius:20px;background:#dddddd;transition:background .18s ease}.switch:after{content:"";display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.16);transform:translateX(0);transition:transform .18s ease}.switchOn{background:var(--green)}.switchOn:after{transform:translateX(20px)}.bottomCta{position:absolute;left:0;right:0;bottom:0;padding:14px 18px 28px;background:var(--paper);border-top:1px solid #f0f0f0}.primaryButton{width:100%;height:50px;border:0;border-radius:25px;color:#fff;background:linear-gradient(90deg,#ff7b38,#ff0b64);font-size:15px;font-weight:700;box-shadow:0 10px 24px rgba(217,79,105,.22)}.primaryButton:disabled,.primaryButtonDisabled{cursor:not-allowed;color:#999999;background:#ededed;box-shadow:none}.chatScroll{height:calc(100% - 220px);overflow:auto;padding:14px 18px 20px;scrollbar-width:none}.chatScroll::-webkit-scrollbar{display:none}.message{display:flex;gap:9px;margin-bottom:14px}.messageUser{justify-content:flex-end}.avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;color:#4f312a;background:linear-gradient(135deg,#ffe7df,#f7c2b8);font-size:13px;font-weight:800}.avatarPhoto{overflow:hidden;border:1px solid #ffe1e8;background:#fff4f6}.avatarPhoto img{width:100%;height:100%;object-fit:cover}.bubble{max-width:250px;padding:11px 12px;border-radius:12px;background:#fff;box-shadow:0 4px 18px rgba(26,26,26,.06)}.bubble strong{display:block;margin-bottom:8px;font-size:13px}.bubble p{margin:0;color:#333333;font-size:13px;line-height:1.55}.userBubble{background:linear-gradient(90deg,#ff7b38,#ff0b64)}.userBubble,.userBubble p{color:#ffffff}.inlinePanel{margin:2px 0 14px 43px;padding:12px;border-radius:12px;background:#ffffff;box-shadow:0 4px 18px rgba(26,26,26,.06)}.inlinePanel>span{display:block;margin-bottom:10px;font-size:13px;font-weight:600}.ratingPanel{position:-webkit-sticky;position:sticky;top:0;z-index:1}.mediaPreview{position:relative;width:96px;height:96px;margin:0 0 18px 43px;overflow:hidden;border-radius:10px;background:#eee8df}.mediaPreview img{width:100%;height:100%;object-fit:cover}.mediaPreview button{position:absolute;top:6px;right:6px;width:22px;height:22px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(0,0,0,.5)}.qualityPill{margin:0 0 18px 43px;padding:9px 12px;border-radius:8px;color:var(--green);background:#eef8f1;font-size:12px;font-weight:700}.composer{position:absolute;left:16px;right:16px;bottom:82px;height:52px;display:flex;align-items:center;gap:6px;padding:0 4px;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 -4px 20px rgba(30,30,30,.08)}.composer input:not(.hiddenInput),.composer input[type=text]{min-width:0;flex:1 1;height:38px;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.composer input::placeholder{color:#bdb7b0}.composer input:disabled{cursor:not-allowed;color:#a8a8a8}.hiddenInput{display:none}.sendButton{height:34px;display:inline-flex;align-items:center;gap:4px;border:0;border-radius:17px;padding:0 10px;color:#fff;background:var(--pink);font-size:12px;font-weight:700}.sendButton:disabled{cursor:not-allowed;opacity:.55;background:#cccccc}.chatCta{padding-top:12px}.success{padding:28px 24px 8px;text-align:center}.checkmark{width:64px;height:64px;display:grid;place-items:center;margin:8px auto 18px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--coral),var(--pink));font-size:42px;font-weight:800}.success h2{margin:0 0 28px;font-size:17px}.successBubble{display:flex;gap:12px;padding:16px;border-radius:8px;background:var(--soft);text-align:left}.successBubble strong{font-size:14px}.successBubble p{margin:10px 0 0;font-size:14px;line-height:1.7}.nextOrders{padding:18px 24px 140px}.orderRow,.ordersHead{display:flex;align-items:center}.ordersHead{justify-content:space-between;margin-bottom:16px}.ordersHead strong{font-size:15px}.ordersHead span{color:var(--muted);font-size:12px}.orderRow{gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.orderRow span{flex:1 1;min-width:0;display:grid;grid-gap:5px;gap:5px}.orderRow em,.orderRow strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orderRow strong{font-size:13px}.orderRow em{color:var(--muted);font-size:12px;font-style:normal}.orderRow button{border:1px solid #e8c9c9;border-radius:12px;padding:7px 10px;color:#c85a69;background:#fff;font-size:12px;font-weight:700}.plainButton{width:100%;margin-top:14px;color:#8c837b;font-size:14px}@media (max-width:460px){.stage{padding:0}.phone{width:100%;height:100vh;min-height:680px;border:0;border-radius:0}}