:root{--blue: #3390ec;--blue-hover: #2b82db;--blue-text: #3390ec;--blue-soft: #e8f4fd;--green: #34c759;--green-2: #30d158;--green-text: #2ea043;--red: #ff3b30;--text: #1c1c1e;--muted: #8e8e93;--hint: #aeaeb2;--border: #e5e5ea;--border-soft: #f2f2f7;--bg: #ffffff;--card: #ffffff;--chip: #f2f3f5;--shadow: 0 8px 28px rgba(16, 24, 40, .12);--chrome-top: 52px;--safe-top: var(--tg-content-safe-area-inset-top, var(--tg-safe-area-inset-top, 0px));--safe-bot: var(--tg-safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body,#root{height:100%}html{background:var(--bg)}body{margin:0;color:var(--text);background:var(--bg);font-family:Open Sans,Tahoma,Segoe UI,sans-serif;font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:var(--blue-text);text-decoration:none}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.shell main>*,.shell>.form-create,.shell>.form-narrow,.shell>div{animation:rise .4s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.shell main>*,.shell>div,.feed-row,.ads-chart,.loading-bar{animation:none}}button,input,textarea,select{font-family:inherit}button{cursor:pointer}img{max-width:100%}.shell{width:100%;max-width:880px;margin:0 auto;padding:calc(var(--chrome-top) + 12px) 16px calc(28px + var(--safe-bot))}.shell:has(.dock){padding-bottom:calc(112px + var(--safe-bot))}@media(min-width:900px){.shell{padding:calc(var(--chrome-top) + 16px) 20px 48px}.shell:has(.dock){padding-bottom:calc(120px + var(--safe-bot))}}.tg-ic{display:inline-flex;flex-shrink:0;width:1.75rem;height:1.75rem;color:inherit;line-height:0}.tg-ic svg{display:block;width:100%;height:100%}.title-cell .tg-ic{width:18px;height:18px;color:#8e8e93}.dock{position:fixed;z-index:40;left:50%;bottom:calc(10px + var(--safe-bot));transform:translate(-50%);display:flex;align-items:stretch;gap:2px;width:max-content;max-width:calc(100% - 20px);padding:4px;border-radius:26px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px) saturate(1.4);backdrop-filter:blur(18px) saturate(1.4);border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px #1018281f}.dock a{appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:68px;padding:7px 10px 8px;border-radius:22px;color:#8e8e93;font-size:12px;font-weight:600;line-height:1.1;transition:background .32s cubic-bezier(.22,1,.36,1),color .32s ease,transform .32s cubic-bezier(.22,1,.36,1)}.dock a .tg-ic{width:22px;height:22px;transition:transform .32s cubic-bezier(.22,1,.36,1)}.dock a.active{background:#e8f4fd;color:var(--blue)}.dock a.active .tg-ic{transform:translateY(-1px)}.dock a:active{transform:scale(.96)}@media(max-width:520px){.dock{left:10px;right:10px;width:auto;max-width:none;transform:none}.dock a{min-width:0;flex:1;padding:7px 2px 8px;font-size:11px}}.h-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}h1.page-title{font-size:20px;font-weight:700;margin:0;letter-spacing:-.015em;color:#1f1f1f}.subhead{color:var(--muted);font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 18px;border:0;border-radius:22px;background:var(--blue);color:#fff;font-size:15px;font-weight:600;white-space:nowrap;box-shadow:none}.btn:hover{background:var(--blue-hover)}.btn:disabled{opacity:.55;cursor:default}.btn-block{width:100%;height:48px;border-radius:24px}.btn-ghost{background:transparent;color:var(--blue-text);height:auto;padding:8px 10px}.btn-ghost:hover{background:var(--blue-soft)}.btn-sm{height:42px;padding:0 16px;font-size:15px}.toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.toolbar .search,.toolbar .field,.toolbar .plain{flex:1;min-width:0;max-width:400px}.toolbar .plain{background:#fff}.toolbar-actions{display:flex;gap:10px;flex-shrink:0}@media(min-width:721px){.toolbar>.btn,.toolbar-actions{margin-left:auto}}@media(max-width:720px){.toolbar{flex-direction:column;align-items:stretch}.toolbar .search,.toolbar .field,.toolbar .plain{max-width:none}.toolbar-actions .btn,.toolbar>.btn{width:100%;margin-left:0}}.search{height:44px;border:1px solid #e3e5e8;border-radius:22px;padding:0 16px 0 40px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23aeaeb2' stroke-width='2' stroke-linecap='round'><circle cx='7' cy='7' r='5.2'/><path d='M11.2 11.2L14.5 14.5'/></svg>") no-repeat 14px 50%;font-size:14px;outline:none;width:100%;color:var(--text)}.search:focus{box-shadow:0 0 0 1.5px var(--blue)}.search::placeholder{color:var(--hint)}.field{position:relative;display:block;border:1px solid #e3e5e8;border-radius:12px;min-height:54px;background:#fff}.field:focus-within{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.field.invalid{border-color:var(--red)}.field-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--hint);font-size:15px;pointer-events:none;transition:.15s ease}.field.filled .field-label,.field:focus-within .field-label{top:8px;transform:none;font-size:12px;color:var(--muted)}.field input,.field textarea,.field select{width:100%;border:0;outline:none;background:transparent;color:var(--text);font-size:15px;padding:24px 16px 8px;resize:none;appearance:none}.field textarea{min-height:96px;padding-top:28px}.field.area{min-height:96px}.field.area .field-label{top:18px;transform:none}.field.area.filled .field-label,.field.area:focus-within .field-label{top:8px}.field.readonly{background:#fbfbfc}.field .prefix{position:absolute;left:16px;bottom:10px;color:var(--blue);display:flex;align-items:center}.field.has-prefix input{padding-left:36px}.hint{color:var(--muted);font-size:13px;line-height:1.45;padding:0 2px}.hint a{font-weight:600}.form-stack{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.form-stack>.field,.form-stack>.cap-field,.form-stack>.seg,.form-stack>.hint,.form-stack>.err,.form-stack>.ok{align-self:stretch;width:100%}.form-stack>.btn:not(.btn-block){align-self:flex-start}.form-narrow{max-width:440px;margin:0 auto;width:100%}.form-create{max-width:520px;margin:0 auto;width:100%}.form-create.form-stack{gap:20px}.block-title{font-size:15px;font-weight:700;margin:4px 0 0;color:#1f1f1f}.account-card{display:flex;align-items:center;gap:12px;padding:4px 2px 2px}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#d9eef9;flex-shrink:0}.account-card .who{font-weight:700;font-size:15px}.account-card .kind{color:var(--muted);font-size:13px}.cap-field{display:flex;flex-direction:column;gap:8px}.cap{font-size:14px;font-weight:700;color:#1f1f1f}.plain{width:100%;height:48px;border:1px solid #e3e5e8;border-radius:12px;padding:0 14px;font-size:15px;color:var(--text);background:#fff;outline:none}select.plain{appearance:none;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%238e8e93' stroke-width='1.6' stroke-linecap='round' d='M1.5 1.8L6 6.2 10.5 1.8'/></svg>") no-repeat right 14px center;padding-right:36px}.plain:focus{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.plain::placeholder{color:var(--hint)}textarea.plain.area{height:auto;min-height:92px;padding:12px 14px;resize:none;line-height:1.45}.label-row{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;margin:6px 0 4px;color:var(--text)}.seg{display:flex;gap:8px}.seg button{flex:1;height:36px;border:1px solid #e3e5e8;background:#fff;border-radius:18px;font-weight:600;font-size:14px;color:var(--text)}.seg button.active{background:var(--blue);color:#fff}.seg.wrap{flex-wrap:wrap}.seg.wrap button{flex:0 0 auto;min-width:48px;padding:0 14px}.linkish{background:none;border:0;color:var(--blue-text);font-weight:600;padding:0;font-size:14px}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.grid-table{width:100%;border-collapse:collapse;min-width:760px}.grid-table th{text-align:left;font-size:13px;font-weight:600;color:var(--muted);letter-spacing:0;padding:8px 12px 10px;border-bottom:1px solid var(--border-soft);white-space:nowrap}.grid-table td{padding:13px 12px;border-bottom:1px solid #f1f3f5;vertical-align:middle;white-space:nowrap;font-size:14px}.grid-table tbody tr{cursor:pointer}.grid-table tbody tr:hover td{background:#f7f9fb}.title-cell{color:var(--text);font-weight:600;display:flex;align-items:center;gap:10px;max-width:280px}.title-cell .ad-ic{color:#9aa8b3;flex-shrink:0}.title-cell span{overflow:hidden;text-overflow:ellipsis}.link-cell{color:var(--text);font-weight:600}.reports-table{min-width:0}.reports-table tbody tr{cursor:default}.reports-head{margin:8px 0 4px}.reports-head .section{margin:0}.status-on{color:var(--green-text);font-weight:700}.status-off{color:var(--muted);font-weight:700}.status-mid{color:#d08a2b;font-weight:700}.status-bad{color:var(--red);font-weight:700}.tg-card{background:transparent;border-radius:0;padding:0 0 4px;margin:0 0 22px}.tg-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.tg-card-title{margin:0;font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.card-note{color:var(--muted);font-size:13px;line-height:1.45;margin:2px 8px 14px}.card-actions{margin:2px 0 14px}.head-action{border:0;background:none;color:var(--blue);font-size:15px;font-weight:600;padding:0;white-space:nowrap}.head-action:disabled{opacity:.4}.feed{margin-top:4px}.feed-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #f0f0f2;color:inherit;animation:rise .36s cubic-bezier(.22,1,.36,1) both}.feed-row:nth-child(2){animation-delay:.04s}.feed-row:nth-child(3){animation-delay:.08s}.feed-row:nth-child(4){animation-delay:.12s}.feed-row:nth-child(5){animation-delay:.16s}.feed-row:nth-child(n+6){animation-delay:.2s}.danger{border:0;background:none;color:var(--red);font-weight:600;font-size:13px;padding:4px 2px;flex-shrink:0}.loading{display:flex;flex-direction:column;gap:12px;padding:22px 0 8px}.loading-bar{height:16px;width:100%;border-radius:9px;background:linear-gradient(90deg,#f3f4f6,#e6e8ee,#f3f4f6 84%);background-size:220% 100%;animation:shimmer 1.15s ease-in-out infinite}.loading-bar.short{width:58%}.loading-bar.mid{width:78%}@keyframes shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.feed-row:last-child{border-bottom:0}.feed-main{min-width:0;flex:1}.feed-title{font-size:15px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-sub{color:var(--muted);font-size:13px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-side{text-align:right;flex-shrink:0}.feed-val{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);display:inline-flex;align-items:center;justify-content:flex-end;gap:4px}.feed-val.pos{color:var(--green-text)}.feed-val.neg{color:var(--red)}.chart-head+.search{margin:2px 0 6px}.feed-side .status-on,.feed-side .status-off,.feed-side .status-mid,.feed-side .status-bad{font-size:12px;font-weight:600}.inline-add{display:flex;align-items:center;gap:12px;margin:8px 0 4px}.inline-add .plain{height:42px}.cards{display:flex;flex-direction:column}.place-card{border-bottom:1px solid var(--border-soft);padding:12px 2px;background:transparent;display:block;color:inherit}.list-card .place-card:last-child,.list-card .client-row:last-child,.list-card .channel-row:last-child,.list-card .tg-row:last-child{border-bottom:0}.place-card .top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.place-card .name{color:var(--text);font-weight:600;display:flex;align-items:center;gap:8px}.place-card .name .ad-ic{color:#9aa8b3}.place-card .meta{color:var(--muted);font-size:13px;margin:4px 0 8px}.place-card .price{font-weight:700}h2.section{font-size:17px;font-weight:700;margin:0 0 10px}.tg-list{margin:0 -2px}.tg-row{display:flex;align-items:center;gap:12px;padding:10px 2px;border-bottom:1px solid var(--border-soft);color:inherit}.bubble{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.bubble.pink{background:#ff4f8b}.bubble.gray{background:#c7c7cc}.bubble.soft{background:var(--blue-soft);color:var(--blue)}.bubble .ad-ic{color:inherit}.bubble.pink .ad-ic,.bubble.gray .ad-ic{color:#fff}.tg-main{min-width:0;flex:1}.tg-title{font-weight:600;font-size:15px;color:var(--text)}.tg-sub{color:var(--muted);font-size:13px;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tg-amt{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.tg-amt.pos{color:var(--green-text)}.tg-amt.neg{color:var(--red)}.chart-card{background:transparent;border-radius:0;padding:0;margin:0 0 8px}.ads-chart{-webkit-user-select:none;user-select:none}.chart-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 2px 4px}.chart-title{font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.chart-range{color:var(--muted);font-size:13px;font-weight:500;white-space:nowrap}.chart-plot{position:relative;touch-action:none}.chart-svg{width:100%;display:block}.brush-track{position:relative;height:72px;background:transparent;border-radius:0;overflow:visible;margin:2px 0 12px;touch-action:none;cursor:ew-resize}.brush-svg{position:absolute;inset:0;width:100%;height:100%;display:block}.brush-dim{position:absolute;top:0;bottom:0;left:0;background:#ffffffb8;pointer-events:none}.brush-window{position:absolute;top:2px;bottom:2px;border-radius:16px;background:#ffffff14;border:2px solid #fff;box-shadow:0 2px 10px #1018281f;pointer-events:none}.brush-window:after{content:"";position:absolute;right:5px;top:50%;width:7px;height:22px;margin-top:-11px;background:#fff;border-radius:4px;box-shadow:0 0 0 1.5px #d5dde6}.series-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.pills{display:flex;gap:8px;flex-wrap:wrap}.pill{border:0;border-radius:18px;padding:7px 14px;color:#fff;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:6px}.pill-check{font-size:13px;line-height:1}.pill.off{opacity:1}.csv{color:var(--blue-text);font-weight:600;background:none;border:0;display:inline-flex;align-items:center;gap:6px;font-size:14px}.footnotes{color:var(--muted);font-size:12px;margin:4px 2px 0;line-height:1.5}.tooltip{position:absolute;pointer-events:none;background:#fff;border-radius:12px;box-shadow:0 10px 32px #1f2d3d29;padding:12px 16px;min-width:168px;z-index:5;font-size:13px}.tooltip .t{font-weight:700;margin-bottom:8px;color:var(--text)}.tooltip .r{display:flex;justify-content:space-between;gap:28px;padding:1px 0;color:#555}.tooltip .r b{font-variant-numeric:tabular-nums;font-weight:700}.range-toggle{display:flex;align-items:center;gap:4px}.range-toggle button{border:0;background:transparent;color:var(--muted);font-weight:700;font-size:14px;padding:7px 14px;border-radius:16px}.range-toggle button.active{background:var(--blue);color:#fff}.month-tabs{display:flex;gap:18px}.month-tabs button{background:none;border:0;color:var(--muted);font-weight:700;font-size:15px;padding:0}.month-tabs button.active{color:var(--text)}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px;margin:4px 0 6px}.stat-box{background:transparent;padding:0}.stat-box .v{font-size:22px;font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.stat-box .k{color:var(--muted);font-size:13px;margin-top:2px}.channel-row,.client-row{display:flex;align-items:center;gap:12px;padding:12px 2px;border-bottom:1px solid var(--border-soft);color:inherit}.channel-row .go,.client-row .go{margin-left:auto;color:var(--blue-text);font-weight:600}.row-name{font-weight:700;color:var(--text)}.row-amt{margin-left:auto;text-align:right;flex-shrink:0}.ph{background:var(--blue-soft);color:var(--blue);width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.menu{position:relative}.menu-pop{position:absolute;right:0;top:22px;background:#fff;border-radius:10px;box-shadow:var(--shadow);min-width:180px;z-index:6;padding:6px}.menu-pop button{width:100%;text-align:left;border:0;background:none;padding:8px 10px;border-radius:8px;font-size:14px}.menu-pop button:hover{background:#f4f6f8}.dots{background:none;border:0;color:#9aa;font-size:20px;padding:0 6px;line-height:1}.empty{text-align:center;color:var(--muted);padding:48px 16px}.err{color:var(--red);font-size:13px}.ok{color:var(--green-text);font-size:13px}.modal-back{position:fixed;inset:0;background:#00000040;display:flex;align-items:flex-end;justify-content:center;z-index:20;padding:12px}@media(min-width:640px){.modal-back{align-items:center}}.modal{background:#fff;width:min(440px,100%);border-radius:14px;padding:20px;max-height:90vh;overflow:auto}.form-narrow>.btn-block{margin-top:6px}.form-foot{display:flex;justify-content:flex-end;gap:16px;margin-top:4px;padding-top:4px}.form-foot .btn{min-width:168px;height:44px}@media(max-width:640px){.form-foot .btn{width:100%}}@media(max-width:640px){.shell{padding:calc(var(--chrome-top) + 8px) 14px calc(24px + var(--safe-bot))}.chart-range{font-size:12px}.h-row{margin-bottom:10px}.tg-card,.chart-card{padding:0}}.mobile-only{display:none}@media(max-width:820px){.desktop-only{display:none}.mobile-only{display:block}.grid-table{min-width:0}}
