:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif;color:#20252d;background:#f7f8fa;font-synthesis:none;font-weight:400;line-height:1.6;font-size:14px}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:1px solid #dfe3e9;background:#fff;border-radius:8px;padding:8px 14px;color:inherit;cursor:pointer}button:hover{background:#f2f5f9}button:disabled{opacity:.5;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid #4579d5;outline-offset:3px}h1,h2,p{margin:0}h1{font-size:30px;letter-spacing:-.6px;font-weight:600}h2{font-size:16px;font-weight:600}.muted{color:#7b828d}.hall{max-width:1040px;min-height:100dvh;margin:auto;padding:0 32px;display:flex;flex-direction:column}.brand{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecf0}.brand>a{font-size:22px;letter-spacing:-.7px;font-weight:650;display:flex;align-items:center;gap:6px}.brand-dot{width:6px;height:6px;background:#4074d0;border-radius:50%;margin-top:9px}.demo-badge{font-size:12px;color:#78818e;border:1px solid #e0e4ea;border-radius:5px;padding:1px 7px}.hall main{flex:1}.hall-heading{padding:54px 0 32px}.eyebrow{color:#6f7887;font-size:12px;letter-spacing:1px;margin-bottom:12px}.hall-heading>.muted{margin-top:10px}.catalog-empty{border:1px solid #e4e8ee;background:#fff;border-radius:14px;min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:32px;color:#858d98}.catalog-empty h2{color:#4f5865}.catalog-empty a{color:#376bc3}.empty-mark{font-size:38px;font-weight:300;color:#a7b6ce;line-height:1.3;margin-bottom:10px}.hall footer{font-size:12px;color:#9ba2ac;padding:32px 0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.product-card{border:1px solid #e4e8ee;border-radius:12px;background:#fff;overflow:hidden;padding:16px;display:flex;flex-direction:column;gap:8px}.product-card img,.cover-placeholder{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f7f8fa;border-radius:6px}.product-card p{color:#7b828d}.product-card span{color:#376bc3;font-size:13px;margin-top:10px}.product-header{height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8ed;background:#fff}.product-header h1{font-size:17px;letter-spacing:0}.back{color:#667181;font-size:13px}.experience{display:grid;grid-template-columns:minmax(0,1fr) 380px;height:calc(100dvh - 64px)}.viewer{position:relative;min-height:260px;background:#f0f2f5}.empty{width:100%;height:100%;min-height:240px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#87909d}.reset{position:absolute;bottom:20px;left:20px;font-size:12px}.chat-panel{display:flex;flex-direction:column;background:#fff;border-left:1px solid #e5e8ed;min-height:0}.panel-heading{padding:20px;border-bottom:1px solid #edf0f3}.panel-heading p{color:#8a919b;font-size:12px;margin-top:4px}.conversation{flex:1;overflow:auto;padding:20px}.message{margin-bottom:20px}.message>span{font-size:11px;color:#8a919b}.message p{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:6px}.message.user p{background:#f1f4f8;border-radius:10px;padding:10px 12px}.suggestions{display:flex;gap:6px;overflow:auto;padding:8px 16px}.suggestions button{white-space:nowrap;font-size:12px;padding:6px 10px;color:#647188}.composer{padding:12px 16px max(16px,env(safe-area-inset-bottom));display:flex;gap:8px}.composer input{min-width:0;flex:1;border:1px solid #dfe3e9;border-radius:8px;padding:10px;background:#fafbfc}.primary{background:#356ac2;color:#fff;border-color:#356ac2}.primary:hover{background:#2c5eb1}.notice{font-size:12px;color:#956137;padding:8px 16px;display:flex;gap:8px;align-items:center;justify-content:space-between}.notice button{white-space:nowrap;font-size:12px;padding:5px 8px}.annotation{background:#fff;border:1px solid #dfe3e9;border-radius:6px;padding:5px 9px;white-space:nowrap;box-shadow:0 3px 15px #0001}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:700px){.hall{padding:0 22px}.brand{height:72px}.hall-heading{padding:38px 0 26px}h1{font-size:25px}.catalog-empty{min-height:280px}.product-header{height:56px;padding:0 16px}.experience{height:calc(100dvh - 56px);grid-template-columns:1fr;grid-template-rows:42% 58%}.viewer{min-height:0}.chat-panel{border-left:0;border-top:1px solid #e5e8ed;border-radius:16px 16px 0 0}.panel-heading,.conversation{padding:12px 16px}.reset{bottom:12px;left:12px}.composer{padding-top:8px}.empty{min-height:0}.product-grid{grid-template-columns:1fr}}.model-loading progress{width:min(240px,70%);height:6px;border:0;border-radius:999px;overflow:hidden;accent-color:#4074d0;background:#dfe5ee}.model-loading progress::-webkit-progress-bar{background:#dfe5ee;border-radius:999px}.model-loading progress::-webkit-progress-value{background:#4074d0;border-radius:999px}.model-loading progress::-moz-progress-bar{background:#4074d0;border-radius:999px}.model-loading progress:indeterminate{background:linear-gradient(90deg,#dfe5ee 30%,#4074d0,#dfe5ee 70%);background-size:200% 100%;animation:model-loading 1.4s linear infinite}.model-loading progress:indeterminate::-webkit-progress-bar{background:transparent}@keyframes model-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.model-loading progress:indeterminate{animation:none}}
