:root{font-family:PingFang SC,Noto Sans SC,system-ui,sans-serif;color:#17191e;background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:#fff}button,input,textarea,select{font:inherit}button,a{color:inherit}button{cursor:pointer}.app-shell{display:flex;min-height:100vh}.sidebar{width:280px;flex:0 0 280px;min-height:100vh;padding:26px 12px 32px;background:#f7f7f7;display:flex;flex-direction:column}.brand-logo{display:block;width:102px;height:34px;object-fit:contain}.main-nav{display:grid;gap:12px;margin-top:32px}.nav-item{height:40px;padding:8px 12px;border:0;border-radius:8px;background:transparent;display:flex;align-items:center;gap:8px;text-decoration:none;font-size:16px;font-weight:500}.nav-item:hover,.nav-item.active{background:#ececec}.login-entry{margin-top:auto;height:60px;padding:8px 12px;border:0;background:none;display:flex;align-items:center;gap:10px;text-decoration:none}.login-orb{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e8e9ed;color:#fff}.workspace{min-width:0;flex:1}.content-workspace{background:#fff}.page-shell{position:relative;width:min(920px,calc(100% - 64px));margin:0 auto;padding:62px 0 80px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.page-header h1{margin:0;font-size:30px;letter-spacing:-.04em}.page-header p{margin:8px 0 0;color:#8b9099;font-size:14px}.history-rail{min-height:0;margin-top:28px;display:flex;flex:1;flex-direction:column;border-top:1px solid #e8e8e8;padding-top:20px}.rail-title{display:flex;justify-content:space-between;align-items:center;padding:0 10px 12px;font-size:13px;color:#777}.rail-title a{display:grid;place-items:center;text-decoration:none}.history-groups{overflow:auto}.history-groups details{margin:3px 0}.history-groups summary{height:36px;padding:0 9px;display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer;font-size:13px;font-weight:600}.history-groups summary svg{margin-left:auto;transform:rotate(90deg)}.expert-avatar{width:48px;height:48px;flex:0 0 auto;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--bg);color:var(--accent);font-size:12px;font-weight:800}.expert-avatar img{width:100%;height:100%;object-fit:cover}.expert-avatar.mini{width:22px;height:22px;border-width:1px;font-size:8px}.expert-avatar.large{width:58px;height:58px}.expert-avatar.xlarge{width:86px;height:86px}.history-link{display:flex;align-items:center;gap:6px;height:34px;padding:0 10px 0 40px;border-radius:7px;text-decoration:none;color:#666;font-size:12px}.history-link:hover{background:#ededed;color:#222}.history-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-link small{margin-left:auto;white-space:nowrap;color:#aaa}.user-entry{height:60px;padding:8px 12px;border:0;background:transparent;display:flex;align-items:center;gap:10px;text-align:left}.user-entry>span:nth-child(2){display:grid;gap:2px}.user-entry small{font-size:11px;color:#999}.user-entry>svg{margin-left:auto}.user-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#202329;color:#fff;font-weight:700}.user-avatar.big{width:60px;height:60px;margin:auto;font-size:20px}.guest-workspace{display:flex;align-items:center;min-height:100vh}.guest-home{width:min(920px,calc(100% - 64px));margin:auto}.welcome-row{height:116px;display:flex;align-items:center;justify-content:center;gap:28px}.mascot{width:104px;height:104px;overflow:visible;flex:0 0 auto}.mascot img{display:block;width:100%;height:100%;object-fit:contain}.welcome-row h1{margin:0;font-size:36px;font-weight:700;letter-spacing:-.04em;white-space:nowrap}.welcome-row h1 span{position:relative;color:#25c8da}.welcome-row h1 span:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:3px;background:linear-gradient(90deg,#1fd5c5 0 52%,#318cff 52%);transform:rotate(-7deg)}.welcome-row sup{position:absolute;top:-10px;right:-21px;color:#ff78ad;font-size:19px;text-shadow:5px 2px 0 #ffc760}.prompt-box{height:160px;border:1px solid #dfe2e7;border-radius:16px;background:#fff;box-shadow:0 14px 30px #1c273c09}.prompt-box textarea{display:block;width:100%;height:96px;padding:18px 20px;border:0;outline:0;resize:none;background:transparent;color:#333;font-size:16px;line-height:24px}.prompt-box textarea::placeholder{color:#b9bdc5}.prompt-footer{height:64px;padding:8px 12px 14px;display:flex;align-items:center;justify-content:space-between}.prompt-footer>div{display:flex;align-items:center}.prompt-chip{height:40px;padding:0 10px;border:0;border-radius:8px;background:transparent;display:flex;align-items:center;gap:5px;font-size:14px}.prompt-chip:hover{background:#f5f5f5}.model-select{height:38px;padding:0 10px;display:flex;align-items:center;gap:4px;font-size:14px}.model-select select{border:0;outline:0;background:transparent}.send-button{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;background:#292929;color:#fff}.guest-experts{margin-top:78px}.guest-experts>header{height:24px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.guest-experts h2{margin:0;font-size:16px}.guest-experts h2 span{color:#999}.guest-expert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guest-expert-card{height:268px;padding:16px;border:1px solid rgba(255,255,255,.92);border-radius:16px;background:linear-gradient(153deg,var(--bg),#fff 44%);box-shadow:0 20px 36px #394e7a0e}.guest-expert-card header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.guest-expert-card h3{margin:0 0 4px;font-size:14px}.guest-expert-card header span:not(.expert-avatar){padding:2px 8px;border-radius:20px;background:var(--bg);color:var(--accent);font-size:12px}.guest-expert-card>div{display:grid;gap:12px}.guest-expert-card button{padding:0;border:0;background:transparent;display:grid;grid-template-columns:16px 1fr;gap:12px;text-align:left;color:#a8abb2;font-size:14px;line-height:20px}.guest-expert-card button i{width:16px;height:16px;border-radius:50%;background:#e8e9ed;color:#fff;display:grid;place-items:center;font-size:10px;font-style:normal}.guest-expert-card button.selected{color:#202329}.guest-expert-card button.selected i{background:#17191e}.login-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.login-showcase{padding:48px 9vw;background:linear-gradient(135deg,#effcff,#f6f2ff);display:flex;flex-direction:column}.login-showcase>a img{width:124px}.login-showcase>div{margin:auto 0}.login-showcase p{margin:0;color:#777;font-size:20px}.login-showcase h1{margin:10px 0 32px;font-size:52px;letter-spacing:-.05em}.login-expert-list{display:grid;gap:12px}.login-expert-list span{width:360px;padding:14px 18px;border:1px solid rgba(255,255,255,.8);border-radius:14px;background:#ffffff8f;box-shadow:0 12px 30px #344a740f}.login-panel{display:grid;place-items:center;padding:60px}.login-panel form{width:420px}.eyebrow{margin:0 0 10px;color:#20a8c2;font-size:11px;font-weight:800;letter-spacing:.18em}.login-panel h2,.modal h2{margin:0;font-size:30px;letter-spacing:-.04em}.login-panel form>p:not(.eyebrow){margin:10px 0 30px;color:#8b9099}.login-panel label,.modal label{display:grid;gap:8px;margin:15px 0;color:#555;font-size:13px}.login-panel input,.modal input,.modal select,.modal textarea{width:100%;height:48px;padding:0 14px;border:1px solid #e0e2e7;border-radius:10px;outline:0;background:#fff}.modal textarea{height:100px;padding-top:12px;resize:vertical}.input-action{display:flex}.input-action input{border-radius:10px 0 0 10px}.input-action button{width:110px;border:1px solid #e0e2e7;border-left:0;border-radius:0 10px 10px 0;background:#f4fbfc;color:#1594aa}.primary-button,.secondary-button,.top-primary,.outline-button{height:44px;padding:0 20px;border-radius:10px;font-weight:600}.primary-button,.top-primary{border:0;background:#1d2025;color:#fff}.login-panel .primary-button{width:100%;height:48px;margin-top:10px}.secondary-button,.outline-button{border:1px solid #e1e3e8;background:#fff}.auth-links{margin-top:18px;display:flex;justify-content:space-between}.auth-links button{border:0;background:none;color:#777;font-size:13px}.search-bar{width:100%;height:48px;margin-bottom:28px;padding:0 16px;border:1px solid #e2e4e8;border-radius:12px;display:flex;align-items:center;gap:10px}.search-bar input{width:100%;border:0;outline:0}.expert-market{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.market-card{min-height:278px;padding:20px;border:1px solid #eceef2;border-radius:16px;background:#fff;box-shadow:0 12px 30px #1e2a460d}.market-top{display:flex;align-items:center;gap:12px}.market-top h3{margin:0 0 4px;font-size:16px}.market-top>div span{color:#8e939b;font-size:12px}.price-pill{margin-left:auto;padding:5px 9px;border-radius:20px;background:#f4f5f7;color:#777;font-size:11px}.market-card>p{min-height:66px;margin:20px 0 14px;color:#777;font-size:13px;line-height:1.7}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag-row span{padding:5px 8px;border-radius:7px;background:#f5f6f8;color:#777;font-size:11px}.market-action{width:100%;height:40px;margin-top:18px;border:0;border-radius:9px;background:#202329;color:#fff}.market-action.secondary{border:1px solid #e0e2e7;background:#fff;color:#333}.new-task-page{width:920px;margin:70px auto}.task-heading{height:112px;display:flex;align-items:center;justify-content:center;gap:18px}.task-heading p{margin:0;color:#22bdd1}.task-heading h1{margin:5px 0 0;font-size:30px}.small-mascot{width:105px;height:94px;overflow:hidden}.small-mascot img{width:128%;height:120%;margin-left:-14%;object-fit:cover}.hired-experts{margin-top:54px}.section-title{display:flex;align-items:end;gap:12px}.section-title h2{margin:0;font-size:17px}.section-title p{margin:0;color:#999;font-size:12px}.hired-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.hired-tab{padding:13px;border:1px solid #eceef2;border-radius:13px;display:flex;align-items:center;gap:10px;text-decoration:none}.hired-tab.active{border-color:#222;box-shadow:0 8px 24px #0000000f}.hired-tab .expert-avatar{width:40px;height:40px}.hired-tab span{display:grid}.hired-tab small{color:#999}.recommended-block{padding:20px;border-radius:15px;background:#f8f8f9}.recommended-block h3{margin:0 0 12px;font-size:14px}.recommended-block button{width:100%;min-height:38px;padding:7px 4px;border:0;border-top:1px solid #ececef;background:transparent;display:grid;grid-template-columns:20px 1fr 16px;align-items:center;gap:8px;text-align:left;color:#666}.recommended-block button:first-of-type{border-top:0}.chat-page{height:calc(100vh - 124px);display:flex;flex-direction:column}.chat-header{height:72px;padding-bottom:18px;border-bottom:1px solid #eceef2;display:flex;align-items:center;gap:12px}.chat-header h1{margin:0 0 5px;font-size:20px}.chat-header p{margin:0;color:#999;font-size:12px}.chat-stream{width:880px;margin:0 auto;padding:32px 0 220px;overflow:auto}.user-bubble{width:max-content;max-width:70%;margin:0 0 30px auto;padding:13px 17px;border-radius:14px 14px 2px;background:#292c32;color:#fff;font-size:14px}.assistant-message{margin:22px 0}.assistant-message header{display:flex;align-items:center;gap:8px}.assistant-message header span{margin-left:auto;padding:4px 8px;border-radius:20px;background:#eef8f0;color:#3c9551;font-size:11px}.assistant-message>p{margin:14px 0 0;padding-left:30px;color:#444;line-height:1.8}.chat-composer{position:fixed;left:280px;right:0;bottom:0;padding:18px calc((100% - 1160px)/2);background:linear-gradient(transparent,#fff 22%)}.prompt-box.compact{height:134px}.prompt-box.compact textarea{height:76px}.prompt-box.compact .prompt-footer{height:58px}.top-primary{position:absolute;right:0;top:62px;display:flex;align-items:center;gap:7px}.schedule-empty{height:250px;display:grid;place-items:center;align-content:center;border:1px dashed #dfe2e8;border-radius:16px;background:#fafbfc;text-align:center}.schedule-empty>div{font-size:45px;color:#b9bec7}.schedule-empty h2{margin:12px 0 6px;font-size:18px}.schedule-empty p{margin:0;color:#999}.template-section{margin-top:34px}.template-section h2{font-size:18px}.schedule-templates{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.schedule-templates>button{min-height:160px;padding:20px;border:1px solid #e9ebef;border-radius:15px;background:#fff;display:flex;align-items:flex-start;gap:13px;text-align:left}.schedule-templates>button>span{width:44px;height:44px;border-radius:12px;background:#f3f5f8;display:grid;place-items:center}.schedule-templates b{font-size:15px}.schedule-templates p{min-height:58px;margin:8px 0;color:#777;font-size:12px;line-height:1.6}.schedule-templates small{color:#999}.schedule-templates>button>svg{margin-left:auto}.schedule-list{display:grid;gap:14px}.schedule-card{padding:20px;border:1px solid #e9ebef;border-radius:15px}.schedule-card>div{display:flex;gap:13px}.schedule-card h3{margin:2px 0 8px}.schedule-card p{margin:0;color:#666;font-size:13px}.schedule-card small{display:block;margin-top:9px;color:#999}.schedule-card footer{margin-top:18px;padding-top:14px;border-top:1px solid #eee;display:flex;justify-content:flex-end;align-items:center;gap:8px}.schedule-card footer button{height:34px;border:1px solid #e2e4e8;border-radius:8px;background:#fff;display:flex;align-items:center;gap:5px}.switch input{display:none}.switch span{width:40px;height:22px;padding:3px;border-radius:20px;background:#d9dce1;display:block}.switch span:after{content:"";width:16px;height:16px;border-radius:50%;background:#fff;display:block;transition:.2s}.switch input:checked+span{background:#222}.switch input:checked+span:after{transform:translate(18px)}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.app-card{min-height:280px;padding:32px;border:1px solid #e9ebef;border-radius:20px;display:flex;gap:22px;text-decoration:none;box-shadow:0 18px 40px #2533500f}.app-card>span{width:70px;height:70px;border-radius:20px;display:grid;place-items:center}.product-app{background:linear-gradient(140deg,#f0f9ff,#fff 52%)}.store-app{background:linear-gradient(140deg,#f4f0ff,#fff 52%)}.product-app>span{background:#dff3ff;color:#1683bd}.store-app>span{background:#e9e0ff;color:#7654d8}.app-card small{font-weight:700;letter-spacing:.14em;color:#999}.app-card h2{margin:12px 0;font-size:25px}.app-card p{min-height:70px;color:#747983;line-height:1.7}.app-card b{font-size:13px}.app-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.filter-box{display:flex}.filter-box input,.filter-box select{width:180px;height:42px;padding:0 12px;border:1px solid #e1e3e7;border-right:0;background:#fff;outline:0}.filter-box>*:first-child{border-radius:9px 0 0 9px}.filter-box button{height:42px;padding:0 18px;border:0;border-radius:0 9px 9px 0;background:#222;color:#fff;display:flex;align-items:center;gap:6px}.outline-button{display:flex;align-items:center;gap:6px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{position:relative;padding:0;border:1px solid #e9ebef;border-radius:15px;background:#fff;overflow:hidden;text-align:left}.product-visual{height:150px;background:var(--tone);display:grid;place-items:center;align-content:center;gap:8px;color:#59606c}.product-visual span{font-size:11px}.product-card>div:nth-child(2){padding:15px}.product-card h3{height:42px;margin:0;font-size:14px;line-height:1.5}.product-card p{margin:8px 0;color:#999;font-size:12px}.product-card b{font-size:17px}.product-card small{display:block;margin-top:12px;color:#888}.product-card>svg{position:absolute;right:12px;top:12px}.store-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.store-card{padding:22px;border:1px solid #e9ebef;border-radius:16px}.store-card header{display:flex;align-items:center;gap:12px}.amazon-mark{width:44px;height:44px;border-radius:12px;background:#202329;color:#fff;display:grid;place-items:center;font:700 24px Georgia}.store-card h3{margin:0 0 5px}.store-card header p{margin:0;color:#999;font-size:12px}.authorized{margin-left:auto;padding:5px 9px;border-radius:20px;background:#eaf8ee;color:#3a9853;font-size:11px}.store-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.store-kpis div{padding:13px;border-radius:10px;background:#f7f8f9}.store-kpis small{display:block;color:#999}.store-kpis b{display:block;margin-top:7px;font-size:18px}.store-card footer{display:flex;align-items:center;gap:8px}.store-card footer small{margin-right:auto;color:#999}.store-card footer button{height:34px;border:1px solid #e0e2e6;border-radius:8px;background:#fff}.modal{width:min(620px,calc(100vw - 40px));max-height:88vh;padding:34px;border:0;border-radius:18px;box-shadow:0 30px 100px #141b2a47;overflow:auto}.modal::backdrop{background:#12161e57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-close{position:absolute;right:16px;top:16px;width:34px;height:34px;border:0;border-radius:50%;background:#f4f5f6;display:grid;place-items:center}.small-modal{width:430px}.expert-detail-modal{width:680px}.expert-detail-head,.product-detail-head{display:flex;gap:18px;align-items:center}.expert-detail-head h2,.product-detail-head h2{margin:4px 0 8px}.expert-detail-head p,.product-detail-head p{margin:0;color:#777;line-height:1.6}.detail-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:24px}.try-questions{margin:24px 0}.try-questions h3{font-size:14px}.try-questions button{width:100%;min-height:40px;padding:8px;border:0;border-top:1px solid #eee;background:#fff;display:flex;justify-content:space-between;text-align:left}.expert-detail-modal>.primary-button,.product-detail-modal>.primary-button{width:100%}.expert-picker-list{display:grid;margin-top:20px}.expert-picker-list a{padding:10px;border-top:1px solid #eee;display:flex;align-items:center;gap:10px;text-decoration:none}.expert-picker-list a span{display:grid}.expert-picker-list a small{color:#999}.expert-picker-list a>svg{margin-left:auto}.attachment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.attachment-options button,.attachment-options a{height:90px;border:1px solid #e4e6ea;border-radius:12px;background:#fff;display:grid;place-items:center;text-decoration:none}.modal fieldset{margin:18px 0;padding:15px;border:1px solid #e1e3e7;border-radius:12px}.frequency-tabs,.frequency-row{display:flex;gap:8px}.frequency-tabs label{display:flex;grid-template-columns:auto 1fr;align-items:center}.frequency-tabs input{width:auto}.frequency-row>*{flex:1}.schedule-modal .primary-button{width:100%}.data-tabs{display:flex;margin:22px 0;border-bottom:1px solid #eee}.data-tabs button{padding:10px 16px;border:0;background:#fff}.product-fields{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.product-fields label:last-child{grid-column:1/-1}.user-modal{text-align:center}.user-modal p{color:#888}.user-modal .secondary-button{width:100%;margin-top:22px}.qr-step{text-align:center}.qr-step>span{width:66px;height:66px;margin:auto;border-radius:18px;background:#f1f3f6;display:grid;place-items:center}.fake-qr{width:192px;height:192px;margin:22px auto;padding:12px;background:#fff;border:8px solid #111;display:grid;grid-template-columns:repeat(8,1fr);gap:2px}.fake-qr i{background:#fff}.fake-qr i.on{background:#111}.toast{position:fixed;z-index:100;left:50%;bottom:32px;padding:11px 18px;border-radius:9px;background:#202329;color:#fff;opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:.2s}.toast.show{opacity:1;transform:translate(-50%)}.fatal{width:440px;margin:150px auto;text-align:center}.fatal a{color:#1683bd}@media(max-width:1300px){body{min-width:1024px}.sidebar{width:240px;flex-basis:240px}.page-shell{width:calc(100% - 50px)}.expert-market{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.chat-composer{left:240px}.new-task-page,.guest-home{width:820px}.welcome-row h1{font-size:35px}.guest-expert-card{height:280px}}.supplier-design-modal{width:560px;height:530px;max-height:none;padding:24px;border-radius:12px}.supplier-design-modal h2{font-size:15px}.supplier-design-form>label{margin-top:20px!important}.supplier-design-form>label>div{display:flex;margin-top:7px}.supplier-design-form>label input{height:36px;margin:0;border-radius:7px 0 0 7px}.supplier-design-form>label button{width:60px;border:1px solid #e0e2e7;border-left:0;border-radius:0 7px 7px 0;background:#fff;color:#69a9c7}.supplier-design-form .fake-qr{width:220px;height:220px;margin:24px auto}.supplier-design-form footer{position:absolute;right:24px;bottom:20px;display:flex;gap:8px}.supplier-design-form footer button{height:34px;padding:0 16px;border:0;border-radius:7px}.supplier-design-form footer button:first-child{background:#fff}.design-task-rail{min-height:0;margin-top:24px;flex:1;overflow:auto}.design-task-rail>small{display:block;padding:0 10px 10px;color:#aaa}.design-task-rail details{margin-bottom:10px}.design-task-rail summary{height:30px;padding:0 9px;list-style:none;display:flex;align-items:center;gap:7px;font-size:11px;cursor:pointer}.design-task-rail summary svg{margin-left:auto;transform:rotate(90deg)}.design-task-rail details>a{height:27px;padding:0 10px 0 38px;display:flex;align-items:center;text-decoration:none;color:#999;font-size:10px}.design-task-rail details>a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-task-rail details>a i{width:6px;height:6px;margin-left:auto;border-radius:50%;background:#3f8cff}.design-task-rail details>a small{margin-left:auto;color:#bbb}.design-chat-page{height:calc(100vh - 96px)}.design-chat-title{height:38px;text-align:center;font-size:13px;font-weight:600}.design-chat-page .chat-stream{width:860px;padding-top:20px}.design-chat-page .user-bubble{border-radius:8px;background:#edf8ff;color:#42474e}.design-chat-page .assistant-message{max-width:720px}.design-chat-page .assistant-message>p{font-size:13px}.chat-expert-card{width:350px;margin:18px 0 0 30px;padding:12px;border-radius:10px;background:#fff;box-shadow:0 15px 32px #394e7a17;display:flex;align-items:flex-start;gap:10px}.chat-expert-card .expert-avatar{width:44px;height:44px}.chat-expert-card>div{min-width:0}.chat-expert-card b{font-size:12px}.chat-expert-card small{display:block;color:#3687d8;font-size:10px}.chat-expert-card p{margin:7px 0 0;color:#999;font-size:9px;line-height:14px}.chat-expert-card>svg{margin-left:auto}.design-chat-page .chat-composer{padding-bottom:14px}.schedule-empty{height:390px;border:0;background:#fff}.schedule-empty img{width:105px;height:95px;object-fit:contain}.schedule-empty h2{margin:3px 0 12px;color:#999;font-size:13px;font-weight:500}.schedule-empty button{height:32px;padding:0 18px;border:0;border-radius:16px;background:#222;color:#fff;font-size:11px}.template-section{width:920px;margin:0 auto}.template-section>p{text-align:center;color:#bbb;font-size:10px}.schedule-templates>button{min-height:92px;padding:14px;border-radius:10px;box-shadow:0 10px 26px #394e7a0b}.schedule-templates>button>span{width:22px;height:22px;background:transparent;color:#55bb40}.schedule-templates b{font-size:12px}.schedule-templates p{min-height:0;margin:7px 0 0;font-size:10px}.schedule-list{grid-template-columns:repeat(3,1fr);gap:16px}.schedule-card{height:180px;padding:16px;border-color:#f0f1f3;border-radius:10px}.schedule-card header{display:flex;align-items:center;gap:7px}.schedule-card header .switch{margin-left:auto}.schedule-card h3{margin:14px 0 7px;font-size:13px}.schedule-card>p{height:42px;color:#999;font-size:10px;line-height:15px}.schedule-card footer{margin-top:12px;padding-top:10px}.schedule-card footer small{margin:0 auto 0 0}.schedule-card footer button{width:28px;padding:0;justify-content:center}.design-app-grid{grid-template-columns:410px 410px;gap:16px}.design-app-grid .app-card{min-height:220px;padding:0;border-radius:10px;display:block;overflow:hidden}.design-app-grid .app-cover{height:112px}.design-app-grid .product-app .app-cover{background:radial-gradient(circle at 55% 50%,#84a5d8 0 11%,transparent 12%),radial-gradient(circle at 45% 45%,#dce9f7 0 20%,transparent 21%),linear-gradient(135deg,#dceff6,#f1f7fb)}.design-app-grid .store-app .app-cover{background:radial-gradient(circle at 52% 48%,#ffb38c 0 14%,transparent 15%),radial-gradient(circle at 48% 50%,#ffd9c8 0 25%,transparent 26%),linear-gradient(135deg,#fff1ea,#fff8f4)}.design-app-grid .app-card>div:last-child{position:relative;padding:14px 16px}.design-app-grid h2{margin:0;font-size:14px}.design-app-grid .app-card span{position:absolute;right:16px;top:14px}.design-app-grid .app-card p{min-height:0;margin:8px 0 0;color:#999;font-size:10px;line-height:16px}.data-page-head{height:68px;display:flex;justify-content:space-between;align-items:flex-start}.data-page-head small{color:#aaa;font-size:10px}.data-page-head h1{margin:10px 0 0;font-size:18px}.data-page-head .search-bar{width:300px;height:34px;margin:0;border:0;background:#f7f7f7}.product-actions{display:flex;gap:10px;margin-bottom:14px}.product-actions button{height:32px;padding:0 13px;border:1px solid #eceef0;border-radius:7px;background:#fff;font-size:10px}.product-actions button:first-child{border:0;background:#222;color:#fff}.product-filter-row{height:36px;display:flex;align-items:center;gap:16px;font-size:10px}.product-filter-row button{padding:0;border:0;background:transparent;color:#999}.product-filter-row button.active{color:#222;font-weight:600}.product-table{border-top:1px solid #f1f1f2}.product-table>header,.product-row{width:100%;height:48px;padding:0 12px;border:0;border-bottom:1px solid #f3f3f4;background:#fff;display:grid;grid-template-columns:2.2fr .7fr .9fr .9fr;align-items:center;text-align:left;font-size:10px;color:#777}.product-table>header{height:38px;border-radius:7px;background:#f7f7f8;color:#555}.product-row>span:first-child{display:flex;align-items:center;gap:10px}.product-row i{width:36px;height:36px;border-radius:5px;background:var(--tone);display:grid;place-items:center}.product-row b{max-width:340px;color:#555;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-pagination{padding-top:18px;text-align:right;color:#aaa;font-size:10px}.table-pagination b{width:22px;height:22px;border:1px solid #ddd;border-radius:50%;display:inline-grid;place-items:center;color:#555}.store-tabs{height:40px;display:flex;align-items:center;gap:24px}.store-tabs button{padding:0;border:0;background:transparent;color:#999;font-size:10px}.store-tabs button.active{color:#222;font-weight:600}.store-grid{grid-template-columns:repeat(3,1fr);gap:14px}.store-card{height:170px;padding:15px;border-color:#f0f1f3;border-radius:10px}.store-card header{gap:9px}.store-card .amazon-mark{width:34px;height:34px;border-radius:8px;font-size:18px}.store-card h3{font-size:12px}.store-card header p{font-size:9px}.store-card header button{margin-left:auto;border:0;background:transparent}.store-kpis{margin:18px 0 15px;gap:8px}.store-kpis div{padding:0;background:transparent}.store-kpis b{margin:0;font-size:14px}.store-kpis small{margin-top:3px;font-size:9px}.store-card footer{padding-top:10px;border-top:1px solid #f1f1f2;font-size:8px;color:#aaa}.store-card footer small{margin:0;color:#67b96f}.store-card footer span:nth-child(2){margin-left:8px}.store-card footer span:last-child{margin-left:auto}.design-schedule-modal{width:860px;height:680px;max-height:none;padding:24px;border-radius:12px}.design-schedule-modal>h2{font-size:15px}.design-schedule-form{margin-top:18px}.schedule-form-top{display:grid;grid-template-columns:190px 1fr;gap:22px}.schedule-expert-preview{height:210px;border-radius:8px;background:linear-gradient(145deg,#e7f8ff,#fff);display:grid;place-items:center}.schedule-expert-preview .expert-avatar{width:90px;height:90px}.design-schedule-form textarea{height:105px!important}.design-schedule-form fieldset{margin-top:26px!important}.frequency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.frequency-grid label{height:58px!important;margin:0!important;padding:10px;border-radius:8px;background:#fafafa;display:flex!important;justify-content:space-between}.frequency-grid input{width:auto!important;height:auto!important}.design-schedule-form footer{margin-top:20px;display:flex;justify-content:flex-end;gap:8px}.design-schedule-form footer button{height:34px;padding:0 16px;border:0;border-radius:7px}.product-detail-modal{position:fixed;width:620px;height:100vh;max-height:none;margin:0 0 0 auto;padding:28px;border-radius:0;overflow:auto}.product-detail-modal::backdrop{background:#0000008c;-webkit-backdrop-filter:none;backdrop-filter:none}.secondary-page-shell{width:calc(100% - 48px);max-width:none;padding:48px 0 72px}.design-user-entry{margin-top:auto;border-radius:12px}.design-user-entry>img{width:40px;height:40px;border:2px solid #fff;border-radius:50%;object-fit:cover}.expert-page-heading{height:72px;margin-bottom:22px;display:flex;align-items:flex-start;justify-content:space-between}.expert-page-heading h1{margin:0;font-size:24px}.expert-page-heading p{margin:7px 0 0;color:#a0a3a8;font-size:12px}.expert-page-heading .search-bar{width:300px;height:36px;margin:0;border:0;background:#f7f7f7}.expert-market{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.market-card{height:280px;min-height:0;padding:24px 20px 18px;border:1px solid #f2f2f3;border-radius:12px;box-shadow:0 8px 24px #394e7a06;display:flex;flex-direction:column;align-items:center;text-align:center}.market-card>.expert-avatar.large{width:64px;height:64px}.expert-name-badge{margin-top:-4px;padding:2px 8px;border-radius:10px;background:var(--badge);color:var(--accent);font-size:10px}.market-card h3{margin:8px 0 10px;font-size:15px}.market-card>p{height:54px;min-height:0;margin:0;color:#92969d;font-size:11px;line-height:18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.market-action{width:auto;min-width:74px;height:30px;margin-top:auto;padding:0 13px;border-radius:16px;font-size:11px}.market-action.hired{border:0;background:#24272c;color:#fff}.market-action.hire{border:0;background:transparent;color:#1888dd}.expert-detail-modal{width:868px;height:644px;max-height:none;padding:24px;border-radius:12px;overflow:hidden}.expert-modal-title{margin:0 0 18px!important;font-size:15px!important;letter-spacing:0!important}.expert-detail-layout{display:grid;grid-template-columns:190px 1fr;gap:24px}.expert-detail-layout>aside{display:grid;align-content:start;gap:10px}.expert-portrait{width:190px;height:220px;border-radius:6px;background:linear-gradient(145deg,var(--portrait),#fff);display:grid;place-items:center;overflow:hidden}.expert-portrait img{width:100%;height:100%;object-fit:cover}.expert-portrait b{font-size:54px;color:#555}.detail-hire-button{height:34px;border:0;border-radius:6px;background:#fff;color:#1684d8;font-size:12px}.expert-detail-body{min-width:0}.detail-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.expert-detail-modal label{margin:0;color:#878b91;font-size:11px}.expert-detail-modal input,.expert-detail-modal select{height:36px;margin-top:7px;border-color:#edf0f2;border-radius:6px;font-size:11px}.expert-tags-block{margin-top:14px}.expert-tags-block small{display:block;margin-bottom:8px;color:#878b91}.expert-tags-block>div{display:flex;flex-wrap:wrap;gap:8px}.expert-tags-block button,.expert-tags-block span{height:25px;padding:0 11px;border:0;border-radius:5px;background:#f7f7f7;color:#747980;font-size:10px;display:inline-flex;align-items:center}.expert-tags-block button.active{background:#ebebeb;color:#222}.expert-bio{display:block;margin-top:14px!important}.expert-detail-modal .expert-bio textarea{height:62px;margin-top:7px;padding:10px;border-color:#edf0f2;border-radius:6px;font-size:11px;line-height:18px}.design-try-questions{margin:22px 0 0}.design-try-questions h3{margin:0 0 8px;color:#e99922;font-size:12px}.design-try-questions button{min-height:32px;padding:6px 8px;color:#8b8f96;font-size:11px}.design-try-questions button i{width:17px;height:17px;margin-right:8px;border-radius:50%;background:#f0f1f3;display:grid;place-items:center;font-size:9px;font-style:normal}.design-try-questions button svg{margin-left:auto}.expert-detail-close{position:absolute;right:24px;bottom:18px;border:0;background:transparent;color:#777;font-size:11px}dialog.login-design-modal .modal-close,dialog.login-design-modal .modal-close:focus{outline:0}.login-design-modal .login-art .login-mascot{width:280px;height:240px;left:72px;bottom:25px}.guest-sidebar .nav-item,.signed-landing-sidebar .nav-item{width:100%;text-align:left}.carousel-arrows{display:flex;gap:16px}.carousel-arrows button{padding:0;border:0;background:transparent;font-size:16px}.signed-landing-bottom{margin-top:auto;display:grid;gap:16px}.plan-card{height:204px;padding:12px;border-radius:16px;background:#fff;box-shadow:0 24px 34px #394e7a0d;display:grid;gap:16px}.plan-card header,.plan-card p{margin:0;display:flex;align-items:center;justify-content:space-between}.plan-card header b{font-size:16px}.plan-card header a{color:#087ff5;text-decoration:none;font-size:12px}.plan-card>div{height:62px;padding:12px;border-radius:12px;background:#f7f7f7;display:grid;gap:5px}.plan-card>div b{font-size:14px}.plan-card>div span,.plan-card p span{color:#999;font-size:12px}.plan-card p b{color:#70757d;font-size:14px}.plan-card>button{height:40px;border:1px solid #e0e1e4;border-radius:10px;background:#fff;color:#ff4d58}.signed-user-card{height:60px;padding:8px 12px;border:0;border-radius:16px;background:#eceef3;display:flex;align-items:center;gap:10px;text-align:left}.signed-user-card img{width:44px;height:44px;border:2px solid #fff;border-radius:50%;object-fit:cover}.signed-user-card b{font-size:14px}.signed-user-card svg{margin-left:auto;color:#8d9198}.profile-photo{width:64px;height:64px;border-radius:50%;object-fit:cover}.login-design-modal{width:935px;height:630px;max-height:none;padding:0;border-radius:12px;grid-template-columns:425px 510px;overflow:hidden}.login-design-modal .modal-close{z-index:5;right:20px;top:20px;width:24px;height:24px;border-radius:0;background:transparent;color:#aeb1b6}.login-art{position:relative;height:630px;overflow:hidden;background:radial-gradient(circle at 48% 32%,rgba(126,252,221,.46),transparent 29%),linear-gradient(180deg,#f1fbff,#eefcff 54%,#d8f8ff)}.login-art:before{content:"";position:absolute;width:390px;height:390px;left:17px;top:20px;border-radius:50%;background:repeating-conic-gradient(from 8deg at 50% 50%,rgba(97,221,199,.3) 0 .8deg,transparent .8deg 17deg),repeating-radial-gradient(circle at 50% 50%,transparent 0 47px,rgba(111,230,211,.28) 48px 49px,transparent 50px 75px)}.login-art:after{content:"";position:absolute;left:0;right:0;bottom:0;height:92px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.78))}.network-wheel{position:absolute;inset:20px 17px auto;width:390px;height:390px}.network-wheel:before,.network-wheel:after{content:"";position:absolute;left:50%;top:50%;width:320px;height:1px;background:#54d9c252;transform:translate(-50%,-50%) rotate(28deg);box-shadow:0 0 14px #4bded047}.network-wheel:after{transform:translate(-50%,-50%) rotate(-34deg)}.network-avatar{position:absolute;width:34px;height:34px;border:3px solid rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#fff;color:#28aabf;font-size:11px;font-weight:700;box-shadow:0 4px 15px #3f91a029}.network-avatar img{width:100%;height:100%;object-fit:cover}.network-avatar.n1{left:70px;top:35px}.network-avatar.n2{right:74px;top:56px}.network-avatar.n3{right:24px;top:170px}.network-avatar.n4{left:26px;top:180px}.network-avatar.n5{left:170px;top:150px}.network-avatar.n6{right:90px;bottom:32px}.login-mascot{position:absolute;z-index:2;width:300px;height:255px;left:61px;bottom:18px;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(49,178,207,.16))}.login-form-panel{height:630px;padding:78px 60px 48px 80px;background:#fff}.hello-line{height:28px;display:flex;align-items:center;gap:6px}.hello-line>span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#f1f1f1;color:#777;font-size:12px}.hello-line b{font-size:20px}.login-form-panel h2{margin:7px 0 8px;font-size:28px;font-weight:700;letter-spacing:-.04em}.login-form-panel h2 span{color:#22c2cf}.login-form-panel>p{margin:0;color:#8d9299;font-size:13px}.login-form-panel form{margin-top:40px}.login-tabs{display:flex;gap:8px;margin-bottom:27px}.login-tabs button{height:32px;padding:0 12px;border:0;border-radius:7px;background:#f7f7f7;color:#aaa;font-size:13px}.login-tabs button.active{background:#f0f0f0;color:#222;font-weight:600}.login-design-modal .login-input{position:relative;width:100%;height:42px;margin:0;padding:0 12px;border:1px solid #eceef1;border-radius:9px;display:flex;align-items:center;gap:8px;color:#a5a9af}.login-design-modal .login-input input{min-width:0;height:40px;padding:0;border:0;background:transparent;outline:0;flex:1;font-size:13px}.login-design-modal .login-input input::placeholder{color:#c7c9cd}.login-design-modal .login-input button{height:30px;padding:0;border:0;background:transparent;color:#6bbad0;font-size:12px}.graphic-code{letter-spacing:8px;background:linear-gradient(90deg,#25c99d,#36a5ff,#ff8d75);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:monospace}.design-login-button{width:100%;height:40px;margin-top:34px;border:0;border-radius:9px;background:#aaa;color:#fff;font-weight:600}.design-auth-links{margin-top:14px;display:flex;align-items:center;font-size:12px;color:#aaa}.design-auth-links button{padding:0;border:0;background:transparent;color:#1595c4;font-size:12px}.login-design-modal .modal-close svg{width:16px;height:16px}.signed-landing-bottom{display:block}.user-menu-wrap{position:relative;margin-top:auto}.user-plan-popover{position:absolute;z-index:30;left:-6px;right:-6px;bottom:68px;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(8px) scale(.98);transform-origin:bottom center;transition:opacity .16s ease,transform .16s ease,visibility .16s}.user-menu-wrap.open .user-plan-popover{visibility:visible;opacity:1;pointer-events:auto;transform:none}.user-menu-wrap.open [data-user-menu] svg{transform:rotate(-90deg)}.user-plan-popover.plan-card{border:1px solid #f0f0f1;box-shadow:0 18px 42px #394e7a24}.signed-user-card{width:100%}.signed-user-card>span{display:grid;gap:2px}.signed-user-card small{color:#999;font-size:11px}.signed-user-card svg,.design-user-entry svg{transition:transform .16s ease}.design-task-rail{margin-top:30px;padding:0 2px;overflow:auto}.design-task-rail>small{padding:0 10px 12px;color:#969ba3;font-size:13px;line-height:20px}.design-task-rail details{margin-bottom:14px}.design-task-rail summary{height:38px;padding:0 9px;gap:9px;font-size:13px;line-height:20px}.design-task-rail summary .expert-avatar.mini{width:24px;height:24px;font-size:9px}.design-task-rail summary b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.design-task-rail summary svg{flex:0 0 auto}.design-task-rail details>summary svg{transform:rotate(0);transition:transform .16s ease}.design-task-rail details[open]>summary svg{transform:rotate(90deg)}.design-task-rail details>a{height:34px;padding:0 10px 0 42px;gap:8px;font-size:12px;line-height:18px}.design-task-rail details>a i{width:6px;height:6px;flex:0 0 auto}.design-task-rail .task-title{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-task-rail .task-meta{min-width:max-content;flex:0 0 auto;display:flex;align-items:center;gap:5px;overflow:visible}.design-task-rail .task-meta time{color:#a8acb3;font-size:10px;white-space:nowrap}.design-task-rail .task-state{width:7px;height:7px;flex:0 0 7px;border-radius:50%;display:block}.design-task-rail .task-state-unread{background:#35b563;box-shadow:0 0 0 2px #35b5631a}.design-task-rail .task-state-error{background:#ef4b4b;box-shadow:0 0 0 2px #ef4b4b1a}.design-task-rail .task-state-loading{width:13px;height:13px;flex-basis:13px;border:2px solid #d9dde3;border-top-color:#318cff;background:transparent;animation:task-loading-spin .75s linear infinite}@keyframes task-loading-spin{to{transform:rotate(360deg)}}.history-empty{min-height:calc(100vh - 170px);display:grid;place-content:center;justify-items:center;text-align:center}.history-empty img{width:112px;height:100px;object-fit:contain}.history-empty h2{margin:10px 0 6px;font-size:18px}.history-empty p{margin:0;color:#999;font-size:13px}.history-empty a{height:38px;margin-top:18px;padding:0 20px;border-radius:19px;background:#222;color:#fff;display:flex;align-items:center;text-decoration:none;font-size:13px}body[data-page=schedules] .sidebar{width:280px;flex-basis:280px;padding:26px 12px 28px;background:#f7f7f7}body[data-page=schedules] .content-workspace{min-height:100vh;background:#fff}body[data-page=schedules] .secondary-page-shell{width:calc(100% - 48px);max-width:90%;margin:0 auto;padding:48px 0 72px}body[data-page=schedules] .page-header{height:62px;margin:0}body[data-page=schedules] .page-header h1{font-size:24px;line-height:34px;letter-spacing:-.025em}body[data-page=schedules] .page-header p{margin-top:8px;color:#999;font-size:13px;line-height:20px}body[data-page=schedules] .schedule-stage{min-height:calc(100vh - 110px);padding-top:20vh}body[data-page=schedules] .schedule-empty{height:auto;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;text-align:center}body[data-page=schedules] .schedule-empty img{width:126px;height:119px;object-fit:contain}body[data-page=schedules] .schedule-empty h2{margin:8px 0 16px;color:#aaa;font-size:13px;line-height:20px;font-weight:400}body[data-page=schedules] .schedule-empty button{height:32px;padding:0 18px;border:0;border-radius:13px;background:#292929;color:#fff;font-size:13px;line-height:20px}body[data-page=schedules] .template-section{width:100%;margin:100px 0 0}body[data-page=schedules] .template-heading{height:17px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:13px}body[data-page=schedules] .template-heading p{margin:0;color:#c8cbd0;font-size:12px;line-height:17px}body[data-page=schedules] .template-heading span{width:25px;height:7px;background:radial-gradient(circle,#dfe2e8 2.5px,transparent 3px) 0 50%/10px 7px repeat-x}body[data-page=schedules] .schedule-templates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}body[data-page=schedules] .schedule-templates>button{position:relative;width:100%;height:96px;min-height:96px;padding:15px 16px;border:0;border-radius:12px;display:flex;align-items:flex-start;text-align:left;overflow:hidden;box-shadow:0 12px 28px #43517009}body[data-page=schedules] .schedule-templates>button.template-1{background:linear-gradient(120deg,#f4ffe9,#fff 78%)}body[data-page=schedules] .schedule-templates>button.template-2{background:linear-gradient(120deg,#eef7ff,#fff 78%)}body[data-page=schedules] .schedule-templates>button.template-3{background:linear-gradient(120deg,#fff0f8,#fff 78%)}body[data-page=schedules] .schedule-templates>button>div{min-width:0}body[data-page=schedules] .schedule-templates b{display:flex;align-items:center;gap:8px;color:#333;font-size:15px;line-height:22px;font-weight:600}body[data-page=schedules] .schedule-templates b i{color:#54c724;font-size:17px;line-height:1;font-style:normal}body[data-page=schedules] .schedule-templates .template-2 b i{color:#1689ff}body[data-page=schedules] .schedule-templates .template-3 b i{color:#f153ac}body[data-page=schedules] .schedule-templates p{min-height:0;margin:7px 0 0;color:#999;font-size:11px;line-height:17px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body[data-page=schedules] .schedule-templates>button>svg{position:absolute;right:15px;top:17px;color:#4f5359}body[data-page=schedules] .schedule-list{width:100%;margin:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:none}body[data-page=schedules] .schedule-list+.template-section{margin-top:54px}body[data-page=task] .sidebar{width:280px;flex-basis:280px;padding:32px 16px 28px;background:#f7f7f7}body[data-page=task] .brand-logo{width:102px;height:34px}body[data-page=task] .main-nav{gap:8px;margin-top:34px}body[data-page=task] .nav-item{height:46px;padding:0 14px;border-radius:9px;gap:10px;font-size:16px}body[data-page=task] .nav-item.active{background:#e9e9e9}body[data-page=task] .design-task-rail{margin-top:30px}body[data-page=task] .signed-task-workspace{min-height:100vh;align-items:flex-start;background:#fff}body[data-page=task] .signed-task-home{width:920px;margin:0 auto;padding-top:146px}body[data-page=task] .welcome-row{height:auto;justify-content:flex-start;gap:24px;padding-left:6px}body[data-page=task] .task-heading-image{display:block;width:75%;height:auto;object-fit:contain}body[data-page=task] .mascot{width:92px;height:92px}body[data-page=task] .welcome-row h1{font-size:30px;line-height:42px;letter-spacing:-.035em}body[data-page=task] .welcome-row h1 span:after{bottom:-5px;height:2px}body[data-page=task] .welcome-row sup{top:-7px;right:-18px;font-size:15px}body[data-page=task] .prompt-box{height:164px;margin-top:10px;border-color:#e2e3e6;border-radius:12px;box-shadow:0 12px 30px #1c273c09}body[data-page=task] .prompt-box textarea{height:100px;padding:17px 18px;font-size:14px;line-height:22px}body[data-page=task] .prompt-footer{height:64px;padding:7px 12px 13px}body[data-page=task] .prompt-chip{height:38px;padding:0 9px;gap:5px;border-radius:7px;font-size:13px}body[data-page=task] .model-select{height:38px;padding:0 9px;font-size:13px}body[data-page=task] .send-button{width:40px;height:40px}body[data-page=task] .guest-experts{margin-top:72px}body[data-page=task] .guest-experts>header{height:26px;margin-bottom:18px}body[data-page=task] .guest-experts h2{font-size:15px}body[data-page=task] .carousel-arrows{gap:20px}body[data-page=task] .carousel-arrows button{font-size:15px}body[data-page=task] .guest-expert-viewport{overflow:hidden}body[data-page=task] .guest-expert-grid{display:flex;gap:16px;transition:transform .35s cubic-bezier(.22,.8,.28,1)}body[data-page=task] .guest-expert-card{width:calc((100% - 32px)/3);flex:0 0 calc((100% - 32px)/3)}body[data-page=task] .guest-expert-card{height:268px;padding:18px 17px;border-radius:10px;background:linear-gradient(145deg,var(--bg),#fff 58%);box-shadow:0 16px 32px #394e7a0e}body[data-page=task] .guest-expert-card header{gap:11px;margin-bottom:25px}body[data-page=task] .guest-expert-card .expert-avatar{width:48px;height:48px}body[data-page=task] .guest-expert-card h3{font-size:14px}body[data-page=task] .guest-expert-card header span:not(.expert-avatar){font-size:11px}body[data-page=task] .guest-expert-card>div{gap:14px}body[data-page=task] .guest-expert-card button{grid-template-columns:17px 1fr;gap:10px;font-size:12px;line-height:18px}body[data-page=task] .guest-expert-card button i{width:17px;height:17px}body[data-page=task] .signed-landing-bottom{margin-top:auto}body[data-page=task] .signed-user-card{height:64px;border-radius:12px}body[data-page=task] .signed-user-card img{width:44px;height:44px}.carousel-arrows button{transition:opacity .16s ease,color .16s ease}.carousel-arrows button:disabled{opacity:.25;cursor:default}@media(max-width:1399px){body[data-page=task] .sidebar{width:240px;flex-basis:240px;padding:26px 12px 24px}body[data-page=task] .signed-task-workspace{min-height:100vh}body[data-page=task] .signed-task-home{width:820px;padding-top:46px}body[data-page=task] .welcome-row{height:auto;justify-content:center;padding-left:0}body[data-page=task] .task-heading-image{width:75%}body[data-page=task] .welcome-row h1{font-size:30px}body[data-page=task] .prompt-box{margin-top:0}body[data-page=task] .guest-experts{margin-top:66px}body[data-page=task] .guest-expert-card{height:280px}}body[data-page=task] .guest-home,body[data-page=task] .signed-task-home{width:70%}body[data-page=task] .signed-task-home{padding-top:15vh}body[data-page=task] .signed-task-home .prompt-box{margin-top:0;border-color:#e5e6eb}.nav-item{font-weight:400}body[data-page=task] .guest-experts{margin-top:10vh}body[data-page=task] .guest-expert-card button{font-size:14px}.app-shell{align-items:flex-start}.sidebar{position:sticky;top:0;height:100vh;min-height:0;overflow:hidden}.secondary-page-shell{max-width:90%}.market-card>p{font-size:12px}body[data-page=home] .guest-workspace{min-height:100vh;align-items:flex-start;background:#fff}body[data-page=home] .guest-home{width:70%;margin:0 auto;padding-top:15vh}body[data-page=home] .welcome-row{height:auto;justify-content:flex-start;gap:24px;padding-left:6px}body[data-page=home] .task-heading-image{display:block;width:75%;height:auto;object-fit:contain}body[data-page=home] .prompt-box{height:164px;margin-top:0;border-color:#e5e6eb;border-radius:12px;box-shadow:0 12px 30px #1c273c09}body[data-page=home] .prompt-box textarea{height:100px;padding:17px 18px;font-size:14px;line-height:22px}body[data-page=home] .prompt-footer{height:64px;padding:7px 12px 13px}.design-schedule-modal{width:860px;height:680px;max-height:calc(100vh - 32px);padding:24px;border-radius:12px;overflow:auto}.design-schedule-modal::backdrop{background:#0000008f;-webkit-backdrop-filter:none;backdrop-filter:none}.design-schedule-modal .modal-close{right:18px;top:17px;width:24px;height:24px;border-radius:0;background:transparent;color:#b8bbc0}.design-schedule-modal .modal-close svg{width:16px;height:16px}.design-schedule-modal .schedule-modal-title{margin:0;font-size:15px;line-height:22px;letter-spacing:0}.design-schedule-form{margin-top:24px}.schedule-form-top{display:grid;grid-template-columns:200px 1fr;gap:24px}.schedule-expert-preview{height:252px;border-radius:10px;background:linear-gradient(145deg,#f4fbff,#fff);display:grid;place-items:center;overflow:hidden}.schedule-expert-preview img{width:100%;height:100%;object-fit:cover;filter:none;opacity:1}.schedule-basic-fields{min-width:0}.schedule-field-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.design-schedule-form label{margin:0;color:#666;font-size:11px;line-height:20px}.design-schedule-form input,.design-schedule-form select{height:40px;margin-top:4px;padding:0 12px;border:1px solid #e5e6eb;border-radius:8px;font-size:12px}.schedule-prompt-field{display:block;margin-top:20px!important}.schedule-prompt-wrap{height:79px;margin-top:4px;padding:8px 10px;border-radius:10px;background:#f9f9f9;display:grid;grid-template-columns:22px 1fr 22px;gap:3px;align-items:start}.schedule-prompt-wrap i{color:#e5e6eb;font-family:serif;font-size:35px;line-height:36px;font-style:normal}.schedule-prompt-wrap i:last-child{align-self:end;transform:rotate(180deg)}.design-schedule-form .schedule-prompt-wrap textarea{width:100%;height:62px!important;min-height:0;padding:8px 4px;border:0;background:transparent;resize:none;font-size:12px;line-height:18px}.schedule-frequency{margin:24px 0 0!important;padding:0!important;border:0!important}.schedule-frequency legend{width:100%;margin-bottom:8px;color:#666;font-size:12px;line-height:20px}.design-schedule-modal .frequency-grid{display:grid;grid-template-columns:184px 306px 306px;gap:8px}.design-schedule-modal .frequency-card{height:128px!important;margin:0!important;padding:12px!important;border-radius:10px;background:#f9f9f9;display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:flex-start!important;gap:12px}.design-schedule-modal .frequency-card>span{width:100%;display:flex;align-items:center;gap:8px;color:#333;font-size:12px;font-weight:600}.design-schedule-modal .frequency-card>span input{width:25px!important;height:14px!important;margin:0;accent-color:#1689ff}.design-schedule-modal .frequency-card input,.design-schedule-modal .frequency-card select{width:160px;height:32px;margin:0;padding:0 10px;background:#fff;font-size:11px}.weekday-picker{height:30px;display:flex;gap:8px}.weekday-picker button{width:30px;height:30px;padding:0;border:1px solid #e5e6eb;border-radius:8px;background:#fff;color:#666;font-size:11px}.weekday-picker button.active{border-color:#333;color:#333;font-weight:600}.design-schedule-modal .frequency-card.monthly>input:first-of-type{width:282px}.design-schedule-modal .frequency-card.interval,.design-schedule-modal .frequency-card.once{height:88px!important}.design-schedule-modal .frequency-card.interval{grid-column:1/3}.design-schedule-modal .frequency-card.once{grid-column:3}.design-schedule-modal .frequency-card.interval>div,.design-schedule-modal .frequency-card.once>div{display:flex;gap:8px}.design-schedule-modal .frequency-card.interval select{width:112px}.design-schedule-form footer{margin-top:24px;display:flex;justify-content:flex-end;gap:8px}.design-schedule-form footer button{width:auto!important;min-width:60px;height:32px;padding:0 16px;border-radius:10px;background:#fff;font-size:12px;white-space:nowrap;flex:0 0 auto}.design-schedule-form footer button:first-child{border:1px solid #e5e6eb}.design-schedule-form footer .primary-button{border:0;background:#333;color:#fff}body[data-page=home] .prompt-chip{height:38px;padding:0 9px;gap:5px;border-radius:7px;font-size:13px}body[data-page=home] .model-select{height:38px;padding:0 9px;font-size:13px}body[data-page=home] .send-button{width:40px;height:40px}body[data-page=home] .guest-experts{margin-top:10vh}body[data-page=home] .guest-experts>header{height:26px;margin-bottom:18px}body[data-page=home] .guest-experts h2{font-size:15px}body[data-page=home] .carousel-arrows{gap:20px}body[data-page=home] .carousel-arrows button{font-size:15px}body[data-page=home] .guest-expert-viewport{overflow:hidden}body[data-page=home] .guest-expert-grid{display:flex;gap:16px;transition:transform .35s cubic-bezier(.22,.8,.28,1)}body[data-page=home] .guest-expert-card{width:calc((100% - 32px)/3);height:268px;flex:0 0 calc((100% - 32px)/3);padding:18px 17px;border-radius:10px;background:linear-gradient(145deg,var(--bg),#fff 58%);box-shadow:0 16px 32px #394e7a0e}body[data-page=home] .guest-expert-card header{gap:11px;margin-bottom:25px}body[data-page=home] .guest-expert-card .expert-avatar{width:48px;height:48px}body[data-page=home] .guest-expert-card h3{font-size:14px}body[data-page=home] .guest-expert-card header span:not(.expert-avatar){font-size:11px}body[data-page=home] .guest-expert-card>div{gap:14px}body[data-page=home] .guest-expert-card button{grid-template-columns:17px 1fr;gap:10px;font-size:14px;line-height:18px}body[data-page=home] .guest-expert-card button i{width:17px;height:17px}.market-card{position:relative;isolation:isolate;overflow:hidden;background:#fff;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.market-card:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(145deg,#fff 32%,var(--card-hover,#EDF7FF) 100%);opacity:0;transition:opacity .28s ease}.market-card:hover{border-color:color-mix(in srgb,var(--card-hover,#EDF7FF) 72%,#dfe2e8);box-shadow:0 16px 36px #394e7a17;transform:translateY(-2px)}.market-card:hover:before{opacity:1}.expert-market{gap:30px}.market-card{padding:24px 30px 18px;box-shadow:0 8px 24px #394e7a14}.expert-detail-modal .expert-portrait{border-radius:6px}.expert-detail-modal .expert-portrait img{width:100%;height:100%;border-radius:0;object-fit:cover}.expert-detail-modal label,.expert-detail-modal .expert-tags-block small,.expert-detail-modal .design-try-questions h3{font-size:14px}.expert-detail-modal input,.expert-detail-modal select,.expert-detail-modal textarea,.expert-detail-modal .expert-tags-block button,.expert-detail-modal .expert-tags-block span,.expert-detail-modal .design-try-questions button,.expert-detail-modal .detail-hire-button,.expert-detail-modal .expert-detail-close{font-size:12px}.expert-detail-modal{width:860px;height:640px;max-height:none;padding:24px;border-radius:16px;overflow:hidden}.expert-detail-modal::backdrop{background:#0009;-webkit-backdrop-filter:none;backdrop-filter:none}.expert-detail-modal .modal-close{right:24px;top:24px;width:24px;height:24px;border-radius:4px;background:transparent;color:#b9bcc2}.expert-detail-modal .modal-close:focus{outline:0}.expert-detail-modal .expert-modal-title{height:24px;margin:0 0 24px!important;font-size:16px!important;line-height:22px;font-weight:600}.expert-detail-modal .expert-detail-layout{height:308px;display:grid;grid-template-columns:200px 588px;gap:24px}.expert-detail-modal .expert-detail-layout>aside{display:flex;flex-direction:column;gap:24px}.expert-detail-modal .expert-portrait{width:200px;height:252px;border-radius:12px;background:linear-gradient(180deg,#fff 0%,var(--portrait) 100%)}.expert-detail-modal .expert-portrait img{width:100%;height:100%;border-radius:12px;object-fit:cover}.expert-detail-modal .detail-hire-button{width:200px;height:32px;padding:0 12px;border:1px solid #e5e6eb;border-radius:12px;background:#fff;color:#202124;font-size:14px;font-weight:400}.expert-detail-modal .detail-hire-button b{color:#087ff5;font-size:16px}.expert-detail-modal .expert-detail-body{width:588px;min-width:0}.expert-detail-modal .detail-fields{height:64px;display:grid;grid-template-columns:282px 282px;gap:24px}.expert-detail-modal label{margin:0;color:#62666d;font-size:14px;line-height:20px}.expert-detail-modal input,.expert-detail-modal select,.expert-detail-modal .expert-name-field{width:100%;height:40px;margin-top:4px;padding:0 11px;border:1px solid #e5e6eb;border-radius:12px;background:#fff;color:#555;outline:0;font-size:14px}.expert-detail-modal .expert-name-field{background:#f9f9f9;display:flex;align-items:center;gap:10px}.expert-detail-modal .expert-name-field span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expert-detail-modal .expert-name-field i{width:4px;height:4px;flex:0 0 auto;border-radius:50%;background:#c8cbd0}.expert-detail-modal .expert-name-field small{color:#999;font-size:14px;white-space:nowrap}.expert-detail-modal .expert-tags-block{margin-top:24px}.expert-detail-modal .expert-tags-block small{display:block;margin-bottom:8px;color:#62666d;font-size:14px;line-height:20px}.expert-detail-modal .expert-tags-block>div{display:flex;flex-wrap:wrap;gap:8px}.expert-detail-modal .style-tags button{height:30px;padding:0 12px;border:1px solid #f2f3f5;border-radius:12px;background:#fff;color:#333;font-size:14px}.expert-detail-modal .style-tags button.active{border-color:transparent;background:#f6f6f6;color:#222}.expert-detail-modal .skill-tags{margin-top:24px}.expert-detail-modal .skill-tags>div{gap:7px}.expert-detail-modal .skill-tags span{height:27px;padding:0 12px;border:0;border-radius:22px;background:#f6f6f6;color:#777;font-size:12px;display:inline-flex;align-items:center}.expert-detail-modal .expert-quote{height:71px;margin-top:12px;padding:8px 12px;border-radius:12px;background:#f9f9f9;display:grid;grid-template-columns:22px 1fr 22px;align-items:center;gap:8px}.expert-detail-modal .expert-quote i{height:55px;color:#e9ebef;font:44px/55px Georgia,serif;font-style:normal}.expert-detail-modal .expert-quote i:last-child{align-self:end;transform:rotate(180deg)}.expert-detail-modal .expert-quote p{margin:0;color:#333;font-size:14px;line-height:20px}.expert-detail-modal .design-try-questions{height:148px;margin:32px 0 0;padding:16px;border:1px solid #fff;border-radius:12px;background:linear-gradient(145deg,#fff9eb,#fff 62%);box-shadow:0 24px 34px #394e7a0d}.expert-detail-modal .design-try-questions h3{height:20px;margin:0 0 12px;color:#f28b00;font-size:16px;line-height:20px;font-weight:600}.expert-detail-modal .design-try-questions>div{height:84px;display:grid;grid-template-rows:repeat(3,20px);gap:12px}.expert-detail-modal .design-try-questions button{width:100%;min-height:20px;height:20px;padding:0;border:0;background:transparent;color:#999;font-size:14px;line-height:20px;display:grid;grid-template-columns:16px 1fr 16px;align-items:center;gap:12px;text-align:left}.expert-detail-modal .design-try-questions button i{width:16px;height:16px;margin:0;border-radius:50%;background:#e8eaed;color:#fff;font-size:12px;line-height:16px}.expert-detail-modal .design-try-questions button svg{margin-left:0;opacity:0}.expert-detail-modal .design-try-questions button:hover{color:#222}.expert-detail-modal .design-try-questions button:hover i{background:#17191e}.expert-detail-modal .design-try-questions button:hover svg{opacity:1}.expert-detail-modal .design-try-questions button.selected{color:#222}.expert-detail-modal .design-try-questions button.selected i{background:#17191e}.expert-detail-modal .design-try-questions button.selected svg{opacity:1}.prompt-chip .expert-avatar.prompt-avatar{width:22px;height:22px;flex:0 0 22px;border-width:1px;font-size:8px}.nav-item .nav-icon{width:24px;height:24px;flex:0 0 24px;display:block;object-fit:contain}.expert-detail-modal .expert-detail-close{position:absolute;right:24px;bottom:24px;width:60px;height:32px;padding:0;border:1px solid #e5e6eb;border-radius:12px;background:#fff;color:#444;font-size:14px}.login-design-modal{width:935px;height:630px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);padding:0;border:0;border-radius:16px;grid-template-columns:425px 510px;overflow:hidden;background:#fff;box-shadow:0 24px 80px #00000029}.login-design-modal[open]{display:grid}.login-design-modal::backdrop{background:#0009;-webkit-backdrop-filter:none;backdrop-filter:none}.login-design-modal .modal-close{z-index:10;top:24px;right:24px;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#a9adb4}.login-design-modal .modal-close:hover{background:#f5f6f7;color:#4e535a}.login-design-modal .modal-close svg{width:18px;height:18px}.login-design-modal .login-art{position:relative;width:425px;height:630px;overflow:hidden;background:#eafcff}.login-design-modal .login-art>img{display:block;width:425px;height:630px;object-fit:cover}.login-design-modal .login-art:before,.login-design-modal .login-art:after{content:none}.login-design-modal .login-form-panel{width:510px;height:630px;padding:76px 80px 0;background:#fff}.login-design-modal .login-heading{width:350px}.login-design-modal .login-heading-image{display:block;width:350px;height:auto;object-fit:contain}.login-design-modal .hello-line{height:37px;display:flex;align-items:center}.login-design-modal .hello-line b{color:#1d2129;font-size:30px;line-height:37px;font-weight:600;letter-spacing:-.02em}.login-design-modal .login-form-panel h2{width:350px;margin:0;color:#1d2129;font-size:30px;line-height:37px;font-weight:600;letter-spacing:-.035em;white-space:nowrap}.login-design-modal .login-form-panel h2 span{color:#20bbc8}.login-design-modal .login-form-panel .login-heading>p{margin:8px 0 0;color:#86909c;font-size:16px;line-height:24px;font-weight:400}.login-design-modal .login-form-panel form{width:350px;margin-top:40px}.login-design-modal .login-tabs{width:170px;height:36px;margin:0 0 24px;padding:4px;display:flex;align-items:center;gap:4px;border-radius:10px;background:#f7f8fa}.login-design-modal .login-tabs button{height:28px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#86909c;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap}.login-design-modal .login-tabs button:first-child{width:86px}.login-design-modal .login-tabs button:last-child{width:72px}.login-design-modal .login-tabs button.active{border-radius:8px;background:#fff;color:#1d2129;font-weight:500;box-shadow:0 2px 8px #1d212914}.login-design-modal #auth-fields{display:grid;gap:12px}.login-design-modal .login-input{position:relative;width:350px;height:40px;margin:0;padding:0 12px;border:1px solid #e5e6eb;border-radius:12px;display:flex;align-items:center;gap:8px;background:#fff;color:#86909c;transition:border-color .16s ease,box-shadow .16s ease}.login-design-modal .login-input:focus-within{border-color:#55c9d3;box-shadow:0 0 0 3px #20bbc814}.login-design-modal .login-input>span{width:16px;flex:0 0 16px;display:grid;place-items:center;color:#a9aeb8;font-size:15px}.login-design-modal .login-field-icon{width:20px;height:20px;flex:0 0 20px;display:block;object-fit:contain}.login-design-modal .password-lock-icon{width:14px;height:16px;flex-basis:14px;margin:0 3px}.login-design-modal .login-input input{min-width:0;height:38px;padding:0;border:0;background:transparent;outline:0;flex:1;color:#1d2129;font-size:14px;line-height:20px}.login-design-modal .login-input input::placeholder{color:#c9cdd4}.login-design-modal .login-input button{flex:0 0 auto;height:30px;padding:0;border:0;background:transparent;color:#20a7bd;font-size:12px;line-height:18px}.login-design-modal .password-eye-button{width:24px;height:30px;padding:0!important;display:grid;place-items:center;opacity:.75}.login-design-modal .password-eye-button img{width:20px;height:20px;display:block}.login-design-modal .password-eye-button.showing{opacity:1}.login-design-modal .graphic-code{flex:0 0 auto;letter-spacing:4px;font-size:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:linear-gradient(90deg,#25c99d,#36a5ff,#ff8d75);background-clip:text;-webkit-background-clip:text;color:transparent}.login-design-modal .design-login-button{width:350px;height:40px;margin-top:24px;padding:0;border:0;border-radius:12px;background:#a9adb3;color:#fff;font-size:14px;line-height:20px;font-weight:500;cursor:not-allowed;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.login-design-modal .design-login-button.ready{cursor:pointer;background:#333;box-shadow:0 8px 18px #0000001f}.login-design-modal .design-login-button.ready:hover{filter:brightness(.98)}.login-design-modal .design-login-button:active{transform:translateY(1px)}.login-design-modal .design-auth-links{width:350px;min-height:17px;margin-top:12px;display:flex;align-items:center;justify-content:space-between;color:#86909c;font-size:12px;line-height:17px}.login-design-modal .design-auth-links .register-link{display:flex;align-items:center}.login-design-modal .design-auth-links button{padding:0;border:0;background:transparent;color:#20a7bd;font-size:12px;line-height:17px}.login-design-modal #auth-form:not([data-mode=login]){margin-top:40px}.login-design-modal #auth-form:not([data-mode=login]) .design-login-button{margin-top:24px}@media(max-width:1000px),(max-height:690px){.login-design-modal{--login-scale:min(calc((100vw - 32px)/935),calc((100vh - 32px)/630));max-width:none;max-height:none;transform:scale(var(--login-scale))}}.user-menu-wrap,.design-user-entry{width:100%}.user-plan-popover.plan-card{left:0;right:0;bottom:68px;width:100%;height:204px;padding:12px;border:0;border-radius:16px;background:#fff;box-shadow:0 18px 42px #394e7a1a;display:flex;flex-direction:column;gap:0}.user-plan-popover header{height:28px;flex:0 0 28px}.user-plan-popover header b{color:#1d2129;font-size:16px;line-height:22px;font-weight:600}.user-plan-popover header a{color:#168cff;font-size:12px;line-height:20px;font-weight:400}.user-plan-popover .user-plan-tier{width:100%;height:63px;flex:0 0 63px;margin-top:9px;padding:12px;border-radius:12px;background:#f7f7f7;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.user-plan-popover .user-plan-tier b{color:#1d2129;font-size:14px;line-height:20px;font-weight:600}.user-plan-popover .user-plan-tier span{color:#999;font-size:12px;line-height:18px}.user-plan-popover .user-points-row{width:100%;height:40px;flex:0 0 40px;margin:2px 0 0;display:flex;align-items:center;justify-content:space-between}.user-plan-popover .user-points-row>span:first-child{color:#999;font-size:12px;line-height:18px}.points-actions,.points-value{display:inline-flex;align-items:center}.points-actions{gap:8px}.points-value{gap:4px}.points-value img{display:block;width:16px;height:16px;flex:0 0 16px}.points-value b{color:#666;font-size:14px;line-height:20px;font-weight:600}.points-actions>button{width:16px;height:20px;padding:0;border:0;background:transparent;color:#737780;font-size:17px;line-height:20px}.user-plan-popover .user-logout-button{width:100%;height:40px;flex:0 0 40px;padding:0;border:1px solid #dadde2;border-radius:10px;background:#fff;color:#f53f4f;font-size:14px;line-height:20px;font-weight:400}.design-user-entry small .points-value,.signed-user-card small .points-value{gap:3px}.design-user-entry small .points-value img,.signed-user-card small .points-value img{width:14px;height:14px;flex-basis:14px}.design-user-entry small .points-value b,.signed-user-card small .points-value b{color:#999;font-size:11px;line-height:16px;font-weight:400}.market-card .market-action{width:auto;min-width:78px;height:32px;margin-top:auto;padding:0 14px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:12px;line-height:18px;font-weight:400;white-space:nowrap;transition:background .16s ease,color .16s ease,transform .16s ease}.market-card .market-action img{display:block;width:18px;height:18px;flex:0 0 18px}.market-card .market-action span{display:inline-flex;align-items:center;gap:2px}.market-card .market-action b{font-weight:500}.market-card .market-action.hired{min-width:82px;border:0;background:#24262b;color:#fff}.market-card .market-action.hired:hover{background:#111317}.market-card .market-action.hire{min-width:142px;height:46px;padding:0 17px;border:1px solid #e1e5ec;border-radius:24px;background:#fff;color:#333}.market-card .market-action.hire:hover{border-color:transparent;background:#edf6ff;color:#06f;box-shadow:0 2px 8px #394e7a0f}.market-card .market-action.hire:hover img{filter:none}.market-card .market-action.hire span{font-size:18px;line-height:24px}.market-card .market-action.hire b{font-size:18px;font-weight:500}.market-card .market-action:active{transform:translateY(1px)}.market-card>.expert-avatar.large{width:80px;height:80px;flex:0 0 80px;border:0;background:var(--bg);box-shadow:none;overflow:hidden}.market-card>.expert-avatar.large img{width:100%;height:100%;object-fit:cover;object-position:center}.market-card>.expert-name-badge{position:relative;z-index:2;min-width:49px;height:21px;margin-top:-13px;padding:2px 8px;border:2px solid #fff;border-radius:20px;background:var(--badge);color:var(--accent);box-shadow:none;display:inline-flex;align-items:center;justify-content:center;font-family:Montserrat,PingFang SC,sans-serif;font-size:14px;line-height:17px;font-weight:600}.market-card h3{margin-top:9px}.expert-page-heading .search-bar{width:300px;height:32px;margin:15px 0 0;padding:6px 12px;border:0;border-radius:12px;background:#f6f6f6;display:flex;align-items:center;gap:4px;box-shadow:none}.expert-page-heading .search-bar svg{width:16px;height:16px;flex:0 0 16px;color:#bdbdbd;stroke-width:1.8}.expert-page-heading .search-bar input{min-width:0;height:20px;padding:0;border:0;background:transparent;color:#333;font-size:14px;line-height:20px;font-weight:400;outline:0}.expert-page-heading .search-bar input::placeholder{color:#bdbdbd;opacity:1}.expert-page-heading .search-bar:focus-within{background:#fff;box-shadow:0 0 0 1px #e5e6eb}body[data-page=apps] .secondary-page-shell{width:calc(100% - 48px);max-width:none;margin:0 auto;padding:24px 0 72px}body[data-page=apps] .page-header{height:62px;margin:0 0 24px;display:flex;align-items:flex-start}body[data-page=apps] .page-header h1{margin:0;color:#000;font-size:24px;line-height:34px;font-weight:600;letter-spacing:0}body[data-page=apps] .page-header p{margin:8px 0 0;color:#999;font-size:14px;line-height:20px;font-weight:400}body[data-page=apps] .design-app-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}body[data-page=apps] .design-app-grid .app-card{width:100%;min-height:0;padding:0;border:0;border-radius:16px;background:#fff;display:flex;flex-direction:column;gap:0;overflow:hidden;text-decoration:none;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}body[data-page=apps] .design-app-grid .app-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #394e7a17}body[data-page=apps] .design-app-grid .app-cover{width:100%;height:120px;flex:0 0 120px;border-radius:16px 16px 0 0;overflow:hidden;background:#f6f6f6}body[data-page=apps] .design-app-grid .app-cover img{display:block;width:100%;height:100%;object-fit:cover}body[data-page=apps] .design-app-grid .app-card-content{min-height:102px;padding:16px;border:1px solid #e5e6eb;border-top:0;border-radius:0 0 16px 16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}body[data-page=apps] .design-app-grid .app-card-title{width:100%;display:flex;align-items:center;gap:8px}body[data-page=apps] .design-app-grid .app-card-title h2{min-width:0;margin:0;flex:1;color:#000;font-size:16px;line-height:22px;font-weight:500}body[data-page=apps] .design-app-grid .app-card-title img{position:static;width:16px;height:16px;flex:0 0 16px;transition:transform .18s ease}body[data-page=apps] .design-app-grid .app-card:hover .app-card-title img{transform:translate(2px)}body[data-page=apps] .design-app-grid .app-card p{width:100%;min-height:40px;margin:0;color:#999;font-size:14px;line-height:20px;font-weight:400}body[data-page=apps] .design-app-grid .crm-app .app-cover{background:#eff6ff}.crm-cover-art{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#e7f2ff,#f6faff 60%,#e9fff7)}.crm-cover-art:before{content:"";position:absolute;left:13%;top:16%;width:54%;height:68%;border:1px solid rgba(65,126,222,.16);border-radius:8px;background:#ffffffd1;box-shadow:0 10px 24px #3d6eaf1a}.crm-cover-mark{position:absolute;z-index:2;left:18%;top:27%;color:#216fe5;font-size:16px;font-weight:700;letter-spacing:0}.crm-cover-person{position:absolute;z-index:2;right:17%;bottom:15%;width:51px;height:51px;border:9px solid #d9f8eb;border-radius:50%;background:#31c98a;box-shadow:0 8px 18px #2aa8762e}.crm-cover-person:before{content:"";position:absolute;left:10px;top:7px;width:13px;height:13px;border-radius:50%;background:#fff}.crm-cover-person:after{content:"";position:absolute;left:5px;bottom:5px;width:23px;height:13px;border-radius:14px 14px 7px 7px;background:#fff}.crm-cover-line{position:absolute;z-index:2;left:18%;height:5px;border-radius:4px;background:#d7e5f8}.crm-cover-line.line-one{top:51%;width:31%}.crm-cover-line.line-two{top:63%;width:37%}.crm-cover-line.line-three{top:75%;width:23%}body[data-page=crm] .secondary-page-shell{width:calc(100% - 48px);max-width:none;margin:0 auto;padding:24px 0 64px}.crm-page{width:100%;color:#1d2129}.crm-page-head{height:78px;display:flex;align-items:flex-start;justify-content:space-between}.crm-page-head a{color:#8a9099;font-size:12px;text-decoration:none}.crm-page-head a:hover{color:#1d2129}.crm-page-head h1{margin:7px 0 2px;font-size:24px;line-height:32px;letter-spacing:0}.crm-page-head p{margin:0;color:#999;font-size:12px;line-height:20px}.crm-sync-status{margin-top:19px;display:flex;align-items:center;gap:7px;color:#7b818a;font-size:12px}.crm-sync-status i{width:7px;height:7px;border-radius:50%;background:#32bd7b;box-shadow:0 0 0 4px #e8f8f0}.crm-tabs{height:48px;border-bottom:1px solid #eceef1;display:flex;align-items:flex-end;gap:28px}.crm-tabs button{position:relative;height:48px;padding:0 2px;border:0;background:transparent;color:#777d86;font-size:14px;cursor:pointer}.crm-tabs button.active{color:#1d2129;font-weight:600}.crm-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#1d2129}.crm-tabs button span{margin-left:5px;padding:1px 6px;border-radius:9px;background:#f2f3f5;color:#9ba0a7;font-size:10px}.crm-tabs button.active span{background:#eaf3ff;color:#2777e8}.crm-content{padding-top:22px}.crm-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.crm-metric{height:112px;padding:22px;border:1px solid #eef0f2;border-radius:10px;background:#fff;display:flex;align-items:center;gap:16px}.crm-metric>span{width:46px;height:46px;border-radius:14px;display:grid;place-items:center}.crm-metric svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.crm-metric.blue>span{background:#ebf4ff;color:#2778ed}.crm-metric.green>span{background:#eafaf2;color:#2ebd78}.crm-metric.violet>span{background:#f3efff;color:#795ee6}.crm-metric.orange>span{background:#fff4e7;color:#ee9a32}.crm-metric strong{display:block;font-size:27px;line-height:32px}.crm-metric small{display:block;margin-top:4px;color:#8d9299;font-size:12px}.crm-overview-grid{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:14px}.crm-panel{min-height:338px;padding:22px;border:1px solid #eef0f2;border-radius:10px;background:#fff}.crm-panel>header{display:flex;justify-content:space-between;align-items:flex-start}.crm-panel h2,.crm-list-heading h2{margin:0;font-size:16px;line-height:24px;letter-spacing:0}.crm-panel header p,.crm-list-heading p{margin:3px 0 0;color:#9a9fa6;font-size:11px}.crm-panel header>span{color:#adb1b7;font-size:10px}.crm-chart-legend{margin:22px 0 18px;display:flex;gap:24px}.crm-chart-legend span{display:flex;align-items:center;gap:6px;color:#777d86;font-size:11px}.crm-chart-legend span:before{content:"";width:6px;height:6px;border-radius:50%}.crm-chart-legend b{color:#333}.crm-chart-legend .lead:before{background:#3f7cff}.crm-chart-legend .touch:before{background:#f5a44a}.crm-chart-legend .link:before{background:#45c4ad}.crm-chart-legend .intent:before{background:#8c65ed}.crm-line-chart{height:205px;display:grid;grid-template-columns:28px 1fr;gap:8px}.crm-chart-axis{padding-bottom:24px;display:flex;flex-direction:column;justify-content:space-between;color:#a5aab1;font-size:9px;text-align:right}.crm-chart-plot{position:relative;border-left:1px solid #eceff3;border-bottom:1px solid #eceff3;background:repeating-linear-gradient(to bottom,#eef0f3 0,#eef0f3 1px,transparent 1px,transparent 45px);display:grid;grid-template-columns:repeat(7,1fr);align-items:end}.crm-chart-plot i{position:absolute;left:0;right:0;bottom:0;height:2px;background:#8569ee}.crm-chart-plot span{position:relative;top:20px;color:#9ca1a8;font-size:9px;text-align:center}.crm-chart-plot span:before{content:"";position:absolute;left:50%;top:-23px;width:5px;height:5px;border-radius:50%;background:#8569ee;transform:translate(-50%)}.crm-country-table{margin-top:22px}.crm-country-table>div{height:58px;border-bottom:1px solid #f0f1f3;display:grid;grid-template-columns:1fr 64px 64px;align-items:center;font-size:12px}.crm-country-table .head{height:34px;border:0;border-radius:7px;background:#f7f8f9;color:#8f949c}.crm-country-table .head span:first-child{padding-left:10px}.crm-country-table>div>b{display:flex;align-items:center;gap:9px;font-weight:500}.crm-country-table i{width:27px;height:27px;border-radius:8px;background:#eff4fb;color:#4872ab;display:grid;place-items:center;font-size:9px;font-style:normal}.crm-country-table strong{color:#2777e8}.crm-filter{padding:18px;border:1px solid #edf0f2;border-radius:10px;background:#fafbfc;display:grid;grid-template-columns:1.35fr .85fr .9fr 1.55fr auto;gap:12px;align-items:end}.crm-filter label{min-width:0;color:#555b63;font-size:11px}.crm-filter input,.crm-filter select{width:100%;height:34px;margin-top:7px;padding:0 10px;border:1px solid #e2e5e9;border-radius:7px;background:#fff;color:#555;font-size:11px;outline:0}.crm-filter input:focus,.crm-filter select:focus{border-color:#6da8f7;box-shadow:0 0 0 2px #eaf3ff}.crm-date-range{margin-top:7px;height:34px;border:1px solid #e2e5e9;border-radius:7px;background:#fff;display:grid;grid-template-columns:1fr 20px 1fr;align-items:center}.crm-date-range input{height:32px;margin:0;border:0;background:transparent}.crm-date-range i{color:#aaa;font-size:10px;font-style:normal;text-align:center}.crm-filter-actions{display:flex;gap:7px}.crm-filter-actions button,.crm-primary-action,.crm-secondary-action{height:34px;padding:0 13px;border:1px solid #dfe3e8;border-radius:7px;background:#fff;color:#555;font-size:11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}.crm-filter-actions .crm-search-button,.crm-primary-action{border-color:#2177ed;background:#2177ed;color:#fff}.crm-filter-actions button:hover,.crm-secondary-action:hover{border-color:#aeb5bf}.crm-filter-actions .crm-search-button:hover,.crm-primary-action:hover{background:#176bda}.crm-secondary-action:disabled{border-color:#eceef1;background:#f5f6f7;color:#bdc1c6;cursor:not-allowed}.crm-list-heading{height:74px;padding:20px 2px 0;display:flex;justify-content:space-between;align-items:flex-start}.crm-list-heading>div:last-child{display:flex;gap:8px}.crm-list-tabs{height:40px;border-bottom:1px solid #eceef1;display:flex;gap:24px}.crm-list-tabs button{position:relative;padding:0;border:0;background:transparent;color:#969ba2;font-size:11px}.crm-list-tabs button.active{color:#222;font-weight:600}.crm-list-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2177ed}.crm-records{padding-top:12px;display:grid;gap:10px}.crm-record{position:relative;min-height:132px;padding:18px;border:1px solid #eceef1;border-radius:10px;background:#fff;display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px}.crm-record:has(.crm-row-check){grid-template-columns:18px 48px minmax(0,1fr)}.crm-row-check{align-self:center}.crm-company-avatar{width:48px;height:48px;border-radius:10px;background:#f0f4fa;color:#3c69b3;display:grid;place-items:center;font-size:21px;font-weight:600}.crm-company-main{min-width:0}.crm-company-main header{display:flex;justify-content:space-between;gap:12px}.crm-company-main h3{margin:0;overflow:hidden;color:#31353b;font-size:13px;line-height:19px;text-overflow:ellipsis;white-space:nowrap}.crm-company-main header p{margin:3px 0 0;color:#9da2a9;font-size:10px}.crm-company-main header p span{margin-left:9px}.crm-company-main header button{width:28px;height:26px;padding:0;border:0;background:transparent;color:#9ea3aa}.crm-company-meta{margin-top:11px;display:flex;gap:28px;color:#999fa7;font-size:10px}.crm-company-meta b{color:#555b63;font-weight:500}.crm-company-tags{margin-top:10px;display:flex;align-items:center;gap:7px}.crm-company-tags>span{height:22px;padding:0 8px;border-radius:6px;background:#f5f6f7;color:#787e86;font-size:10px;display:inline-flex;align-items:center}.crm-company-tags .status{background:#eaf8f1;color:#279862}.crm-company-tags button{height:22px;padding:0 5px;border:0;background:transparent;color:#2777e8;font-size:10px;display:flex;align-items:center;gap:3px}.crm-address{margin:10px 0 0;padding:7px 9px;border-radius:6px;background:#f8f9fa;color:#9ca1a8;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-record[hidden]{display:none}.crm-empty{height:180px;color:#9ba0a7;display:grid;place-items:center;align-content:center;gap:7px}.crm-empty b{font-size:12px}.crm-empty p{margin:0;font-size:10px}.crm-empty[hidden]{display:none}.crm-pagination{height:56px;display:flex;align-items:center;justify-content:space-between;color:#8e949c;font-size:10px}.crm-pagination>label{display:flex;align-items:center;gap:6px}.crm-pagination>div{display:flex;align-items:center;gap:7px}.crm-pagination button{width:26px;height:26px;border:1px solid #e4e6e9;border-radius:6px;background:#fff;color:#777}.crm-pagination button:disabled{color:#c7cacf}.crm-pagination b{width:26px;height:26px;border-radius:6px;background:#25282d;color:#fff;display:grid;place-items:center}.crm-pagination select{height:26px;border:1px solid #e4e6e9;border-radius:6px;background:#fff;color:#777;font-size:10px}@media(max-width:1100px){.crm-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-overview-grid{grid-template-columns:1fr}.crm-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-filter-actions{grid-column:1/-1}.crm-chart-legend{flex-wrap:wrap}.crm-record{min-width:650px}.crm-records{overflow-x:auto}}@media(max-width:720px){body[data-page=crm] .secondary-page-shell{width:calc(100% - 28px)}.crm-page-head{height:auto;min-height:82px}.crm-sync-status{display:none}.crm-metric-grid,.crm-filter{grid-template-columns:1fr}.crm-company-meta{gap:12px;flex-wrap:wrap}.crm-tabs{gap:16px}.crm-overview-grid{display:block}.crm-distribution{margin-top:14px}.crm-chart-legend{gap:12px}}.hire-confirm-modal{width:420px;padding:34px 36px 28px;text-align:center}.hire-confirm-icon{width:82px;height:82px;margin:0 auto 18px;padding:4px;border-radius:50%;background:#f5f7fa;display:grid;place-items:center}.hire-confirm-icon .expert-avatar{width:74px;height:74px}.hire-confirm-modal h2{margin:0;font-size:22px;letter-spacing:-.04em}.hire-confirm-copy{margin:15px 0 0;color:#555b64;font-size:14px;line-height:24px}.hire-confirm-copy b{color:#1685df;font-weight:700}.hire-confirm-copy strong{color:#222;font-weight:700}.hire-confirm-note{margin:6px 0 22px;color:#a0a4ab;font-size:12px}.hire-confirm-modal footer{display:flex;justify-content:center;gap:10px}.hire-confirm-modal footer button{height:38px;padding:0 25px;border-radius:9px;font-size:13px}.hire-confirm-modal .secondary-button{border:1px solid #e1e4e8;background:#fff;color:#555}.hire-confirm-modal .primary-button{border:0;background:#202329;color:#fff}.hire-confirm-modal .primary-button:hover{background:#111317}.expert-detail-modal .detail-hire-button.market-action{width:200px;min-width:200px;height:40px;margin:0;padding:0 16px;border-radius:20px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:14px;line-height:20px}.expert-detail-modal .detail-hire-button.market-action img{display:block;width:18px;height:18px;flex:0 0 18px}.expert-detail-modal .detail-hire-button.market-action span{display:inline-flex;align-items:center;gap:3px}.expert-detail-modal .detail-hire-button.market-action.hired{border:0;background:#24262b;color:#fff}.expert-detail-modal .detail-hire-button.market-action.hired:hover{background:#111317}.expert-detail-modal .detail-hire-button.market-action.hire{border:1px solid #e1e5ec;background:#fff;color:#333}.expert-detail-modal .detail-hire-button.market-action.hire:hover{border-color:transparent;background:#edf6ff;color:#06f}.expert-detail-modal .detail-hire-button.market-action.hire b{color:inherit;font-size:14px;font-weight:500}.product-data-form-card{width:clamp(520px,100%,620px);min-width:520px;margin-top:18px;padding:24px;border:1px solid #edf0f3;border-radius:16px;background:#fff;box-shadow:0 12px 28px #394e7a0e}.product-data-form-head{padding-right:34px;display:flex;align-items:flex-start;gap:12px}.product-data-form-head>span{width:42px;height:42px;border-radius:12px;background:#fff4e8;color:#ed8b2d;display:grid;place-items:center}.product-data-form-head h2{margin:0;font-size:18px;line-height:26px;letter-spacing:0}.product-data-form-head p{margin:5px 0 0;color:#92969d;font-size:12px;line-height:18px}.product-data-form{margin-top:24px}.product-data-form label{display:block;margin:0 0 20px;color:#555;font-size:13px;line-height:20px}.product-data-form label>em{color:#f05252;font-style:normal}.product-data-form textarea{height:112px;margin-top:8px;padding:12px 14px;border:1px solid #e5e6eb;border-radius:10px;resize:none;font-size:13px;line-height:20px}.product-data-form select{height:42px;margin-top:8px;border:1px solid #e5e6eb;border-radius:10px;font-size:13px}.language-picker{min-width:0;margin:0;padding:0;border:0}.language-picker legend{width:100%;margin:0 0 8px;padding:0;color:#555;font-size:13px;line-height:20px}.language-picker legend em{color:#f05252;font-style:normal}.language-picker legend small{margin-left:7px;color:#a2a6ad;font-size:10px;font-weight:400}.language-picker>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.product-data-form .language-picker label{position:relative;height:42px;margin:0;cursor:pointer}.language-picker input{position:absolute;opacity:0;pointer-events:none}.language-picker label span{height:42px;border:1px solid #e5e6eb;border-radius:10px;background:#fff;color:#686d75;display:flex;align-items:center;justify-content:center;font-size:13px;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.language-picker label:hover span{border-color:#b9c7d8}.language-picker input:checked+span{border-color:#202329;background:#202329;color:#fff;box-shadow:0 4px 10px #2023291f}.language-picker input:focus-visible+span{outline:2px solid rgba(49,140,255,.25);outline-offset:2px}.product-image-uploader{position:relative;min-height:132px;margin-top:8px;border:1px dashed #d9dce1;border-radius:12px;background:#fafbfc;overflow:hidden}.product-image-uploader>input{position:absolute;z-index:2;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;opacity:0;cursor:pointer}.product-upload-empty{height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9a9ea5}.product-upload-empty b{margin-top:7px;color:#555;font-size:12px;font-weight:500}.product-upload-empty small{margin-top:3px;font-size:10px}.product-image-preview{display:none;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px}.product-image-uploader.has-images .product-upload-empty{display:none}.product-image-uploader.has-images .product-image-preview{display:grid}.product-image-preview figure{min-width:0;margin:0}.product-image-preview img{display:block;width:100%;height:78px;border-radius:8px;object-fit:cover;background:#eee}.product-image-preview figcaption{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777;font-size:9px;text-align:center}.product-data-form footer{margin-top:26px;padding-top:18px;border-top:1px solid #f0f1f3;display:flex;justify-content:flex-end;gap:10px}.product-data-form footer button{height:36px;min-width:72px;padding:0 17px;border-radius:9px;font-size:12px}body[data-page=history] .product-data-form-card .product-data-form{margin-top:22px}body[data-page=history] .product-data-form-card textarea,body[data-page=history] .product-data-form-card select{width:100%;box-sizing:border-box;background:#fff;color:#333;outline:0}body[data-page=history] .product-data-form-card textarea:focus,body[data-page=history] .product-data-form-card select:focus{border-color:#b9c7d8;box-shadow:0 0 0 3px #4080c014}body[data-page=history] .product-data-form-card .secondary-button{border:1px solid #e1e4e8;background:#fff;color:#444}body[data-page=history] .product-data-form-card .primary-button{border:0;background:#202329;color:#fff}body[data-page=history] .product-data-form-card .primary-button:disabled{cursor:wait;opacity:.55}.product-row i.product-row-image{overflow:hidden;background:#f4f5f6}.product-row i.product-row-image img{display:block;width:100%;height:100%;object-fit:cover}.products-empty{min-height:340px;border:1px dashed #e1e5ea;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#90959d;text-align:center}.products-empty>span{width:58px;height:58px;border-radius:16px;background:#f3f5f7;color:#7d8794;display:grid;place-items:center}.products-empty h2{margin:16px 0 6px;color:#444;font-size:16px}.products-empty p{margin:0;font-size:12px}.products-empty a{margin-top:18px;padding:9px 16px;border-radius:9px;background:#222;color:#fff;text-decoration:none;font-size:12px}.product-detail-modal .product-visual img{display:block;width:100%;height:100%;object-fit:contain}.product-image-request-card .product-data-form-head>span{background:#edf7ff;color:#3687d8}body[data-page=history] .lead-summary-grid{padding:16px 18px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}body[data-page=history] .lead-summary-grid article{padding:14px;border-radius:11px;background:#f5faff}body[data-page=history] .lead-summary-grid small{display:block;color:#8d949c;font-size:10px}body[data-page=history] .lead-summary-grid b{display:block;margin-top:7px;color:#1684d8;font-size:22px}body[data-page=history] .lead-segments{padding:0 18px 16px}body[data-page=history] .lead-segments h3,body[data-page=history] .lead-outreach-plan h3,body[data-page=history] .customer-next-steps h3,body[data-page=history] .company-fit-analysis h3{margin:0 0 10px;font-size:12px}body[data-page=history] .lead-segments>span{margin:0 7px 7px 0;padding:7px 9px;border-radius:9px;background:#f7f8fa;display:inline-flex;align-items:center;gap:7px;font-size:10px}body[data-page=history] .lead-segments em{color:#777;font-style:normal}body[data-page=history] .lead-segments i{padding:2px 6px;border-radius:8px;background:#eaf5ff;color:#1684d8;font-style:normal}body[data-page=history] .lead-table{margin:0 18px;border:1px solid #edf0f3;border-radius:10px;overflow:hidden}body[data-page=history] .lead-table>header,body[data-page=history] .lead-table>div{min-height:40px;padding:0 10px;display:grid;grid-template-columns:1.5fr .7fr .8fr .55fr 1fr;align-items:center;gap:8px;font-size:10px}body[data-page=history] .lead-table>header{background:#f7f8fa;color:#8e949c}body[data-page=history] .lead-table>div{border-top:1px solid #f0f2f4;color:#666}body[data-page=history] .lead-table strong{color:#1684d8}body[data-page=history] .lead-table small{color:#8d949c}body[data-page=history] .lead-outreach-plan,body[data-page=history] .customer-next-steps,body[data-page=history] .company-fit-analysis{margin-top:16px;padding:16px 18px;background:#fafbfc}body[data-page=history] .lead-outreach-plan p,body[data-page=history] .customer-next-steps p,body[data-page=history] .company-fit-analysis p{margin:7px 0;color:#666;font-size:11px;line-height:18px}body[data-page=history] .lead-outreach-plan p:before,body[data-page=history] .customer-next-steps p:before{content:"✓";margin-right:8px;color:#1684d8}body[data-page=history] .customer-product-basis{margin:0;padding:14px 18px;color:#737982;font-size:11px}body[data-page=history] .customer-recommendation-list{padding:0 18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}body[data-page=history] .customer-recommendation-list article{padding:14px;border:1px solid #edf0f3;border-radius:11px;display:grid;grid-template-columns:1fr auto;gap:8px}body[data-page=history] .customer-recommendation-list h3{margin:0;font-size:12px}body[data-page=history] .customer-recommendation-list div p{margin:5px 0 0;color:#999;font-size:10px}body[data-page=history] .customer-recommendation-list>article>strong{color:#1684d8;font-size:18px}body[data-page=history] .customer-recommendation-list>article>strong small{display:block;color:#8f959c;font-size:8px;font-weight:400}body[data-page=history] .customer-recommendation-list>article>p{grid-column:1/-1;margin:2px 0;color:#666;font-size:11px;line-height:17px}body[data-page=history] .customer-recommendation-list footer{grid-column:1/-1;padding-top:8px;border-top:1px solid #f0f2f4;color:#555;font-size:10px}body[data-page=history] .customer-recommendation-list footer span{margin-right:8px;color:#1684d8}body[data-page=history] .company-profile-hero{padding:18px;display:flex;align-items:flex-start;justify-content:space-between}body[data-page=history] .company-profile-hero small{color:#1684d8;font-size:10px}body[data-page=history] .company-profile-hero h3{margin:5px 0;font-size:20px}body[data-page=history] .company-profile-hero p{margin:0;color:#8e949c;font-size:10px}body[data-page=history] .company-profile-hero>span{padding:5px 9px;border-radius:12px;background:#edf7ff;color:#1684d8;font-size:10px}body[data-page=history] .company-overview{margin:0;padding:0 18px 18px;color:#626871;font-size:11px;line-height:19px}body[data-page=history] .company-signal-grid{padding:0 18px 18px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}body[data-page=history] .company-signal-grid article{position:relative;padding:12px;border-radius:10px;background:#f7f8fa}body[data-page=history] .company-signal-grid small{display:block;color:#949aa2;font-size:9px}body[data-page=history] .company-signal-grid b{display:block;margin-top:6px;font-size:11px}body[data-page=history] .company-signal-grid span{position:absolute;right:8px;top:8px;font-size:8px}body[data-page=history] .company-signal-grid .level-高{color:#3ca65a}body[data-page=history] .company-signal-grid .level-中{color:#d68a16}body[data-page=history] .company-signal-grid .level-低{color:#999}body[data-page=history] .company-outreach{margin:16px 18px 18px;padding:14px;border:1px solid #dfeefa;border-radius:11px;background:#f7fbff}body[data-page=history] .company-outreach>header{display:grid;grid-template-columns:170px 1fr;gap:15px}body[data-page=history] .company-outreach header small{display:block;color:#8b929b;font-size:9px}body[data-page=history] .company-outreach header b{display:block;margin-top:4px;color:#1684d8;font-size:12px}body[data-page=history] .company-outreach header>span{color:#626871;font-size:10px;line-height:17px}body[data-page=history] .company-outreach>p{margin:10px 0 0;color:#626871;font-size:10px}body[data-page=history] .company-outreach>p>b{margin-right:8px;color:#1684d8}@media(max-width:900px){body[data-page=history] .lead-summary-grid,body[data-page=history] .company-signal-grid{grid-template-columns:1fr 1fr}body[data-page=history] .customer-recommendation-list{grid-template-columns:1fr}}body[data-page=history]{min-width:0;overflow:hidden;background:#fff}body[data-page=history] .app-shell{height:100vh;min-height:0}body[data-page=history] .sidebar{width:280px;flex-basis:280px;padding:26px 12px 32px;background:#f6f6f6}body[data-page=history] .brand-logo{width:102px;height:34px}body[data-page=history] .main-nav{gap:8px;margin-top:34px}body[data-page=history] .nav-item{height:46px;padding:0 14px;border-radius:9px;gap:10px;font-size:16px}body[data-page=history] .design-task-rail{margin-top:30px;padding-right:2px}body[data-page=history] .design-task-rail>small{padding:0 10px 12px;color:#9a9da3;font-size:13px}body[data-page=history] .design-task-rail details{margin-bottom:14px}body[data-page=history] .design-task-rail summary{height:34px;padding:0 10px;gap:9px;font-size:13px}body[data-page=history] .design-task-rail summary .expert-avatar.mini{width:24px;height:24px}body[data-page=history] .design-task-rail details>a{height:34px;margin:2px 0;padding:0 10px 0 43px;border-radius:8px;color:#8e9299;font-size:12px;transition:background .16s ease,color .16s ease}body[data-page=history] .design-task-rail details>a:hover{background:#eeeeef;color:#3f4248}body[data-page=history] .design-task-rail details>a.active{background:#e9e9e9;color:#24272c;font-weight:500}body[data-page=history] .design-task-rail details>a i{background:#328cff}body[data-page=history] .design-task-rail details>a{padding-left:12px;gap:4px}body[data-page=history] .design-task-rail details>a .task-chat-icon{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;color:#a4a8ae}body[data-page=history] .design-task-rail details>a .task-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[data-page=history] .design-task-rail details>a .task-meta{margin-left:4px}body[data-page=history] .design-task-rail details>a.active .task-chat-icon{color:#555b63}body[data-page=history] .content-workspace{height:100vh;overflow:hidden}body[data-page=history] .secondary-page-shell{width:100%;max-width:none;height:100%;margin:0;padding:0}body[data-page=history] .design-chat-page{height:100%;min-height:0}body[data-page=history] .design-chat-title{height:72px;flex:0 0 72px;border-bottom:1px solid #f2f3f5;display:flex;align-items:center;justify-content:center;color:#000;font-size:16px;line-height:24px;font-weight:600}body[data-page=history] .design-chat-title span{max-width:620px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[data-page=history] .design-chat-page .chat-stream{width:100%;max-width:none;min-height:0;flex:1;margin:0;padding:24px max(40px,calc((100% - 880px)/2));display:flex;flex-direction:column;justify-content:flex-start;gap:40px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e1e3e6 transparent}body[data-page=history] .design-chat-page .chat-stream:before{content:"";margin-top:auto}body[data-page=history] .design-chat-page .user-bubble{width:max-content;max-width:72%;margin:0 0 0 auto;padding:12px 16px;border-radius:16px;background:#2f2f2f;color:#fff;font-size:14px;line-height:20px;box-shadow:none}body[data-page=history] .design-chat-page .assistant-message{width:100%;max-width:none;margin:0}body[data-page=history] .assistant-message header{height:30px;gap:8px}body[data-page=history] .assistant-message header .expert-avatar.mini{width:30px;height:30px}body[data-page=history] .assistant-message header .expert-avatar{margin-left:0;padding:0;background:var(--bg);color:var(--accent);font-size:8px}body[data-page=history] .assistant-message header b{color:var(--expert-accent,#52c41a);font-size:14px;line-height:20px;font-weight:500}body[data-page=history] .assistant-message header em{margin-left:3px;font-style:normal;font-weight:600}body[data-page=history] .assistant-status{width:max-content;height:28px;margin:12px 0 0;padding:4px 10px;border-left:1px solid #e5e6eb;border-radius:8px;background:#f9f9f9;display:flex;align-items:center;gap:10px;color:#666;font-size:12px;line-height:20px}body[data-page=history] .assistant-status span{display:flex;align-items:center;gap:4px}body[data-page=history] .assistant-status i{width:4px;height:4px;border-radius:50%;background:#d9d9d9}body[data-page=history] .assistant-status.failed-status{border-left-color:#ffccc7;background:#fff2f0;color:#cf1322}body[data-page=history] .failed-message .assistant-copy{color:#a8071a}body[data-page=history] .recovered-run-notice{width:max-content;margin:0 auto;padding:7px 11px;border:1px solid #e7e9ed;border-radius:999px;background:#fafbfc;color:#969ba4;display:flex;align-items:center;gap:8px;font-size:10px}body[data-page=history] .recovered-run-notice i{width:3px;height:3px;border-radius:50%;background:#c5c8ce}body[data-page=history] .recovered-run-notice b{color:#58a169;font-weight:500}body[data-page=history] .assistant-copy{margin:12px 0 0;color:#333;font-size:16px;line-height:24px;white-space:normal;word-break:break-word}body[data-page=history] .markdown-body{max-width:880px;color:#34373d;font-size:15px;line-height:1.8}body[data-page=history] .markdown-body p{margin:0 0 16px}body[data-page=history] .markdown-body p:last-child{margin-bottom:0}body[data-page=history] .markdown-body h2,body[data-page=history] .markdown-body h3,body[data-page=history] .markdown-body h4,body[data-page=history] .markdown-body h5{margin:28px 0 12px;color:#17191d;line-height:1.35;letter-spacing:-.01em}body[data-page=history] .markdown-body h2{font-size:22px}body[data-page=history] .markdown-body h3{font-size:18px}body[data-page=history] .markdown-body h4,body[data-page=history] .markdown-body h5{font-size:16px}body[data-page=history] .markdown-body strong{color:#111318;font-weight:650}body[data-page=history] .markdown-body em{color:#555b66}body[data-page=history] .markdown-body a{color:#5b55e7;text-decoration:none;border-bottom:1px solid #c9c6ff}body[data-page=history] .markdown-body ul,body[data-page=history] .markdown-body ol{margin:10px 0 20px;padding-left:24px}body[data-page=history] .markdown-body li{margin:7px 0;padding-left:3px}body[data-page=history] .markdown-body li::marker{color:#766ff0;font-weight:600}body[data-page=history] .markdown-body blockquote{margin:18px 0;padding:12px 16px;border-left:3px solid #766ff0;border-radius:0 10px 10px 0;background:#f7f6ff;color:#555b66}body[data-page=history] .markdown-body code{padding:2px 6px;border-radius:5px;background:#f1f2f4;color:#684fd4;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}body[data-page=history] .markdown-body pre{margin:18px 0;padding:16px 18px;border-radius:12px;background:#17191f;overflow:auto}body[data-page=history] .markdown-body pre code{padding:0;background:transparent;color:#e8e9ed;line-height:1.65}body[data-page=history] .markdown-table-wrap{margin:16px 0 22px;border:1px solid #e9ebef;border-radius:12px;overflow:auto;box-shadow:0 8px 24px #1f233009}body[data-page=history] .markdown-body table{width:100%;min-width:620px;border-collapse:collapse;background:#fff;font-size:13px;line-height:1.55}body[data-page=history] .markdown-body th{padding:11px 14px;background:#f7f8fa;color:#5c616b;text-align:left;font-size:12px;font-weight:600;white-space:nowrap}body[data-page=history] .markdown-body td{padding:12px 14px;border-top:1px solid #eef0f3;vertical-align:top}body[data-page=history] .markdown-body tbody tr:hover{background:#fbfbfd}body[data-page=history] .lumo-product-result{width:min(720px,100%);margin-top:14px;border:1px solid #e8e9eb;border-radius:8px;background:#f6f6f6;overflow:hidden;color:#2e3034}body[data-page=history] .product-hero-media{position:relative;width:100%;aspect-ratio:16/9;background:#eceeed;overflow:hidden}body[data-page=history] .product-hero-media>img{width:100%;height:100%;display:block;object-fit:cover}body[data-page=history] .product-carousel{position:relative;width:100%;height:100%}body[data-page=history] .product-carousel>img{width:100%;height:100%;display:block;object-fit:cover}body[data-page=history] .product-carousel>button{position:absolute;top:50%;width:34px;height:34px;border:0;border-radius:50%;background:#14161994;color:#fff;font-size:28px;line-height:28px;transform:translateY(-50%);cursor:pointer;opacity:.9}body[data-page=history] .product-carousel>button:first-of-type{left:14px}body[data-page=history] .product-carousel>button:nth-of-type(2){right:14px}body[data-page=history] .product-carousel>button:hover{background:#141619cc}body[data-page=history] .product-carousel-dots{position:absolute;left:50%;bottom:12px;display:flex;gap:6px;transform:translate(-50%)}body[data-page=history] .product-carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#ffffff9e;cursor:pointer}.product-carousel-dots button.is-active{background:#fff;transform:scale(1.25)}body[data-page=history] .product-hero-media>span{position:absolute;right:14px;bottom:12px;padding:5px 9px;border-radius:4px;background:#1a1c1fb8;color:#fff;font-size:11px}body[data-page=history] .product-image-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a0a4a9;background:linear-gradient(145deg,#f5f6f6,#e8ebea)}body[data-page=history] .product-image-placeholder b{margin:12px 0 3px;color:#73777d;font-size:14px}body[data-page=history] .product-image-placeholder span{font-size:11px}body[data-page=history] .product-overview,body[data-page=history] .product-spec-block,body[data-page=history] .product-attribute-block,body[data-page=history] .product-selling-block{padding:22px 24px;background:#fff;border-bottom:10px solid #f4f4f4}body[data-page=history] .product-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}body[data-page=history] .product-price-row strong{color:#111;font-size:26px;line-height:1;font-weight:700}body[data-page=history] .product-price-row>span{padding:7px 11px;border-radius:6px;background:#f5f5f5;color:#85888d;font-size:12px}body[data-page=history] .product-overview h2{margin:18px 0 10px;font-size:21px;line-height:1.45;font-weight:600}body[data-page=history] .product-overview p{margin:0 0 15px;color:#70747a;font-size:14px;line-height:1.65}body[data-page=history] .product-overview small{color:#9a9da2;font-size:12px}body[data-page=history] .lumo-product-result section h3{margin:0 0 16px;font-size:18px;font-weight:650}body[data-page=history] .product-spec-options{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}body[data-page=history] .product-spec-options span{padding:8px 13px;border:1px solid #e1e3e5;border-radius:6px;background:#fafafa;color:#777;font-size:12px}body[data-page=history] .product-spec-options span.active{border-color:#303238;background:#fff;color:#24262a}body[data-page=history] .product-sku-table{font-size:12px}body[data-page=history] .product-sku-table .markdown-table-wrap{margin:0;overflow:auto;border:1px solid #ebedef;border-radius:7px}body[data-page=history] .product-attribute-block>div{border:1px solid #e7e9ec;border-radius:8px;overflow:hidden}body[data-page=history] .product-attribute-block p{min-height:48px;margin:0;padding:11px 16px;border-bottom:1px dashed #e9eaec;display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:16px;font-size:13px}body[data-page=history] .product-attribute-block p:last-child{border-bottom:0}body[data-page=history] .product-attribute-block p span{color:#777b81}body[data-page=history] .product-attribute-block p b{color:#555960;text-align:right;font-weight:500}body[data-page=history] .product-selling-block>p{position:relative;margin:0;padding:7px 0 7px 18px;color:#555a61;font-size:13px;line-height:1.6}body[data-page=history] .product-selling-block>p:before{content:"✓";position:absolute;left:0;color:#38a068;font-weight:700}body[data-page=history] .product-selling-block>div{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}body[data-page=history] .product-selling-block>div span{padding:5px 9px;border-radius:4px;background:#f2f3f4;color:#73777d;font-size:11px}body[data-page=history] .product-library-link{min-height:72px;padding:14px 20px;background:#fff;color:#30333a;text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:16px}body[data-page=history] .product-library-link>span{display:flex;align-items:center;gap:12px}body[data-page=history] .product-library-link>span>svg{width:38px;height:38px;padding:9px;border-radius:7px;background:#f0efff;color:#6558d9}body[data-page=history] .product-library-link i{font-style:normal}body[data-page=history] .product-library-link b,body[data-page=history] .product-library-link small{display:block}body[data-page=history] .product-library-link b{font-size:14px}body[data-page=history] .product-library-link small{margin-top:3px;color:#969aa1;font-size:11px}body[data-page=history] .product-library-link:hover{background:#fbfbff}body[data-page=history] .product-image-status{display:flex;gap:11px;align-items:flex-start;padding:16px 24px;background:#f4faf6;color:#28784c}body[data-page=history] .product-image-status.is-warning{background:#fff8eb;color:#9a6415}body[data-page=history] .product-image-status svg{flex:none;margin-top:1px}body[data-page=history] .product-image-status b{display:block;font-size:13px}body[data-page=history] .product-image-status p{margin:3px 0 0;color:#777b82;font-size:12px;line-height:1.5}body[data-page=history] .product-image-generation{padding:18px 24px;background:#fff;border-bottom:10px solid #f4f4f4}body[data-page=history] .product-image-generation h3{margin-bottom:12px}body[data-page=history] .product-image-generation ul{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;list-style:none}body[data-page=history] .product-image-generation li{min-width:0;padding:11px 12px;border:1px solid #e7e9ec;border-radius:6px;background:#fafbfb;display:grid;gap:4px}body[data-page=history] .product-image-generation li b{font-size:12px;font-weight:600}body[data-page=history] .product-image-generation li span{font-size:11px;color:#258653}body[data-page=history] .product-image-generation li.is-failed span{color:#b66b10}body[data-page=history] .product-image-generation li small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#999da3;font-size:10px}body[data-page=history] .product-image-generation>p{margin:12px 0 0;color:#8b6b36;font-size:11px;line-height:1.55}body[data-page=history] .product-sku-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e7e9ec;border-radius:7px;overflow:hidden}body[data-page=history] .product-sku-summary>span{min-width:0;padding:13px 15px;border-right:1px solid #e7e9ec;display:grid;gap:5px}body[data-page=history] .product-sku-summary>span:last-child{border-right:0}body[data-page=history] .product-sku-summary small{color:#92969c;font-size:10px}body[data-page=history] .product-sku-summary b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#44484e;font-size:12px;font-weight:600}@media(max-width:760px){body[data-page=history] .product-overview,body[data-page=history] .product-spec-block,body[data-page=history] .product-attribute-block,body[data-page=history] .product-selling-block{padding:18px}body[data-page=history] .product-overview h2{font-size:18px}body[data-page=history] .product-attribute-block p{grid-template-columns:92px minmax(0,1fr);padding:10px 12px}body[data-page=history] .product-price-row strong{font-size:23px}}@media(max-width:760px){body[data-page=history] .product-image-generation{padding:18px}body[data-page=history] .product-image-generation ul,body[data-page=history] .product-sku-summary{grid-template-columns:1fr}body[data-page=history] .product-sku-summary>span{border-right:0;border-bottom:1px solid #e7e9ec}body[data-page=history] .product-sku-summary>span:last-child{border-bottom:0}}body[data-page=history] .agent-artifacts{max-width:880px;margin-top:22px;border:1px solid #e7e9ee;border-radius:14px;background:linear-gradient(145deg,#fbfbff,#fff);overflow:hidden;box-shadow:0 12px 30px #2a30460d}body[data-page=history] .artifact-list{padding:8px}body[data-page=history] .artifact-list article{min-height:62px;padding:9px 10px;border-radius:10px;display:flex;align-items:center;gap:11px}body[data-page=history] .artifact-list article:hover{background:#f7f7fb}body[data-page=history] .artifact-file-icon{width:38px;height:42px;border:1px solid #ddd9ff;border-radius:8px;background:#f3f1ff;color:#665be7;display:grid;place-items:center;font-size:9px;font-weight:700;letter-spacing:.04em}body[data-page=history] .artifact-list article>div{min-width:0;flex:1}body[data-page=history] .artifact-list article>div b,body[data-page=history] .artifact-list article>div small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[data-page=history] .artifact-list article>div b{color:#30333a;font-size:12px;font-weight:600}.artifact-list article>div small{margin-top:4px;color:#9b9fa8;font-size:10px}body[data-page=history] .artifact-list button,body[data-page=history] .artifact-list a{height:30px;padding:0 12px;border-radius:8px;font-size:11px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}body[data-page=history] .artifact-list button{border:0;background:#2b2d32;color:#fff;cursor:pointer}.artifact-list a{border:1px solid #e2e4e8;color:#686d76;background:#fff}.artifact-preview-modal{width:min(1180px,92vw);height:min(820px,90vh);max-width:none;max-height:none;padding:0;border-radius:16px;overflow:hidden}.artifact-preview-modal .modal-close{top:18px;right:18px;z-index:3;background:#f1f2f4}.artifact-preview-head{height:72px;padding:0 68px 0 22px;border-bottom:1px solid #e9ebef;display:flex;align-items:center;justify-content:space-between;background:#fff}.artifact-preview-head small{color:#8b82ef;font-size:9px;font-weight:700;letter-spacing:.12em}.artifact-preview-head h2{max-width:720px;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.artifact-preview-head a{height:32px;padding:0 12px;border:1px solid #e2e4e8;border-radius:8px;color:#555b64;text-decoration:none;font-size:11px;display:flex;align-items:center}.artifact-preview-frame{display:block;width:100%;height:calc(100% - 72px);border:0;background:#f4f5f7}.artifact-image-preview{height:calc(100% - 72px);padding:24px;background:#f4f5f7;display:grid;place-items:center;overflow:auto}.artifact-image-preview img{max-width:100%;max-height:100%;border-radius:8px;box-shadow:0 16px 50px #0000001f}body[data-page=history] .thinking-progress{height:28px;margin-top:12px;display:flex;align-items:center;gap:12px;color:#666;font-size:12px}body[data-page=history] .thinking-progress>span{display:flex;align-items:center;gap:4px}body[data-page=history] .thinking-progress>div{display:flex;align-items:center;gap:4px}body[data-page=history] .thinking-progress i{width:5px;height:5px;border-radius:50%;background:#92979f;animation:mock-thinking 1.1s ease-in-out infinite}body[data-page=history] .thinking-progress i:nth-child(2){animation-delay:.16s}body[data-page=history] .thinking-progress i:nth-child(3){animation-delay:.32s}body[data-page=history] .thinking-message>p{margin:6px 0 0;color:#888;font-size:13px;line-height:20px}@keyframes mock-thinking{0%,70%,to{transform:translateY(0);opacity:.35}35%{transform:translateY(-3px);opacity:1}}body[data-page=history] .mock-detail{margin-top:20px;border:1px solid #edf0f3;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 12px 28px #394e7a0b}body[data-page=history] .mock-detail>header{height:54px;padding:0 18px;border-bottom:1px solid #f0f1f3;background:#fafbfc;display:flex;align-items:center;justify-content:space-between}body[data-page=history] .mock-detail>header span{color:#292c31;font-size:14px;font-weight:600}body[data-page=history] .mock-detail>header small{color:#9a9ea5;font-size:11px}body[data-page=history] .generated-product-images{padding:16px 18px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}body[data-page=history] .generated-product-images.image-count-1{grid-template-columns:minmax(0,320px)}body[data-page=history] .generated-product-images.image-count-2{grid-template-columns:repeat(2,minmax(0,240px))}body[data-page=history] .generated-product-images figure{height:168px;margin:0;border:1px solid #edf0f3;border-radius:12px;background:#f7f8fa;overflow:hidden}body[data-page=history] .generated-product-images.image-count-1 figure{height:220px}body[data-page=history] .generated-product-images img{display:block;width:100%;height:100%;object-fit:contain}body[data-page=history] .opportunity-list{padding:4px 18px}body[data-page=history] .opportunity-list article{min-height:86px;padding:14px 0;border-bottom:1px solid #f2f3f5;display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:start}body[data-page=history] .opportunity-list article:last-child{border-bottom:0}body[data-page=history] .opportunity-list article>b{width:28px;height:28px;border-radius:9px;background:#eee8ff;color:#6d4aff;display:grid;place-items:center;font-size:12px}body[data-page=history] .opportunity-list h3,body[data-page=history] .news-list h3,body[data-page=history] .capability-grid h3{margin:0;color:#333;font-size:13px;line-height:20px}body[data-page=history] .opportunity-list p,body[data-page=history] .news-list p,body[data-page=history] .capability-grid p{margin:5px 0 0;color:#777;font-size:12px;line-height:19px}body[data-page=history] .opportunity-list small{display:block;margin-top:6px;color:#9a9ea5;font-size:11px}body[data-page=history] .opportunity-list article>span{padding:4px 8px;border-radius:12px;background:#edf8f0;color:#43a35a;font-size:10px;white-space:nowrap}body[data-page=history] .mock-recommendations,body[data-page=history] .mock-examples{padding:16px 18px;background:#fafbfc}body[data-page=history] .mock-recommendations h3,body[data-page=history] .mock-insights h3,body[data-page=history] .mock-examples h3{margin:0 0 10px;font-size:12px}body[data-page=history] .mock-recommendations p,body[data-page=history] .mock-examples p{margin:6px 0;color:#666;font-size:12px;line-height:18px}body[data-page=history] .mock-recommendations p:before{content:"✓";margin-right:8px;color:#6d4aff}body[data-page=history] .news-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 18px}body[data-page=history] .news-list article{padding:14px;border:1px solid #eef0f3;border-radius:11px;background:#fff}body[data-page=history] .news-list article>div{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between}body[data-page=history] .news-list article>div span{padding:3px 7px;border-radius:9px;background:#edf7ff;color:#2780c4;font-size:10px}body[data-page=history] .news-list article>div small{color:#aaa;font-size:10px}body[data-page=history] .mock-insights{padding:15px 18px 18px;border-top:1px solid #f0f1f3}body[data-page=history] .mock-insights span{margin:0 7px 7px 0;padding:6px 10px;border-radius:12px;background:#f6f6f7;color:#666;display:inline-block;font-size:11px}body[data-page=history] .capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 18px}body[data-page=history] .capability-grid article{min-height:112px;padding:14px;border-radius:12px;background:linear-gradient(145deg,#f5f2ff,#fff 72%)}body[data-page=history] .capability-grid article>b{display:block;margin-bottom:11px;color:#6d4aff;font:600 12px Montserrat,sans-serif}body[data-page=history] .mock-examples p{padding:8px 10px;border-radius:8px;background:#fff;color:#686d75}body[data-page=history] .product-data-head{padding:18px;display:flex;align-items:flex-start;justify-content:space-between}body[data-page=history] .product-data-head small{color:#999;font-size:11px}body[data-page=history] .product-data-head h3{margin:5px 0;color:#333;font-size:16px}body[data-page=history] .product-data-head p{margin:0;color:#777;font-size:12px}body[data-page=history] .product-data-head>span{padding:5px 9px;border-radius:12px;background:#fff4e8;color:#f08a20;font-size:10px}body[data-page=history] .product-attribute-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:0 18px 18px}body[data-page=history] .product-attribute-grid div{padding:11px;border-radius:10px;background:#fafafa}body[data-page=history] .product-attribute-grid small{display:block;color:#999;font-size:10px}body[data-page=history] .product-attribute-grid b{display:block;margin-top:5px;color:#444;font-size:12px}body[data-page=history] .product-selling-points{padding:16px 18px;border-top:1px solid #f0f1f3}body[data-page=history] .product-selling-points h3,body[data-page=history] .enrichment-columns h3,body[data-page=history] .confirmation-list h3{margin:0 0 9px;font-size:12px}body[data-page=history] .product-selling-points p,body[data-page=history] .enrichment-columns p{margin:6px 0;color:#666;font-size:12px;line-height:18px}body[data-page=history] .product-selling-points p:before{content:"✦";margin-right:8px;color:#f08a20}body[data-page=history] .product-data-report footer{padding:12px 18px;background:#fafbfc;display:flex;gap:8px}body[data-page=history] .product-data-report footer span,body[data-page=history] .product-keywords span{padding:5px 9px;border-radius:11px;background:#fff;color:#777;font-size:10px}body[data-page=history] .bilingual-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 18px}body[data-page=history] .bilingual-columns article{padding:15px;border-radius:12px;background:#fafafa}body[data-page=history] .bilingual-columns article>b{color:#f08a20;font-size:11px}body[data-page=history] .bilingual-columns h3{margin:9px 0 7px;color:#333;font-size:13px;line-height:20px}body[data-page=history] .bilingual-columns p{margin:0 0 9px;color:#777;font-size:11px;line-height:18px}body[data-page=history] .bilingual-columns span{display:block;margin:4px 0;color:#666;font-size:11px;line-height:17px}body[data-page=history] .product-keywords{padding:13px 18px;border-top:1px solid #f0f1f3;display:flex;align-items:center;gap:7px;flex-wrap:wrap;background:#fafbfc}body[data-page=history] .product-keywords>b{margin-right:4px;font-size:11px}body[data-page=history] .specification-list{padding:5px 18px}body[data-page=history] .specification-list article{padding:12px 0;border-bottom:1px solid #f1f2f4;display:flex;align-items:center;justify-content:space-between}body[data-page=history] .specification-list article:last-child{border-bottom:0}body[data-page=history] .specification-list small{display:block;color:#999;font-size:10px}body[data-page=history] .specification-list b{display:block;margin-top:4px;color:#444;font-size:12px}body[data-page=history] .specification-list span{padding:4px 8px;border-radius:10px;background:#fff4e8;color:#e98724;font-size:10px}body[data-page=history] .enrichment-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 18px;border-top:1px solid #f0f1f3}body[data-page=history] .enrichment-columns>div{padding:13px;border-radius:10px;background:#fafafa}body[data-page=history] .confirmation-list{padding:14px 18px 18px}body[data-page=history] .confirmation-list span{margin:0 6px 6px 0;padding:6px 9px;border-radius:11px;background:#fff1f0;color:#c85d58;display:inline-block;font-size:10px}@media(max-width:900px){body[data-page=history] .news-list,body[data-page=history] .capability-grid{grid-template-columns:1fr}}@media(max-width:900px){body[data-page=history] .product-attribute-grid{grid-template-columns:1fr 1fr}body[data-page=history] .bilingual-columns,body[data-page=history] .enrichment-columns{grid-template-columns:1fr}}.sidebar.signed-sidebar,.sidebar.signed-landing-sidebar{width:280px;flex-basis:280px;padding:32px 16px 28px;background:#f7f7f7}.sidebar.signed-sidebar .brand-logo,.sidebar.signed-landing-sidebar .brand-logo{width:102px;height:34px}.sidebar.signed-sidebar .main-nav,.sidebar.signed-landing-sidebar .main-nav{margin-top:34px;gap:8px}.sidebar.signed-sidebar .nav-item,.sidebar.signed-landing-sidebar .nav-item{height:46px;padding:0 14px;border-radius:9px;gap:10px;font-size:16px}body[data-page=history] .chat-composer{position:static;flex:0 0 auto;width:calc(100% - 440px);max-width:880px;margin:0 auto 40px;padding:0;background:none}body[data-page=history] .chat-composer .prompt-box{width:100%;height:168px;margin:0;padding:16px;border-color:#e5e6eb;border-radius:16px;background:#fff;box-shadow:0 14px 12px #00000005}body[data-page=history] .chat-composer .prompt-box textarea{height:80px;padding:0;color:#333;font-size:16px;line-height:24px}body[data-page=history] .chat-composer .prompt-footer{height:40px;margin-top:16px;padding:0}body[data-page=history] .chat-composer .prompt-chip,body[data-page=history] .chat-composer .model-select{height:38px;padding:0 9px;font-size:13px}body[data-page=history] .chat-composer .send-button{width:40px;height:40px}@media(max-width:1399px){body[data-page=history] .sidebar{width:240px;flex-basis:240px;padding:26px 12px 24px}body[data-page=history] .design-chat-title{height:60px;flex-basis:60px}body[data-page=history] .design-chat-page .chat-stream{width:100%;padding:24px 28px}body[data-page=history] .chat-composer{width:min(760px,calc(100% - 56px));margin-bottom:24px}}@media(max-width:900px){body[data-page=history] .sidebar{width:220px;flex-basis:220px}body[data-page=history] .design-chat-page .chat-stream{width:100%;padding:24px 20px}body[data-page=history] .design-chat-page .user-bubble{max-width:82%}body[data-page=history] .chat-composer{width:calc(100% - 40px);margin-bottom:16px}body[data-page=history] .chat-composer .model-select{display:none}}body .sidebar.signed-sidebar,body .sidebar.signed-landing-sidebar{width:280px;flex-basis:280px;padding:32px 16px 28px;background:#f7f7f7}body .sidebar.signed-sidebar .brand-logo,body .sidebar.signed-landing-sidebar .brand-logo{width:102px;height:34px}body .sidebar.signed-sidebar .main-nav,body .sidebar.signed-landing-sidebar .main-nav{margin-top:34px;gap:8px}body .sidebar.signed-sidebar .nav-item,body .sidebar.signed-landing-sidebar .nav-item{height:46px;padding:0 14px;border-radius:9px;gap:10px;font-size:16px}body[data-page=history] .chat-expert-card{position:relative;width:clamp(520px,72%,680px);min-height:126px;margin:22px 0 0;padding:18px 56px 18px 18px;border:1px solid #edf0f3;border-radius:14px;background:linear-gradient(135deg,var(--expert-bg),#fff 58%);box-shadow:0 12px 28px #394e7a0e;display:flex;align-items:flex-start;gap:13px}body[data-page=history] .chat-expert-card .expert-avatar.mini{width:48px;height:48px;flex:0 0 48px;border-width:2px}body[data-page=history] .chat-expert-card>div{min-width:0;flex:1;padding-right:150px}body[data-page=history] .chat-expert-card b{display:block;color:#272a30;font-size:15px;line-height:22px}body[data-page=history] .chat-expert-card small{display:block;margin-top:2px;color:var(--expert-accent);font-size:11px;line-height:17px}body[data-page=history] .chat-expert-card p{margin:8px 0 13px;color:#777d86;font-size:12px;line-height:19px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body[data-page=history] .chat-expert-card a{width:max-content;height:32px;padding:0 14px;border-radius:8px;background:#24272c;color:#fff;display:inline-flex;align-items:center;text-decoration:none;font-size:11px;font-weight:500}body[data-page=history] .chat-expert-card>svg{position:absolute;right:18px;top:20px;color:#8e939b}.expert-picker-list button{width:100%;padding:10px;border:0;border-top:1px solid #eee;background:#fff;display:flex;align-items:center;gap:10px;text-align:left}.expert-picker-list button span{display:grid}.expert-picker-list button small{color:#999}.expert-picker-list button>svg{margin-left:auto}body[data-page=history] .chat-expert-card p,body[data-page=history] .chat-expert-card a{display:none}body[data-page=history] .chat-expert-card textarea{display:block;width:calc(100% + 265px);height:82px;margin:18px 0 0 -61px;padding:10px 0;border:0;border-radius:0;background:transparent;color:#555b64;outline:0;resize:vertical;font-size:12px;line-height:19px;box-shadow:none}body[data-page=history] .chat-expert-card textarea:focus{border:0;outline:0;box-shadow:none}body[data-page=history] .chat-expert-card button{position:absolute;right:18px;top:18px;width:max-content;height:32px;padding:0 14px;border:0;border-radius:8px;background:#24272c;color:#fff;display:inline-flex;align-items:center;font-size:11px;font-weight:500}body[data-page=history] .chat-expert-card button:disabled{cursor:wait;opacity:.55}body[data-page=history] .chat-composer .send-button.stop-button{background:#292929;color:#fff;border:0}body[data-page=history] .chat-composer .send-button.stop-button span{width:12px;height:12px;border-radius:3px;background:currentColor;display:block}body[data-page=history] .stopped-status{border-left-color:#d9dde3;background:#f5f6f7;color:#777}body[data-page=products] .content-workspace{min-width:0;background:#fff}body[data-page=products] .secondary-page-shell{width:calc(100% - 48px);max-width:none;padding:24px 0 72px}body[data-page=products] .sidebar.signed-sidebar .main-nav{margin-top:15px}body[data-page=products] .products-page{width:100%;min-width:0;color:#1d2129}body[data-page=products] .data-page-head{height:92px;display:flex;align-items:flex-start;justify-content:space-between}body[data-page=products] .data-page-head a{color:#999;text-decoration:none;font-size:12px;line-height:20px}body[data-page=products] .data-page-head a:hover{color:#4e5969}body[data-page=products] .data-page-head h1{margin:12px 0 0;color:#1d2129;font-size:20px;line-height:28px;font-weight:600;letter-spacing:0}body[data-page=products] .data-page-head .search-bar{width:300px;height:36px;margin:36px 0 0;padding:0 14px;border:0;border-radius:8px;background:#f7f8fa;display:flex;align-items:center;gap:8px;color:#c9cdd4}body[data-page=products] .data-page-head .search-bar input{width:100%;height:100%;padding:0;border:0;background:transparent;color:#1d2129;outline:0;font-size:12px}body[data-page=products] .data-page-head .search-bar input::placeholder{color:#c9cdd4}body[data-page=products] .product-actions{height:36px;margin:0 0 18px;display:flex;align-items:center;gap:10px}body[data-page=products] .product-actions>a,body[data-page=products] .product-actions>button{height:36px;padding:0 15px;border:1px solid #e5e6eb;border-radius:8px;background:#fff;color:#4e5969;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-size:12px;line-height:20px;white-space:nowrap}body[data-page=products] .product-actions>a{border-color:#1d2129;background:#1d2129;color:#fff}body[data-page=products] .product-actions>a:hover{background:#000}body[data-page=products] .product-actions>button:hover{border-color:#c9cdd4;background:#fafafa}body[data-page=products] .product-actions .supplier-select{width:156px;justify-content:space-between;color:#c9cdd4}body[data-page=products] .product-actions .supplier-select span{color:#86909c}body[data-page=products] .product-filter-row{height:44px;margin:0;display:flex;align-items:center;gap:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}body[data-page=products] .product-filter-row::-webkit-scrollbar{display:none}body[data-page=products] .product-filter-row b{margin-right:22px;flex:0 0 auto;color:#4e5969;font-size:12px;font-weight:400}body[data-page=products] .product-filter-row button{height:28px;margin-right:24px;padding:0;border:0;background:transparent;color:#86909c;flex:0 0 auto;font-size:12px}body[data-page=products] .product-filter-row button:hover{color:#4e5969}body[data-page=products] .product-filter-row button.active{color:#1d2129;font-weight:600}body[data-page=products] .product-results{position:relative}body[data-page=products] .product-table{width:100%;border:0}body[data-page=products] .product-table>header,body[data-page=products] .product-row{width:100%;padding:0 16px;display:grid;grid-template-columns:minmax(390px,2fr) .62fr .76fr .72fr .86fr;align-items:center;text-align:left}body[data-page=products] .product-table>header{height:42px;border:0;border-radius:8px;background:#f7f8fa;color:#86909c;font-size:12px;font-weight:400}body[data-page=products] .product-table>header span:first-child{display:flex;align-items:center;gap:18px}body[data-page=products] input[type=checkbox]{width:14px;height:14px;margin:0;flex:0 0 14px;accent-color:#4e5969;cursor:pointer}body[data-page=products] .product-row{height:80px;border:0;border-bottom:1px solid #f2f3f5;background:#fff;color:#4e5969;font-size:12px}body[data-page=products] .product-row:hover{background:#fafbfc}body[data-page=products] .product-row[hidden]{display:none}body[data-page=products] .product-main-cell{min-width:0;display:flex;align-items:center;gap:18px}body[data-page=products] .product-main-cell>button{min-width:0;padding:0;border:0;background:transparent;display:flex;align-items:center;gap:14px;text-align:left}body[data-page=products] .product-main-cell i{width:54px;height:54px;flex:0 0 54px;border-radius:7px;background:var(--tone,#f4f5f6);display:grid;place-items:center;overflow:hidden}body[data-page=products] .product-main-cell i img{display:block;width:100%;height:100%;object-fit:cover}body[data-page=products] .product-main-cell button>span{min-width:0;display:block}body[data-page=products] .product-main-cell b{max-width:440px;color:#4e5969;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:20px;font-weight:400}body[data-page=products] .table-pagination{height:64px;padding:20px 8px 0;display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#86909c;font-size:12px;text-align:left}body[data-page=products] .table-pagination>span{margin-right:4px}body[data-page=products] .table-pagination button,body[data-page=products] .table-pagination b{width:28px;height:28px;padding:0;border:1px solid #e5e6eb;border-radius:7px;background:#fff;color:#4e5969;display:inline-grid;place-items:center;font-size:12px;font-weight:400}body[data-page=products] .table-pagination button:first-of-type{width:82px;padding:0 10px}body[data-page=products] .table-pagination button:disabled{color:#c9cdd4;background:#f7f8fa}body[data-page=products] .table-pagination b{border-color:#1d2129;color:#1d2129}body[data-page=products] .product-no-results{height:180px;margin:0;display:grid;place-items:center;color:#86909c;font-size:13px}body[data-page=products] .product-no-results[hidden]{display:none}@media(max-width:1300px){body[data-page=products] .product-table>header,body[data-page=products] .product-row{grid-template-columns:minmax(330px,1.65fr) .58fr .72fr .68fr .78fr}body[data-page=products] .data-page-head .search-bar{width:260px}}.library-product-attributes,.library-product-points{margin:22px 0}.library-product-attributes h3,.library-product-points h3{font-size:14px}.library-product-attributes{border:1px solid #eceef1;border-radius:8px;overflow:hidden}.library-product-attributes h3{margin:0;padding:14px 16px;background:#f8f9fa}.library-product-attributes p{margin:0;padding:10px 16px;border-top:1px solid #eff0f2;display:grid;grid-template-columns:130px 1fr;gap:12px;font-size:12px}.library-product-attributes p span{color:#888}.library-product-attributes p b{color:#555;text-align:right;font-weight:500}.library-product-points p{margin:7px 0;padding-left:16px;color:#666;font-size:12px;line-height:1.6}.product-detail-modal{padding:28px 28px 92px;overflow:auto}.library-detail-title h2{margin:8px 0 6px;font-size:20px;line-height:1.4}.library-detail-title p{margin:0;color:#777;font-size:13px}.library-detail-title small{color:#969ba3;font-size:11px}.library-detail-rule{height:1px;margin:22px 0;background:#e9eaec}.library-detail-image{height:220px;margin-bottom:22px;border-radius:8px;background:#f1f2f2;overflow:hidden}.library-detail-image>img{width:100%;height:100%;display:block;object-fit:cover}.library-image-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ba0a6;background:linear-gradient(145deg,#f5f6f6,#e9ebeb)}.library-image-placeholder b{margin-top:10px;color:#72777d;font-size:13px}.library-image-placeholder small{margin-top:4px;font-size:11px}.library-product-sku{margin:22px 0}.library-product-sku h3{margin:0 0 12px;font-size:14px}.library-product-sku .markdown-table-wrap{overflow:auto;border:1px solid #eceef1;border-radius:7px}.library-detail-actions{position:absolute;left:0;right:0;bottom:0;padding:14px 28px;background:#fffffff5;border-top:1px solid #eceef1;z-index:2}.library-detail-actions .primary-button{width:100%;margin:0}.composer-file-input{display:none}.composer-files{display:none;gap:8px;padding:0 14px 8px;overflow:auto}.prompt-box.has-composer-files .composer-files{display:flex}.composer-file{position:relative;min-width:170px;max-width:220px;height:42px;padding:6px 28px 6px 8px;border:1px solid #e7e9ed;border-radius:8px;background:#fafbfc;display:flex;align-items:center;gap:7px}.composer-file>img{width:30px;height:30px;object-fit:cover;border-radius:5px}.composer-file>span{width:30px;height:30px;border-radius:5px;background:#eef2f7;color:#697586;display:grid;place-items:center}.composer-file>div{min-width:0;display:grid}.composer-file b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500}.composer-file small{color:#9aa1ad;font-size:9px}.composer-file button{position:absolute;top:3px;right:3px;width:18px;height:18px;padding:0;border:0;background:transparent;color:#9298a1;display:grid;place-items:center}.message-attachments{max-width:72%;margin:-22px 0 28px auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.message-attachments a{min-width:150px;max-width:230px;padding:7px 9px;border:1px solid #e5e8ee;border-radius:8px;background:#fff;color:#4e5969;text-decoration:none;display:flex;align-items:center;gap:7px;font-size:11px}.message-attachments a img{width:34px;height:34px;object-fit:cover;border-radius:5px}.message-attachments a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-attachments a small{margin-left:auto;color:#9aa1ad;font-size:9px}.attachment-hint{margin:12px 0 0;color:#9aa1ad;font-size:11px}.attachment-options button,.attachment-options a{gap:6px;color:#4e5969;font-size:12px}.prompt-box.has-composer-files{height:auto;min-height:210px}.prompt-box.has-composer-files textarea{height:96px}.prompt-box.compact.has-composer-files{min-height:180px}.prompt-box.compact.has-composer-files textarea{height:76px}
