:root{
  --bg:#f5f8fc;--surface:#fff;--line:#e7edf5;--text:#0d1b3d;--muted:#6f7f9a;
  --blue:#2384f7;--blue2:#0e6de0;--green:#17b56b;--purple:#7d59e8;--orange:#ff7a1a;
  --danger:#e34e59;--shadow:0 8px 28px rgba(28,55,90,.07);--radius:16px
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:250px;background:#fbfdff;border-right:1px solid var(--line);position:fixed;inset:0 auto 0 0;padding:18px 14px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 24px}.brand-mark,.login-logo{width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#42a9ff,#1673ef);display:grid;place-items:center;color:#fff;font-size:24px;transform:none}.brand b{font-size:22px}.brand small{display:block;color:var(--muted);margin-top:2px}.sidebar nav{display:grid;gap:6px}.nav-item{display:flex;align-items:center;gap:13px;padding:13px 15px;border-radius:11px;color:#233452;font-weight:600}.nav-item span{width:24px;text-align:center;font-size:20px;color:#647b9d}.nav-item:hover,.nav-item.active{background:#eaf3ff;color:#086bcf}.nav-item.active span{color:#0876df}.sidebar-note{margin-top:auto;border:1px solid var(--line);background:#fff;padding:13px;border-radius:12px;font-size:13px;color:var(--muted);box-shadow:var(--shadow)}.sidebar-note b{display:block;color:var(--text);margin-bottom:7px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);margin-right:5px}.main-area{margin-left:250px;min-width:0;flex:1}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.top-title{font-weight:800;font-size:20px}.top-actions{display:flex;align-items:center;gap:10px}.avatar{width:40px;height:40px;border-radius:50%;background:#4da8ef;color:white;display:grid;place-items:center;font-weight:800}.admin-meta{display:grid;line-height:1.2}.admin-meta small{font-size:12px;color:var(--muted)}.logout{margin-left:8px;color:#61728d;font-size:13px;border-left:1px solid var(--line);padding-left:16px}.page{padding:28px;max-width:1600px;margin:0 auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.page-heading h1{font-size:34px;line-height:1.1;margin:0 0 5px}.page-heading p{margin:0;color:var(--muted)}.heading-actions{display:flex;gap:10px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow)}.stat-card span{display:block;color:#52627e;font-weight:600}.stat-card strong{display:block;font-size:31px;margin:4px 0 2px;letter-spacing:.3px}.stat-card small{color:#8794a9}.stat-icon{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;font-size:27px;font-weight:800}.stat-icon.blue{background:#e7f2ff;color:var(--blue)}.stat-icon.green{background:#e5f8ef;color:var(--green)}.stat-icon.purple{background:#f0eaff;color:var(--purple)}.stat-icon.orange{background:#fff0e5;color:var(--orange)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);gap:18px}.poll-result-card,.chart-card,.quick-card,.recent-card,.scheduled-card{padding:18px 20px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.card-head>div{display:flex;align-items:center;gap:10px;font-size:18px}.card-head>a{font-size:13px;color:#0876df;font-weight:600}.card-icon{color:#0876df}.question-line{font-size:13px;margin:-8px 0 16px}.bars{display:grid;gap:18px}.bar-row{display:grid;grid-template-columns:125px 1fr 55px;align-items:center;gap:12px;font-size:14px}.bar-row b{text-align:right}.bar-track{height:19px;background:#edf1f6;border-radius:5px;overflow:hidden}.bar-track i{height:100%;display:block;background:linear-gradient(90deg,#4a9cf7,#2384f7);border-radius:5px}.quick-actions{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:10px}.chart-card{grid-row:2 / span 2}.chart-wrap{height:270px}.chart-wrap canvas{width:100%;height:100%}.mini-table{display:grid}.mini-head,.mini-row{display:grid;grid-template-columns:1fr 80px 95px;gap:10px;padding:10px 4px;align-items:center}.mini-head{font-size:12px;color:var(--muted);border-bottom:1px solid var(--line)}.mini-row{font-size:13px;border-bottom:1px solid #f0f3f8}.mini-row:last-child{border-bottom:none}.schedule-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f3f8}.schedule-row:last-child{border-bottom:none}.schedule-icon{width:38px;height:38px;border-radius:9px;background:#eaf4ff;color:#1781eb;display:grid;place-items:center}.grow{flex:1;min-width:0}.grow b,.grow small{display:block}.grow small{color:var(--muted);margin-top:3px}.schedule-time{font-size:12px;color:#59708f}.btn{border:none;border-radius:9px;padding:10px 15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:.15s;border:1px solid transparent}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(180deg,#2d91ff,#1674e7);color:#fff}.btn.success{background:linear-gradient(180deg,#1dc477,#0da95e);color:#fff}.btn.light{background:#fff;color:#243754;border-color:#d9e2ee}.btn.danger-outline{background:#fff;color:var(--danger);border-color:#f0c9ce}.btn.tiny{padding:7px 10px;font-size:12px}.btn.wide{width:100%}.pill{border:1px solid var(--line);padding:6px 10px;border-radius:9px;color:#51617a;font-size:12px}.badge{display:inline-flex;width:max-content;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800}.badge.active{background:#dff7e9;color:#15975a}.badge.done{background:#eef1f4;color:#596577}.badge.pending{background:#fff2d8;color:#a36900}.badge.error{background:#ffe4e7;color:#bb3542}.muted{color:var(--muted)}.empty{text-align:center;color:#8793a8;padding:34px}.empty.small{padding:16px}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px;background:#e4f7ec;color:#117847;border:1px solid #c7edd7}.alert.danger{background:#fff0f1;color:#a9303b;border-color:#f3cfd3}.table-card{padding:0;overflow:hidden}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;text-align:left;border-bottom:1px solid #edf1f6;font-size:13px;vertical-align:middle}th{background:#fbfcfe;color:#65758e;font-size:12px;text-transform:none;white-space:nowrap}tr:last-child td{border-bottom:none}.block{display:block;margin-top:4px;color:var(--muted)}.error-text{color:var(--danger)}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px}.form-card{padding:22px}.form-card.compact{align-self:start}.wide-form{max-width:1050px}.field{display:grid;gap:7px;margin-bottom:17px}.field label,.stack-form label{font-weight:700;font-size:13px}.field label small{font-weight:500;color:var(--muted);margin-left:5px}input,textarea,select{width:100%;border:1px solid #dbe4ef;background:#fff;border-radius:9px;padding:11px 12px;color:var(--text);outline:none}input:focus,textarea:focus,select:focus{border-color:#6db2f9;box-shadow:0 0 0 3px rgba(35,132,247,.10)}textarea{resize:vertical}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.switch-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:4px 0 20px}.switch-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;gap:20px}.switch-row+ .switch-row{border-top:1px solid #f0f3f7}.switch-row span{display:grid}.switch-row small{color:var(--muted);font-weight:400;margin-top:3px}.switch-row input{width:18px;height:18px}.form-actions{display:flex;justify-content:flex-end;gap:10px}.help-card{padding:22px;align-self:start}.help-card h3{margin-top:0}.help-card ol{padding-left:20px;color:#53657f;line-height:1.7}.upload-box{border:1.5px dashed #cfdbea;border-radius:12px;background:#fafcff;padding:10px;margin:4px 0 18px}.upload-box input{display:none}.upload-box label{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:105px;cursor:pointer}.upload-box small{color:var(--muted);margin-top:6px}.channels-layout{display:grid;grid-template-columns:360px 1fr;gap:18px}.stack-form{display:grid;gap:13px}.stack-form label{display:grid;gap:7px}.check-row{display:flex!important;grid-template-columns:18px 1fr;align-items:center}.check-row input{width:17px;height:17px}.channel-list-card{padding:18px}.channel-row{display:flex;align-items:center;gap:13px;padding:14px 0;border-top:1px solid #eef2f6}.channel-row:first-of-type{border-top:none}.channel-avatar{width:44px;height:44px;border-radius:12px;background:#e9f4ff;color:#1681ed;display:grid;place-items:center;font-size:20px}.channel-flags{display:flex;align-items:center;gap:10px}.channel-flags label{font-size:12px;color:#55657d;display:flex;align-items:center;gap:5px}.channel-flags input{width:15px;height:15px}.mini-link{font-size:12px;color:#0d78df;margin-top:4px;display:inline-block}.report-stats{max-width:1100px}.info-panel{padding:22px;max-width:850px}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.settings-card{padding:22px}.settings-card h3{margin-top:0}.setting-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #edf1f6}.success-box{margin-top:16px;padding:12px;border-radius:9px;background:#e8f8ef;color:#12834c}.login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#e7f3ff,transparent 35%),var(--bg);padding:20px}.login-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 60px rgba(26,57,94,.12);padding:32px}.login-logo{margin-bottom:18px}.login-card h1{margin:0 0 4px}.login-card>p{margin:0 0 24px;color:var(--muted)}
@media(max-width:1150px){.stats-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.chart-card{grid-row:auto}.settings-grid{grid-template-columns:1fr}.form-layout,.channels-layout{grid-template-columns:1fr}.sidebar{width:215px}.main-area{margin-left:215px}.quick-actions{grid-template-columns:1fr}.channel-row{align-items:flex-start;flex-wrap:wrap}}
@media(max-width:760px){.sidebar{display:none}.main-area{margin-left:0}.topbar{padding:0 16px}.top-title{font-size:15px}.admin-meta{display:none}.page{padding:18px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading h1{font-size:28px}.heading-actions{width:100%;flex-wrap:wrap}.stats-grid{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}.bar-row{grid-template-columns:95px 1fr 45px}.quick-actions{grid-template-columns:1fr}.channel-flags{flex-wrap:wrap}.page-heading .btn{width:100%}}

/* v2: advanced post builder + multi-step forms */
.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:4px 0 12px}.section-title h2{font-size:20px;margin:0 0 4px}.section-title p{margin:0;color:var(--muted);font-size:13px}.top-gap{margin-top:28px}.row-actions{display:flex;align-items:center;gap:7px;white-space:nowrap}.row-actions form{margin:0}.post-builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:20px;align-items:start}.post-editor{min-width:0}.preview-column{min-width:0}.preview-sticky{position:sticky;top:94px}.preview-label{display:flex;justify-content:space-between;align-items:center;margin:0 2px 9px;color:#53657f;font-size:13px}.preview-label span{font-weight:800;color:#243754}.telegram-phone{border:1px solid #cbd8e8;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(32,61,96,.13)}.telegram-header{height:62px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#fff;border-bottom:1px solid #e5edf5}.telegram-header>span{font-size:27px;color:#2285e4}.telegram-header>div:last-child{display:grid;line-height:1.2}.telegram-header small{color:#7b8ba1}.preview-avatar{width:38px;height:38px;border-radius:50%;background:#2aabee;color:#fff;display:grid;place-items:center}.telegram-chat-bg{min-height:570px;padding:18px 12px;background-color:#dce9d4;background-image:radial-gradient(rgba(255,255,255,.45) 1px,transparent 1px);background-size:15px 15px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.tg-message{background:#fff;border-radius:12px 12px 12px 4px;box-shadow:0 1px 2px rgba(0,0,0,.12);padding:8px;max-width:92%;min-width:120px;white-space:pre-wrap;word-break:break-word}.tg-media-message{padding:4px;overflow:hidden}.tg-text,.tg-caption{padding:5px 6px 1px;font-size:14px;line-height:1.42}.tg-caption:empty{display:none}.tg-time{text-align:right;color:#8291a4;font-size:10px;padding:3px 4px 1px}.tg-inline-button{margin:7px 4px 2px;border-top:1px solid #e5edf5;color:#1684df;text-align:center;padding:8px 5px 4px;font-weight:700;font-size:13px}.preview-empty{align-self:center;margin:auto;color:#65798f;background:rgba(255,255,255,.82);padding:12px 16px;border-radius:12px;text-align:center;max-width:260px}.preview-media-grid{display:grid;gap:2px;border-radius:9px;overflow:hidden;min-width:290px;grid-auto-flow:row;grid-auto-rows:92px}.preview-media-grid.count-1{grid-template-columns:repeat(6,1fr);grid-auto-rows:265px}.preview-media-grid.count-1 .preview-media-item{grid-column:span 6}.preview-media-grid.count-2{grid-template-columns:repeat(6,1fr);grid-auto-rows:205px}.preview-media-grid.count-2 .preview-media-item{grid-column:span 3}.preview-media-grid.count-3{grid-template-columns:repeat(6,1fr);grid-template-rows:105px 105px}.preview-media-grid.count-3 .preview-media-item:first-child{grid-column:span 4;grid-row:span 2}.preview-media-grid.count-3 .preview-media-item:nth-child(n+2){grid-column:span 2}.preview-media-grid.count-4{grid-template-columns:repeat(6,1fr);grid-auto-rows:150px}.preview-media-grid.count-4 .preview-media-item{grid-column:span 3}.preview-media-grid.count-5{grid-template-columns:repeat(6,1fr);grid-template-rows:205px 125px 125px}.preview-media-grid.count-5 .preview-media-item:first-child{grid-column:span 6}.preview-media-grid.count-5 .preview-media-item:nth-child(n+2){grid-column:span 3}.preview-media-grid.count-6{grid-template-columns:repeat(6,1fr);grid-auto-rows:135px}.preview-media-grid.count-6 .preview-media-item{grid-column:span 2}.preview-media-grid.count-7{grid-template-columns:repeat(6,1fr);grid-template-rows:205px 125px 125px}.preview-media-grid.count-7 .preview-media-item:first-child{grid-column:span 6}.preview-media-grid.count-7 .preview-media-item:nth-child(n+2){grid-column:span 2}.preview-media-grid.count-8{grid-template-columns:repeat(6,1fr);grid-auto-rows:120px}.preview-media-grid.count-8 .preview-media-item:nth-child(-n+2){grid-column:span 3}.preview-media-grid.count-8 .preview-media-item:nth-child(n+3){grid-column:span 2}.preview-media-grid.count-9{grid-template-columns:repeat(6,1fr);grid-auto-rows:112px}.preview-media-grid.count-9 .preview-media-item:first-child{grid-column:span 6;min-height:190px}.preview-media-grid.count-9 .preview-media-item:nth-child(2),.preview-media-grid.count-9 .preview-media-item:nth-child(3){grid-column:span 3}.preview-media-grid.count-9 .preview-media-item:nth-child(n+4){grid-column:span 2}.preview-media-grid.count-10{grid-template-columns:repeat(6,1fr);grid-auto-rows:108px}.preview-media-grid.count-10 .preview-media-item:first-child,.preview-media-grid.count-10 .preview-media-item:nth-child(2){grid-column:span 3}.preview-media-grid.count-10 .preview-media-item:nth-child(n+3){grid-column:span 2}.preview-media-grid.separate-preview{grid-template-columns:1fr;grid-auto-rows:auto;gap:7px}.preview-media-grid.separate-preview .preview-media-item{grid-column:auto!important;grid-row:auto!important;min-height:120px}.preview-media-item{position:relative;background:#e7edf4;min-height:120px;overflow:hidden}.preview-media-item img,.preview-media-item video{width:100%;height:100%;min-height:150px;max-height:265px;display:block;object-fit:cover}.preview-media-item em{position:absolute;top:7px;left:7px;background:rgba(0,0,0,.6);color:#fff;font-size:11px;font-style:normal;width:22px;height:22px;border-radius:50%;display:grid;place-items:center}.video-badge{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.55);color:#fff;width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.preview-file{min-height:64px!important;display:flex;align-items:center;gap:10px;padding:11px;background:#f0f5fa}.preview-file>span{font-size:28px}.preview-file div{display:grid;min-width:0}.preview-file b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.preview-file small{color:#71839a;margin-top:3px}.upload-box-lg label{min-height:125px}.media-sort-list{display:grid;gap:8px;margin-top:10px}.media-sort-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #dce5ef;border-radius:10px;padding:8px;background:#fff;cursor:grab}.media-sort-item.dragging{opacity:.45;border-style:dashed}.media-thumb{width:58px;height:48px;border-radius:8px;overflow:hidden;background:#edf2f7;display:grid;place-items:center}.media-thumb img,.media-thumb video{width:100%;height:100%;object-fit:cover}.media-thumb.file-thumb{font-size:25px}.media-meta{display:grid;min-width:0}.media-meta b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.media-meta small{color:var(--muted);margin-top:3px}.media-actions{display:flex;gap:5px}.icon-btn{border:1px solid #d9e3ef;background:#fff;color:#50627a;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;cursor:pointer;font-weight:800}.icon-btn:hover{background:#f3f7fb}.icon-btn.danger{color:#c43e4b}.inline-error{margin-top:9px;padding:9px 11px;border-radius:8px;background:#fff0f1;color:#ad3541;font-size:12px}.char-counter{text-align:right;color:var(--muted);font-size:11px;margin-top:-4px}.editor-note{background:#f3f8fd;border:1px solid #dcebf8;color:#526a84;border-radius:10px;padding:11px 13px;font-size:12px;line-height:1.5;margin:-2px 0 18px}

.form-builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.builder-main{display:grid;gap:14px;min-width:0}.builder-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.builder-toolbar>div{display:grid}.builder-toolbar small{color:var(--muted);font-size:12px;margin-top:3px}.questions-list{display:grid;gap:12px}.question-card{padding:17px;border-left:4px solid #3791ed}.question-card.dragging{opacity:.55}.question-card-head{display:flex;align-items:center;gap:7px;margin-bottom:13px}.drag-handle{cursor:grab;font-size:19px;color:#8a9aae;letter-spacing:-4px;margin-right:7px}.question-row{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px}.q-options-wrap{border-top:1px solid #edf1f5;padding-top:12px;margin-top:3px}.options-label{font-size:12px;font-weight:800;display:block;margin-bottom:8px}.q-options{display:grid;gap:7px;margin-bottom:8px}.option-edit-row{display:grid;grid-template-columns:1fr 32px;gap:7px}.option-edit-row input{padding:9px 10px}.check-inline{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;margin-top:13px}.check-inline input{width:16px;height:16px}.switch-row.standalone{border:1px solid var(--line);border-radius:10px;padding:12px}.builder-submit{padding:14px;display:flex;justify-content:flex-end;gap:9px}.builder-help{position:sticky;top:94px}.type-legend{display:grid;gap:7px;border-top:1px solid var(--line);padding-top:14px;margin-top:16px;color:#53657f;font-size:13px}.type-legend b{color:var(--text);margin-bottom:3px}

@media(max-width:1200px){.post-builder-layout{grid-template-columns:1fr}.preview-sticky{position:static}.telegram-phone{max-width:520px}.form-builder-layout{grid-template-columns:1fr}.builder-help{position:static}.question-row{grid-template-columns:1fr 190px}}
@media(max-width:760px){.question-row{grid-template-columns:1fr}.post-builder-layout{grid-template-columns:1fr}.preview-media-grid{min-width:250px}.media-sort-item{grid-template-columns:50px minmax(0,1fr)}.media-actions{grid-column:2;justify-content:flex-end}.section-title{align-items:flex-start;flex-direction:column}.row-actions{flex-wrap:wrap}.builder-toolbar{align-items:flex-start;flex-direction:column}.builder-toolbar .btn{width:100%}}

.send-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px}.send-mode-option{display:flex;align-items:center;gap:10px;border:1px solid #dbe4ef;border-radius:12px;padding:13px 14px;background:#fff;cursor:pointer;transition:.15s}.send-mode-option:hover{border-color:#9fc8ef}.send-mode-option.active{border-color:#3c98ec;background:#f1f8ff;box-shadow:0 0 0 3px rgba(35,132,247,.08)}.send-mode-option input{width:18px;height:18px;flex:0 0 auto}.send-mode-option span{display:grid;gap:3px}.send-mode-option b{font-size:13px}.send-mode-option small,.field-help{color:var(--muted);font-size:11px}.preview-footnote{margin:9px 4px 0;color:#7b8ba1;font-size:11px;line-height:1.45}.char-counter.over-limit{color:var(--danger);font-weight:800}#post-submit-status{margin-bottom:16px}.post-submit-loading{opacity:.72;pointer-events:none}
@media(max-width:600px){.send-mode-switch{grid-template-columns:1fr}}
.preview-media-grid:not(.separate-preview) .preview-media-item{min-height:0}
.preview-media-grid:not(.separate-preview) .preview-media-item img,.preview-media-grid:not(.separate-preview) .preview-media-item video{min-height:0;max-height:none;height:100%}

/* v4: destructive actions, channel-native forms, automatic post footer */
.delete-btn{border:1px solid #f0c2c6;background:#fff6f7;color:#b42331}.delete-btn:hover{background:#ffecee;border-color:#e998a0}.row-actions form{display:inline-flex}.channel-native-note{margin-top:14px;padding:12px 13px;border:1px solid #cfe3f7;background:#f4f9ff;border-radius:10px;color:#48647f;font-size:12px;line-height:1.55}
.footer-settings-card{margin-top:18px;padding:20px}.settings-section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.settings-section-head h3{margin:0 0 5px}.settings-section-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.footer-editor-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:18px;align-items:start}.footer-template-preview{border:1px solid #dfe8f2;border-radius:14px;padding:13px;background:#f6f9fc}.footer-preview-title{font-size:11px;font-weight:800;color:#6f8095;text-transform:uppercase;letter-spacing:.04em;margin-bottom:9px}.footer-preview-bubble{background:#fff;border-radius:12px;padding:13px;box-shadow:0 2px 8px rgba(26,48,75,.08);font-size:13px;line-height:1.5;white-space:pre-wrap}.footer-preview-bubble hr{border:0;border-top:1px solid #e9eef4;margin:10px 0}.footer-preview-bubble pre,.footer-attach-card pre{margin:0;white-space:pre-wrap;font:inherit;line-height:1.5}.footer-preview-bubble em{color:var(--muted)}
.footer-attach-card{border:1px solid #cfe1f3;background:linear-gradient(180deg,#f8fbff,#f3f8fd);border-radius:12px;padding:12px 13px;margin:-2px 0 16px}.footer-toggle{margin:0!important;align-items:flex-start}.footer-toggle span{display:grid;gap:3px}.footer-toggle small{color:var(--muted);font-weight:500}.footer-attach-card pre{margin:10px 0 8px;border-top:1px dashed #c9d9e8;padding-top:10px;color:#435872;font-size:12px}.mini-link{font-size:11px;color:#1c80df;text-decoration:none;font-weight:700}.footer-empty-hint{margin:-2px 0 16px;padding:11px 13px;border-radius:10px;background:#f7f9fc;border:1px dashed #cfdbe8;color:#60748b;font-size:12px}.footer-empty-hint a{color:#1c80df;font-weight:700;text-decoration:none}
@media(max-width:900px){.footer-editor-grid{grid-template-columns:1fr}.settings-section-head{flex-direction:column}.row-actions{min-width:170px}}
.wizard-preview-card{margin-top:18px;border:1px solid #dce6f0;border-radius:15px;overflow:hidden;background:#fff}.wizard-preview-head{display:flex;align-items:center;gap:9px;padding:11px 12px;border-bottom:1px solid #e8eef5;background:#fbfdff}.wizard-preview-head>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#2aabee;color:#fff}.wizard-preview-head>div{display:grid}.wizard-preview-head small{font-size:10px;color:var(--muted);margin-top:2px}.wizard-preview-body{padding:14px;background:#e6f0e0;background-image:radial-gradient(rgba(255,255,255,.48) 1px,transparent 1px);background-size:14px 14px}.wizard-progress{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:10px 10px 4px 4px;padding:10px 11px 6px;font-size:11px;color:#5f7289}.wizard-progress span{color:#2a8be5}.wizard-question{background:#fff;padding:6px 11px 12px;font-weight:800;font-size:13px;line-height:1.45}.wizard-options{display:grid;background:#fff;padding:0 7px 8px;gap:5px}.wizard-options button,.wizard-nav button{border:1px solid #d9e7f4;background:#f7fbff;color:#187dcc;border-radius:8px;padding:8px 9px;font-weight:700;font-size:11px;text-align:left}.wizard-nav{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:#fff;padding:0 7px 8px;border-radius:0 0 10px 4px}.wizard-nav button{text-align:center;background:#eef7ff}.builder-help{max-height:calc(100vh - 112px);overflow:auto}

.builder-preview-input{width:100%;border:1px solid #dfe5ef;border-radius:10px;padding:10px 12px;background:#f8fafc;min-height:42px;resize:none}

/* v6: Telegram rich-text editor */
.rich-editor{border:1px solid #dbe4ef;border-radius:12px;background:#fff;overflow:hidden;transition:.15s}.rich-editor:focus-within{border-color:#6db2f9;box-shadow:0 0 0 3px rgba(35,132,247,.10)}.rich-toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:8px;background:#f8fafc;border-bottom:1px solid #e4eaf2}.rich-tool{min-width:34px;height:32px;padding:0 8px;border:1px solid #dce5ef;border-radius:8px;background:#fff;color:#31435c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;font-weight:800}.rich-tool:hover{background:#edf6ff;border-color:#9bc9f5;color:#0c73d7}.rich-tool-wide{min-width:72px}.rich-separator{width:1px;height:22px;background:#dce4ee;margin:0 3px}.rich-editor-content{min-height:190px;padding:13px 14px;outline:none;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55;font-size:14px}.rich-editor-content.rich-editor-footer{min-height:165px}.rich-editor-content:empty:before{content:attr(data-placeholder);color:#9ba7b8;pointer-events:none}.rich-editor-content a,.rich-preview-content a,.tg-text a,.tg-caption a,.rich-footer-preview a{color:#1687d9;text-decoration:underline}.rich-editor-content blockquote,.rich-preview-content blockquote,.tg-text blockquote,.tg-caption blockquote,.rich-footer-preview blockquote{margin:8px 0;padding:7px 10px;border-left:3px solid #5da8e8;background:#f3f8fd;border-radius:0 7px 7px 0}.rich-editor-content code,.rich-preview-content code,.tg-text code,.tg-caption code,.rich-footer-preview code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#eef2f6;border-radius:4px;padding:1px 4px}.rich-editor-content pre,.rich-preview-content pre,.tg-text pre,.tg-caption pre,.rich-footer-preview pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#eef2f6;border-radius:8px;padding:9px;white-space:pre-wrap}.editor-spoiler,.rich-editor-content tg-spoiler,.rich-preview-content tg-spoiler,.tg-text tg-spoiler,.tg-caption tg-spoiler,.rich-footer-preview tg-spoiler{background:#bfc7d0;color:transparent;border-radius:3px;padding:0 2px}.editor-spoiler:hover,.rich-editor-content tg-spoiler:hover,.rich-preview-content tg-spoiler:hover,.tg-text tg-spoiler:hover,.tg-caption tg-spoiler:hover,.rich-footer-preview tg-spoiler:hover{color:inherit;background:#e1e6ec}.rich-help{font-size:11px;line-height:1.45;color:var(--muted);margin-top:7px}.rich-footer-preview,.rich-preview-content,.tg-text,.tg-caption{white-space:pre-wrap;overflow-wrap:anywhere}.rich-footer-preview{margin:10px 0 8px;border-top:1px dashed #c9d9e8;padding-top:10px;color:#435872;font-size:12px;line-height:1.5}.footer-preview-bubble .rich-preview-content{white-space:pre-wrap}.footer-settings-card .char-counter{margin-top:7px}
@media(max-width:600px){.rich-toolbar{gap:4px}.rich-tool{min-width:32px;padding:0 6px}.rich-tool-wide{min-width:66px}.rich-editor-content{min-height:160px}}


.mini-row-link{border-radius:8px;transition:.15s ease}.mini-row-link:hover{background:#f5f9ff;color:#0d72d7}.result-link:hover b{color:#0d72d7}.result-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.result-summary .stat-card{padding:16px}.result-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0 20px}.result-question-card{padding:17px}.result-question-card h3{font-size:15px;line-height:1.4;margin:0 0 14px}.result-question-card .bars{gap:11px}.result-question-card .bar-row{grid-template-columns:minmax(90px,1fr) minmax(100px,1.4fr) 52px}.results-table td{vertical-align:top;min-width:140px}.results-table td:first-child,.results-table td:nth-child(2),.results-table td:nth-child(3),.results-table td:nth-child(4){min-width:110px}.result-toolbar{display:flex;gap:9px;flex-wrap:wrap}
@media(max-width:900px){.result-question-grid{grid-template-columns:1fr}.result-summary{grid-template-columns:1fr}.result-question-card .bar-row{grid-template-columns:90px 1fr 45px}}
