@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_next/static/media/manrope-cyrillic-ext-wght-normal.d1990364.woff2) format("woff2-variations");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_next/static/media/manrope-cyrillic-wght-normal.2ffcac4f.woff2) format("woff2-variations");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_next/static/media/manrope-greek-wght-normal.6b69666c.woff2) format("woff2-variations");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_next/static/media/manrope-vietnamese-wght-normal.383b32a0.woff2) format("woff2-variations");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_next/static/media/manrope-latin-ext-wght-normal.f5cc7610.woff2) format("woff2-variations");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_next/static/media/manrope-latin-wght-normal.fedf4c92.woff2) format("woff2-variations");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--color-bg:#F5F6F8;--color-surface:#FFF;--color-surface-muted:#F8F9FC;--color-text:#111318;--color-text-muted:#6F7480;--color-border:#E7E9EF;--color-primary:#5047F5;--color-primary-hover:#4037E8;--color-primary-soft:#F0EFFF;--color-success:#1FA971;--color-success-soft:#EAF8F2;--color-warning:#D99116;--color-warning-soft:#FFF6E4;--color-danger:#DB4B4B;--color-danger-soft:#FFF0F0;--color-neutral-soft:#F0F1F4;--sidebar:240px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--color-bg);color:var(--color-text);font-family:Manrope Variable,Inter,system-ui,sans-serif}body{font-size:15px}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}.app-shell{min-height:100vh;padding-left:var(--sidebar)}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);padding:28px 20px;background:#fff;border-right:1px solid var(--color-border);display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:750;font-size:17px;padding:0 10px 34px}.brand span{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#665dff,#3f35ee);display:grid;place-items:center;color:#fff}.sidebar nav{display:grid;grid-gap:6px;gap:6px}.logout,.sidebar nav a{height:46px;padding:0 12px;border-radius:11px;display:flex;align-items:center;gap:11px;color:var(--color-text-muted);font-weight:620}.sidebar nav a.active{background:var(--color-primary-soft);color:var(--color-primary)}.logout:hover,.sidebar nav a:hover{background:var(--color-surface-muted);color:var(--color-text)}.logout{margin-top:auto;border:0;background:transparent;width:100%}.workspace{min-height:100vh}.editor-page,.page{max-width:1440px;margin:auto;padding:40px 42px 80px}.page-header{justify-content:space-between;margin-bottom:28px}.page-header,.page-header>div{display:flex;align-items:center}.page-header>div{gap:10px}.editor-header h1,.page-header h1{margin:0;font-size:28px;line-height:1.2;letter-spacing:-.025em}.page-header p{margin:6px 0 0}.count-pill,.page-header p{color:var(--color-text-muted)}.count-pill{padding:5px 9px;border-radius:20px;background:var(--color-neutral-soft);font-size:12px}.button{min-height:44px;border:1px solid transparent;border-radius:11px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:.15s ease}.button-primary{background:linear-gradient(135deg,#5c52ff,#443af0);color:#fff;box-shadow:0 6px 16px rgba(80,71,245,.16)}.button-primary:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.button-secondary{background:#fff;color:var(--color-primary);border-color:#c9c5ff}.button-danger{background:var(--color-danger);color:#fff}.button-ghost{background:transparent}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.icon-button{width:36px;height:36px;border:0;border-radius:8px;background:transparent;display:grid;place-items:center;color:var(--color-text-muted)}.icon-button:hover{background:var(--color-primary-soft);color:var(--color-primary)}.button:focus-visible,.icon-button:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(80,71,245,.25);outline-offset:2px}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:22px;box-shadow:0 5px 22px rgba(25,32,56,.025)}.badge{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:720}.badge-neutral{color:#606570;background:var(--color-neutral-soft)}.badge-primary{color:var(--color-primary);background:var(--color-primary-soft)}.badge-success{color:var(--color-success);background:var(--color-success-soft)}.badge-warning{color:var(--color-warning);background:var(--color-warning-soft)}.badge-danger{color:var(--color-danger);background:var(--color-danger-soft)}.alert{padding:11px 13px;border-radius:10px;font-size:13px;margin:10px 0;background:var(--color-warning-soft);color:#8c5a0a;border:1px solid #f7dfad}.alert-danger{background:var(--color-danger-soft);color:var(--color-danger);border-color:#ffd0d0}.alert-success{background:var(--color-success-soft);color:#14754f;border-color:#cceee0}.field{display:grid;grid-gap:7px;gap:7px;font-weight:650}.field>span{font-size:13px}.field>input,.input,.password-wrap{height:44px;border:1px solid var(--color-border);background:#fff;border-radius:10px;padding:0 12px;width:100%;color:var(--color-text)}.field>input:focus,.input:focus,.password-wrap:focus-within{border-color:var(--color-primary);outline:3px solid rgba(80,71,245,.09)}.input-error{border-color:var(--color-danger)}.field small{color:var(--color-danger)}.registry-tools{justify-content:space-between;margin-bottom:14px}.registry-tools,.tabs{display:flex;gap:20px}.mobile-steps button,.preview-tabs button,.tabs button{border:0;background:transparent;color:var(--color-text-muted);padding:10px 3px;border-bottom:2px solid transparent;font-size:13px}.mobile-steps button.active,.preview-tabs button.active,.tabs button.active{color:var(--color-primary);border-color:var(--color-primary);font-weight:700}.search{width:260px;height:40px;border:1px solid var(--color-border);background:#fff;border-radius:10px;display:flex;align-items:center;padding:0 11px;color:var(--color-text-muted)}.search input{border:0;outline:0;width:100%;padding-left:8px;background:transparent}.registry-table,.table-card{background:#fff;border:1px solid var(--color-border);border-radius:14px;overflow:hidden}.registry-table table{border-collapse:collapse;width:100%;font-size:13px}.registry-table th{height:48px;text-align:left;color:var(--color-text-muted);font-size:11px;font-weight:650;background:var(--color-surface-muted)}.registry-table td,.registry-table th{padding:12px 14px;border-bottom:1px solid var(--color-border)}.registry-table tbody tr:last-child td{border-bottom:0}.registry-table tbody tr:hover{background:#fcfcff}.registry-table td:nth-child(3) a{font-weight:700}.platform-pills{display:flex;flex-wrap:wrap;gap:5px}.platform-pills span{height:24px;min-width:28px;padding:0 6px;display:grid;place-items:center;border-radius:7px;background:var(--color-primary-soft);color:var(--color-primary);font-size:10px;font-weight:750}.muted{color:var(--color-text-muted)}.mobile-registry{display:none}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:18px;color:var(--color-text-muted);font-size:13px}.pagination button{width:38px;height:38px;border-radius:9px;border:1px solid var(--color-border);background:#fff}.empty-state{min-height:340px;border:1px dashed #d5d7e0;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px}.empty-state h3{margin:10px 0 5px}.empty-state p{max-width:430px;color:var(--color-text-muted);margin:0 0 18px}.empty-mark{width:50px;height:50px;border-radius:16px;background:var(--color-primary-soft);color:var(--color-primary);display:grid;place-items:center;font-size:24px}.skeleton{height:18px;border-radius:8px;background:linear-gradient(90deg,#f0f1f4,#fafaff,#f0f1f4);background-size:200%;animation:skeleton 1.2s infinite;margin-bottom:18px}.table-card{padding:30px}@keyframes skeleton{to{background-position:-200%}}.bottom-nav{display:none}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 0,#eeedff 0,transparent 40%),var(--color-bg)}.login-card{width:min(420px,100%);padding:38px}.login-card h1{text-align:center;margin:16px 0 7px;font-size:26px}.login-card>p{text-align:center;color:var(--color-text-muted);margin:0 0 28px}.login-logo{margin:auto;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#665dff,#4037e8)}.login-card form{display:grid;grid-gap:12px;gap:12px}.login-card .button{width:100%;margin-top:5px}.password-wrap{display:flex;align-items:center;padding-right:5px}.password-wrap input{border:0;outline:0;min-width:0;flex:1 1}.password-wrap button{width:40px;height:38px;border:0;background:transparent;color:var(--color-text-muted)}.char-count{text-align:right;font-size:11px;color:var(--color-text-muted);margin-top:-6px}.form-error{font-size:13px;color:var(--color-danger);background:var(--color-danger-soft);padding:10px;border-radius:9px}.editor-page{padding-top:28px}.editor-header{display:flex;align-items:center;gap:18px;margin-bottom:22px}.editor-header>div{gap:10px}.back,.editor-header>div{display:flex;align-items:center}.back{height:40px;border:0;background:transparent;color:var(--color-text-muted);padding:0}.editor-grid{grid-template-columns:230px minmax(400px,1fr) 380px;align-items:start}.editor-center,.editor-grid,.editor-left{display:grid;grid-gap:18px;gap:18px}.destination-results h2,.editor-left .card h2,.media-section h2,.preview-card h2,.schedule-mobile h2{font-size:14px;margin:0 0 16px}.platform-selector{display:grid;grid-gap:11px;gap:11px}.platform-selector label,.radio-row{display:flex;align-items:center;gap:9px;min-height:30px;font-size:13px;cursor:pointer}.platform-selector input,.radio-row input{position:absolute;opacity:0}.platform-selector label>span{width:18px;height:18px;border:1px solid #c8cad4;border-radius:5px;display:grid;place-items:center;color:transparent}.platform-selector input:checked+span{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.radio-row>span{width:18px;height:18px;border:1px solid #c8cad4;border-radius:50%}.radio-row input:checked+span{border:5px solid var(--color-primary)}.schedule-summary p{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--color-text-muted)}.editor-center>.card:first-child{display:grid;grid-gap:18px;gap:18px}.rich-editor{border:1px solid var(--color-border);border-radius:11px;overflow:hidden}.rich-toolbar{min-height:46px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;padding:4px 7px;overflow-x:auto}.rich-toolbar i{height:22px;border-left:1px solid var(--color-border);margin:0 3px}.rich-editor .ProseMirror{min-height:270px;padding:16px;outline:0;line-height:1.58}.rich-editor .ProseMirror p{margin:0 0 10px}.rich-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#a2a5ae;float:left;height:0;pointer-events:none}.editor-count{text-align:right;padding:0 12px 9px;font-size:11px;color:var(--color-text-muted)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.section-heading h2{margin:0 0 4px}.section-heading p{margin:0;color:var(--color-text-muted);font-size:12px}.upload-button{height:38px;padding:0 12px;border-radius:9px;background:var(--color-primary-soft);color:var(--color-primary);font-weight:700;font-size:12px;display:flex;align-items:center;gap:7px;cursor:pointer}.dropzone input,.upload-button input{position:absolute;opacity:0;width:1px}.dropzone{min-height:170px;border:1px dashed #cfd1dc;border-radius:12px;margin-top:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;text-align:center;color:var(--color-text-muted);cursor:pointer}.dropzone svg{color:var(--color-primary)}.dropzone strong{color:var(--color-text);font-size:13px}.dropzone span{font-size:11px}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:16px}.media-card{min-width:0;border:1px solid var(--color-border);border-radius:11px;padding:8px;display:flex;align-items:center;gap:8px}.media-card>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;flex:1 1}.media-thumb{height:45px;width:45px;flex:0 0 45px;border-radius:8px;background:linear-gradient(135deg,#e3e8f8,#bfc9df);display:grid;place-items:center;color:#536079}.preview-column{position:-webkit-sticky;position:sticky;top:18px}.preview-card{padding:18px}.preview-tabs{display:flex;gap:14px;margin:8px 0}.preview-tabs button{min-width:36px}.phone-preview{background:#dfe9ec;border-radius:14px;padding:15px 12px;margin:8px 0 12px;min-height:360px}.phone-preview.vk{background:#edf1f7}.preview-channel{display:flex;gap:9px;align-items:center;margin-bottom:12px}.preview-channel>span{height:34px;width:34px;border-radius:50%;display:grid;place-items:center;background:var(--color-primary);color:#fff;font-size:10px;font-weight:800}.preview-channel div{display:grid}.preview-channel strong{font-size:11px}.preview-channel small{font-size:9px;color:var(--color-text-muted)}.preview-text{background:#fff;border-radius:10px 10px 4px 10px;padding:11px;white-space:pre-wrap;font-size:11px;line-height:1.5;min-height:80px}.preview-media{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3px;background:#fff;padding:3px}.preview-media div{height:90px;background:linear-gradient(135deg,#a9c4cb,#6f8b94);color:#fff;display:grid;place-items:center;font-size:10px}.preview-reactions{font-size:9px;color:var(--color-text-muted);display:flex;gap:10px;background:#fff;padding:8px;border-radius:0 0 8px 8px}.preview-reactions span:last-child{margin-left:auto}.preview-note{font-size:10px;color:var(--color-text-muted);margin:10px 0 0}.editor-actions{position:-webkit-sticky;position:sticky;bottom:18px;display:grid;grid-template-columns:1fr 1.6fr;grid-gap:18px;gap:18px;margin:22px 0 0;padding:12px;background:rgba(245,246,248,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;border-radius:14px}.mobile-steps,.schedule-mobile{display:none}.destination-results{margin-top:18px}.destination-results>div{display:flex;align-items:center;gap:10px;border-top:1px solid var(--color-border);padding:12px 0}.destination-results>div>span:first-child{width:180px;font-weight:650}.destination-results a{color:var(--color-primary);margin-left:auto}.destination-results small{color:var(--color-danger)}.settings-list{display:grid;grid-gap:18px;gap:18px}.integration-card{position:relative}.integration-card>.section-heading{padding-right:35px;margin-bottom:18px}.integration-card>.section-heading h2{font-size:17px;margin:0 0 4px}.provider-title-icon{position:absolute;right:22px;top:24px;color:var(--color-primary)}.settings-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.settings-fields.three{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.settings-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.settings-readonly{display:flex;gap:30px}.settings-readonly span{display:grid;grid-gap:4px;gap:4px;color:var(--color-text-muted);font-size:12px}.settings-readonly strong{color:var(--color-text);font-size:14px}.timezone{color:var(--color-text-muted);font-size:12px}.date-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media(max-width:1199px){:root{--sidebar:80px}.sidebar{width:80px;padding:24px 12px}.brand{padding:0 12px 32px;font-size:0}.logout,.sidebar nav a{justify-content:center;font-size:0}.editor-grid{grid-template-columns:210px minmax(0,1fr)}.preview-column{grid-column:2;position:static}.preview-card{max-width:500px}.editor-actions{grid-column:1/-1}}@media(max-width:767px){body{font-size:15px}.app-shell{padding:0 0 calc(76px + env(safe-area-inset-bottom))}.sidebar{display:none}.bottom-nav{position:fixed;display:flex;inset:auto 0 0;min-height:64px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--color-border);z-index:50;justify-content:space-around}.bottom-nav a{min-height:52px;min-width:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--color-text-muted);font-size:10px}.bottom-nav a.active{color:var(--color-primary)}.editor-page,.page{padding:22px 16px 90px;max-width:100%;overflow-x:hidden}.page-header{align-items:flex-start;margin-bottom:20px}.editor-header h1,.page-header h1{font-size:24px}.page-header .button{padding:0 12px}.page-header .button svg{display:none}.count-pill{position:absolute;margin-top:34px}.registry-tools{display:block;margin-top:34px}.tabs{gap:14px;overflow-x:auto;margin:0 -16px;padding:0 16px}.tabs button{white-space:nowrap}.search{width:100%;margin-top:12px}.registry-table{display:none}.mobile-registry{display:grid;grid-gap:10px;gap:10px}.mobile-publication-card{background:#fff;border:1px solid var(--color-border);border-radius:13px;padding:15px;display:grid;grid-gap:11px;gap:11px}.mobile-publication-card>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mobile-publication-card h3{font-size:14px;margin:0}.mobile-publication-card p{margin:0;color:var(--color-text-muted);font-size:11px;display:flex;gap:5px;align-items:center}.login-card{padding:28px 22px}.field>input,.input,.password-wrap{font-size:16px}.editor-page{padding-top:14px}.editor-header{margin-bottom:12px}.editor-header .back{font-size:0;width:40px}.editor-header .back svg{width:26px;height:26px}.mobile-steps{display:flex;overflow-x:auto;margin:0 -16px 16px;padding:0 16px;gap:16px}.mobile-steps button{white-space:nowrap}.editor-grid{display:block}.mobile-section{display:none}.mobile-section.mobile-active{display:block}.editor-center.mobile-active,.editor-left.mobile-active{display:grid}.editor-center.mobile-active .media-section{display:none}.editor-center.mobile-active .media-section.mobile-active,.preview-column.mobile-active,.schedule-mobile.mobile-active{display:block}.editor-left .schedule-summary{display:none}.card{padding:17px;border-radius:14px}.rich-toolbar{gap:2px}.rich-editor .ProseMirror{min-height:300px}.media-grid{grid-template-columns:1fr 1fr}.preview-card{max-width:none}.phone-preview{min-height:390px}.editor-actions{position:fixed;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));margin:0;border-radius:0;padding:10px 14px;grid-template-columns:1fr 1.2fr;border-top:1px solid var(--color-border)}.editor-actions .button{padding:0 9px;font-size:12px}.destination-results>div{flex-wrap:wrap}.destination-results>div>span:first-child{width:auto;flex:1 1}.settings-fields,.settings-fields.three{grid-template-columns:1fr}.settings-readonly{display:grid;grid-gap:12px;gap:12px}.integration-card>.section-heading{padding-right:0}.provider-title-icon{display:none}}@media(max-width:350px){.editor-page,.page{padding-left:12px;padding-right:12px}.tabs{margin-left:-12px;margin-right:-12px;padding-left:12px}.button{padding:0 10px}.media-grid{grid-template-columns:1fr}.bottom-nav a{min-width:65px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.settings-multiline{grid-column:1/-1}.settings-multiline textarea{width:100%;min-height:132px;resize:vertical;border:1px solid var(--color-border);border-radius:10px;padding:12px;background:#fff;color:var(--color-text);font:inherit;font-size:14px;line-height:1.5}.settings-multiline textarea:focus{border-color:var(--color-primary);outline:3px solid rgba(80,71,245,.09)}.schedule-summary{display:grid;grid-gap:12px;gap:12px}.schedule-summary .field>span{display:flex;align-items:center;gap:6px;color:var(--color-text-muted)}.schedule-summary p{margin:0}.destination-results>.destination-result{display:block;border-top:1px solid var(--color-border);padding:14px 0}.destination-result-main{display:flex;align-items:center;gap:10px;min-width:0}.destination-result-main>span:first-child{width:180px;font-weight:650}.destination-result-main .destination-retry-button{margin-left:auto;min-height:38px;padding:0 12px;font-size:12px}.destination-result-main a{margin-left:auto}.destination-error{display:block;margin-top:8px}.destination-retry-panel{display:grid;grid-gap:12px;gap:12px;margin-top:14px;padding:16px;border:1px solid #dcd9ff;border-radius:12px;background:var(--color-primary-soft)}.destination-retry-panel>strong{font-size:13px}.destination-retry-modes{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.destination-retry-date{max-width:500px}.destination-retry-panel .timezone{margin:0}.destination-retry-actions{display:flex;justify-content:flex-end;gap:10px}.destination-retry-actions .button{min-height:40px;font-size:12px}@media(max-width:767px){.destination-result-main{align-items:flex-start;flex-wrap:wrap}.destination-result-main>span:first-child{width:auto;flex:1 1 55%}.destination-result-main .badge{max-width:100%;white-space:normal}.destination-result-main .destination-retry-button,.destination-result-main a{margin-left:0}.destination-result-main .destination-retry-button{width:100%}.destination-retry-modes{display:grid;grid-gap:7px;gap:7px}.destination-retry-date{grid-template-columns:1fr}.destination-retry-actions{display:grid;grid-template-columns:1fr 1.4fr}.destination-retry-actions .button{padding:0 9px}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.is-disabled{opacity:.58;cursor:not-allowed}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-order-item{position:relative;min-width:0;border:1px solid var(--color-border);border-radius:11px;background:#fff;overflow:hidden}.media-order-item .media-card{border:0;border-radius:0;padding-left:32px}.media-order-number{position:absolute;left:8px;top:21px;z-index:1;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--color-primary-soft);color:var(--color-primary);font-size:10px;font-weight:800}.media-order-actions{min-height:44px;border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:flex-end;padding:0 5px}.media-order-actions .icon-button{width:44px;height:44px}.media-order-actions .icon-button:disabled{opacity:.35;cursor:not-allowed}.media-removing{position:absolute;inset:0;z-index:3;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;gap:6px;color:var(--color-text-muted);font-size:11px}.preview-tabs{max-width:100%;overflow-x:auto}.preview-tabs button{white-space:nowrap}.preview-text{overflow-wrap:anywhere}.preview-text a{color:#2b67d1;text-decoration:underline;text-underline-offset:2px}.preview-text code{padding:1px 4px;border-radius:4px;background:#eef0f4;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.preview-text .preview-pre{display:inline;padding:3px 5px;white-space:pre-wrap;background:#e7e9ef}.preview-quote{border-left:3px solid #7d84a6;padding-left:7px}.preview-spoiler{border-radius:3px;background:#4c5260;color:transparent}.preview-spoiler:focus,.preview-spoiler:hover{color:#fff}.preview-link-disabled{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.preview-placeholder{color:var(--color-text-muted)}.preview-media{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.preview-media-item{position:relative;min-width:0;aspect-ratio:1/1;background:#e1e7ec;overflow:hidden}.preview-carousel-slide img,.preview-carousel-slide video,.preview-media-item img,.preview-media-item video{width:100%;height:100%;display:block;object-fit:contain;background:#111}.preview-media-order{position:absolute;left:6px;top:6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:rgba(17,19,24,.72);color:#fff;font-size:9px;font-weight:800}.preview-media-fallback{width:100%;height:100%;padding:10px;display:grid;place-items:center;text-align:center;overflow-wrap:anywhere;color:#fff;background:linear-gradient(135deg,#a9c4cb,#6f8b94);font-size:10px}.preview-carousel{position:relative;background:#fff;padding:3px}.preview-carousel-slide{position:relative;aspect-ratio:4/3;overflow:hidden;background:#e1e7ec}.preview-carousel-name{position:absolute;left:8px;right:8px;bottom:7px;padding:5px 7px;border-radius:6px;background:rgba(17,19,24,.7);color:#fff;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-carousel-control{position:absolute;z-index:2;top:calc(50% - 34px);width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--color-text);box-shadow:0 2px 10px rgba(0,0,0,.16)}.preview-carousel-control.previous{left:9px}.preview-carousel-control.next{right:9px}.preview-carousel-control:disabled{opacity:.35;cursor:not-allowed}.preview-carousel-footer{min-height:44px;display:flex;align-items:center;gap:8px;padding:3px 7px;font-size:10px;color:var(--color-text-muted)}.preview-carousel-dots{margin-left:auto;display:flex;max-width:75%;overflow-x:auto}.preview-carousel-dots button{position:relative;width:44px;height:44px;flex:0 0 44px;border:0;background:transparent}.preview-carousel-dots button:after{content:"";position:absolute;left:18px;top:18px;width:8px;height:8px;border-radius:50%;background:#c6c9d3}.preview-carousel-dots button.active:after{background:var(--color-primary)}.preview-reactions-empty{justify-content:flex-start;color:#8a8f99}.preview-reactions-empty span:last-child{margin-left:0}@media(max-width:767px){.media-grid{grid-template-columns:1fr}.preview-tabs{margin-left:-4px;margin-right:-4px}.preview-tabs button{min-height:44px}.preview-carousel-control{top:calc(50% - 36px)}.rich-toolbar .icon-button{width:44px;height:44px}.platform-selector label,.radio-row,.rich-toolbar{min-height:44px}}.preview-media .preview-media-item{height:auto;display:block;place-items:initial;background:#e1e7ec;color:inherit}.upload-button{min-height:44px}.preview-message-stack{display:grid;grid-gap:7px;gap:7px}.preview-message-stack .preview-text{min-height:0}.preview-telegram-message{overflow:hidden;border-radius:10px 10px 4px 10px;background:#fff}.preview-media-message{padding:3px}.preview-media-message .preview-media-item{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:8px;background:#e1e7ec}.preview-album-message .preview-carousel{padding:0}.preview-album-message .preview-carousel-slide{aspect-ratio:4/3}.preview-album-message .preview-carousel-slide.preview-video-natural,.preview-media-item.preview-video-natural,.preview-media-message .preview-media-item.preview-video-natural{aspect-ratio:auto}.preview-video-natural video{height:auto;max-height:360px;object-fit:contain}.preview-album-message .preview-caption{border-top:1px solid var(--color-border);border-radius:0;padding-top:10px}.preview-story-frame{position:relative;overflow:hidden;aspect-ratio:9/16;max-height:460px;border-radius:12px;background:#1b1d24}.preview-story-frame>img,.preview-story-frame>video{width:100%;height:100%;display:block;object-fit:contain}.preview-story-caption{position:absolute;left:10px;right:10px;bottom:14px;max-height:45%;overflow:auto;padding:8px 10px;border-radius:8px;background:rgba(16,18,23,.72);color:#fff;font-size:11px;line-height:1.45;white-space:pre-wrap}.preview-story-caption a{color:#b9d5ff}.preview-story-caption code{background:rgba(255,255,255,.16)}.preview-group-kind{position:absolute;right:6px;top:6px;height:20px;padding:0 7px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--color-text);font-size:9px;font-weight:800}.preview-plan-count{margin-top:7px;color:var(--color-text-muted);font-size:9px;text-align:right}.media-file-input{position:absolute;opacity:0;left:0;top:0;width:1px;height:1px;overflow:hidden;pointer-events:auto;z-index:1}.media-upload-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.media-remove-button{min-height:44px;min-width:120px;padding:0 12px;border-radius:11px;border:1px solid var(--color-danger);color:#fff;background:var(--color-danger);font-size:13px;font-weight:700;width:100%}.media-remove-button:hover{background:#ce3e3e}.media-remove-button:disabled{opacity:.55;cursor:not-allowed}.hidden-input-label{cursor:pointer}.icon-button{width:44px;height:44px;min-width:44px}.back,.icon-button,.mobile-steps button,.platform-selector label,.preview-tabs button,.radio-row,.tabs button{min-height:44px}.pagination button,.password-wrap button{width:44px;height:44px}@media (max-width:767px){.editor-header .back{width:44px}.editor-center.mobile-media-active>.card:first-child{display:none}}