:root{color-scheme:light;--accent: #005eeb;--primary: #002761;--canvas: #f5f5f5;--border: #e3e3e3;--muted: #757575;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:16px;color:#000000de;background:var(--canvas)}*{box-sizing:border-box}body{margin:0;height:100dvh;display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0;background:transparent;color:inherit}button:disabled{opacity:.5;cursor:default}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}input[type=checkbox]{accent-color:var(--accent)}app-root{display:flex;flex:1;min-height:0;min-width:1280px;overflow:hidden}.sidebar{flex:0 0 275px;min-width:0;background:#fff;border-right:1px solid var(--border);padding:28px 18px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;margin:0 10px 32px}.brand img{width:38px;height:38px}.brand span{font-size:1.6rem;font-weight:700;letter-spacing:-.5px;color:var(--primary)}.welcome .mark{width:72px;height:72px;margin-bottom:16px}.login-card .mark{width:60px;height:60px;margin-bottom:12px}.primary{background:var(--accent);color:#fff;border-radius:10px}.primary:hover:not(:disabled){background:color-mix(in srgb,var(--accent) 85%,black)}.new-chat{padding:14px;text-align:left;font-size:.9rem}.search{display:flex;align-items:center;gap:10px;margin:24px 10px}.search input{width:100%;min-width:0;border:0;background:transparent;font-size:.875rem}nav{flex:1;min-height:0;overflow-y:auto}h2{font-size:.875rem;font-weight:600}nav h2{margin:12px;color:var(--muted)}.history-item{display:flex;border-radius:8px}.history-item:hover{background:#e9e9e9}.history-item.active{background:#d0e8ff}.history-title{flex:1;min-width:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:left;padding:13px 10px;font-size:.875rem}.delete{color:var(--muted);padding:8px;font-size:20px}.delete:hover{color:#dc2626;background:#fee2e2;border-radius:6px}.empty{font-size:.875rem;line-height:1.6;padding:12px}.muted{color:var(--muted)}.customer{border-top:1px solid var(--border);padding-top:18px;font-size:.875rem}.customer-picker{display:grid;gap:8px;margin-bottom:18px;font-size:.875rem}.customer-picker select{width:100%;min-width:0;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--primary)}.account{display:flex;align-items:center;gap:8px;color:var(--muted)}.account span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account button{display:inline-flex;align-items:center;gap:6px;color:var(--accent);padding:4px 6px}.signout-icon{width:18px;height:18px;flex-shrink:0}.login{flex:1;display:grid;place-items:center;padding:24px 16px;overflow-y:auto}.login-card{width:min(400px,100%);display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px;box-shadow:0 6px 14px #0000000f}.login-card h1{font-size:2rem;margin:0}.login-card>p{margin:0 0 12px;line-height:1.6}.login-card label{font-size:.875rem;margin-top:6px}.login-card input:not([type=checkbox]){border:1px solid var(--border);padding:11px;border-radius:8px}.login-card .remember{display:flex;align-items:center;gap:8px;color:var(--muted)}.login-card .error{margin:8px 0 0}.login-card .primary{margin-top:12px;padding:13px}main{flex:1;min-width:0;display:flex;flex-direction:column}header{min-height:74px;padding:15px 30px;display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--border)}.title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;color:var(--muted)}.notice{margin:16px 30px 0;border:1px solid #d0d9f0;background:#f0f4ff;border-radius:10px;padding:12px 16px;font-size:.875rem;line-height:1.6}.chat{flex:1;min-height:0;overflow-y:auto;padding:28px}.welcome{max-width:800px;margin:clamp(20px,6vh,90px) auto 35px}.eyebrow{color:var(--accent);font-size:.75rem;letter-spacing:2px}h1{font-weight:550;font-size:clamp(2.4rem,3vw,3rem);letter-spacing:-1px;margin:12px 0}.welcome>p:last-of-type{color:var(--muted);line-height:1.6}.suggestions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:35px}.suggestions button{text-align:left;padding:18px;border:1px solid #d0d9f0;background:#f0f4ff;border-radius:12px;font-size:.875rem}.suggestions span{float:right;color:var(--accent)}.suggestions small{display:block;color:var(--muted);font-size:.8rem;line-height:1.6;margin-top:12px}.suggestions button:hover:not(:disabled){background:var(--accent);color:#fff}.suggestions button:hover:not(:disabled) span,.suggestions button:hover:not(:disabled) small{color:#fff}.messages{max-width:780px;margin:auto}.messages article{margin:12px 0 30px}.author{color:var(--primary);font-size:.875rem;font-weight:600;margin-bottom:12px}.message-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.user{margin-left:12%!important;display:flex;justify-content:flex-end}.user .message-text{background:var(--accent);color:#fff;padding:12px 18px;border-radius:18px 18px 4px}.pending{color:var(--muted)}.sources a{display:block;overflow-wrap:anywhere;color:var(--accent);margin:7px 0;font-size:.875rem}.composer-area{padding:12px 28px 18px;width:100%;max-width:850px;margin:0 auto}.composer{background:#fff;border:1px solid var(--border);box-shadow:0 6px 14px #0000000f;border-radius:16px;padding:16px}textarea{width:100%;min-height:60px;max-height:200px;resize:vertical;border:0;background:transparent;line-height:1.6}.composer-actions{display:flex;align-items:center;gap:15px}.composer-actions select{max-width:135px;padding:7px;border:1px solid var(--border);border-radius:7px;background:var(--canvas);font-size:.875rem}.style{color:var(--muted);font-size:.875rem}.send{margin-left:auto;height:38px;padding:0 20px;font-size:.9rem;font-weight:600}.footnote{text-align:center;font-size:.75rem;color:var(--muted);margin:12px 0 0}.error{background:#f8d7da;border:1px solid #f5c2c7;color:#842029;border-radius:8px;padding:12px;margin-bottom:10px;font-size:.875rem}.tools{position:relative;width:0;flex:0 0 0;padding:10px 0;background:var(--canvas);overflow:visible;transition:width .2s ease,flex-basis .2s ease}.tools.open{width:390px;flex-basis:390px;padding-inline:10px;border-left:1px solid var(--border)}.tools-handle{position:absolute;top:14px;left:-34px;z-index:5;width:34px;height:34px;display:grid;place-items:center;color:#fff;background:var(--primary);border-radius:8px 0 0 8px;box-shadow:0 2px 8px #0002}.tools-handle:hover{background:var(--accent)}.panel-icon{width:17px;height:15px;display:grid;grid-template-columns:5px 1fr;gap:2px;padding:2px;border:1px solid currentColor;border-radius:2px}.panel-icon i:first-child{border-right:1px solid currentColor}.suggestions-card{display:none;height:100%;min-height:0;overflow:hidden;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 2px 8px #0000000a}.tools.open .suggestions-card{display:flex}.suggestions-header{margin:0 10px;padding:12px 0 10px;border-bottom:1px solid var(--border);color:#616161;font-size:.82rem;font-weight:650}.dataset{padding:8px 10px;font-size:.75rem}.dataset span{display:inline-block;background:var(--primary);color:#fff;border-radius:7px;margin:3px;padding:6px}.dataset strong{background:var(--accent);border-radius:10px;padding:2px 6px}.suggestion-section{min-height:0;display:flex;flex-direction:column;margin:0 10px}.news-section{flex:0 1 48%}.news-section.collapsed,.arguments-section.collapsed{flex:0 0 auto}.arguments-section{flex:1 1 42%;border-top:1px solid var(--border)}.section-header{min-height:42px;display:flex;align-items:center;gap:7px;color:#616161;font-size:.73rem;font-weight:650}.selected-count{color:var(--accent);font-weight:500}.collapse-button{margin-left:auto;width:22px;height:22px;display:grid;place-items:center;border:1px solid #d7d7d7;border-radius:6px;background:#f7f7f7;color:#6b7280;font-size:17px;line-height:1}.section-scroll,.arguments-scroll{min-height:0;overflow-y:auto;scrollbar-color:#ddd transparent}.source-card{display:flex;gap:8px;padding:10px 3px;border-bottom:1px solid #ededed;font-size:.75rem}.source-card.selected{background:#eef4ff}.select-source{flex:0 0 17px;height:20px;padding:2px 0}.select-source span{display:block;width:13px;height:13px;border:1px solid #cfcfcf;border-radius:50%;background:#fff}.select-source span.checked{border:4px solid var(--accent)}.source-content{min-width:0;flex:1;cursor:pointer}.source-content a,.source-content strong{display:block;color:#202020;text-decoration:none;font-size:.76rem;line-height:1.35;font-weight:700}.source-content a:hover{color:var(--accent)}.source-content time{display:block;margin-top:3px;color:#9e9e9e;font-size:.67rem}.source-content p{margin:4px 0 6px;color:var(--muted);line-height:1.35}.source-meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.tag{padding:2px 7px;border:1px solid #c7d2fe;border-radius:10px;background:#eef2ff;color:#4338ca;font-size:.62rem}.empty-tools,.arguments-hint{color:#9e9e9e;font-size:.72rem;line-height:1.45}.empty-tools{padding:6px 0 14px}.secondary,.more-news{color:var(--accent);background:#f0f4ff;border:1px solid #d0d9f0;padding:8px 11px;border-radius:8px;font-size:.72rem}.more-news{display:block;margin:10px auto}.arguments-hint{margin:12px 0}.regenerate-arguments{width:28px;height:28px;display:grid;place-items:center;border:1px solid #d0d9f0;border-radius:6px;background:#f0f4ff;color:var(--accent)}.regenerate-arguments svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.regenerate-arguments:hover:not(:disabled){background:var(--accent);color:#fff}:root{--editorial-font: Inter, "Segoe UI", system-ui, sans-serif}button,.history-item,.composer{transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sidebar{padding-top:26px}.brand{margin-bottom:36px}.new-chat{border-radius:7px;padding:15px 16px}nav h2{font-size:.65rem;letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px}.history-group+.history-group{margin-top:18px}.history-group h3{margin:0 10px 7px;color:var(--muted);font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.history-title{font-size:.8rem}.history-item.active{border-left:3px solid var(--accent);background:#eaf2ff;box-shadow:inset 0 0 0 1px #d5e5fb}.history-item.active .history-title{font-weight:700;color:var(--primary)}.active-label{align-self:center;flex:0 0 auto;padding:3px 5px;border-radius:4px;background:#fff;color:var(--accent);font-size:.5rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}header{padding-right:48px}.title{letter-spacing:.02em;font-size:1.05rem;font-weight:700;color:var(--primary)}.help-button{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:7px 10px;border:1px solid var(--border);border-radius:7px;color:var(--primary);font-size:.72rem;font-weight:650}.help-button span{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--accent)}.help-button:hover{border-color:var(--accent);color:var(--accent)}.sidebar-footer{flex-shrink:0;padding-top:20px;text-align:center}.sidebar-footer img{display:block;width:180px;max-width:100%;height:auto;margin:0 auto}.sidebar-footer>span{display:block;margin-bottom:8px;color:var(--muted);font-size:.65rem}.dataset-heading{margin:16px 18px 8px}.dataset-heading strong{font-size:.75rem;color:var(--primary)}.dataset-heading p{margin:5px 0 0;font-size:.68rem;line-height:1.5;color:var(--muted)}.news-spinner{flex:0 0 auto;width:14px;height:14px;margin-left:auto;border:2px solid #cfe0fa;border-top-color:var(--accent);border-radius:50%;animation:news-spin .75s linear infinite}.cancel-news{flex:0 0 auto;color:#b42318;font-size:.61rem;text-decoration:underline}.news-error{display:flex;align-items:center;gap:8px;margin:6px 0 10px;padding:10px;border-radius:7px;background:#fff1f0;color:#b42318;font-size:.72rem;line-height:1.45}.news-error span{flex:1}.news-error button{flex:0 0 auto;color:#b42318;font-weight:650}.customer-gate{width:min(560px,100%);margin:clamp(50px,14vh,150px) auto;text-align:center;animation:studio-enter .35s ease both}.customer-gate .mark{width:68px;height:68px;margin-bottom:16px}.customer-gate .eyebrow{margin:0 0 12px;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.customer-gate h1{margin:0;color:var(--primary);font-size:clamp(2.8rem,3.5vw,3.1rem);font-weight:700;line-height:1.15;letter-spacing:-.04em}.customer-gate>p:not(.eyebrow){max-width:480px;margin:18px auto 24px;color:var(--muted);line-height:1.65}.customer-gate .primary{padding:12px 20px;font-weight:650}.customer-gate small{display:block;margin-top:12px;color:var(--muted);font-size:.7rem}.customer-gate .error{text-align:left;margin-bottom:18px}.welcome{max-width:760px;margin:clamp(18px,4vh,55px) auto 20px;animation:studio-enter .45s ease both}.studio-signature{display:flex;align-items:center;gap:12px;margin-bottom:24px}.studio-signature .mark{width:44px;height:44px;margin:0}.studio-signature .eyebrow{font-size:1rem;letter-spacing:-.025em;font-weight:700;color:var(--primary)}.welcome h1{font-family:var(--editorial-font);font-size:clamp(3.04rem,3.8vw,4.3rem);font-weight:700;line-height:1.12;letter-spacing:-.045em;color:var(--primary);margin:0 0 20px}.welcome h1>span{color:var(--accent)}.welcome>p:last-of-type{font-size:.92rem;line-height:1.75;margin-bottom:0}.suggestions{gap:10px;margin-top:30px;border:0}.suggestions button{position:relative;padding:18px 16px;border:1px solid var(--border);border-radius:10px;background:#fff}.suggestions span{float:none}.idea-icon{display:block;width:24px;height:24px;margin-bottom:18px;color:var(--accent);fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.suggestions strong{display:block;font-size:.85rem;font-weight:600;line-height:1.5;color:var(--primary)}.suggestions small{font-size:.73rem;margin-top:7px;line-height:1.5}.suggestions .idea-arrow{position:absolute;right:16px;top:17px;transition:transform .18s ease}.suggestions button:hover:not(:disabled){background:#fff;color:var(--primary);border-color:var(--accent);box-shadow:0 4px 14px #0027610a;transform:translateY(-2px)}.suggestions button:hover:not(:disabled) span{color:var(--accent)}.suggestions button:hover:not(:disabled) small{color:var(--muted)}.suggestions button:hover:not(:disabled) .idea-arrow{transform:translate(2px,-2px)}.quick-guide{margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}.quick-guide>strong{display:block;margin-bottom:13px;color:var(--primary);font-size:.75rem}.quick-guide ol{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none}.quick-guide li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.7rem;line-height:1.4}.quick-guide li span{display:grid;flex:0 0 24px;width:24px;height:24px;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--accent);font-weight:700}.composer-context{display:flex;align-items:center;gap:10px;margin:0 4px 8px;color:var(--muted);font-size:.68rem}.composer-context span{padding-right:10px;border-right:1px solid var(--border)}.composer-context strong{color:var(--primary)}.composer-context .add-context-button{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid #b9d2f7;border-radius:6px;background:#f4f8ff;color:var(--accent);font-weight:650}.composer-context .add-context-button span{padding:0;border:0;font-size:.8rem;line-height:1}.composer-context .add-context-button:hover{border-color:var(--accent);background:#eaf2ff}.composer{border-radius:14px;padding:18px;border-color:#ccd3de;box-shadow:0 6px 22px #0027610a}.composer:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #005eeb09}.composer textarea{font-size:.9rem;min-height:52px}.composer textarea::placeholder{color:var(--muted)}.composer-actions{border-top:1px solid var(--border);padding-top:10px}.composer-actions select{border:1px solid var(--border);background:var(--canvas);padding:8px 10px;font-size:.75rem;color:var(--primary)}.style{font-size:.75rem;display:inline-flex;align-items:center;gap:5px}.send{border-radius:10px;flex-shrink:0}.send:hover:not(:disabled){transform:translateY(-2px)}.footnote{font-size:.65rem}.messages{max-width:740px}.messages article:not(.user){padding:8px 0 20px;background:transparent;border:0;border-radius:0;box-shadow:none;animation:studio-enter .3s ease both}.author{display:flex;align-items:center;gap:9px;padding-bottom:0;margin-bottom:16px;border:0;font-size:.85rem}.author>span:first-child{color:var(--accent);font-size:1rem}.author-caption{margin-left:auto;font-size:.5rem;letter-spacing:.14em;color:var(--muted);font-weight:400}.editorial-text{white-space:normal;font-size:.94rem;line-height:1.85}.editorial-text>:first-child{margin-top:0}.editorial-text>:last-child{margin-bottom:0}.editorial-text p{margin:0 0 1.2em}.editorial-text h2,.editorial-text h3{font-family:var(--editorial-font);color:var(--primary);font-weight:650;font-size:1.45rem;line-height:1.35;margin:1.2em 0 .6em;letter-spacing:-.025em}.editorial-text h3{font-size:1.35rem}.editorial-text h4,.editorial-text h5,.editorial-text h6{font-size:1rem;color:var(--primary)}.editorial-text li{padding-left:5px;margin-bottom:.5em}.editorial-text li::marker{color:var(--accent)}.editorial-text ul,.editorial-text ol{padding-left:1.4em;margin:1em 0 1.4em}.editorial-text blockquote{border-left:2px solid var(--accent);margin:1.3em 0;padding-left:20px;color:var(--primary);font-size:1rem}.editorial-text pre{overflow-x:auto;background:var(--canvas);padding:14px;border-radius:6px;font-size:.8rem;line-height:1.6}.message-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-start;margin-top:18px}.message-actions button{font-size:.7rem;color:var(--muted);padding:7px 10px;border:1px solid var(--border);border-radius:6px}.message-actions button:hover:not(:disabled){color:var(--accent);border-color:var(--accent)}.copy-status{font-size:.75rem;color:var(--muted)}.copy-status:empty{margin:0}.user .message-text{font-size:.9rem;border-radius:14px 14px 3px}.pending{display:flex;align-items:center;gap:11px;padding:16px 0;font-size:.8rem}.pending>span:nth-child(2){flex:1}.cancel-action{flex:0 0 auto;padding:7px 10px;border:1px solid #d9dfe8;border-radius:6px;color:#b42318;font-size:.7rem}.local-error{display:flex;align-items:center;gap:12px;margin-bottom:10px;padding:10px 12px;border:1px solid #f3c7c3;border-radius:8px;background:#fff5f4;color:#8f1d14;font-size:.78rem;line-height:1.45}.local-error span{flex:1}.local-error button{flex:0 0 auto;padding:6px 9px;border:1px solid #df9d97;border-radius:6px;color:#8f1d14;font-weight:650}.thinking-spark{color:var(--accent);font-size:1.4rem;animation:studio-breathe 1.8s ease-in-out infinite}.sources{padding:16px 0;border-top:1px solid var(--border)}.sources h2{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.sources a{font-size:.75rem;line-height:1.6}.context-badges{display:flex;flex-wrap:wrap;gap:7px}.context-badges span{padding:5px 8px;border-radius:5px;background:#eaf2ff;color:var(--primary);font-size:.68rem}.context-badges strong{color:var(--accent)}.web-sources a{display:block;padding:6px 0;border-bottom:1px solid var(--border)}.web-sources a:last-child{border-bottom:0}.suggestions-card{border-radius:10px;box-shadow:none}.suggestions-header{padding:22px 0 18px;margin:0 18px}.suggestions-header .eyebrow{display:block;font-size:.55rem;letter-spacing:.16em;margin-bottom:12px}.suggestions-header strong{display:block;font-weight:650;font-size:.95rem;line-height:1.3;color:var(--primary)}.suggestions-header p{font-size:.73rem;font-weight:400;line-height:1.5;margin:9px 0 0;color:var(--muted)}.suggestion-section{margin-inline:18px}.section-header{min-height:48px;font-size:.68rem}.dataset-heading strong,.section-header>span:first-child{font-size:.85rem;font-weight:650;color:var(--primary)}.selection-summary{display:flex;align-items:center;gap:8px;margin:0 0 7px;padding:8px 10px;border-radius:7px;background:#eaf2ff;color:var(--primary);font-size:.65rem}.selection-summary strong{flex:1}.selection-summary button{color:var(--accent);font-size:.62rem;text-decoration:underline}.source-card{padding:15px 4px}.source-content a,.source-content strong{font-size:.8rem;line-height:1.5;color:var(--primary)}.source-content p{font-size:.72rem;line-height:1.6;margin:7px 0 10px}.source-origin{display:flex;flex-wrap:wrap;gap:5px 9px;margin-top:6px;color:var(--muted);font-size:.62rem;letter-spacing:.02em}.source-origin span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-origin time{flex:0 0 auto}.tag{background:transparent;border:0;border-radius:0;border-bottom:1px solid var(--border);color:var(--muted);padding:2px 0;margin-right:5px;font-size:.59rem}.source-card.selected{box-shadow:inset 2px 0 var(--accent)}.dataset{padding-inline:16px}.dataset span{background:var(--canvas);color:var(--primary);border-radius:4px;padding:5px 7px;font-size:.63rem}.dataset strong{background:transparent;color:var(--accent);padding:0 2px}.empty-tools,.arguments-hint{color:var(--muted);font-size:.73rem;line-height:1.65}.news-skeleton{padding-bottom:8px}.skeleton-card{display:grid;grid-template-columns:18px 1fr;gap:8px;padding:15px 4px;border-bottom:1px solid var(--border)}.skeleton-card i{grid-row:1 / 4;width:13px;height:13px;border-radius:50%}.skeleton-card span{display:block;height:8px;border-radius:4px}.skeleton-card span:nth-of-type(1){width:88%;height:11px}.skeleton-card span:nth-of-type(2){width:56%}.skeleton-card span:nth-of-type(3){width:74%}.skeleton-card i,.skeleton-card span{background:linear-gradient(90deg,#eef1f5 25%,#fafbfc,#eef1f5 75%);background-size:200% 100%;animation:skeleton-shimmer 1.35s ease-in-out infinite}.tools.open .suggestions-card{animation:studio-enter .22s ease}.collapse-button{min-width:28px;height:28px}.tour-backdrop{position:fixed;inset:0;z-index:80;background:#0412289e;backdrop-filter:blur(1px)}.tour-highlight{position:relative!important;z-index:82!important;pointer-events:none;border-radius:10px;outline:4px solid white;box-shadow:0 0 0 7px var(--accent),0 10px 36px #0004!important}.tour-highlight.tour-interactive{pointer-events:auto}.sidebar:has(.tour-highlight),.tools.tour-highlight{z-index:82}.tour-bubble{position:fixed;z-index:90;width:min(370px,calc(100vw - 32px));padding:22px;border-radius:14px;background:#fff;box-shadow:0 18px 60px #001b4580;color:var(--primary);outline:none;opacity:0;transition:opacity .12s ease}.tour-bubble.positioned{opacity:1}.tour-bubble:before{content:"";position:absolute;width:15px;height:15px;background:#fff;transform:rotate(45deg)}.tour-placement-right:before{left:-7px;top:28px}.tour-placement-left:before{right:-7px;top:28px}.tour-placement-below:before{left:calc(50% - 7px);top:-7px}.tour-placement-above:before{left:calc(50% - 7px);bottom:-7px}.tour-placement-center:before{display:none}.tour-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;color:var(--muted);font-size:.66rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.tour-topline button{color:var(--muted);font-size:.7rem;text-transform:none;text-decoration:underline}.tour-bubble h2{margin:0 0 9px;font-size:1.15rem;line-height:1.35}.tour-bubble>p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.65}.tour-progress{display:flex;gap:5px;margin-top:18px}.tour-progress i{width:18px;height:3px;border-radius:2px;background:#dce2ea}.tour-progress i.active{background:var(--accent)}.tour-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.tour-actions button{min-width:88px;padding:9px 13px;border-radius:7px;font-size:.75rem;font-weight:650}.tour-actions .secondary{border:1px solid var(--border);color:var(--primary)}.tour-actions button:disabled{opacity:.45;cursor:default}@keyframes studio-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes studio-breathe{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.12)}}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes news-spin{to{transform:rotate(360deg)}}@media (max-width: 1450px){.sidebar{flex-basis:240px;padding-inline:14px}.tools.open{flex-basis:340px;width:340px}.suggestions{grid-template-columns:1fr}.suggestions button{padding:15px 35px 15px 52px}.suggestions .idea-icon{position:absolute;left:16px;top:18px;width:20px;height:20px;margin:0}.suggestions small{margin-top:3px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.prompt-settings-button{margin:0 0 12px;padding:10px;border:1px solid var(--border);border-radius:8px}.prompt-settings{flex:1;overflow-y:auto;width:100%;max-width:960px;margin:0 auto;padding:24px 48px}.prompt-settings h1{font-size:2rem;overflow-wrap:anywhere}.prompt-settings p{line-height:1.6}.prompt-field{margin:24px 0;padding:20px;background:#fff;border:1px solid var(--border);border-radius:12px}.prompt-field label{display:block;font-size:1.15rem;font-weight:600;margin-bottom:6px}.prompt-field textarea{display:block;width:100%;resize:vertical;margin:12px 0;padding:12px;border:1px solid var(--border);border-radius:8px;line-height:1.5}.prompt-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.prompt-actions button,.prompt-settings>button{padding:10px 14px;border:1px solid var(--border);border-radius:8px}.prompt-settings>.back-to-chat{display:inline-flex;align-items:center;gap:8px;border-color:#d0d9f0;background:#f0f4ff;color:var(--accent);font-weight:600}.back-to-chat svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.prompt-settings>.back-to-chat:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff}.prompt-savebar{position:sticky;bottom:0;z-index:1;margin:24px -48px -24px;padding:14px 48px 20px;background:var(--canvas);border-top:1px solid var(--border);box-shadow:0 -6px 14px #0000000a}.prompt-savebar .error,.prompt-saved{margin:0 0 10px}.prompt-savebar-row{display:flex;align-items:center;gap:16px}.prompt-savebar-row .muted{flex:1;font-size:.85rem}.prompt-savebar-row .primary{padding:11px 22px;font-weight:600}.prompt-section{margin-top:36px}.prompt-section h2{margin:0 0 4px;font-size:1.3rem;color:var(--primary)}.prompt-section>p{margin:0}.prompt-section .prompt-field{margin:16px 0}.placeholders{margin:8px 0 0;font-size:.82rem;color:var(--muted)}.placeholders code{margin:0 2px;padding:1px 5px;border-radius:4px;background:var(--canvas);color:var(--primary)}.placeholders code.missing{background:#f8d7da;color:#842029}.prompt-field summary{cursor:pointer}.prompt-field pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;line-height:1.5}.chat[hidden]{display:none}.profile-status{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:.85rem}
