.create-real:has(.agent-chat){max-width:1400px;padding:16px 28px 60px;gap:18px}.agent-chat{--chat-ink:#24372e;--chat-muted:#778077;--chat-line:#e3e7df;color:var(--chat-ink);border:1px solid var(--chat-line);border-radius:22px;background:#fbfcf8;overflow:hidden;text-align:left}.agent-chat button,.agent-chat select,.agent-chat textarea{font:inherit}.agent-chat button{cursor:pointer;transition:background .16s,border-color .16s,transform .16s}.agent-chat button:disabled{opacity:.45;cursor:not-allowed}.agent-chat button:focus-visible,.agent-chat select:focus-visible,.agent-chat summary:focus-visible{outline:3px solid #abc764;outline-offset:3px}.agent-chat-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 24px;border-bottom:1px solid var(--chat-line);background:#fff}.agent-chat-header>div{display:flex;align-items:center;gap:12px}.agent-chat-header h2{margin:0;font-size:17px;font-weight:650;letter-spacing:-.4px}.agent-chat-header p{font-size:13px;color:var(--chat-muted);margin:4px 0 0}.agent-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf0dd;font-size:27px;color:#546b36}.agent-chat-tools button,.agent-chat-tools select{border:1px solid var(--chat-line);border-radius:9px;background:#fff;padding:8px 11px;font-size:13px;color:var(--chat-ink);max-width:180px}.agent-chat-tools button{white-space:nowrap}.agent-chat-tools button:hover{background:#f0f3e9}.agent-chat-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;height:clamp(580px,calc(100dvh - 190px),850px);min-height:0}.agent-chat-main{display:flex;flex-direction:column;min-width:0;min-height:0;position:relative;background:#fff}.agent-message-stream{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#dce2d6 transparent;padding:32px clamp(18px,3vw,44px);display:flex;flex-direction:column;gap:27px}.agent-message{display:flex;align-items:flex-start;gap:11px;flex-shrink:0}.agent-message-body{min-width:0;max-width:calc(100% - 42px)}.agent-message-name{display:block;font-size:12px;color:var(--chat-muted);margin:0 0 8px 3px}.agent-avatar{flex:none;display:grid;place-items:center;width:30px;height:30px;margin-top:24px;border:1px solid #e2e8d6;border-radius:10px;background:#f3f6eb;color:#617846;font-size:23px}.agent-bubble{padding:16px 19px;background:#f5f7f1;border-radius:3px 16px 16px 16px;font-size:15px;line-height:1.8;overflow-wrap:anywhere}.agent-bubble p{margin:0;white-space:pre-wrap}.agent-message-user{justify-content:flex-end}.agent-message-user .agent-message-name{text-align:right;margin-right:4px}.agent-message-user .agent-bubble{background:#e9efd9;border-radius:16px 3px 16px 16px}.agent-message-user .agent-message-body{max-width:82%}.agent-examples{display:grid;gap:8px;margin-top:20px}.agent-examples button{display:flex;align-items:center;gap:10px;border:1px solid #e1e6d8;border-radius:10px;background:#fff;padding:10px 13px;color:#42583d;text-align:left;font-size:14px}.agent-examples button>span:first-child{font-size:18px;width:22px;text-align:center}.agent-examples button>span:last-child{margin-left:auto;color:#939f85}.agent-examples button:hover{border-color:#a7bb8a;background:#fbfdf6;transform:translateX(2px)}.agent-question{margin-top:13px}.agent-question-hint{font-size:12px;color:var(--chat-muted)}.agent-option-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.agent-option-tags button{display:flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #d9e0d0;border-radius:10px;background:#fff;color:#3f513c;font-size:14px}.agent-option-tags button.selected,.agent-option-tags button:hover{background:#e7eed8;border-color:#91a971}.agent-option-tags small{font-size:11px;color:#849467}.agent-inline-send{border:0;background:transparent;color:#536c3d;margin-top:12px;padding:5px 0;font-size:13px}.agent-requirement-card{background:#fff;border:1px solid #dde4d3;border-radius:13px;padding:18px;margin-top:17px}.agent-card-eyebrow{font-size:12px;color:#718257}.agent-requirement-card h3{font-size:16px;line-height:1.7;margin:8px 0 16px;font-weight:600}.agent-requirement-card h4{margin:16px 0 6px;font-size:13px;color:#768068}.agent-requirement-card ul{margin:0;padding-left:19px}.agent-requirement-card li{margin:5px 0;font-size:14px}.agent-requirement-card li p{color:#77806f;font-size:13px}.agent-requirement-card details{border-block:1px solid #eef1e8;padding:11px 0;margin-top:14px;font-size:14px}.agent-requirement-card summary{cursor:pointer;color:#556649}.agent-requirement-card details p{margin-top:12px;font-size:14px;max-height:320px;overflow:auto}.agent-card-actions,.agent-result-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.agent-card-actions button,.agent-result-actions button{border:1px solid #dbe2d3;background:#fff;border-radius:9px;padding:10px 14px;font-size:13px;color:#4c5e40}.agent-chat .agent-primary{background:#334b35;border-color:#334b35;color:#fff}.agent-chat .agent-primary:hover{background:#426144}.agent-result-actions{margin:0 0 0 41px;flex-shrink:0}.agent-thinking{display:flex;gap:11px;align-items:center;flex-shrink:0;font-size:13px;color:#7b8475}.agent-thinking .agent-avatar{margin-top:0}.agent-thinking-dots{display:inline-flex;gap:4px;margin-left:9px;vertical-align:middle}.agent-thinking-dots i{width:4px;height:4px;border-radius:50%;background:#889875;animation:agent-think 1.2s infinite}.agent-thinking-dots i:nth-child(2){animation-delay:.2s}.agent-thinking-dots i:nth-child(3){animation-delay:.4s}@keyframes agent-think{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.agent-composer-area{flex:none;padding:12px 24px 17px;position:relative;background:#fff;border-top:1px solid #f1f3ec}.agent-composer{display:flex;align-items:flex-end;gap:12px;border:1px solid #dbe2d2;border-radius:16px;padding:12px 12px 12px 17px;box-shadow:0 3px 14px #2c412308;background:#fff}.agent-composer:focus-within{border-color:#a4b989;box-shadow:0 0 0 3px #eff4e6}.agent-chat .agent-composer textarea{display:block;flex:1;width:100%;min-height:26px;max-height:150px;padding:1px 0;border:0!important;border-radius:0;background:transparent;box-shadow:none!important;resize:none;font-size:15px;line-height:1.65;outline:none;color:#273d2d;transform:none}.agent-composer textarea::placeholder{color:#959e8e}.agent-send{flex:none;width:35px;height:35px;border:0;border-radius:10px;background:#334b35;color:white;font-size:22px!important}.agent-composer-meta{display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#929a8a;margin:9px 4px 0}.agent-selection-note{margin:0 0 8px;font-size:12px;color:#677e4b}.agent-chat-error{font-size:13px;color:#ad432f;margin:0 0 10px;line-height:1.6}.agent-jump{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #dfe6d6;border-radius:20px;font-size:12px;padding:7px 14px;color:#536a40;box-shadow:0 3px 10px #20331b0c;white-space:nowrap}.agent-summary-panel{border-left:1px solid var(--chat-line);padding:25px 22px;overflow-y:auto;min-height:0;font-size:14px}.agent-summary-panel header>span{font-size:11px;letter-spacing:1px;color:#8a9580}.agent-summary-panel h3{font-size:17px;margin:8px 0 18px}.agent-summary-status{display:flex;align-items:center;gap:8px;font-size:12px;color:#6d7f54;padding-bottom:20px;border-bottom:1px solid var(--chat-line)}.agent-summary-status>span{width:6px;height:6px;border-radius:50%;background:#9caf75}.agent-summary-status.completed>span{background:#427f54}.agent-summary-panel section{margin-top:23px}.agent-summary-panel h4{font-size:11px;font-weight:500;letter-spacing:.4px;color:#929a89;margin:0 0 8px}.agent-summary-panel p{font-size:13px;line-height:1.85;margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.agent-summary-panel ul{padding-left:16px;margin:0;font-size:13px;line-height:1.9}.agent-summary-panel dl{margin:0}.agent-summary-panel dt{font-size:12px;color:#8b9680}.agent-summary-panel dd{font-size:13px;margin:4px 0 12px}.agent-summary-panel footer{margin-top:32px;padding-top:18px;border-top:1px solid var(--chat-line);font-size:12px;line-height:1.9;color:#8c9582}.agent-summary-panel footer small{display:block;font-size:11px;margin-top:12px}.agent-summary-empty{text-align:center;padding:45px 0;color:#899679}.agent-summary-empty>span{font-size:37px;display:block;margin-bottom:14px;color:#a7b993}.agent-summary-empty p{font-size:14px}.agent-summary-empty small{font-size:12px;line-height:1.9;display:block;margin-top:8px}.agent-bubble{font-size:16px}.agent-summary-panel dd,.agent-summary-panel p,.agent-summary-panel ul{font-size:14px}.agent-chat .agent-composer textarea{font-size:16px}@media(min-width:1600px){.agent-chat-layout{height:780px}}@media(max-width:1000px){.agent-chat-layout{grid-template-columns:minmax(0,1fr) 240px}.agent-summary-panel{padding:22px 17px}.agent-message-stream{padding:25px 20px}.agent-chat-header{padding:16px 18px}.agent-chat-tools select{max-width:130px}}@media(max-width:760px){.create-real:has(.agent-chat){padding:8px 10px 40px}.agent-chat{border-radius:16px}.agent-chat-layout{grid-template-columns:1fr;height:calc(100dvh - 170px);min-height:450px}.agent-summary-panel{display:none}.agent-chat-header{padding:12px;gap:8px}.agent-chat-header h2{font-size:14px}.agent-chat-header p{display:none}.agent-brand-mark{width:30px;height:30px;font-size:22px}.agent-chat-header>div{gap:8px}.agent-chat-tools{gap:5px!important}.agent-chat-tools button,.agent-chat-tools select{font-size:12px;padding:7px;max-width:104px}.agent-message-stream{padding:22px 13px;gap:22px}.agent-bubble{padding:13px 14px;font-size:14px}.agent-message{gap:7px}.agent-avatar{width:26px;height:26px;font-size:19px}.agent-message-body{max-width:calc(100% - 33px)}.agent-composer-area{padding:10px 12px max(12px,env(safe-area-inset-bottom))}.agent-composer-meta{font-size:10px}.agent-composer-meta span:last-child{display:none}.agent-requirement-card{padding:13px}.agent-card-actions button{flex:1}.agent-examples button,.agent-option-tags button{font-size:13px}.agent-composer{padding:10px 10px 10px 13px}}@media(prefers-reduced-motion:reduce){.agent-chat *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:400px){.agent-chat-header{flex-wrap:wrap}.agent-chat-tools{margin-left:auto}.agent-composer-meta{font-size:11px}}.agent-material-review{margin-top:18px}.agent-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:20px}.agent-image-review{min-width:0;border-bottom:1px solid var(--chat-line);padding-bottom:18px}.agent-audio-review h4,.agent-image-review h4{font-size:15px;margin:0 0 10px}.agent-image-review img{display:block;width:100%;max-height:360px;object-fit:contain;background:#e9ece4;border-radius:8px;margin-bottom:12px}.agent-image-review p{font-size:14px}.agent-image-review .agent-image-meta{font-size:12px;color:var(--chat-muted);margin-top:6px}.agent-image-empty{display:grid;place-items:center;min-height:160px;background:#e9ece4;border-radius:8px;padding:16px}.agent-image-edit{display:grid;gap:10px;margin-top:14px}.agent-image-edit label{display:grid;gap:6px;font-size:13px}.agent-image-edit input,.agent-image-edit textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5bf;border-radius:8px;background:white;color:var(--chat-ink);padding:10px;font:inherit}.agent-image-edit textarea{min-height:100px;resize:vertical}.agent-image-edit p{font-size:12px;color:var(--chat-muted)}.agent-audio-review{padding:18px 0;border-bottom:1px solid var(--chat-line)}.agent-audio-review audio{max-width:100%;margin-top:10px}.creation-tools-selector{margin:8px 0;border:1px solid var(--border,#dededb);border-radius:12px;background:var(--surface,#fff);color:var(--text,#262a29);font-size:13px}.creation-tools-selector>summary{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;list-style:revert}.creation-tools-selector>summary small,.tool-explainer,.tool-hint{color:var(--muted,#68706c);font-size:12px;line-height:1.65}.tool-error,.tool-explainer{margin:0 14px 12px}.tool-groups{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:0 14px 14px}.tool-groups h4{font-size:14px;margin:5px 0 10px}.tool-modes{display:flex;flex-wrap:wrap;gap:5px}.tool-modes button{padding:5px 9px;border:1px solid #dededb;border-radius:7px;background:transparent;font:inherit;cursor:pointer}.tool-modes button[aria-pressed=true]{background:#edf4ef;color:#28533d;border-color:#86a58e}.tool-modes button:disabled,.tool-option input:disabled{cursor:default;opacity:.55}.tool-option{border-top:1px solid #eeefeb;padding:10px 0}.tool-option>label{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.runtime-tool-options input,.tool-option input[type=checkbox]{accent-color:#376448;margin-top:3px}.tool-option strong{display:block;font-size:13px;font-weight:550}.tool-option small{display:block;color:#737873;font-size:11px;line-height:1.6;margin-top:4px}.runtime-tool-options{display:flex;flex-wrap:wrap;gap:10px 15px}.runtime-tool-options label{display:flex;align-items:center;gap:5px;min-width:75px;cursor:pointer}.tool-settings{margin:6px 0 0 24px;font-size:12px}.tool-settings summary{cursor:pointer;color:#476451}.tool-settings label{display:flex;flex-direction:column;gap:5px;margin-top:8px}.tool-settings input,.tool-settings select{width:100%;min-width:0;padding:7px;border:1px solid #ddd;border-radius:6px;background:white;font:inherit}.tool-apply{padding:12px 14px;border-top:1px solid #e3e7e2;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.tool-apply button{background:#31553d;color:white;border:0;border-radius:7px;padding:8px 10px;cursor:pointer}.tool-apply button:disabled{opacity:.5}.tool-run-status{font-size:12px;margin:12px 0}.tool-run-status>div{display:grid;grid-template-columns:1fr auto;gap:5px;padding:7px 0;border-bottom:1px solid #e5e6e2}.tool-run-status small{grid-column:1/-1;color:#7e6958}.tool-run-status strong{font-weight:500;color:#66756b}.tool-run-status strong[data-status=succeeded]{color:#3b7249}.tool-run-status strong[data-status=reconciling]{color:#956526}.tool-material-gallery{margin:8px 0 0 24px;font-size:12px}.tool-material-gallery summary{color:#476451;cursor:pointer}.library-material-plan>p,.tool-material-gallery>p{font-size:12px;color:#737873;line-height:1.6}.library-material-plan>div,.tool-material-gallery>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.library-material-plan figure,.tool-material-gallery figure{margin:0;min-width:0}.library-material-plan img,.tool-material-gallery img{display:block;width:100%;height:auto;aspect-ratio:1.2;object-fit:contain;background:#f6f9f8;border:1px solid #e9eeeb;border-radius:8px}.tool-material-gallery figcaption{text-align:center;margin-top:5px;color:#52665a}.library-material-plan figcaption{font-size:12px;line-height:1.6;padding-top:5px}.library-material-plan figcaption span,.library-material-plan figcaption strong{display:block}.library-material-plan figcaption span{color:#737873}@media (max-width:680px){.tool-groups{grid-template-columns:1fr;gap:12px}.creation-tools-selector>summary{flex-wrap:wrap}.tool-apply{flex-direction:column;align-items:stretch}}.creation-preferences{--creation-accent:#36543c;--creation-selected:#edf3e7;--creation-border:#dfe6d8;--creation-muted:#657260;margin:0 0 12px;font-size:14px;color:var(--chat-ink,#24372e)}.creation-preferences *{box-sizing:border-box}.creation-preferences-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.creation-preferences-heading>span{font-weight:600;display:flex;align-items:baseline;gap:10px}.creation-preferences-heading small{font-size:12px;font-weight:400;color:var(--creation-muted)}.creation-more{display:flex;gap:8px;align-items:center;border:0;background:transparent;padding:5px 0 5px 8px;color:var(--creation-accent);white-space:nowrap;font-size:14px}.creation-more span{font-size:19px;line-height:1}.creation-basics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.creation-basics label{display:grid;gap:6px;min-width:0}.creation-basics label>span,.creation-catalog-status{font-size:12px;color:var(--creation-muted)}.creation-catalog-status{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:7px}.creation-catalog-status button{border:0;background:none;color:var(--creation-accent);font-size:12px;padding:3px;white-space:nowrap;margin-left:auto}.creation-basics select{width:100%;min-width:0;min-height:40px;border:1px solid var(--creation-border);border-radius:9px;padding:8px;color:var(--chat-ink);background:#fafbf8;font-size:14px}.creation-details{margin-top:14px;padding:16px;background:#fafbf8;border:1px solid var(--creation-border);border-radius:12px;max-height:min(340px,36dvh);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}.creation-details[hidden]{display:none}.creation-details fieldset{border:0;padding:0;margin:0 0 18px;min-width:0}.creation-details legend{padding:0;margin-bottom:9px;font-size:14px;font-weight:600}.creation-details legend small{font-size:12px;font-weight:400;color:var(--creation-muted);margin-left:10px}.creation-choice-row{display:flex;flex-wrap:wrap;gap:8px}.creation-choice-row button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;min-height:40px;border:1px solid var(--creation-border);border-radius:8px;background:#fff;color:#52624e;font-size:14px}.creation-choice-row button span{min-width:12px}.creation-choice-row button.is-selected{background:var(--creation-selected);border-color:#92ac79;color:var(--creation-accent)}.creation-choice-row button:hover:not(:disabled){border-color:#92ac79}.creation-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.creation-checks label{display:flex;gap:8px;align-items:center;padding:10px;border:1px solid var(--creation-border);border-radius:8px;background:#fff;cursor:pointer;min-height:42px;font-size:14px}.creation-checks label:has(input:checked){background:var(--creation-selected);border-color:#92ac79;color:var(--creation-accent)}.creation-checks input{accent-color:var(--creation-accent);width:16px;height:16px;margin:0;flex:none}.creation-material-search{display:block;margin-top:12px}.creation-material-search input{font:inherit;width:100%;padding:9px 12px;border:1px solid var(--creation-border);border-radius:8px;background:white;color:var(--chat-ink)}.creation-preferences input:focus-visible{outline:3px solid #abc764;outline-offset:2px}.creation-empty,.creation-material-note{font-size:12px;line-height:1.6;color:var(--creation-muted);margin:10px 0 0}.creation-reset{border:0;background:transparent;padding:4px 0;color:var(--creation-muted);font-size:13px;text-decoration:underline;text-underline-offset:4px}.creation-quick-summary{display:flex;flex-wrap:wrap;gap:6px 14px;margin:10px 0 0;font-size:12px;color:var(--creation-muted)}.creation-quick-summary span+span:before{content:"·";margin-right:14px;color:#a1ad97}.creation-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.agent-summary-panel .creation-summary{margin-top:24px}.creation-summary dl{margin:0;display:grid;gap:14px}.creation-summary dl>div{display:grid;gap:5px}.creation-summary dt{font-size:12px;color:var(--chat-muted)}.creation-summary dd{margin:0;line-height:1.6;overflow-wrap:anywhere;font-size:14px;color:var(--chat-ink)}@media(max-width:1050px){.creation-basics{grid-template-columns:repeat(2,minmax(0,1fr))}.creation-preferences-heading small{display:none}}@media(max-width:760px){.creation-basics{gap:8px}.creation-basics select{font-size:16px}.creation-details{padding:12px;max-height:30dvh}.creation-checks{grid-template-columns:repeat(2,minmax(0,1fr))}.creation-choice-row button{flex:1;justify-content:center;padding:8px}.creation-choice-row button span{display:none}.creation-preferences-heading{margin-bottom:8px}.creation-quick-summary{gap:5px 9px}.creation-quick-summary span+span:before{margin-right:9px}.creation-details legend small{display:block;margin:5px 0 0}}.agent-attachments{margin:0 0 12px;border:1px solid #dbe3de;border-radius:14px;padding:12px;background:#fbfdfb;max-height:min(260px,30dvh);overflow:auto}.agent-composer-area:has(.agent-attachments){max-height:70%;overflow-y:auto;scrollbar-width:thin}.agent-composer-area:has(.agent-attachments) .agent-jump{position:sticky;top:0;bottom:auto;z-index:1;display:block}.agent-attachments-heading{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;margin-bottom:10px}.agent-attachments-heading strong{font-size:14px}.agent-attachments-heading strong span{font-weight:400;color:#627067;margin-left:6px}.agent-attachments-heading small{font-size:12px;color:#637068;line-height:1.5}.agent-attachments ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.agent-attachment{padding:10px;background:#fff;border:1px solid #e0e7e2;border-radius:10px}.agent-attachment-main{display:flex;align-items:center;gap:9px}.agent-attachment-icon,.agent-attachment-main>img{width:38px;height:38px;object-fit:cover;border-radius:6px;flex-shrink:0}.agent-attachment-icon{display:grid;place-items:center;background:#eaf0ec;color:#325b43;font-size:22px}.agent-attachment-info{min-width:0;flex:1}.agent-attachment-info strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.agent-attachment-info>span{font-size:12px;color:#637068}.agent-attachment select{max-width:110px;padding:6px;border:1px solid #d0dad3;border-radius:7px;background:white;font-size:14px}.agent-attachment-remove{border:0;background:transparent;padding:6px;font-size:20px;line-height:1}.agent-attachment button:disabled,.agent-attachment select:disabled{opacity:.5;cursor:not-allowed}.agent-attachment-note{margin:7px 0 0!important;font-size:12px!important;line-height:1.6!important;color:#647168}.agent-attachment-failed{border-color:#e2b6ad}.agent-attachment-failed .agent-attachment-note{color:#a83a2c}.agent-attachment progress{width:100%;height:5px;margin-top:8px;accent-color:#346b4d}.agent-attachment details{margin-top:8px;font-size:13px;color:#47644f}.agent-attachment summary{cursor:pointer}.agent-attachment pre{white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.6 inherit;max-height:160px;overflow:auto;background:#f5f8f5;padding:8px}.agent-attachment a{display:inline-block;font-size:13px;margin:8px 12px 0 0;color:#285e40}.agent-attachment-action{background:transparent;color:#285e40;border:0;padding:6px 0;margin-right:12px;font-size:13px;text-decoration:underline;text-underline-offset:3px}.agent-attachment audio{display:block;max-width:100%;height:36px;margin-top:8px}.agent-add-attachment{width:36px;height:36px;flex-shrink:0;border:1px solid #d2ddd5;background:#f7faf7;border-radius:9px;align-self:flex-end;font-size:23px;color:#346347;cursor:pointer}.agent-add-attachment:disabled{opacity:.45;cursor:not-allowed}.agent-attachment-hint{margin:6px 0;font-size:12px;color:#66746b;line-height:1.6}.agent-attachment-dirty{font-size:13px;color:#86620d;margin:6px 0}.agent-composer-area[data-dragging=true]{outline:2px dashed #346b4d;outline-offset:-4px}@media(max-width:540px){.agent-attachments{padding:8px;max-height:280px}.agent-attachment-main{flex-wrap:wrap}.agent-attachment-info{flex-basis:calc(100% - 60px)}.agent-attachment-main select{margin-left:47px;max-width:none;flex:1}.agent-attachment-remove{margin-left:auto}.agent-attachments-heading small{font-size:12px}}.real-app .create-real.creation-workspace{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start;max-width:1660px;width:100%;padding:16px 24px 40px;gap:18px;box-sizing:border-box}.creation-workspace-main{min-width:0}.creation-template-sidebar{position:sticky;top:90px;min-width:0;border:1px solid #e3e7df;border-radius:16px;background:#fff;overflow:hidden;color:#24372e}.creation-template-browser>summary{padding:18px 16px;font-size:16px;font-weight:600;cursor:pointer;border-bottom:1px solid #e3e7df}.creation-template-browser>summary span{display:block;margin:6px 0 0;font-size:12px;font-weight:400;color:#778077}.creation-template-content{padding:14px;max-height:calc(100dvh - 210px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.creation-blank-template{width:100%;padding:11px;border:1px dashed #cbd5c1;border-radius:9px;background:#fafbf8;color:#52654a;text-align:left;cursor:pointer;font:inherit;font-size:14px}.creation-blank-template.selected{background:#edf3e7;border-color:#92ac79;border-style:solid}.creation-template-sidebar .content-category-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:16px 0;border:0}.creation-template-sidebar .content-category-tabs button{font-size:12px;padding:7px 9px}.creation-template-sidebar .template-picker-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.creation-template-sidebar .template-picker-card,.creation-template-sidebar .template-picker-card:first-child{grid-column:auto;border-radius:10px;box-shadow:none;transform:none}.creation-template-sidebar .template-picker-card.selected{border-color:#92ac79;box-shadow:0 0 0 2px #edf3e7}.creation-template-sidebar .template-picker-card .template-preview{height:125px;min-height:0}.creation-template-sidebar .template-preview img{display:block;width:100%;height:100%;object-fit:cover}.creation-template-sidebar .template-preview iframe{position:absolute;inset:0;width:900px;height:600px;transform:scale(.235);transform-origin:top left}.creation-template-sidebar .template-picker-card>span{display:flex;flex-wrap:wrap;gap:5px;padding:11px}.creation-template-sidebar .template-picker-card small{width:100%;font-size:12px}.creation-template-sidebar .template-picker-card b{width:100%;font-size:14px;white-space:normal;line-height:1.5}.creation-template-sidebar .template-picker-card em{font-size:12px}.creation-template-sidebar .real-empty{padding:24px 8px}.creation-template-sidebar .real-empty h2,.creation-template-sidebar .real-empty h3{font-size:16px}.creation-template-sidebar .real-empty p{font-size:13px;line-height:1.7}.creation-template-browser>summary:focus-visible,.creation-template-sidebar button:focus-visible{outline:3px solid #abc764;outline-offset:2px}.creation-template-sidebar button:disabled{opacity:.5;cursor:not-allowed}.creation-template-editor{display:grid;gap:18px;padding:28px;border:1px solid #e3e7df;border-radius:22px;background:white}.creation-template-editor header>span{font-size:13px;color:#778077}.creation-template-editor h2{margin:8px 0;font-size:24px}.creation-template-editor textarea{width:100%;box-sizing:border-box}@media(max-width:1180px) and (min-width:761px){.real-app .create-real.creation-workspace{grid-template-columns:210px minmax(0,1fr);padding:16px;gap:12px}.creation-workspace .agent-chat-layout{grid-template-columns:minmax(0,1fr)}.creation-workspace .agent-summary-panel{display:none}.creation-template-sidebar .template-preview iframe{transform:scale(.2)}}@media(max-width:760px){.real-app .create-real.creation-workspace{grid-template-columns:minmax(0,1fr);padding:8px 10px 30px;gap:12px}.creation-template-sidebar{position:static}.creation-template-browser>summary{padding:12px 14px;font-size:14px}.creation-template-browser>summary span{display:inline;margin-left:12px}.creation-template-content{max-height:230px;padding:12px}.creation-template-sidebar .template-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creation-template-editor{padding:18px}.creation-template-editor .create-actions{flex-wrap:wrap}}.visual-editor{display:flex;flex-direction:column;min-width:0;height:100%;background:#fff}.visual-toolbar{display:flex;gap:12px;align-items:center;padding:12px;border-bottom:1px solid #dde4d8}.visual-editor button{border:1px solid #cbd6c2;border-radius:8px;padding:8px 12px;background:#f3f6ee;color:#294132;cursor:pointer}.visual-editor button:disabled{opacity:.5;cursor:not-allowed}.visual-editor button[aria-pressed=true]{background:#36513a;color:white}.visual-note,.visual-toolbar span{font-size:13px;color:#667360}.visual-editor>iframe{width:100%;min-height:420px;flex:1;border:0}.visual-properties{padding:16px;border-top:1px solid #dde4d8;max-height:430px;overflow:auto}.visual-properties label{display:grid;gap:6px;margin:12px 0}.visual-properties input,.visual-properties textarea{width:100%;box-sizing:border-box;border:1px solid #cbd6c2;border-radius:8px;padding:9px;background:white;color:#233427}.visual-properties textarea{min-height:75px}.visual-actions,.visual-heading{display:flex;gap:10px;align-items:center;justify-content:space-between}.visual-locks{margin-top:14px;padding:12px;background:#f3f6ee;border-radius:8px}.visual-editor p{line-height:1.6}@media(max-width:700px){.visual-toolbar{flex-wrap:wrap}.visual-editor>iframe{min-height:360px}.visual-properties{max-height:none}.visual-heading{flex-wrap:wrap}}.real-editor .editor-preview .visual-editor{overflow:auto}.real-editor .editor-preview .visual-editor>iframe{height:55vh;flex:0 0 55vh;min-height:320px}.visual-properties,.visual-toolbar{flex-shrink:0}.referral-panel{max-width:900px}.referral-panel h2{font-size:24px}.referral-panel h3{font-size:18px;margin:0 0 12px}.referral-section{padding:24px 0;border-bottom:1px solid var(--line,#dce3da)}.referral-section:last-child{border:0}.referral-section p{font-size:16px;line-height:1.7}.referral-section label{display:grid;gap:8px;margin:16px 0;font-size:14px}.referral-section input{width:100%;min-width:0;padding:12px;background:white;color:inherit;font:inherit}.referral-section button,.referral-section input{border:1px solid var(--line,#dce3da);border-radius:8px}.referral-section button{padding:10px 16px;min-height:42px;cursor:pointer;font-size:14px}.referral-section button:disabled{opacity:.55;cursor:default}.referral-code-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.referral-code-row strong{font-size:24px;letter-spacing:.12em}.referral-confirm{border-left:3px solid #557547;padding:4px 20px;margin:24px 0}.referral-confirm button+button{margin-left:12px}.referral-section .referral-help{font-size:14px;color:#5e695d}.referral-person{font-weight:700}