:root{--ink:#242424;--muted:#888;--paper:#fff;--brand:#b80012;--soft:#fcfaf7}*{box-sizing:border-box}html,body{min-height:100%;margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}button{font:inherit}.page-shell{min-height:100vh;display:flex;justify-content:center;padding:22px}.phone-app{width:min(100%,430px);min-height:calc(100vh - 44px);background:#fff;box-shadow:0 20px 70px #00000012;position:relative;overflow:hidden;border-radius:28px}.landing-page{display:flex;flex-direction:column}.landing-header{height:32px}.landing-visual{height:250px;overflow:hidden;background:#8d000d}.landing-visual img{width:100%;height:100%;display:block;object-fit:cover}.landing-center{flex:1;padding:42px 28px 70px;text-align:center;display:flex;flex-direction:column;align-items:center;background:linear-gradient(#fff,#fcfaf7)}.landing-demo{margin-bottom:8px;padding:4px 10px;border:1px solid #ddd;border-radius:20px;color:#777;font-size:10px;letter-spacing:1px}.landing-eyebrow{color:#999;font-size:9px;letter-spacing:2.5px}.landing-center h1{margin:13px 0 8px;font-family:"Songti SC",serif;font-size:25px;font-weight:600;letter-spacing:1px}.landing-center>p{margin:0;color:#888;font-size:12px}.demo-location-note{margin:28px 0 8px;color:#999;font-size:10px}.landing-entry{width:100%;height:62px;padding:0 18px;border:0;border-radius:14px;background:var(--brand);color:#fff;display:flex;align-items:center;text-align:left;box-shadow:0 10px 24px #b8001228;cursor:pointer}.landing-entry>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#ffffff20;font-size:18px}.landing-entry b{flex:1;margin-left:12px;font-size:15px}.landing-entry i{font-size:25px;font-style:normal}.landing-scene{margin-top:16px;color:#aaa;font-size:11px;display:flex;align-items:center;gap:9px}.landing-scene span{width:24px;height:1px;background:#ddd}.saved-record{width:100%;margin-top:24px;padding:14px;border:1px solid #eee;border-radius:12px;background:#fff;text-align:left}.saved-record-title{display:flex;justify-content:space-between;margin-bottom:10px;color:#555;font-size:11px}.saved-record-title i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#22a95d}.saved-record-title time{color:#aaa;font-size:9px}.privacy-agreed-time{margin-bottom:10px;padding:9px 10px;display:flex;justify-content:space-between;border-radius:8px;background:#fcfaf7;font-size:10px}.privacy-agreed-time span{color:#888}.privacy-agreed-time strong{font-weight:500}.saved-record pre{max-height:220px;margin:0;padding:12px;overflow:auto;border-radius:8px;background:#f7f7f7;color:#444;font:10px/1.55 ui-monospace,monospace;white-space:pre-wrap;word-break:break-all}.topbar{height:68px;padding:8px 14px;display:flex;align-items:center;justify-content:space-between}.icon-button{border:0;background:transparent;width:36px;height:36px;font-size:34px;line-height:25px;color:#38332e;cursor:pointer}.icon-button.dots{font-size:17px;letter-spacing:1px}.brand div{display:flex;flex-direction:column;gap:3px}.brand strong{font-size:14px}.brand small{color:#958e87;font-size:10px}.brand small i{display:inline-block;width:6px;height:6px;background:#67bd7b;border-radius:50%;margin-right:4px}.banner{height:230px;position:relative;overflow:hidden;background:#3a2f25}.banner video{width:100%;height:100%;object-fit:cover;display:block}.banner-shade{position:absolute;inset:0;background:linear-gradient(90deg,#25190fa6 0,#32201440 45%,transparent 78%),linear-gradient(0deg,#170d087d,transparent 55%)}.banner-copy{position:absolute;left:25px;top:42px;color:#fff;width:79%;text-shadow:0 2px 15px #29150e80}.banner-copy span{font-size:9px;letter-spacing:3px;color:#e8c7a8}.banner-copy h1{margin:10px 0 8px;font-family:Georgia,"Songti SC",serif;font-size:25px;font-weight:500;letter-spacing:1.5px}.banner-copy p{margin:0;font-size:11px;color:#f3e9e0d9}.chat{padding:22px 16px 40px;background:#fff;min-height:460px}.date{text-align:center;color:#aaa39c;font-size:10px;margin-bottom:20px}.message-row{display:flex;gap:9px;align-items:flex-start;margin:0 0 11px}.message-row.user{justify-content:flex-end;margin-left:58px}.avatar{flex:0 0 42px;width:42px;height:42px;border-radius:50%;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 28%}.bubble{font-size:14px;line-height:1.52}.bot-bubble{max-width:calc(100% - 51px);padding:14px 15px;background:var(--soft);border-radius:3px 16px 16px 16px}.bubble p{margin:0 0 4px}.bubble p:last-child{margin-bottom:0}.brand-emphasis{color:var(--brand);font-weight:400}.helper-emphasis{color:#777}.user-bubble{position:relative;min-width:112px;background:var(--brand);color:#fff;border-radius:16px 3px 16px 16px;padding:10px 16px;text-align:left}.user-bubble i{position:absolute;right:-5px;top:0;border-left:8px solid var(--brand);border-bottom:8px solid transparent}.tiny-label{display:block;font-size:9px;color:#ffffffb8;line-height:1.2;margin-bottom:2px}.primary-action{margin-top:11px;width:100%;min-height:45px;border:0;border-radius:12px;background:var(--brand);box-shadow:0 7px 18px #b8001228;color:#fff;font-weight:600;font-size:13px;cursor:pointer}.primary-action:disabled{opacity:.62;cursor:default}.primary-action span{margin-right:7px;font-size:17px}.manual-region-action{background:#fff;color:var(--brand);border:1px solid var(--brand);box-shadow:none}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 8px;margin:16px -5px 3px;padding:14px 4px 12px;background:#fff}.category-card{min-width:0;min-height:86px;position:relative;border:0;border-radius:8px;background:#fff;padding:4px 2px 7px;color:#68635e;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.category-visual{height:58px;width:100%;display:grid;place-items:center}.category-visual img{width:54px;height:54px;object-fit:contain}.category-card em{display:block;margin-top:7px;font-size:11px;font-style:normal;white-space:nowrap}.category-symbol{height:58px;display:grid;place-items:center;color:#777;font-size:14px;font-weight:600;letter-spacing:2px}.category-card.selected{background:var(--soft);box-shadow:inset 0 0 0 1px var(--brand)}.check{position:absolute;right:5px;top:5px;width:18px;height:18px;display:grid;place-items:center;background:var(--brand);color:#fff;border-radius:50%;font-size:10px}.category-confirm{width:100%;height:44px;margin-top:13px;border:0;border-radius:11px;background:var(--brand);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.privacy-note{background:var(--soft);color:#777;border-radius:9px;padding:8px 9px;font-size:9px;margin-top:10px}.inline-policy-link{display:inline;padding:0;border:0;background:transparent;color:var(--brand);font-size:inherit;cursor:pointer}.privacy-actions{display:flex;gap:10px;margin-top:13px}.privacy-actions button{flex:1;height:38px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#777;font-size:13px}.privacy-actions button:last-child,.privacy-reconfirm button:first-child{border-color:var(--brand);background:var(--brand);color:#fff}.privacy-reconfirm{margin:-2px -3px;padding:8px;background:#fff;border-radius:12px}.privacy-reconfirm p{margin:0;color:#222;font-size:13px}.privacy-reconfirm>div{display:flex;gap:10px;margin-top:10px}.privacy-reconfirm button{flex:1;height:36px;border:0;background:transparent;color:#888}.success-card{border-radius:12px;overflow:hidden;position:relative;margin-top:12px;height:126px}.success-card img{width:100%;height:100%;object-fit:cover}.success-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#23130dbb,transparent 78%)}.success-card div{position:absolute;z-index:1;bottom:13px;left:14px;color:#fff;display:flex;flex-direction:column}.success-card b{font-family:Georgia,"Songti SC",serif}.success-card span{font-size:9px;margin-top:3px;color:#f3ddd0}.service-wait-note{margin-top:8px;color:#9a948f;font-size:9px}.more-question-actions{display:flex;width:100%;margin-top:8px;border-top:1px solid #eee9e4}.more-question-actions button{flex:1;height:38px;border:0;background:transparent;color:#666;font-size:13px;cursor:pointer}.more-question-actions button+button{border-left:1px solid #eee9e4}.service-button{width:100%;margin-top:11px;display:flex;align-items:center;justify-content:space-between;border:1px solid #eee;background:#fff;border-radius:12px;padding:10px 12px;color:var(--brand);cursor:pointer}.service-button b{font-size:12px}.service-button i{font-size:22px;font-style:normal}.service-meta{margin-top:7px;color:#999;font-size:9px}.safe-bottom{height:22px;background:#fff;display:grid;place-items:center;position:absolute;bottom:0;width:100%}.safe-bottom span{width:118px;height:4px;border-radius:10px;background:#1d1b19}.modal-backdrop{position:fixed;z-index:20;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:30px}.permission{width:320px;max-width:100%;overflow:hidden;background:#fff;border-radius:12px;text-align:center;box-shadow:0 6px 30px rgba(0,0,0,.18)}.permission-app,.location-app-row{display:flex;align-items:center;height:66px;padding-top:10px;color:#222;font-size:13px}.permission-app-logo{width:24px;height:24px;margin-right:8px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#000}.permission-app-logo img{width:100%;height:100%;object-fit:contain}.permission-app b,.location-app-row b{font-weight:500}.permission-app em,.location-app-row em{margin-left:7px;color:#555;font-style:normal}.phone-permission{position:relative;padding:0 20px 20px;text-align:left}.permission-close{position:absolute;right:15px;top:13px;width:30px;height:30px;padding:0;border:0;background:transparent;color:#333;font-size:26px;cursor:pointer}.phone-permission h2{margin:5px 0 17px;color:#111;font-size:17px;font-weight:500}.phone-choice{min-height:70px;border-top:1px solid #ededed;border-bottom:1px solid #ededed;display:flex;align-items:center;justify-content:space-between;padding:11px 5px 10px 9px}.phone-choice div{display:flex;flex-direction:column;gap:5px}.phone-choice strong{font-size:14px;font-weight:400}.phone-choice span{color:#888;font-size:12px}.phone-choice i{color:#07c160;font-size:24px;font-style:normal}.phone-permission-actions,.location-actions{display:flex;gap:16px;padding:29px 12px 0}.phone-permission-actions button,.location-actions button{flex:1;height:40px;border:0;border-radius:4px;background:#f2f2f2;color:#444;font-size:15px;cursor:pointer}.phone-permission-actions .allow,.location-actions .allow{background:#07c160;color:#fff}.location-permission{width:340px;padding:0 22px 22px;text-align:left}.location-permission-content{padding:10px 2px 27px}.location-permission-content h2{margin:0 0 13px;font-size:22px}.location-permission-content p{margin:0;color:#888;font-size:14px;line-height:1.65}.location-actions{padding:0 20px}.location-actions button{height:44px;color:#07c160;font-weight:500}.picker-backdrop{align-items:flex-end;padding:0;background:rgba(0,0,0,.5)}.region-picker{width:min(100%,430px);background:#fff;border-radius:12px 12px 0 0;overflow:hidden}.picker-toolbar{height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding:0 18px}.picker-toolbar button{border:0;background:transparent;color:#666;font-size:15px}.picker-toolbar strong{font-size:16px;font-weight:500}.picker-toolbar .picker-confirm{color:#07c160}.picker-columns{height:260px;display:grid;grid-template-columns:repeat(3,1fr);padding:96px 5px 100px;overflow:hidden;background:linear-gradient(#ffffffdd,#fff0 34%,#fff0 66%,#ffffffdd)}.picker-column{height:164px;overflow-y:auto;scrollbar-width:none;padding-bottom:115px}.picker-column button{display:block;width:100%;height:48px;border:0;background:transparent;color:#999;font-size:14px}.picker-column button.active{color:#111;font-size:16px;font-weight:500}@media(max-width:520px){.page-shell{padding:0}.phone-app{width:100%;min-height:100vh;border-radius:0;box-shadow:none}.topbar{height:60px}.banner{height:218px}}@media(min-width:521px){.phone-app{height:calc(100vh - 44px);overflow-y:auto}.safe-bottom{position:sticky}}
/* Latest static/PHP export overrides */
[hidden]{display:none!important}
.success-card b{font-size:17px;letter-spacing:1px}.success-card span{font-size:10px;margin-top:4px}
.privacy-reconfirm{margin:-2px -3px;padding:8px 8px 7px;background:#fff;border-radius:12px}.privacy-reconfirm p{margin:0;color:#222;font-size:13px;line-height:1.55}.privacy-reconfirm>[data-stream-after]{display:flex;align-items:center;gap:18px;margin-top:10px}.privacy-reconfirm button{flex:0 0 auto;height:36px;border:0;background:transparent;color:#888;font-size:13px;white-space:nowrap}.privacy-reconfirm button:first-child{flex:0 0 58%;border-radius:20px;background:var(--brand);color:#fff;font-size:14px}.privacy-reconfirm button:last-child{padding:0 4px}
