:root{font-family:Inter,system-ui,sans-serif;color:#172033;background:#f4f6fa}*{box-sizing:border-box}body{margin:0}.app{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:100vh}aside{background:#18233a;color:#fff;padding:20px;display:flex;flex-direction:column;gap:7px}aside a{color:#dce4f7;text-decoration:none;padding:10px;border-radius:8px}aside a.active,aside a:hover{background:#2e4168;color:#fff}.brand{font-size:24px;font-weight:800;margin-bottom:18px}main{min-width:0}header{height:62px;background:#fff;border-bottom:1px solid #e2e6ef;padding:0 28px;display:flex;align-items:center;justify-content:space-between}main>h1,main>.grid,main>.card,main>section{margin-left:28px;margin-right:28px}h1{margin-top:28px}.grid{display:grid;gap:16px;margin-top:16px;margin-bottom:20px}.four{grid-template-columns:repeat(4,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid #e1e5ed;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000008}.card h3,.card h2{margin-top:0}.card>strong{font-size:28px}.form{max-width:720px;display:grid;gap:15px}.form label,label{display:grid;gap:7px;font-weight:600}input,textarea,select{font:inherit;border:1px solid #ccd3df;border-radius:8px;padding:10px;background:#fff}textarea{min-height:110px}button,.button{border:0;background:#315bd8;color:#fff;padding:10px 15px;border-radius:8px;font-weight:700;text-decoration:none;cursor:pointer}.check{display:flex;margin:14px 0}.check input{width:auto}.result{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.result div{background:#eef3ff;padding:14px;border-radius:8px}.result b{display:block;font-size:20px;margin-top:5px}.muted{color:#697386}.ok{color:#16804b}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px;border-bottom:1px solid #e5e8ee}.login{min-height:100vh;display:grid;place-items:center}.login .card{width:min(400px,90vw);display:grid;gap:12px}.public{max-width:1100px;margin:40px auto}.public .grid{margin:20px 0}.public h1{margin-left:0;margin-right:0}code{background:#eef1f5;padding:2px 5px;border-radius:4px}@media (max-width:900px){.app{grid-template-columns:1fr}aside{position:relative;display:grid;grid-template-columns:repeat(2,1fr)}.four,.three,.result{grid-template-columns:1fr 1fr}}@media (max-width:600px){aside{grid-template-columns:1fr}.four,.three,.result{grid-template-columns:1fr}header{padding:0 15px}main>h1,main>.grid,main>.card,main>section{margin-left:15px;margin-right:15px}}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.error{color:#b42318}.ok{color:#067647}button:disabled{opacity:.6}table button{margin:2px}.public-home{max-width:1180px}.hero{padding:46px 42px;border-radius:22px;background:linear-gradient(135deg,#18233a,#315bd8);color:#fff;box-shadow:0 18px 45px #18233a22}.hero h1{font-size:56px;letter-spacing:-2px;margin:8px 0}.hero p{font-size:18px;max-width:650px;margin:0;color:#e7edff}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;opacity:.8}.public-home>h2{font-size:26px;margin-top:34px}.public-home .card{transition:transform .18s ease,box-shadow .18s ease}.public-home .card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000010}.public-home article img{aspect-ratio:16/9;object-fit:cover}.public-home a.button{display:inline-block;margin-top:8px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:34px}.section-heading h2{margin-bottom:4px}.channel-card{display:flex;flex-direction:column;gap:8px}.channel-card .button{align-self:flex-start}.public-home article.card h3{margin-bottom:8px}.channel-card{position:relative;overflow:hidden;padding:24px;min-height:285px;background:linear-gradient(180deg,#fff,#f8faff)}.channel-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#315bd8,#7a8ff0)}.channel-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.channel-number{font-size:12px;font-weight:900;letter-spacing:1px;color:#315bd8}.channel-private{font-size:10px;font-weight:800;letter-spacing:1px;color:#697386;background:#eef3ff;padding:6px 8px;border-radius:999px}.channel-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#18233a;color:#fff;font-size:24px;margin:18px 0 14px;box-shadow:0 10px 22px #18233a20}.channel-card h3{font-size:24px;margin-bottom:6px}.channel-card p{line-height:1.55}.channel-card-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:auto;padding-top:12px}.button-secondary{background:#eef3ff!important;color:#2349b8!important}.channel-page{max-width:1180px}.back-link{display:inline-block;color:#315bd8;text-decoration:none;font-weight:700;margin-bottom:16px}.channel-hero{display:grid;grid-template-columns:1fr 300px;gap:28px;padding:46px;border-radius:26px;background:linear-gradient(135deg,#18233a,#263c70 48%,#315bd8);color:#fff;box-shadow:0 22px 55px #18233a2e;overflow:hidden;position:relative}.channel-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-170px;top:-190px;background:#ffffff12}.channel-hero-copy{position:relative;z-index:1}.channel-hero h1{font-size:54px;line-height:1.02;letter-spacing:-2px;margin:10px 0 16px}.channel-hero p{font-size:18px;line-height:1.65;max-width:720px;color:#e8edff;margin:0}.channel-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.button-telegram{background:#fff!important;color:#18233a!important}.button-light{background:#ffffff18!important;color:#fff!important;border:1px solid #ffffff35!important}.channel-hero-badge{align-self:center;justify-self:end;width:220px;height:220px;border:1px solid #ffffff2e;background:#ffffff10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:28px;padding:26px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.channel-hero-badge span{font-size:36px}.channel-hero-badge strong{font-size:24px;line-height:1.1;margin:10px 0}.channel-hero-badge small{color:#dce4ff;line-height:1.45}.channel-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0 38px}.channel-benefits>div{background:#fff;border:1px solid #e1e5ed;border-radius:16px;padding:22px;box-shadow:0 5px 18px #00000008}.channel-benefits b{color:#315bd8;font-size:12px;letter-spacing:1px}.channel-benefits h3{margin:9px 0 7px}.channel-benefits p{margin:0;color:#697386;line-height:1.5}.eyebrow.dark{color:#315bd8;opacity:1}.channel-content h2{font-size:32px;margin:5px 0}.featured-post{padding:0;overflow:hidden}.featured-post img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-body{padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:9px}.post-body h3{margin:0;font-size:21px}.post-body p{margin:0;line-height:1.5}.post-tag{font-size:10px;font-weight:900;letter-spacing:1px;color:#315bd8}.post-body .button{margin-top:5px}.empty-state{text-align:center;padding:46px}.empty-icon{width:54px;height:54px;border-radius:16px;background:#eef3ff;color:#315bd8;display:grid;place-items:center;margin:0 auto 15px;font-size:24px}.final-cta{margin:42px 0 20px;padding:30px 34px;border-radius:20px;background:#eef3ff;display:flex;align-items:center;justify-content:space-between;gap:20px}.final-cta h2{margin:5px 0;font-size:28px}.final-cta p{margin:0;color:#697386}.final-cta .button-telegram{background:#315bd8!important;color:#fff!important}@media (max-width:800px){.channel-hero{grid-template-columns:1fr;padding:32px}.channel-hero-badge{display:none}.channel-hero h1{font-size:42px}.channel-benefits{grid-template-columns:1fr}.final-cta{flex-direction:column;align-items:flex-start}}.public-home{max-width:1240px;margin-top:28px;margin-bottom:60px}.hero-premium{min-height:360px;display:grid;grid-template-columns:minmax(0,1.35fr) 360px;align-items:center;gap:28px;padding:56px 54px;border-radius:30px;background:radial-gradient(circle at 82% 18%,#ffffff22 0 8%,transparent 9%),linear-gradient(135deg,#111b32,#1e3567 48%,#315bd8);box-shadow:0 28px 70px #18233a2b;position:relative;overflow:hidden}.hero-premium:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-220px;bottom:-280px;border:1px solid #ffffff1c;box-shadow:0 0 0 55px #ffffff08,0 0 0 110px #ffffff04}.hero-copy{position:relative;z-index:2}.hero-premium h1{font-size:58px;line-height:1.02;margin:10px 0 18px;letter-spacing:-2.5px}.hero-premium h1 em{font-style:normal;color:#cbd8ff}.hero-premium p{max-width:720px;font-size:18px;line-height:1.65}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.hero-pills span{padding:9px 12px;border:1px solid #ffffff20;border-radius:999px;background:#ffffff0d;color:#eef3ff;font-size:12px;font-weight:700}.hero-orbit{position:relative;z-index:2;display:grid;place-items:center}.orbit-card{width:250px;height:250px;border-radius:34px;border:1px solid #ffffff2e;background:linear-gradient(145deg,#ffffff18,#ffffff08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 25px 55px #00000025;padding:30px;display:flex;flex-direction:column;justify-content:center;color:#fff;transform:rotate(2deg)}.orbit-card span{font-size:11px;letter-spacing:3px;font-weight:900;color:#b9c8ff}.orbit-card strong{font-size:28px;line-height:1.05;margin:14px 0}.orbit-card small{color:#dce4ff;line-height:1.5}.public-directory-heading{margin-top:44px;margin-bottom:10px}.public-directory-heading h2{font-size:34px;margin-top:6px}.channel-card{min-height:315px;border-radius:20px;padding:25px}.channel-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.channel-card-actions .button{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:0!important;min-height:44px}.button-icon{font-size:17px}.telegram-icon{width:17px;height:17px;display:inline-grid;place-items:center;flex:none}.telegram-icon svg{width:100%;height:100%;fill:currentColor}.channel-telegram-button{border:1px solid #dbe4fb!important;background:#f5f8ff!important;color:#2349b8!important}.channel-web-button{box-shadow:0 8px 18px #315bd828}.channel-card h3{margin-top:0}.public-home>h2{display:none}@media (max-width:800px){.hero-premium{grid-template-columns:1fr;padding:38px 28px}.hero-orbit{display:none}.hero-premium h1{font-size:44px}.channel-card-actions{grid-template-columns:1fr}.public-directory-heading h2{font-size:28px}}.publish-page{max-width:1180px;margin:0 auto;padding:6px 28px 48px}.publish-head{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:28px 0 22px}.publish-head h1{margin:7px 0 8px;font-size:42px;letter-spacing:-1.5px}.publish-head-badge{display:flex;flex-direction:column;min-width:220px;padding:15px 18px;border:1px solid #dbe4fb;border-radius:15px;background:linear-gradient(145deg,#f8faff,#eef3ff);color:#2349b8}.publish-head-badge span{font-size:18px}.publish-head-badge strong{font-size:11px;letter-spacing:1px;margin-top:4px}.publish-head-badge small{color:#697386;margin-top:4px}.publish-alert{display:flex;gap:12px;align-items:center;border-radius:12px;padding:13px 16px;margin:0 0 16px;border:1px solid}.publish-alert-error{background:#fff6f5;border-color:#f4c7c3;color:#9d2117}.publish-alert-ok{background:#f0fbf5;border-color:#bde8cd;color:#146c3a}.publish-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;align-items:start}.publish-form{max-width:none;padding:25px;display:grid;gap:16px}.publish-section-title{display:flex;gap:13px;align-items:center;margin-bottom:2px}.publish-section-title>span{width:34px;height:34px;border-radius:10px;background:#eef3ff;color:#315bd8;display:grid;place-items:center;font-size:11px;font-weight:900;letter-spacing:1px}.publish-section-title strong{display:block;font-size:17px}.publish-section-title small{display:block;color:#697386;font-weight:400;margin-top:2px}.publish-destination-title{margin-top:7px;padding-top:20px;border-top:1px solid #e8ebf1}.field-help,.publish-field-help{font-size:12px;color:#697386;font-weight:400}.publish-field-card{position:relative;border:1px solid #e0e5ee;border-radius:14px;padding:14px;background:#fbfcfe}.publish-field-label{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.publish-field-label span{font-weight:800}.publish-field-label em{font-style:normal;font-size:11px;color:#315bd8;background:#eef3ff;border-radius:999px;padding:5px 8px}.publish-combo{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:#fff;color:#172033;border:1px solid #ccd3df;min-height:48px;padding:12px 13px}.publish-combo:hover,.publish-combo.is-open{border-color:#315bd8;box-shadow:0 0 0 3px #315bd814}.publish-combo b{color:#315bd8}.publish-selected-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.publish-selected-meta span{font-size:11px;background:#eef3ff;color:#31518f;padding:5px 8px;border-radius:7px}.publish-menu{position:absolute;z-index:20;left:14px;right:14px;top:88px;background:#fff;border:1px solid #dce2eb;border-radius:12px;box-shadow:0 18px 40px #17203322;overflow:hidden;max-height:340px;overflow-y:auto}.publish-menu-option,.publish-destination-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-bottom:1px solid #edf0f5;border-radius:0;background:#fff;color:#172033;text-align:left;padding:12px 13px}.publish-menu-option:hover,.publish-destination-option:hover,.publish-menu-option.chosen,.publish-destination-option.chosen{background:#f4f7ff}.publish-menu-option span{display:grid;gap:3px}.publish-menu-option small,.publish-destination-option small{color:#697386;font-weight:400}.publish-menu-option i{font-style:normal;color:#315bd8;font-weight:900}.muted-option{color:#315bd8!important;font-weight:800}.publish-menu-empty{padding:18px;color:#697386;text-align:center;font-size:13px}.publish-menu-tools{display:flex;gap:7px;padding:10px;border-bottom:1px solid #e8ebf1;background:#f8faff}.publish-menu-tools button{background:#eef3ff;color:#2349b8;padding:7px 10px;font-size:12px}.publish-destination-option{justify-content:flex-start}.publish-destination-option .telegram-inline-icon{margin-left:auto;color:#315bd8}.publish-check{width:22px;height:22px;border:1px solid #cbd4e3;border-radius:7px;display:grid;place-items:center;flex:none;color:#fff;font-size:12px}.publish-check.checked{background:#315bd8;border-color:#315bd8}.publish-toggle{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:flex-start;gap:10px;padding:13px 14px;background:#f8faff;border:1px solid #e2e8f5;border-radius:12px}.publish-toggle input{margin-top:3px;width:auto}.publish-toggle span{display:grid;gap:3px}.publish-toggle small{color:#697386;font-weight:400}.publish-submit{display:flex;align-items:center;gap:13px;margin-top:4px;padding-top:18px;border-top:1px solid #e8ebf1}.publish-submit button{min-height:46px;padding:0 20px;border-radius:11px;box-shadow:0 9px 20px #315bd82b}.publish-submit span{font-size:12px;color:#697386}.publish-preview{position:sticky;top:82px;padding:0;overflow:hidden}.publish-preview-top{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0}.publish-live-dot{font-size:10px;font-weight:900;color:#16804b;letter-spacing:.8px}.publish-preview-art{height:145px;margin:14px 20px 0;border-radius:18px;background:linear-gradient(135deg,#18233a,#315bd8);display:grid;place-items:center;position:relative;overflow:hidden}.publish-preview-art:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-80px;top:-100px;background:#ffffff12}.publish-preview-art svg{width:58px;height:58px;color:#fff;position:relative;z-index:1}.publish-preview-art span{position:absolute;left:17px;bottom:14px;color:#fffa;font-size:10px;letter-spacing:2px;font-weight:900}.publish-preview-copy{padding:18px 20px 10px}.publish-preview-copy h2{margin:7px 0 8px;font-size:25px;line-height:1.12}.publish-preview-copy p{margin:0;color:#697386;line-height:1.5}.publish-preview-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:15px 20px}.publish-preview-stats div{padding:12px;background:#f7f9fc;border-radius:11px}.publish-preview-stats small{display:block;color:#697386;font-size:10px;font-weight:900;letter-spacing:1px}.publish-preview-stats strong{display:block;margin-top:5px;font-size:18px}.publish-preview-note{margin:0 20px 20px;padding:12px 13px;border-radius:10px;background:#eef3ff;color:#31518f;font-size:11px;line-height:1.5}.telegram-inline-icon{width:18px;height:18px;fill:currentColor;flex:none}@media (max-width:900px){.publish-layout{grid-template-columns:1fr}.publish-preview{position:static}.publish-head{align-items:flex-start;flex-direction:column}.publish-head-badge{width:100%}}@media (max-width:600px){.publish-page{padding-left:15px;padding-right:15px}.publish-head h1{font-size:34px}.publish-form{padding:18px}.publish-submit{align-items:stretch;flex-direction:column}.publish-menu{top:88px;left:10px;right:10px}}.publish-cover-card{display:grid;grid-template-columns:170px 1fr;gap:16px;border:1px solid #e0e5ee;border-radius:14px;padding:14px;background:#fbfcfe}.publish-cover-preview{height:150px;border-radius:12px;overflow:hidden;background:#eef3ff;border:1px dashed #cbd5ea;display:grid;place-items:center}.publish-cover-preview img{width:100%;height:100%;object-fit:cover;display:block}.publish-cover-empty{display:grid;place-items:center;text-align:center;color:#697386;gap:4px;padding:12px}.publish-cover-empty span{font-size:30px;color:#315bd8;line-height:1}.publish-cover-empty strong{font-size:13px;color:#172033}.publish-cover-empty small{font-size:10px}.publish-cover-actions{display:flex;align-items:center;align-content:center;flex-wrap:wrap;gap:9px}.publish-file-button,.publish-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:10px;border:1px solid #ccd6e7;font-size:13px;font-weight:800;cursor:pointer}.publish-file-button{background:#315bd8;color:#fff;border-color:#315bd8;box-shadow:0 7px 16px #315bd82b}.publish-file-button input{display:none}.publish-secondary-button{background:#fff;color:#34415a}.publish-cover-actions small{width:100%;font-size:11px;color:#697386}.publish-destination-combo{min-height:54px}.publish-menu-tools{justify-content:space-between;align-items:center}.publish-menu-tools strong{font-size:11px;color:#697386}.publish-menu-tools span{display:flex;gap:6px}.publish-menu-tools button{border:0;border-radius:7px;font-weight:800;cursor:pointer}.publish-menu-option.chosen,.publish-destination-option.chosen{box-shadow:inset 3px 0 #315bd8}.publish-destination-option{min-height:58px}.publish-submit button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.publish-cover-card{grid-template-columns:1fr}.publish-cover-preview{height:190px}}
