:root{--bg:#f4f5f2;--surface:#fff;--surface-2:#f0f1ee;--ink:#161a18;--muted:#68706b;--line:#dfe2dd;--accent:#167a5b;--accent-dark:#0d6045;--warm:#e85d36;--danger:#b83d37;--shadow:0 20px 60px rgba(26,34,29,0.14)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}svg{stroke-width:1.8}h1,h2,h3,p{margin:0}h1{font-size:24px;line-height:1.2}h2{font-size:20px;line-height:1.3}h3{font-size:16px}.eyebrow,.muted{color:var(--muted)}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:5px}.app-shell{display:grid;grid-template-columns:256px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#1e2421;color:#e9edea;display:flex;flex-direction:column;border-right:1px solid #303733;z-index:30}.brand{height:76px;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid #323936}.brand strong{font-size:17px}.brand-mark{display:inline-grid;place-items:center;width:36px;height:36px;background:var(--accent);color:white;border-radius:6px}.main-nav{padding:14px 10px 5px}.main-nav button{width:100%;display:flex;gap:10px;align-items:center;background:none;border:0;color:#aeb6b1;padding:10px;border-radius:6px;font-size:13px}.main-nav button svg{width:17px}.main-nav button.active,.main-nav button:hover{background:#303733;color:white}.project-nav{display:flex;flex-direction:column;min-height:0;flex:1 1}.nav-heading{display:flex;justify-content:space-between;align-items:center;padding:18px 14px 8px;color:#8e9892;text-transform:uppercase;font-size:10px;font-weight:800}.nav-heading>span:last-child{display:flex}.nav-scroll{overflow:auto;padding:3px 8px 20px}.folder-group{margin:8px 0 14px}.folder-label{display:flex;align-items:center;gap:7px;padding:7px;color:#8e9892;font-size:11px;text-transform:uppercase;font-weight:700}.folder-label svg{width:14px}.project-link{width:100%;display:grid;grid-template-columns:18px 1fr 14px;grid-gap:8px;gap:8px;align-items:center;text-align:left;background:none;border:0;color:#abb4af;padding:9px 8px;border-radius:5px}.project-link.active,.project-link:hover{background:#2e3632;color:white}.project-link>svg{width:16px}.project-link>svg:last-child{width:13px;opacity:.4}.project-link span{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.project-link small{display:block;color:#7e8983;margin-top:3px;font-size:10px}.empty-nav{color:#737d77;padding:16px 9px;font-size:12px}.sidebar-footer{height:56px;border-top:1px solid #323936;display:flex;align-items:center;gap:8px;padding:0 15px;color:#9ea8a2;font-size:11px}.sidebar-footer button{margin-left:auto}.sidebar-footer>span:not(.api-state){display:grid;grid-gap:2px;gap:2px;min-width:0}.sidebar-footer small{color:#737d77;font-size:10px}.api-state{width:7px;height:7px;border-radius:50%;background:var(--warm)}.api-state.ok{background:#39bb82}.workspace{min-width:0}.topbar{height:76px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.topbar h1{max-width:60vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{display:flex;align-items:center;gap:8px}.icon{border:0;background:none;color:inherit;width:36px;height:36px;display:inline-grid;place-items:center;border-radius:5px;padding:0}.icon:hover{background:rgba(120,130,124,.13)}.icon svg{width:19px}.icon.small{width:27px;height:27px}.icon.small svg{width:15px}.icon.filled{background:var(--ink);color:white}.primary,.secondary{border:1px solid transparent;min-height:38px;padding:0 14px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700}.primary{background:var(--accent);color:white}.primary:hover{background:var(--accent-dark)}.primary:disabled{opacity:.55;cursor:wait}.primary svg,.secondary svg{width:16px}.secondary{background:white;border-color:var(--line);color:var(--ink)}.secondary:hover{background:var(--surface-2)}.secondary.danger{color:var(--danger);border-color:#efd0cc}.secondary.danger:hover{background:#fff0ee}.secondary:disabled{opacity:.55;cursor:wait}.wide{width:100%}.mobile-only{display:none}.notice{margin:18px 24px 0;background:#fff4e7;border:1px solid #f0d8b9;padding:12px 16px;display:flex;align-items:center;gap:12px;border-radius:6px;color:#7b4b15}.notice svg{width:20px}.notice div{display:flex;gap:8px;align-items:baseline}.notice span{font-size:12px;color:#8c6b43}.project-layout{display:grid;grid-template-columns:minmax(260px,32%) minmax(0,1fr);min-height:calc(100vh - 76px)}.topics-pane{border-right:1px solid var(--line);background:#fafbf9}.pane-heading{padding:24px 20px 18px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);gap:12px}.pane-heading h2 span{color:var(--muted);font-weight:400;font-size:13px}.pane-actions{display:flex;align-items:center;gap:8px}.status{font-size:9px;text-transform:uppercase;font-weight:800;padding:5px 7px;border-radius:4px;background:#e5f2ec;color:var(--accent)}.status.error{background:#f9e4e1;color:var(--danger)}.status.processing{background:#fff0d8;color:#9a6414}.inline-error{font-size:11px;color:var(--danger);padding:12px 20px;background:#fff0ee}.topic-list{padding:8px}.topic-row{width:100%;display:grid;grid-template-columns:30px 1fr 16px;align-items:flex-start;grid-gap:8px;gap:8px;text-align:left;background:transparent;border:1px solid transparent;padding:14px 10px;border-radius:6px;color:var(--ink)}.topic-row:hover{background:#f1f3f0}.topic-row.active{background:white;border-color:var(--line);box-shadow:0 3px 12px rgba(33,40,36,.05)}.topic-number{color:var(--accent);font-size:11px;font-weight:800;padding-top:2px}.topic-row strong{font-size:13px;line-height:1.3;display:block}.topic-row small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.45;margin-top:5px}.topic-row>svg{width:15px;color:#9ca49f;margin-top:2px}.content-pane{padding:26px 28px;min-width:0}.content-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px}.content-head>div{max-width:690px}.content-head h2{font-size:25px}.content-head p{color:var(--muted);font-size:12px;line-height:1.6;margin-top:8px}.cost-pill{display:inline-flex;align-items:center;min-height:24px;margin-top:10px;padding:0 8px;border:1px solid var(--line);border-radius:5px;color:#47534d;background:#fff;font-size:11px;font-weight:700}.content-grid{display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:flex-start}.post-tabs{display:flex;flex-direction:column;gap:4px}.post-tabs button{display:grid;grid-template-columns:24px 1fr;grid-gap:7px;gap:7px;text-align:left;border:1px solid transparent;background:transparent;padding:10px 8px;border-radius:5px}.post-tabs button.active,.post-tabs button:hover{background:white;border-color:var(--line)}.post-tabs button>span:first-child{display:grid;place-items:center;width:22px;height:22px;background:#e6e9e5;color:#56605a;border-radius:4px;font-size:10px;font-weight:800}.post-tabs button.active>span:first-child{background:var(--accent);color:white}.post-tabs button>span:last-child{font-size:11px;font-weight:700;line-height:1.35}.post-tabs small{display:block;color:var(--muted);font-size:9px;margin-top:4px;font-weight:500}.editor{background:white;border:1px solid var(--line);border-radius:7px;min-width:0}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid var(--line)}.editor-toolbar>div:last-child{display:flex;gap:6px}.segmented{display:flex;background:var(--surface-2);padding:3px;border-radius:5px}.segmented button{border:0;background:transparent;font-size:10px;font-weight:700;padding:7px 9px;border-radius:3px;color:var(--muted)}.segmented button.active{background:white;color:var(--ink);box-shadow:0 1px 4px rgba(0,0,0,.08)}.editor-body{padding:20px;display:grid;grid-gap:17px;gap:17px}.editor label,.modal label,.style-create label{display:grid;grid-gap:7px;gap:7px;color:#4d5651;font-size:11px;font-weight:700}.add-rule input,.editor input,.editor textarea,.modal input,.modal select,.modal textarea,.style-create input,.style-create textarea{width:100%;border:1px solid var(--line);border-radius:5px;background:white;color:var(--ink);padding:10px 11px;outline:none;font-size:13px}.add-rule input:focus,.editor input:focus,.editor textarea:focus,.modal input:focus,.modal select:focus,.modal textarea:focus,.style-create input:focus,.style-create textarea:focus{border-color:#63a991;box-shadow:0 0 0 3px #e2f2ec}.editor textarea{resize:vertical;min-height:100px;line-height:1.6}.editor textarea.post-text{min-height:260px}.editor textarea.full-post{min-height:340px}.social-preview{max-width:610px;margin:24px auto;border:1px solid var(--line);background:white;border-radius:7px;padding:18px}.social-preview>img{display:block;height:auto;object-fit:contain;background:#f8faf8}.image-error,.social-preview>img{width:calc(100% + 36px);margin:-18px -18px 17px;border-radius:7px 7px 0 0}.image-error{min-height:180px;display:grid;place-items:center;grid-gap:8px;gap:8px;background:#f3f5f2;color:var(--muted);font-size:12px}.image-error svg{width:22px;color:var(--accent)}.social-author{display:flex;align-items:center;gap:9px;margin-bottom:18px}.social-author>svg{margin-left:auto;width:18px;color:var(--muted)}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent);color:white;font-weight:800}.social-author span:nth-child(2){display:flex;flex-direction:column;font-size:11px}.social-author small{color:var(--muted);font-size:9px;margin-top:2px}.social-preview h3{font-size:19px;margin-bottom:12px}.preview-copy{white-space:pre-wrap;line-height:1.65;font-size:13px}.editor-extras,.editor-extras details+details{border-top:1px solid var(--line)}.editor-extras summary{list-style:none;display:flex;align-items:center;gap:8px;padding:13px 18px;font-size:11px;font-weight:700;cursor:pointer}.editor-extras summary::-webkit-details-marker{display:none}.editor-extras summary svg{width:16px;color:var(--accent)}.extra-content{padding:0 18px 18px;display:grid;grid-gap:10px;gap:10px}.extra-content textarea{min-height:72px}.extra-content .check{display:flex;grid-template-columns:16px 1fr;align-items:center}.check input{width:14px}.extra-content button{justify-self:flex-start}.file-compact{position:relative;display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:7px!important;border:1px dashed #bdc4bf;padding:9px;border-radius:5px;cursor:pointer}.file-compact.attached,.file-compact:hover{border-color:#63a991;background:#f5fbf8}.file-compact svg{width:15px}.file-compact span{display:flex;flex-direction:column;gap:2px;min-width:0}.file-compact strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-compact small{color:var(--muted);font-size:10px}.file-compact input{position:absolute;inset:0;opacity:0;cursor:pointer}.generated-preview{width:160px;aspect-ratio:1;object-fit:contain;background:#f8faf8;border:1px solid var(--line);border-radius:6px}.image-error.compact{width:160px;min-height:120px;margin:0;border-radius:6px}.empty-state,.topic-empty{min-height:370px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.empty-icon,.topic-empty svg{width:46px;height:46px;padding:12px;border-radius:6px;background:#e6ece8;color:var(--accent);margin-bottom:14px}.empty-state h2,.topic-empty h3{color:var(--ink);margin-bottom:7px}.empty-state p,.topic-empty p{font-size:12px;max-width:400px;line-height:1.6;margin-bottom:16px}.empty-state{min-height:calc(100vh - 76px)}.empty-icon{display:grid;place-items:center}.empty-icon svg{width:22px}.settings-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);grid-gap:22px;gap:22px;padding:24px;align-items:flex-start}.settings-section{background:white;border:1px solid var(--line);border-radius:7px}.section-title{display:flex;justify-content:space-between;padding:19px 20px;border-bottom:1px solid var(--line)}.section-title>span{font-size:10px;color:var(--muted)}.style-create{padding:18px 20px;background:#f7f8f6;border-bottom:1px solid var(--line);display:grid;grid-gap:13px;gap:13px}.two-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.style-create textarea{min-height:130px;resize:vertical;line-height:1.5}.style-create button{justify-self:flex-start}.style-list{padding:0 20px}.style-row{padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:180px 1fr auto;grid-gap:16px;gap:16px;align-items:flex-start}.style-row:last-child{border:0}.style-row>div{display:flex;gap:9px}.style-dot{width:8px;height:8px;border-radius:50%;background:#c5cac7;margin-top:5px}.style-dot.active{background:var(--accent)}.style-row h3{font-size:13px}.style-row p{font-size:11px;line-height:1.55;color:var(--muted)}.style-row>p{color:#454d48}.active-state{color:var(--accent)}.style-actions{display:grid!important;grid-gap:8px!important;gap:8px!important}.style-actions button{width:100%}.rules{position:-webkit-sticky;position:sticky;top:100px}.add-rule{display:grid;grid-template-columns:1fr 36px;grid-gap:7px;gap:7px;padding:16px;border-bottom:1px solid var(--line)}.rule-list{padding:8px 16px 16px}.rule-row{display:grid;grid-template-columns:18px 1fr 28px;grid-gap:8px;gap:8px;align-items:flex-start;padding:8px 0;border-bottom:1px solid #eef0ed}.rule-row input{margin-top:8px;accent-color:var(--accent)}.rule-row textarea{border:0;background:transparent;resize:none;min-height:48px;padding:6px;font-size:11px;line-height:1.5;outline:none}.rule-list>.muted{font-size:11px;line-height:1.5;padding:12px 0}.modal-backdrop{position:fixed;inset:0;background:rgba(18,23,20,.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:20px;z-index:50}.modal{width:min(680px,100%);max-height:94vh;overflow:auto;background:white;border-radius:7px;box-shadow:var(--shadow);padding:22px;display:grid;grid-gap:15px;gap:15px}.modal.compact{width:min(430px,100%)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.modal textarea.material-input{min-height:160px;resize:vertical;line-height:1.5}.or{position:relative;text-align:center;font-size:10px;color:var(--muted)}.or:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--line)}.or span{position:relative;background:white;padding:0 8px}.drop-file{position:relative;display:flex!important;min-height:96px;flex-direction:column;align-items:center!important;justify-content:center;gap:6px!important;text-align:center;border:1px dashed #aeb7b1;border-radius:6px;padding:16px!important;cursor:pointer;background:#fafbf9}.drop-file.attached{border-style:solid;border-color:#63a991;background:#edf7f2;box-shadow:inset 0 0 0 1px rgba(22,122,91,.08)}.drop-file.attached strong{max-width:100%;overflow-wrap:anywhere;color:var(--accent-dark)}.drop-file svg{width:21px;color:var(--accent)}.drop-file.attached svg{width:24px;height:24px;padding:4px;border-radius:50%;background:var(--accent);color:white}.drop-file span{color:var(--muted);font-weight:400;font-size:10px}.drop-file input{position:absolute;inset:0;opacity:0;cursor:pointer}.field-note{color:var(--muted);font-size:10px;font-weight:400;line-height:1.5}.project-references{display:grid;grid-gap:10px;gap:10px}.project-references>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px}.project-references>div:first-child>span{color:var(--muted);font-size:10px}.reference-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.reference-card{display:grid;grid-template-columns:52px minmax(0,1fr) 28px;align-items:center;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:6px;padding:6px;min-width:0}.reference-card img{width:52px;height:52px;object-fit:cover;border-radius:4px;background:var(--surface-2)}.reference-card>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.reference-card .icon{color:var(--danger)}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:6px}.error-text{color:var(--danger);background:#fff0ee;border:1px solid #f2cfca;border-radius:5px;padding:9px 11px;font-size:11px}.toast{position:fixed;right:22px;bottom:22px;background:#1f2924;color:white;padding:11px 15px;border-radius:6px;box-shadow:var(--shadow);display:flex;align-items:center;gap:8px;font-size:12px;z-index:80}.toast svg{width:17px;color:#54d79a}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--accent);font-size:13px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.login-page{min-height:100vh;display:grid;place-items:center;background:#eef0ec;padding:24px;position:relative}.login-page:before{content:"";position:fixed;left:0;top:0;bottom:0;width:34%;background:#1e2421}.login-brand{position:fixed;left:32px;top:28px;color:white;display:flex;align-items:center;gap:10px;z-index:2}.login-panel{position:relative;width:min(420px,100%);background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:7px;padding:34px;display:grid;grid-gap:19px;gap:19px}.login-panel h1{font-size:28px;margin-bottom:8px}.login-panel .muted{font-size:12px;line-height:1.5}.login-panel label{display:grid;grid-gap:7px;gap:7px;font-size:11px;font-weight:700}.login-panel input{border:1px solid var(--line);border-radius:5px;padding:11px;outline:none}.login-panel input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e3f2ec}.login-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px;color:var(--muted);font-size:11px;font-weight:700}.login-divider span{height:1px;background:var(--line)}.telegram-login-box{min-height:42px;display:grid;place-items:center}.telegram-fallback-link{color:var(--accent);font-size:13px;font-weight:700;text-align:center;text-decoration:none}.telegram-fallback-link:hover{text-decoration:underline}@media (max-width:1050px){.content-grid{grid-template-columns:1fr}.post-tabs{flex-direction:row;overflow:auto}.post-tabs button{min-width:155px}.settings-layout{grid-template-columns:1fr}.rules{position:static}}@media (max-width:760px){.mobile-only{display:inline-grid}.app-shell{display:block}.sidebar{position:fixed;left:-280px;width:256px;transition:left .2s;box-shadow:var(--shadow)}.sidebar.open{left:0}.brand .mobile-only{margin-left:auto}.topbar{height:68px;padding:0 14px;gap:10px}.topbar>div:not(.topbar-actions){min-width:0;flex:1 1}.topbar h1{font-size:18px}.topbar .primary{font-size:0;width:38px;padding:0}.topbar-actions{flex:0 0 auto;gap:6px}.topbar-actions .secondary{font-size:0;width:38px;padding:0}.topbar .primary svg{margin:0}.notice{margin:12px}.notice div{display:grid;grid-gap:3px;gap:3px}.project-layout{display:block}.topics-pane{border:0}.topic-list{display:flex;overflow:auto}.topic-row{min-width:250px}.content-pane{padding:20px 14px}.content-head{display:grid}.content-head h2{font-size:21px}.editor-toolbar{align-items:flex-start}.editor-toolbar .secondary{font-size:0;width:38px;padding:0}.editor-toolbar>div:last-child{display:flex}.editor-body{padding:15px}.settings-layout{padding:14px}.reference-grid,.style-row,.two-fields{grid-template-columns:1fr}.modal{padding:17px}.login-page:before{width:100%;height:30%;bottom:auto}.login-brand{left:22px;top:20px}.login-panel{margin-top:48px;padding:25px}}