:root{color:#1c1c1e;background:#f5f5f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--accent: #e76b4e;--gray-block: #e9e9e9;--line: rgba(0, 0, 0, .1);--muted: #6f6f76}*{box-sizing:border-box}body{margin:0;min-width:1160px;height:100vh;overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}.login-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.login-card{width:360px;display:flex;flex-direction:column;gap:14px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 44px #00000014}.login-icon{width:34px;height:34px;display:grid;place-items:center;color:#fff;background:#1c1c1e;border-radius:9px}.login-card h1,.empty-state h1,.editor-panel h2{margin:0;font-size:22px;line-height:1.2;letter-spacing:0}.login-card p,.empty-state p,.editor-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.login-card label,.editor-section label{display:flex;flex-direction:column;gap:7px;color:#3c3c43;font-size:12px;font-weight:600}.login-card input,.editor-section input,.add-block select{height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;outline:0;background:#fff;color:#1c1c1e}.login-card input:focus,.editor-section input:focus,.add-block select:focus,.search-form input:focus{border-color:#e76b4eb8;box-shadow:0 0 0 3px #e76b4e1f}.login-card button,.save-button{height:40px;border:0;border-radius:9px;background:#1c1c1e;color:#fff;font-size:13px;font-weight:650}.login-card small{color:#8e8e93;font-size:11px}.form-error{padding:9px 10px;color:#b42318;background:#fff3f1;border-radius:8px;font-size:12px}.app-error{width:min(660px,100%);padding:10px 12px;color:#875000;background:#fff4dd;border:1px solid rgba(135,80,0,.16);border-radius:9px;font-size:12px;line-height:1.35;text-align:left}.app-error.inline{width:100%;margin-bottom:14px}.thinking-panel{width:min(520px,100%);display:grid;grid-template-columns:50px 1fr;align-items:center;gap:14px;padding:14px 16px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 34px #00000014}.thinking-panel.compact{width:100%;margin-bottom:14px;box-shadow:none}.thinking-panel strong{display:block;margin-bottom:4px;color:#1c1c1e;font-size:13px}.thinking-panel p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.thinking-orbit{position:relative;width:42px;height:42px;border-radius:999px;background:#f4f4f5}.thinking-orbit span{position:absolute;width:9px;height:9px;border-radius:999px;background:var(--accent);animation:thinking-pulse 1.25s ease-in-out infinite}.thinking-orbit span:nth-child(1){top:9px;left:17px}.thinking-orbit span:nth-child(2){right:9px;bottom:12px;animation-delay:.15s}.thinking-orbit span:nth-child(3){bottom:12px;left:9px;animation-delay:.3s}@keyframes thinking-pulse{0%,to{opacity:.35;transform:scale(.78)}50%{opacity:1;transform:scale(1.12)}}.app-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.topbar{height:62px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:18px;padding:10px 24px;background:#ffffffeb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:baseline;gap:9px}.brand span{font-size:15px;font-weight:700}.brand em,.saved-counter{font-size:11px;color:#8e8e93;font-style:normal}.topbar-actions{display:flex;gap:8px}.topbar-actions button,.ghost-button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:#3c3c43;background:#fff;border:1px solid var(--line);border-radius:8px;font-size:12px}.empty-state{flex:1;min-height:0;overflow:auto;display:grid;place-items:center;align-content:center;gap:20px;padding:34px;text-align:center}.empty-state>div:first-child{max-width:560px;display:flex;flex-direction:column;gap:8px}.search-form{width:min(660px,100%);height:50px;display:flex;align-items:center;gap:12px;padding:0 8px 0 16px;color:#8e8e93;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 28px #0000000f}.search-form.compact{width:100%;height:42px;box-shadow:none;border-radius:10px}.search-form input{flex:1;min-width:0;height:34px;border:0;outline:0;color:#1c1c1e;background:transparent;font-size:14px}.search-form button{height:34px;padding:0 14px;border:0;border-radius:8px;color:#fff;background:var(--accent);font-size:12px;font-weight:700}.search-form button:disabled{cursor:not-allowed;opacity:.45}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(690px,1fr) 430px}.left-workspace{min-width:0;display:grid;grid-template-columns:402px minmax(250px,1fr);gap:26px;padding:20px 24px 24px;overflow:auto}.serp-phone{width:402px;height:calc(100vh - 106px);min-height:640px;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.16);border-radius:14px;box-shadow:0 18px 42px #00000014}.phone-status{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;color:#1c1c1e;font-size:12px;font-weight:700}.phone-search{min-height:46px;margin:0 14px;display:flex;align-items:center;justify-content:center;padding:8px 12px;color:#444;background:var(--gray-block);border-radius:7px;font-size:13px;text-align:center}.phone-tabs{height:42px;display:flex;align-items:end;gap:26px;padding:0 18px 9px;border-bottom:1px solid rgba(0,0,0,.08);color:#6f6f76;font-size:13px}.phone-tabs .active{color:#1c1c1e;font-weight:700;position:relative}.phone-tabs .active:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:#1c1c1e}.phone-scroll{flex:1;overflow-y:auto;padding:14px}.block-row,.fact-row{margin-bottom:12px}.fact-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.serp-block,.serp-gallery,.serp-tile,.serp-listing,.serp-suggest{background:var(--gray-block);color:#4a4a4f;border-radius:7px}.serp-block{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:14px;text-align:center}.serp-block.main{min-height:104px}.serp-block.failure{min-height:150px;border:1px solid rgba(135,80,0,.16)}.serp-block.fact{aspect-ratio:1 / 1;min-height:180px}.serp-block.vertical{width:120px;min-height:220px}.serp-block strong{color:#3c3c43;font-size:13px}.serp-block span,.serp-tile span,.gallery-card span,.listing-row span,.suggest-chip span{font-size:11px;line-height:1.35}.serp-gallery,.serp-tile,.serp-listing,.serp-suggest{padding:12px}.block-caption{margin-bottom:10px;color:#3c3c43;font-size:12px;font-weight:700}.gallery-row{display:grid;grid-template-columns:repeat(3,112px);gap:10px;overflow-x:auto}.gallery-card{height:178px;display:flex;align-items:center;justify-content:center;padding:10px;text-align:center;background:#ffffff57;border-radius:6px}.tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:10px}.tile-cell{aspect-ratio:1 / 1;background:#ffffff73;border-radius:5px}.listing-stack{display:flex;flex-direction:column;gap:7px}.listing-row{min-height:34px;display:flex;align-items:center;padding:8px 10px;background:#fff6;border-radius:6px}.suggest-row{display:flex;flex-wrap:wrap;gap:8px}.suggest-chip{min-height:30px;flex:1 1 calc(50% - 8px);display:flex;align-items:center;justify-content:center;padding:7px 9px;text-align:center;background:#ffffff6b;border-radius:6px}.model-notes{align-self:start;padding:8px 0}.section-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px;font-size:13px;font-weight:700}.section-title>div{display:flex;align-items:center;gap:8px}.provider-badge{max-width:140px;overflow:hidden;padding:4px 7px;color:#6f6f76;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:10px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.architecture-note{margin-bottom:16px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:8px}.architecture-note>span{display:block;margin-bottom:7px;color:#8e8e93;font-size:11px;font-weight:700}.architecture-note p{margin:0;color:#2c2c31;font-size:13px;line-height:1.5}.architecture-note p+p{margin-top:9px}.architecture-note ol{margin:9px 0;padding-left:18px;color:#3c3c43;font-size:12px;line-height:1.45}.architecture-note li+li{margin-top:5px}.model-notes ul{margin:0 0 18px;padding-left:18px;color:#3c3c43;font-size:13px;line-height:1.55}.model-notes li+li{margin-top:8px}.intent-list{display:flex;flex-direction:column;gap:8px}.intent-pill{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:9px}.intent-pill span,.intent-pill em{color:#8e8e93;font-size:11px;font-style:normal}.intent-pill strong{font-size:12px}.metadata-list{display:flex;flex-direction:column;gap:7px;margin-top:14px}.metadata-row{display:grid;grid-template-columns:92px 1fr;gap:10px;padding:9px 10px;background:#fff;border:1px solid var(--line);border-radius:8px}.metadata-row span{color:#8e8e93;font-size:11px}.metadata-row strong{min-width:0;overflow:hidden;color:#3c3c43;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.editor-panel{min-height:0;display:flex;flex-direction:column;gap:18px;padding:22px;overflow-y:auto;background:#fff;border-left:1px solid var(--line)}.panel-head{display:flex;justify-content:space-between;gap:12px}.panel-head>div:first-child{display:flex;flex-direction:column;gap:6px}.panel-head span{color:#1c1c1e;font-size:18px;font-weight:750;line-height:1.2}.failure-side-panel{justify-content:flex-start}.failure-actions{display:flex;flex-wrap:wrap;gap:8px}.failure-actions button{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:8px;color:#1c1c1e;background:#fff;font-size:12px;font-weight:650}.editor-section{display:flex;flex-direction:column;gap:10px}.editor-section h3,.section-row h3{margin:0;font-size:13px;line-height:1.3}.section-row{display:flex;justify-content:space-between;align-items:center}.section-row span{color:#8e8e93;font-size:12px}.block-list{display:flex;flex-direction:column;gap:7px}.block-list-row{min-height:42px;display:grid;grid-template-columns:16px 24px 1fr auto 28px 28px 28px;align-items:center;gap:6px;padding:7px 8px;background:#fbfbfd;border:1px solid var(--line);border-radius:8px}.block-list-row strong{min-width:0;overflow:hidden;color:#1c1c1e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.block-list-row em,.row-index{color:#8e8e93;font-size:11px;font-style:normal}.block-list-row button,.secondary-row button,.inline-add button{width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:7px;color:#6f6f76;background:transparent}.block-list-row button:hover,.secondary-row button:hover,.inline-add button:hover{background:#f2f2f7}.block-list-row button.danger:hover,.secondary-row button:hover{color:#b42318;background:#fff3f1}.add-block,.inline-add{display:grid;grid-template-columns:1fr auto;gap:8px}.add-block button,.inline-add button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#1c1c1e;font-size:12px;font-weight:650;white-space:nowrap}.inline-add button.icon-add{width:38px;padding:0}.secondary-list{display:flex;flex-direction:column;gap:7px}.secondary-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px 6px 11px;color:#3c3c43;background:#f9f9fb;border-radius:8px;font-size:12px}.rating{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;border:1px solid var(--line);border-radius:8px}.rating button{height:36px;border:0;border-right:1px solid var(--line);background:#fff;color:#3c3c43;font-size:13px}.rating button:last-child{border-right:0}.rating button.active{color:#fff;background:var(--accent)}.save-area{display:flex;flex-direction:column;gap:9px;padding-top:4px}.save-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent)}.ghost-button:disabled{cursor:not-allowed;opacity:.45}.save-area p{color:#2e7d32;font-size:12px}@media(max-width:1180px){body{min-width:0}.workspace{grid-template-columns:1fr}.editor-panel{border-left:0;border-top:1px solid var(--line)}}@media(max-width:760px){.topbar{height:auto;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions" "search search";gap:8px 12px;padding:10px 16px}.brand{grid-area:brand;min-width:0}.brand em{display:none}.topbar .search-form.compact{grid-area:search}.topbar-actions{grid-area:actions}.topbar-actions button{width:36px;padding:0;font-size:0}.topbar-actions button svg{width:15px;height:15px}.left-workspace{padding:18px 24px 22px}.serp-phone{height:calc(100vh - 154px)}}
