﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}a{text-decoration:none;color:inherit}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}b,strong{font-weight:bold}u{text-decoration:underline}em{font-style:italic}td{margin:0px;padding-right:5px}*{margin:0;text-decoration:none}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#1c1f24;background:#f7f7f8;line-height:1.45}a{color:#2563eb}button,.link-button{cursor:pointer;font:inherit}.app_header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;gap:12px;background:hsla(0,0%,100%,.72);backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border-bottom:1px solid rgba(229,231,235,.8)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.app_header{background:hsla(0,0%,100%,.96)}}.app_header__brand{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.app_header__logo{display:block;width:auto}.app_header__logo--square{height:38px}.app_header__logo--line{display:none;height:34px}.app_header__burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer}.app_header__burger-bar{display:block;height:2px;width:100%;background:#1c1f24;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.app_header__burger[aria-expanded=true] .app_header__burger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.app_header__burger[aria-expanded=true] .app_header__burger-bar:nth-child(2){opacity:0}.app_header__burger[aria-expanded=true] .app_header__burger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.app_header__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.app_header__notif{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;background:none;border:1px solid rgba(229,231,235,.9);border-radius:10px;color:#374151;cursor:pointer;transition:background .15s ease,color .15s ease}.app_header__notif:hover{background:rgba(17,24,39,.05);color:#2563eb}.app_header__notif[hidden]{display:none}.app_header__notif-icon{width:22px;height:22px}.app_header__notif-dot{position:absolute;top:5px;right:5px;width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #fff;animation:sdm-notif-pulse 1.4s ease-in-out infinite}.app_header__nav{display:none;position:absolute;top:100%;left:0;right:0;z-index:50;flex-direction:column;align-items:stretch;gap:2px;padding:8px 12px 14px;background:hsla(0,0%,100%,.92);backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border-bottom:1px solid rgba(229,231,235,.8);box-shadow:0 12px 24px rgba(17,24,39,.1)}.app_header__nav.is-open{display:flex}.app_header__sep{height:1px;margin:6px 0;background:#e5e7eb}.app_header__logout{margin:0}.app_header__icon{width:20px;height:20px;flex:0 0 auto;color:currentColor;opacity:.85}.app_header__account{display:inline-flex;align-items:center;gap:0;background:rgba(17,24,39,.05);border-radius:10px}.app_header__account .app_header__nav-link{background:none;border-radius:0}.app_header__account .app_header__nav-link:first-child{border-radius:10px 0 0 10px}.app_header__account .app_header__logout{margin:0;border-left:1px solid rgba(17,24,39,.12)}.app_header__account .app_header__logout .app_header__nav-link{border-radius:0 10px 10px 0}.app_header__nav-link{display:flex;align-items:center;gap:10px;padding:8px 10px;color:#374151;text-decoration:none;font-size:15px;font-weight:500;border-radius:8px;transition:background .15s ease,color .15s ease}.app_header__nav-link:hover{background:rgba(37,99,235,.08);color:#2563eb;text-decoration:none}.app_header__nav-link--btn{width:100%;background:none;border:0;font:inherit;font-weight:500;text-align:left;cursor:pointer}.app_header__nav-link--account:hover{background:rgba(37,99,235,.1)}.app_header__nav-link--logout{width:auto;gap:0;padding:8px;color:#b91c1c}.app_header__nav-link--logout:hover{background:rgba(185,28,28,.08);color:#b91c1c}.acct-switch{position:relative;display:inline-flex}.acct-switch__current,.acct-switch--single{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;font-size:14px;font-weight:600;color:#374151;cursor:default;list-style:none;max-width:190px}.acct-switch__current{cursor:pointer}.acct-switch__current::-webkit-details-marker{display:none}.acct-switch__current:hover{background:rgba(37,99,235,.06);border-color:#d1d5db}.acct-switch__avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:0 0 auto}.acct-switch__platform{display:inline-flex;flex:0 0 auto}.acct-switch__platform .svg-icon{width:16px;height:16px}.acct-switch__platform--instagram{color:#c13584}.acct-switch__platform--twitter{color:#1da1f2}.acct-switch__platform--tiktok{color:#010101}.acct-switch__platform--youtube{color:red}.acct-switch__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acct-switch__caret{color:#9ca3af}.acct-switch__caret .svg-icon{width:14px;height:14px}.acct-switch__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(17,24,39,.14);padding:6px;z-index:60}.acct-switch__item{margin:0}.acct-switch__btn{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:8px;background:none;font:inherit;font-weight:500;color:#374151;text-align:left;cursor:pointer;transition:background .15s ease}.acct-switch__btn:hover:not(:disabled){background:rgba(37,99,235,.08)}.acct-switch__btn:disabled{cursor:default;opacity:.9}.acct-switch__item--active .acct-switch__btn{font-weight:600}.acct-switch__check{margin-left:auto;color:#22c55e}.acct-switch__check .svg-icon{width:16px;height:16px}.acct-switch[open] .acct-switch__caret{transform:rotate(180deg)}.lang-switch{position:relative;display:inline-flex}.lang-switch__current{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:999px;cursor:pointer;list-style:none}.lang-switch__current::-webkit-details-marker{display:none}.lang-switch__current:hover{background:rgba(37,99,235,.06)}.lang-switch__flag{width:24px;height:18px;border-radius:3px;overflow:hidden;flex:0 0 auto}.lang-switch__flag svg{width:100%;height:100%;display:block}.lang-switch__caret{color:#9ca3af}.lang-switch__caret .svg-icon{width:12px;height:12px}.lang-switch__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(17,24,39,.14);padding:6px;z-index:60;display:flex;flex-direction:column;gap:2px}.lang-switch__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;text-decoration:none;color:#374151;font-size:14px;transition:background .15s ease}.lang-switch__item:hover{background:rgba(37,99,235,.08)}.lang-switch__item--active{font-weight:600;color:#1c1f24;cursor:default}.lang-switch__name{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lang-switch__check{color:#22c55e}.lang-switch__check .svg-icon{width:16px;height:16px}.lang-switch[open] .lang-switch__caret{transform:rotate(180deg)}.svg-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:0}.svg-icon svg{width:100%;height:100%;display:block}@keyframes sdm-notif-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.5}}.toggle{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none;font-size:14px;color:#374151}.toggle__input{appearance:none;-webkit-appearance:none;position:relative;flex:0 0 auto;width:38px;height:22px;margin:0;border-radius:999px;background:#d1d5db;cursor:pointer;transition:background .2s ease}.toggle__input::before{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);transition:transform .2s ease}.toggle__input:checked{background:#2563eb}.toggle__input:checked::before{transform:translateX(16px)}.toggle__input:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.toggle__label{line-height:1.2}.flash{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:2000;margin:0;max-width:min(600px,92vw);padding:10px 16px;border-radius:8px;font-size:13px;line-height:1.4;word-wrap:break-word;box-shadow:0 6px 24px rgba(0,0,0,.15);opacity:1;transition:opacity .35s ease}.flash--hide{opacity:0}.flash--success{background:#ecfdf5;color:#047857;border:1px solid #6ee7b7}.flash--error{background:#fef2f2;color:#b91c1c;border:1px solid #fca5a5}.app_alert{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 18px;font-size:13.5px;line-height:1.4}.app_alert--danger{background:#fef2f2;color:#991b1b;border-bottom:1px solid #fca5a5}.app_alert__text{flex:1 1 240px;font-weight:600}.app_alert__action{margin:0;flex:0 0 auto}.myalert{position:fixed;inset:0;margin:auto;width:fit-content;height:fit-content;border:0;padding:0;background:rgba(0,0,0,0);max-width:min(420px,92vw);opacity:0;transform:scale(0.96);transition:opacity .18s ease,transform .18s ease}.myalert::backdrop{background:rgba(17,24,39,.45)}.myalert.is-open{opacity:1;transform:scale(1)}.myalert__box{background:#fff;border-radius:14px;padding:24px 22px 18px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.25)}.myalert__box p{margin:0 0 18px;font-size:14px;line-height:1.5;color:#1c1f24}.myalert__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:12px;border-radius:50%;background:#f3f4f6;color:#6b7280}.myalert__icon svg{width:26px;height:26px}.myalert__icon.warning,.myalert__icon.error{background:#fef2f2;color:#dc2626}.myalert__icon.success{background:#ecfdf5;color:#059669}.myalert__icon.info,.myalert__icon.question{background:#eef2ff;color:#4338ca}.myalert__buttons{display:flex;justify-content:center;gap:10px}.myalert__buttons .btn{min-width:110px}.sdm-overlay{position:absolute;inset:0;z-index:6;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.72);border-radius:inherit;cursor:progress}.sdm-overlay__spinner{width:26px;height:26px;border-radius:50%;border:3px solid #d1d5db;border-top-color:#2563eb;animation:sdm-spin .7s linear infinite}@keyframes sdm-spin{to{transform:rotate(360deg)}}.page-loader{display:none;position:fixed;inset:0;z-index:3000;align-items:center;justify-content:center;background:hsla(0,0%,100%,.62)}.page-loader__spinner{width:44px;height:44px;border-radius:50%;border:4px solid #d1d5db;border-top-color:#2563eb;animation:sdm-spin .7s linear infinite}body.has-loader{cursor:progress}body.has-loader .page-loader{display:flex}.form__errors{margin:0 0 12px;padding:10px 14px 10px 28px;background:#fef2f2;color:#b91c1c;border:1px solid #fca5a5;border-radius:6px;list-style:disc;font-size:14px}.link-button{background:none;border:0;padding:0;color:#2563eb;text-decoration:none;font-size:inherit}.link-button:hover{text-decoration:underline}.btn{display:inline-block;padding:9px 16px;font:inherit;font-weight:600;border:0;border-radius:6px;cursor:pointer;text-decoration:none}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover{background:#1d4ed8}.btn--ghost{background:rgba(0,0,0,0);color:#6b7280;border:1px solid #d1d5db}.btn--ghost:hover{background:#f3f4f6;color:#1c1f24}.btn--danger{color:#b91c1c;border-color:#fecaca}.btn--danger:hover{background:#fef2f2;color:#b91c1c}.btn--danger-solid{background:#ef4444;color:#fff}.btn--danger-solid:hover{background:#dc2626}.auth_main{max-width:400px;margin:32px auto;padding:24px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.auth_main h1{margin:0 0 16px;font-size:20px}.auth_logo{display:block;width:auto;max-width:220px;height:auto;margin:0 auto 20px}.auth_form{display:flex;flex-direction:column;gap:12px}.auth_form label{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#374151}.auth_form input{font:inherit;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.auth_form input:focus{outline:2px solid #2563eb;outline-offset:1px}.auth_form button[type=submit]{margin-top:4px;padding:10px 16px;font-size:15px;font-weight:600;color:#fff;background:#2563eb;border:0;border-radius:6px}.auth_form button[type=submit]:hover{background:#1d4ed8}.auth_alt{margin-top:16px;font-size:14px;color:#6b7280;text-align:center}.auth_social{width:100%;margin-top:18px;display:flex;flex-direction:column;gap:10px}.auth_social__sep{display:flex;align-items:center;gap:10px;color:#9ca3af;font-size:13px}.auth_social__sep::before,.auth_social__sep::after{content:"";flex:1;height:1px;background:#e5e7eb}.auth_social__btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;font-size:15px;font-weight:600;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;text-decoration:none;transition:background .15s ease,border-color .15s ease}.auth_social__btn:hover{background:#f9fafb;border-color:#9ca3af;text-decoration:none}.auth_social__btn .auth_social__icon .svg-icon{width:20px;height:20px}.auth_social__btn--instagram .auth_social__icon{color:#c13584}.auth_social__btn--twitter .auth_social__icon{color:#1da1f2}.auth_social__btn--tiktok .auth_social__icon{color:#010101}.auth_social__btn--youtube .auth_social__icon{color:red}.app_home{max-width:800px;margin:16px auto;padding:0 16px}.app_home__email{color:#6b7280;font-size:14px;margin:0 0 24px}.app_home__toolbar{max-width:800px;margin:0 auto 16px;padding:0 16px;display:flex;justify-content:flex-end}.app_home__create{display:inline-flex;width:100%;justify-content:center;align-items:center;gap:8px}.app_home__create .app_home__create_ico{display:inline-flex}.app_home__create .app_home__create_ico svg{width:18px;height:18px}.ig_card{padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:24px}.ig_card h2{margin:0 0 12px;font-size:16px}.ig_card__connected{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.ig_card__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb}.ig_card__info{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:200px}.ig_card__type,.ig_card__count,.ig_card__expires{color:#6b7280;font-size:13px}.ig_card__actions{display:flex;gap:8px;flex:0 0 auto;flex-wrap:wrap}.ig_card__resync,.ig_card__disconnect{margin:0}.ig_card__expired p{margin:0 0 12px;color:#b91c1c}.dashboard_stories{max-width:800px;margin:24px auto 0;padding:0 16px}.dashboard_stories h2{margin:0 0 12px;font-size:16px}.story_strip{list-style:none;margin:0;padding:0;display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.story_strip__item{position:relative;flex:0 0 100px;height:160px;border-radius:8px;overflow:hidden;background:#1c1f24;color:#fff}.story_strip__item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.story_strip__type{position:absolute;top:6px;left:6px;font-size:10px;padding:2px 6px;border-radius:4px;background:rgba(0,0,0,.55)}.story_strip__expires{position:absolute;bottom:6px;left:6px;right:6px;font-size:11px;background:rgba(0,0,0,.55);padding:3px 6px;border-radius:4px;text-align:center}.dashboard_media{max-width:800px;margin:24px auto 32px;padding:0 16px}.dashboard_media h2{margin:0 0 12px;font-size:16px}.dashboard_media__empty{color:#6b7280;font-style:italic}.media_grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:4px}@media(min-width: 600px){.media_grid{grid-template-columns:repeat(3, 1fr)}}.media_tile{position:relative;aspect-ratio:1/1;overflow:hidden;background:#1c1f24;color:#fff;text-decoration:none;border-radius:4px}.media_tile__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform 200ms ease-out}.media_tile__noimg{position:absolute;inset:0;background:linear-gradient(135deg, #1c1f24, #4b5563)}.media_tile:hover .media_tile__img{transform:scale(1.05)}.media_tile__type{position:absolute;top:6px;right:6px;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;background:rgba(0,0,0,.55);text-transform:uppercase}.media_tile__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);padding:8px;display:flex;flex-direction:column;justify-content:flex-end;gap:2px;opacity:0;transition:opacity 150ms ease-out}.media_tile:hover .media_tile__overlay{opacity:1}.media_tile__date,.media_tile__caption,.media_tile__stats{font-size:11px;line-height:1.3}.media_tile__caption{font-size:12px}.media_tile__stats{font-weight:600}.inbox_main,.inbox_thread{max-width:920px;margin:0 auto;padding:12px 16px 32px}.inbox_main h1,.inbox_thread h1{font-size:20px;margin:0 0 4px}.inbox_main__head,.inbox_thread__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.inbox_main__sync,.inbox_thread__sync{margin:4px 0 0}.inbox_intro{color:#6b7280;font-size:13px;margin:0 0 12px}.inbox_main__tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inbox_main__flow_toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;cursor:pointer;user-select:none;white-space:nowrap}.inbox_main__flow_toggle input[type=checkbox]{margin:0;cursor:pointer;accent-color:#2563eb}.inbox_main__flow_toggle:hover{color:#1c1f24}.inbox_main--hide-flow .conv_list__item[data-flow="1"]{display:none}#inbox-load-sentinel{height:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:18px;opacity:0;transition:opacity .15s ease}#inbox-load-sentinel.inbox_load_sentinel--loading{opacity:1}#inbox-load-sentinel .inbox_load_sentinel__spinner{letter-spacing:4px;animation:inbox_sentinel_pulse 1.2s ease-in-out infinite}@keyframes inbox_sentinel_pulse{0%,100%{opacity:.3}50%{opacity:1}}.inbox_search{position:relative;display:flex;align-items:center}.inbox_search input[type=search]{font:inherit;font-size:13px;padding:7px 30px 7px 12px;border:1px solid #d1d5db;border-radius:999px;background:#fff;min-width:200px}.inbox_search input[type=search]:focus{outline:none;border-color:#9ca3af}.inbox_search__clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#9ca3af;text-decoration:none;font-size:13px;padding:2px 6px;border-radius:999px}.inbox_search__clear:hover{background:#f3f4f6;color:#1c1f24}.inbox_search__feedback{color:#6b7280;font-size:12px;font-style:italic;margin:-4px 0 12px}.inbox_empty{color:#6b7280;font-style:italic;padding:24px;background:#fff;border:1px dashed #e5e7eb;border-radius:8px;text-align:center}.conv_list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.conv_list__item{border-bottom:1px solid #f3f4f6}.conv_list__item:last-child{border-bottom:0}.conv_list__item--unread{background:#f0f7ff}.conv_list__link{display:flex;align-items:center;gap:10px;padding:8px 12px;text-decoration:none;color:inherit}.conv_list__link:hover{background:#f9fafb}.conv_list__avatar{flex:0 0 36px;width:36px;height:36px;border-radius:50%;object-fit:cover;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.conv_list__avatar--placeholder{background:linear-gradient(135deg, #d1d5db, #9ca3af)}.conv_list__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.conv_list__name{font-weight:600;font-size:13px;line-height:1.3}.conv_list__id{color:#9ca3af;font-weight:400;font-style:italic;font-size:12px}.conv_list__realname{color:#6b7280;font-weight:400;font-size:12px;margin-left:4px}.conv_list__preview{color:#6b7280;font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv_list__meta{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.conv_list__badge{background:#2563eb;color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center;line-height:1.4}.conv_list__time{color:#9ca3af;font-size:11px}.conv_list__flow_badge{color:#7c3aed;font-size:11px;font-weight:700;line-height:1}.inbox_thread{background:#f0f2f5;border-radius:12px;padding:16px 16px 24px;max-width:820px}.thread_header{display:flex;align-items:center;gap:10px;margin:0 0 8px;padding:8px 12px;background:#f0f2f5;border-bottom:1px solid rgba(0,0,0,.08)}.thread_header--sticky{position:sticky;top:0;z-index:10;margin:0 0 8px;padding:10px 20px;background:#f0f2f5;box-shadow:0 1px 0 rgba(0,0,0,.05)}.thread_header__back{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:#2563eb;text-decoration:none;font-size:18px;font-weight:600}.thread_header__back:hover{background:#e5e7eb}.thread_header__title{flex:1 1 auto;font-weight:700;font-size:15px;color:#1c1f24;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread_header__icon_btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(0,0,0,0);border:0;border-radius:8px;cursor:pointer;color:#6b7280}.thread_header__icon_btn svg{width:18px;height:18px;display:block}.thread_header__icon_btn:hover{background:#e5e7eb;color:#1c1f24}.thread_header__icon_btn--active{background:#dbeafe;color:#2563eb}.thread_header__toggle{flex:0 0 auto;font-size:12px;gap:6px}.inbox_thread--hide-flow .msg[data-flow="1"]{display:none}.msg_list{list-style:none;margin:0 0 16px;padding:0 20px;display:flex;flex-direction:column;gap:2px}.msg{display:flex;flex-direction:row;align-items:flex-end;gap:8px;max-width:85%;margin-top:10px}.msg--grouped{margin-top:0}.msg__avatar_slot{flex:0 0 32px;width:32px;height:32px;display:flex;align-items:flex-end;justify-content:center}.msg__avatar_wrap{position:relative;width:32px;height:32px}.msg__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}.msg__avatar--initials{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:11px;letter-spacing:.3px}.msg__platform_badge{position:absolute;right:-2px;bottom:-2px;width:14px;height:14px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 1.5px #f0f2f5}.msg__platform_badge svg{display:block}.msg__col{display:flex;flex-direction:column;min-width:0}.msg__bubble{position:relative;padding:7px 12px 6px;word-wrap:break-word;font-size:14px;line-height:1.35;box-shadow:0 1px .5px rgba(0,0,0,.13)}.msg__text{margin:0;font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.msg__text--empty{color:rgba(0,0,0,.35)}.msg__attachment{margin:4px 0 0;font-size:12px;font-style:italic;opacity:.7}.msg__reactions{position:relative;z-index:2;margin:-10px 0 4px;display:flex;gap:2px;padding:0 8px;pointer-events:none}.msg__reaction{background:#fff;border:2px solid #f0f2f5;border-radius:999px;padding:1px 6px;font-size:13px;line-height:1.2;box-shadow:0 1px 3px rgba(0,0,0,.12);pointer-events:auto}.msg__meta{font-size:10px;margin:2px 4px 0;display:flex;gap:6px;opacity:.65}.msg__pending{color:#f59e0b;font-style:italic}.msg__receipts{font-size:11px;font-weight:700;line-height:1;letter-spacing:-1px;cursor:default}.msg__receipts--delivered{color:#6b7280}.msg__receipts--read{color:#2563eb}.msg--in{align-self:flex-start;flex-direction:row}.msg--in .msg__bubble{background:#fff;color:#111b21;border-radius:12px 12px 12px 4px}.msg--in .msg__bubble::before{content:"";position:absolute;left:-7px;bottom:0;width:12px;height:14px;background:#fff;clip-path:polygon(0 100%, 100% 100%, 100% 0);box-shadow:-1px 0 .5px rgba(0,0,0,.05)}.msg--in .msg__reactions{justify-content:flex-start}.msg--in .msg__meta{color:rgba(0,0,0,.5);padding-left:4px}.msg--out{align-self:flex-end;flex-direction:row-reverse}.msg--out .msg__bubble{background:#d9fdd3;color:#111b21;border-radius:12px 12px 4px 12px}.msg--out .msg__bubble::before{content:"";position:absolute;right:-7px;bottom:0;width:12px;height:14px;background:#d9fdd3;clip-path:polygon(0 0, 0 100%, 100% 100%);box-shadow:1px 0 .5px rgba(0,0,0,.05)}.msg--out .msg__reactions{justify-content:flex-end}.msg--out .msg__meta{justify-content:flex-end;color:rgba(0,0,0,.5);padding-right:4px}.msg--continued .msg__bubble::before{display:none}.msg--in.msg--continued:not(.msg--grouped) .msg__bubble{border-radius:12px 12px 12px 4px}.msg--out.msg--continued:not(.msg--grouped) .msg__bubble{border-radius:12px 12px 4px 12px}.msg--in.msg--grouped.msg--continued .msg__bubble{border-radius:4px 12px 12px 4px}.msg--out.msg--grouped.msg--continued .msg__bubble{border-radius:12px 4px 4px 12px}.msg--in.msg--grouped:not(.msg--continued) .msg__bubble{border-top-left-radius:4px}.msg--out.msg--grouped:not(.msg--continued) .msg__bubble{border-top-right-radius:4px}.msg__card{display:flex;flex-direction:column;width:280px;max-width:100%;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.msg__card_image{width:100%;aspect-ratio:1.91/1;background-size:cover;background-position:center;background-color:#f3f4f6}.msg__card_body{padding:12px 14px 10px}.msg__card_title{margin:0;font-size:14px;font-weight:600;line-height:1.35;color:#111b21}.msg__card_subtitle{margin:4px 0 0;font-size:12px;line-height:1.4;color:#6b7280}.msg__card_button{display:block;text-align:center;padding:11px 14px;font-size:13px;font-weight:600;color:#2563eb;border-top:1px solid rgba(0,0,0,.07);background:#fff;transition:background .15s ease}.msg__card_button:hover{background:#f9fafb}.msg--out .msg__card{align-self:flex-end}.msg--in .msg__card{align-self:flex-start}.msg__image{display:block;max-width:280px;border-radius:14px;overflow:hidden;background:#f3f4f6;box-shadow:0 1px .5px rgba(0,0,0,.13);text-decoration:none}.msg__image img{display:block;width:100%;height:auto;max-height:320px;object-fit:cover}.msg--out .msg__image{align-self:flex-end}.msg--in .msg__image{align-self:flex-start}.msg__carousel{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;max-width:100%;padding-bottom:4px}.msg__carousel .msg__card{flex:0 0 280px;scroll-snap-align:start}.msg__carousel::-webkit-scrollbar{height:6px}.msg__carousel::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.msg__carousel::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:3px}.msg__carousel::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}.msg--out .msg__carousel{align-self:flex-end}.msg--in .msg__carousel{align-self:flex-start}.msg__chip{display:inline-flex;align-items:center;align-self:flex-start;margin:0 0 4px;background:#fff;border-radius:999px;padding:2px 8px;font-size:9px;font-weight:700;line-height:1.2;letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.12)}.msg__chip--trigger{color:#c2410c;border:1.5px solid #fed7aa}.msg__chip--flow{color:#7c3aed;border:1.5px solid #ddd6fe}.msg--out .msg__col .msg__chip{align-self:flex-end}.msg__story_reply{display:inline-flex;align-items:center;gap:8px;width:fit-content;max-width:260px;margin-bottom:4px;padding:4px 10px 4px 4px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#6b7280;font-size:12px;line-height:1.25;align-self:flex-start}.msg__story_reply_thumb{flex:0 0 auto;width:32px;height:42px;border-radius:8px;object-fit:cover;background:#111827;display:flex;align-items:center;justify-content:center;font-size:18px}.msg__story_reply_thumb--broken{display:none}.msg__story_reply_thumb--placeholder{color:#fff}.msg__story_reply_label{font-weight:600;min-width:0;overflow-wrap:anywhere}.msg__quick_replies{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 0}.msg__qr_chip{display:inline-block;padding:4px 10px;background:#fff;color:#2563eb;border:1.5px solid #2563eb;border-radius:999px;font-size:12px;font-weight:600;cursor:default}.msg--out .msg__quick_replies{align-self:flex-end}.msg--in .msg__quick_replies{align-self:flex-start}.conv_list__preview_prefix{color:#6b7280;font-weight:500}.thread_scroll_btn{position:fixed;right:24px;bottom:90px;width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#2563eb;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease;z-index:30}.thread_scroll_btn:hover{background:#f0f7ff}.thread_scroll_btn--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.thread_search{display:flex;align-items:center;gap:8px;max-height:0;margin:0;padding:0 20px;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease,margin .25s ease}.thread_search--open{max-height:60px;margin:0 0 12px;opacity:1}.thread_search input[type=search]{flex:1 1 auto;font:inherit;font-size:13px;padding:6px 12px;border:1px solid #d1d5db;border-radius:999px;background:#fff}.thread_search input[type=search]:focus{outline:none;border-color:#9ca3af}.thread_search #thread-search-feedback{font-size:12px;color:#6b7280;font-style:italic}.inbox_app{display:flex;flex-direction:column;height:calc(100vh - 80px);max-width:1400px;margin:0 auto;background:#fff}.inbox_app__list{flex:1 1 auto;min-height:0;overflow-y:auto;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.inbox_app__list_head{position:sticky;top:0;z-index:5;padding:10px 14px;background:#fff;border-bottom:1px solid #f3f4f6;display:flex;flex-direction:column;gap:8px}.inbox_app__list_head .inbox_search{width:100%}.inbox_app__list_head input[type=search]{width:100%;font:inherit;font-size:13px;padding:7px 12px;border:1px solid #d1d5db;border-radius:999px;background:#f3f4f6}.inbox_app__list_head input[type=search]:focus{background:#fff;outline:none;border-color:#9ca3af}.inbox_app__flow_toggle{font-size:12px;color:#6b7280;padding:0 2px}.inbox_app__list--hide-flow .conv_list__item[data-flow="1"]{display:none}.inbox_app__panels{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;background:#f0f2f5;position:relative}.inbox_app__panels[data-active-conv="0"]{display:none}.inbox_app__panels--loading::after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.5);z-index:100;pointer-events:none}.inbox_app__panels--empty{align-items:center;justify-content:center}.inbox_app__placeholder{margin:auto;padding:32px;color:#9ca3af;font-size:14px;text-align:center}@media(max-width: 999px){.inbox_app:has(.inbox_app__panels:not([data-active-conv="0"])) .inbox_app__list{display:none}}.inbox_app__empty{padding:24px 16px;color:#6b7280;font-size:13px;text-align:center}.conv_list__item--active{background:#eff6ff;border-left:3px solid #2563eb}.conv_list__item--active .conv_list__name{color:#2563eb}.thread_sidebar__details summary{cursor:pointer;list-style:none;user-select:none;margin:0 0 6px;display:flex;align-items:center;gap:6px}.thread_sidebar__details summary::-webkit-details-marker{display:none}.thread_sidebar__details summary::before{content:"▸";color:#9ca3af;font-size:9px;transition:transform .15s ease}.thread_sidebar__details summary h3{margin:0;flex:1 1 auto}.thread_sidebar__details[open] summary::before{transform:rotate(90deg)}.thread_sidebar__count{display:inline-block;background:#f3f4f6;color:#6b7280;font-size:10px;font-weight:700;padding:1px 6px;border-radius:999px;margin-left:4px}.thread_sidebar__flow_form{flex-direction:column;gap:6px}.thread_sidebar__flow_form select{width:100%;min-width:0;max-width:100%;text-overflow:ellipsis}.thread_sidebar__flow_form .btn{align-self:flex-end}.thread_sidebar__flow_feedback{margin-top:8px;padding:6px 10px;border-radius:6px;font-size:12px;line-height:1.4;animation:sdm-fade-in .2s ease}.thread_sidebar__flow_feedback--ok{background:#ecfdf5;color:#047857;border:1px solid #6ee7b7}.thread_sidebar__flow_feedback--err{background:#fef2f2;color:#b91c1c;border:1px solid #fca5a5}@keyframes sdm-fade-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.inbox_thread_layout{display:flex;flex-direction:column;gap:16px;max-width:1200px;margin:16px auto;padding:0 16px 32px}.inbox_thread_layout .inbox_thread{margin:0;max-width:none}.thread_sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;font-size:13px}.thread_sidebar__section{padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #f3f4f6}.thread_sidebar__section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.thread_sidebar__section h3{margin:0 0 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.thread_sidebar__customer{display:flex;gap:12px;align-items:center}.thread_sidebar__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.thread_sidebar__customer_body{display:flex;flex-direction:column;gap:2px}.thread_sidebar__realname{font-size:12px;color:#6b7280}.thread_sidebar__link{font-size:12px;color:#2563eb;text-decoration:none}.thread_sidebar__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.thread_sidebar__tag_form{display:flex;gap:4px;align-items:center}.thread_sidebar__tag_form input[type=text]{flex:1 1 auto;font:inherit;font-size:12px;padding:5px 8px;border:1px solid #d1d5db;border-radius:4px}.thread_sidebar__tag_form input[type=color]{flex:0 0 28px;width:28px;height:28px;padding:2px;border:1px solid #d1d5db;border-radius:4px;background:none;cursor:pointer}.thread_sidebar__tag_form .btn{padding:4px 10px;font-size:12px}.thread_sidebar__notes{width:100%;min-height:80px;font:inherit;font-size:12px;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;background:#fffef4;resize:vertical}.thread_sidebar__saving{font-size:11px;color:#6b7280;margin-left:4px}.thread_sidebar__flow_form{display:flex;gap:6px}.thread_sidebar__flow_form select{flex:1 1 auto;font:inherit;font-size:12px;padding:5px 8px;border:1px solid #d1d5db;border-radius:4px}.thread_sidebar__flow_form .btn{padding:5px 12px;font-size:12px}.thread_sidebar__actions{display:flex;flex-direction:column;gap:8px}.thread_sidebar__action_form{margin:0}.thread_sidebar__action_hint{display:block;font-size:11px;color:#6b7280;margin-top:4px}.conv_tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;border:1px solid;font-size:11px;font-weight:600;line-height:1.4}.conv_tag__remove_form{display:inline;margin:0;padding:0}.conv_tag__remove{background:none;border:0;color:inherit;cursor:pointer;font-size:10px;padding:0 2px;opacity:.5}.conv_tag__remove:hover{opacity:1}.reply_image_form{margin:6px 20px 12px}.reply_image_form__dropzone{display:block;text-align:center;padding:10px;border:1.5px dashed #d1d5db;border-radius:8px;color:#9ca3af;font-size:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.reply_image_form__dropzone:hover,.reply_image_form__dropzone--hover{border-color:#2563eb;background:#eff6ff;color:#2563eb}.reply_image_form__dropzone--uploading{border-color:#f59e0b;background:#fffbeb;color:#92400e;cursor:wait;pointer-events:none;animation:sdm-fade-in .15s ease}.conv_list__bulk_check{display:none;margin:0 4px 0 12px;flex:0 0 auto}.inbox_main--bulk-mode .conv_list__bulk_check,.inbox_app__list--bulk-mode .conv_list__bulk_check{display:inline-block}.inbox_bulk_bar{position:fixed;left:50%;bottom:24px;transform:translate(-50%, 80px);display:flex;align-items:center;gap:10px;padding:10px 18px;background:#1c1f24;color:#fff;border-radius:999px;box-shadow:0 8px 28px rgba(0,0,0,.18);z-index:40;transition:transform .25s ease}.inbox_bulk_bar--visible{transform:translate(-50%, 0)}.inbox_bulk_bar__count{font-weight:700;background:#2563eb;border-radius:999px;padding:2px 10px;font-size:13px}.inbox_bulk_bar .btn{padding:4px 12px;font-size:12px;background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.2)}.inbox_bulk_bar .btn:hover{background:hsla(0,0%,100%,.18);color:#fff}.inbox_notif_toggle{font:inherit;font-size:13px;padding:5px 10px;background:#fff;color:#6b7280;border:1px solid #d1d5db;border-radius:999px;cursor:pointer}.inbox_notif_toggle--enabled{background:#eff6ff;color:#2563eb;border-color:#2563eb}.reply_form__window_warning{margin:6px 0 0;padding:6px 12px;background:#fef3c7;color:#92400e;border:1px solid #fcd34d;border-radius:8px;font-size:12px;text-align:center}.reply_form{display:flex;gap:8px;align-items:flex-end;background:#f0f2f5;padding:8px;border-radius:24px;margin:12px 20px 0}.reply_form textarea{flex:1 1 auto;font:inherit;font-size:14px;padding:9px 14px;border:1px solid rgba(0,0,0,0);border-radius:20px;resize:none;min-height:38px;max-height:120px;background:#fff;line-height:1.4}.reply_form textarea:focus{outline:0;border-color:#2563eb}.reply_form button{flex:0 0 auto;border-radius:20px;padding:9px 20px}.reply_form--blocked{background:#fef3c7;color:#92400e;padding:10px 14px;border:1px solid #fcd34d;border-radius:8px;font-size:13px;margin-top:12px}.reply_form--blocked p{margin:0}.reply_form button:disabled{position:relative;color:rgba(0,0,0,0);cursor:wait;opacity:.9}.reply_form button:disabled::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid hsla(0,0%,100%,.5);border-top-color:#fff;border-radius:50%;animation:sdm-spin .6s linear infinite}@keyframes sdm-spin{to{transform:rotate(360deg)}}.msg--optimistic .msg__bubble{opacity:.92}.msg__send_clone{z-index:1200;pointer-events:none;max-width:75%;padding:7px 12px 6px;font-size:14px;line-height:1.35;background:#d9fdd3;color:#111b21;border-radius:12px 12px 4px 12px;box-shadow:0 2px 8px rgba(0,0,0,.18);will-change:transform,opacity}.msg__send_clone::before{display:none}.msg__send_clone .msg__text{margin:0;white-space:pre-wrap;word-break:break-word}.msg--failed .msg__bubble{background:#fee2e2;color:#991b1b}.msg__failed_label{color:#b91c1c;font-style:normal;font-weight:600}.msg__retry{margin-left:6px;border:0;background:none;padding:0;color:#2563eb;font:inherit;font-size:10px;font-weight:600;cursor:pointer;text-decoration:underline}.msg__retry:hover{color:#1d4ed8}@media(prefers-reduced-motion: reduce){.reply_form button:disabled::after{animation:none}}.comments_app{display:flex;flex-direction:column;height:calc(100vh - 80px);max-width:1400px;margin:0 auto;background:#fff}.comments_app__list{flex:1 1 auto;min-height:0;overflow-y:auto;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.comments_app__list_head{position:sticky;top:0;z-index:5;padding:10px 14px;background:#fff;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:8px}.comments_app__list_head .comments_search{flex:1 1 auto}.comments_app__list_head input[type=search]{width:100%;font:inherit;font-size:13px;padding:7px 12px;border:1px solid #d1d5db;border-radius:999px;background:#f3f4f6}.comments_app__list_head input[type=search]:focus{background:#fff;outline:none;border-color:#9ca3af}.comments_app__list_head .comments_app__sync{flex:0 0 auto;margin:0}.comments_app__empty{padding:24px 16px;color:#6b7280;font-size:13px;text-align:center}.comments_app__panels{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;background:#f0f2f5;position:relative}.comments_app__panels[data-active-media="0"]{display:none}.comments_app__panels--loading{opacity:.6}.comments_app__placeholder{margin:auto;padding:32px;color:#9ca3af;font-size:14px;text-align:center}.media_list{list-style:none;margin:0;padding:0}.media_list__item{border-bottom:1px solid #f3f4f6}.media_list__item--active{background:#eef2ff}.media_list__item:hover{background:#f9fafb}.media_list__link{display:flex;gap:10px;padding:10px 12px;text-decoration:none;color:inherit;align-items:center}.media_list__thumb{position:relative;flex:0 0 52px;width:52px;height:52px;border-radius:8px;overflow:hidden;background:#e5e7eb}.media_list__thumb img{width:100%;height:100%;object-fit:cover;display:block}.media_list__thumb_noimg{display:block;width:100%;height:100%;background:linear-gradient(135deg, #e5e7eb, #cbd5e1)}.media_list__type{position:absolute;left:3px;bottom:3px;font-size:9px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:rgba(17,24,39,.72);border-radius:4px;padding:1px 4px}.media_list__type--reel{background:rgba(219,39,119,.85)}.media_list__type--story{background:rgba(79,91,213,.85)}.media_list__type--post{background:rgba(17,24,39,.72)}.media_list__platform{position:absolute;top:3px;right:3px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.3)}.media_list__platform--instagram{color:#d62976}.media_list__platform--twitter{color:#1da1f2}.media_list__platform--tiktok{color:#010101}.media_list__platform--youtube{color:red}.media_list__platform--facebook{color:#1877f2}.media_list__platform_icon{display:inline-flex;width:11px;height:11px}.media_list__platform_icon svg{width:11px;height:11px;display:block}.media_list__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:3px}.media_list__caption{font-size:13px;color:#1c1f24;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media_list__meta{display:flex;gap:10px;font-size:11px;color:#6b7280}.media_list__count{font-weight:600}#comments-load-sentinel{height:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:18px}.comments_thread{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;padding:0}.comments_media_card{display:flex;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid #e5e7eb}.comments_media_card__thumb{flex:0 0 64px;width:64px;height:64px;border-radius:8px;overflow:hidden;background:#e5e7eb}.comments_media_card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.comments_media_card__noimg{display:block;width:100%;height:100%;background:linear-gradient(135deg, #e5e7eb, #cbd5e1)}.comments_media_card__body{flex:1 1 auto;min-width:0}.comments_media_card__type{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;color:#fff;border-radius:4px;padding:1px 6px;margin-bottom:4px;background:#111827}.comments_media_card__type--reel{background:#db2777}.comments_media_card__type--story{background:#4f5bd5}.comments_media_card__type--post{background:#111827}.comments_media_card__caption{margin:0 0 4px;font-size:13px;color:#1c1f24}.comments_media_card__meta{display:flex;gap:12px;font-size:12px;color:#6b7280}.comments_media_card__link{color:#2563eb;text-decoration:none}.comments_media_card__link:hover{text-decoration:underline}.comments_thread__head{position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.06)}.comments_thread__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;background:#f9fafb;border-bottom:1px solid #f3f4f6;font-size:13px;color:#374151}.comments_thread__bar_tools{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.comments_thread__sort{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}.comments_thread__sort select{font:inherit;font-size:12px;padding:3px 22px 3px 8px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer}.comments_thread__sort select:focus{outline:none;border-color:#2563eb}.comments_thread__title{font-weight:600}.comments_thread__flow_toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;cursor:pointer;user-select:none}.comments_thread__flow_toggle input[type=checkbox]{margin:0;accent-color:#2563eb;cursor:pointer}.comments_thread__flow_toggle:hover{color:#1c1f24}.comments_thread__empty{padding:32px 16px;text-align:center;color:#9ca3af;font-size:14px}.comment_list{list-style:none;margin:0;padding:12px 16px;flex:1 1 auto;display:flex;flex-direction:column;gap:10px}.comment_list--hide-flow .comment_thread[data-flow="1"]{display:none}.comment_list--hide-flow .comment[data-flow="1"]{display:none}.comment_list__more_sentinel{list-style:none;display:flex;align-items:center;justify-content:center;height:28px;color:#9ca3af;font-size:18px}.comment_thread{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.comment_thread__list{list-style:none;margin:0;padding:0}.comment_thread__replies{margin:6px 0 0 15px;padding:6px 0 0 14px;border-left:2px solid #eef0f3}.comment_thread__replies_list{list-style:none;margin:0;padding:0}.comment_thread[data-flow="1"]{border-color:#fde68a;background:#fffdf5}.comment{display:flex;align-items:flex-start;gap:8px}.comment:not(:last-child){margin-bottom:8px}.comment__avatar{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;user-select:none}.comment__avatar--unknown{color:#64748b}.comment__avatar--img{object-fit:cover;background:#e5e7eb}.comment__col{flex:1 1 auto;min-width:0}.comment__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:3px}.comment__author{font-weight:700;font-size:13px;color:#1c1f24}.comment__time{font-size:11px;color:#9ca3af}.comment__followers{font-size:11px;color:#9ca3af;white-space:nowrap}.comment__followers_delta{font-weight:700;margin-left:3px}.comment__followers_delta--up{color:#16a34a}.comment__followers_delta--down{color:#dc2626}.comment__chip{font-size:10px;font-weight:700;text-transform:uppercase;border-radius:999px;padding:1px 7px}.comment__chip--flow{background:#fef3c7;color:#b45309}.comment__chip--trigger{background:#ffedd5;color:#c2410c}.comment__chip--ours{background:#e0e7ff;color:#4338ca}.comment__chip--dm{background:#f3e8ff;color:#7e22ce}.comment__bubble{display:inline-block;max-width:100%;background:#f3f4f6;border-radius:4px 12px 12px 12px;padding:7px 12px}.comment__text{margin:0;font-size:14px;line-height:1.45;color:#1c1f24;word-break:break-word}.comment__foot{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:5px;padding-left:2px}.comment__likes{font-size:12px;color:#6b7280}.comment__actions{display:flex;align-items:center;flex-wrap:wrap;gap:2px}.comment__inline_form{display:inline-flex;margin:0}.comment__act{display:inline-flex;align-items:center;gap:5px;font:inherit;font-size:12px;font-weight:600;line-height:1;color:#6b7280;background:none;border:0;border-radius:6px;padding:4px 8px;cursor:pointer;transition:background .12s ease,color .12s ease}.comment__act:hover{background:#f3f4f6;color:#1c1f24}.comment__act--danger{color:#ef4444}.comment__act--danger:hover{background:#fef2f2;color:#dc2626}.comment__act_ico{display:inline-flex}.comment__act_ico svg{width:14px;height:14px;display:block}.comment__act_sep{width:1px;height:16px;background:#e5e7eb;margin:0 4px}.comment__hidden_tag{font-size:10px;font-weight:700;text-transform:uppercase;background:#f3f4f6;color:#6b7280;border-radius:999px;padding:1px 7px}.comment--hidden{opacity:.55}.comment--hidden .comment__bubble{background:#f3f4f6}.comment--reply .comment__avatar{width:28px;height:28px;font-size:10px}.comment--ours .comment__bubble{background:#eef2ff}.comment--flow .comment__bubble{background:#fffbeb;border:1px solid #fde68a}.comment--trigger .comment__bubble{box-shadow:inset 3px 0 0 #f59e0b}.comment_reply_form{position:sticky;bottom:0;background:#fff;border-top:1px solid #e5e7eb;padding:10px 16px}.comment_reply_form__head{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#4338ca;margin-bottom:6px}.comment_reply_form--dm{border-top:2px solid #c7d2fe;background:#fbfaff}.comment_reply_form__cancel{font:inherit;background:none;border:0;color:#9ca3af;cursor:pointer;font-size:14px;line-height:1}.comment_reply_form__cancel:hover{color:#ef4444}.comment_reply_form__row{display:flex;gap:8px;align-items:flex-end}.comment_reply_form textarea{flex:1 1 auto;font:inherit;font-size:14px;padding:8px 12px;border:1px solid #d1d5db;border-radius:10px;resize:vertical;min-height:40px;max-height:160px}.comment_reply_form textarea:focus{outline:none;border-color:#2563eb}.comments_sidebar{padding:4px 0}.comments_sidebar__section{padding:14px 16px;border-bottom:1px solid #f3f4f6}.comments_sidebar__section h3{font-size:13px;margin:0 0 10px;color:#374151;display:flex;align-items:center;gap:8px}.comments_sidebar__count{font-size:11px;font-weight:700;background:#eef2ff;color:#4338ca;border-radius:999px;padding:1px 8px}.comments_sidebar__realcount{text-align:center;margin-bottom:10px}.comments_sidebar__realcount_n{display:block;font-size:28px;font-weight:800;color:#1c1f24;line-height:1.1}.comments_sidebar__realcount_l{display:block;font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.comments_sidebar__synced{display:inline-block;margin-top:4px;font-size:11px}.comments_sidebar__synced--warn{color:#b45309}.comments_sidebar__sync_hint{margin:8px 0 0;font-size:12px;color:#b45309}.comments_sidebar__sync_form{margin-top:10px}.comments_sidebar__sync_btn{width:100%}.comments_sidebar__stats{list-style:none;margin:0;padding:0;display:flex;gap:8px}.comments_sidebar__stats li{flex:1 1 0;text-align:center;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;padding:8px 4px}.comments_sidebar__stat_n{display:block;font-size:18px;font-weight:700;color:#1c1f24}.comments_sidebar__stat_l{display:block;font-size:11px;color:#6b7280}.comments_sidebar__empty{font-size:12px;color:#9ca3af;margin:0}.comments_sidebar__flows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.comments_sidebar__flow{display:flex;align-items:center;justify-content:space-between;gap:8px}.comments_sidebar__flow a{color:#2563eb;text-decoration:none;font-size:13px}.comments_sidebar__flow a:hover{text-decoration:underline}.comments_sidebar__flow_main{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.comments_sidebar__flow_main a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comments_sidebar__flow_tag{flex:0 0 auto;font-size:10px;font-weight:700;text-transform:uppercase;border-radius:999px;padding:1px 7px}.comments_sidebar__flow_tag--targeted{background:#dcfce7;color:#15803d}.comments_sidebar__flow_tag--global{background:#f3f4f6;color:#6b7280}.comments_sidebar__flow_detach{margin:0;flex:0 0 auto}.comments_sidebar__flow_remove{display:inline-flex;align-items:center;justify-content:center;border:0;background:none;padding:4px;border-radius:6px;color:#b91c1c;cursor:pointer;transition:background .15s ease}.comments_sidebar__flow_remove:hover{background:rgba(185,28,28,.08)}.comments_sidebar__flow_remove .svg-icon{width:15px;height:15px}.comments_sidebar__insights{list-style:none;margin:0;padding:0}.comments_sidebar__insights li{display:flex;justify-content:space-between;gap:8px;font-size:13px;padding:4px 0;border-bottom:1px dashed #f3f4f6}.comments_sidebar__insight_l{color:#6b7280}.comments_sidebar__insight_n{font-weight:600;color:#1c1f24}.comments_sidebar__open{width:100%;text-align:center}.home_dynamic{display:contents}.story_strip__link{position:absolute;inset:0;display:block;color:inherit;text-decoration:none}.content_app{display:flex;flex-direction:column;gap:16px;max-width:900px;margin:16px auto;padding:0 16px}.content_app__aside{min-width:0}.content_app__thread{min-width:0}.content_app__thread .comments_thread{max-height:75vh;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.content_header__back{display:inline-flex;align-items:center;gap:6px;color:#6b7280;text-decoration:none;font-size:14px;margin-bottom:12px}.content_header__back:hover{color:#111827}.content_header__back .content_header__back_ico{display:inline-flex}.content_header__body{display:flex;flex-direction:column;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px}.content_header__media{position:relative;width:100%;border-radius:8px;overflow:hidden;background:#1c1f24;line-height:0}.content_header__img{width:100%;height:auto;display:block;object-fit:contain}.content_header__img--broken{display:none}.content_header__noimg{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg, #1c1f24, #4b5563)}.content_header__type{position:absolute;top:8px;right:8px;font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 6px;border-radius:4px;background:rgba(0,0,0,.55);color:#fff;line-height:1.4}.content_header__meta{min-width:0}.content_header__date{margin:0 0 4px;font-weight:600;font-size:15px}.content_header__expires{margin:0 0 8px;font-size:13px;color:#b45309}.content_header__caption{margin:0 0 12px;font-size:14px;line-height:1.45;color:#374151;max-height:8em;overflow-y:auto}.content_header__ig{display:inline-flex;align-items:center;gap:6px}.content_header__ig .content_header__ig_ico{display:inline-flex}.content_metrics{margin-top:14px}.content_metrics__title{margin:0 0 10px;font-size:15px}.content_metrics__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:8px}.content_metric{display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.content_metric__icon{color:#6b7280;margin-bottom:2px}.content_metric__icon .content_metric__svg{display:inline-flex}.content_metric__icon svg{width:18px;height:18px}.content_metric__value{font-size:20px;font-weight:700;line-height:1.1;color:#111827}.content_metric__label{font-size:12px;color:#6b7280}.content_metric--flows{border-color:#c7d2fe;background:#eef2ff}.content_metric--flows .content_metric__value{color:#4338ca}.content_metric--flows .content_metric__icon{color:#6366f1}.content_metric--dms{border-color:#bbf7d0;background:#f0fdf4}.content_metric--dms .content_metric__value{color:#15803d}.content_metric--dms .content_metric__icon{color:#22c55e}.comments_thread__fetch_all{margin:0}.comments_thread__fetch_all .btn{white-space:nowrap}.story_dms{padding:12px}.story_dms__title{margin:0 0 12px;font-size:16px}.story_dms__empty{color:#6b7280;font-style:italic}.story_dms__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.story_dm__link{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit}.story_dm__link:hover{background:#f9fafb}.story_dm__avatar{flex:0 0 auto;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;object-fit:cover}.story_dm__avatar--img{background:#e5e7eb}.story_dm__avatar--broken{visibility:hidden}.story_dm__col{min-width:0;display:flex;flex-direction:column;gap:2px}.story_dm__head{display:flex;align-items:baseline;gap:8px}.story_dm__author{font-weight:600;font-size:14px;color:#111827}.story_dm__time{font-size:12px;color:#9ca3af}.story_dm__text{font-size:14px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish_app{max-width:860px;margin:16px auto 40px;padding:0 16px}.publish_app__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.publish_app__head h1{margin:0;font-size:20px}.publish_app__back{display:inline-flex;align-items:center;gap:6px;color:#6b7280;text-decoration:none;font-size:14px}.publish_app__back:hover{color:#111827}.publish_app__empty{color:#6b7280;font-style:italic}.publish_app__intro{color:#6b7280;font-size:13.5px;line-height:1.5;margin:-2px 0 18px;max-width:680px}.publish_quota{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;background:#f3f4f6;border-radius:999px;padding:4px 10px}.publish_quota svg{width:16px;height:16px}.publish_new{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px;margin-bottom:20px}.publish_new__label{display:block;font-weight:600;margin-bottom:10px}.publish_new__kinds{display:flex;flex-wrap:wrap;gap:8px}.publish_list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.publish_card{display:flex;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.publish_card__thumb{position:relative;flex:0 0 88px;width:88px;height:88px;border-radius:6px;overflow:hidden;background:#1c1f24;display:block}.publish_card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.publish_card__noimg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}.publish_card__noimg svg{width:28px;height:28px}.publish_card__kind{position:absolute;bottom:4px;left:4px;font-size:10px;font-weight:600;background:rgba(0,0,0,.6);color:#fff;padding:1px 5px;border-radius:4px;text-transform:uppercase}.publish_card__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.publish_card__status{align-self:flex-start;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:#e5e7eb;color:#374151}.publish_card__status--published{background:#dcfce7;color:#15803d}.publish_card__status--scheduled{background:#dbeafe;color:#1d4ed8}.publish_card__status--processing,.publish_card__status--publishing{background:#fef9c3;color:#a16207}.publish_card__status--failed{background:#fee2e2;color:#b91c1c}.publish_card__when{font-size:12px;color:#6b7280}.publish_card__caption{margin:0;font-size:14px;color:#374151}.publish_card__error{margin:0;font-size:12px;color:#b91c1c}.publish_card__gone{align-self:flex-start;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:2px 9px}.publish_card__gone .svg-icon{width:14px;height:14px}.publish_card--gone .publish_card__thumb img{opacity:.5;filter:grayscale(1)}.publish_card__actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.publish_card__inline{margin:0;display:inline}.publish_composer{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.publish_kinds{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.publish_kinds__btn{border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:999px;padding:6px 14px;font-size:14px;cursor:pointer}.publish_kinds__btn.is-active{background:#111827;color:#fff;border-color:#111827}.publish_kinds__btn:disabled{opacity:.5;cursor:not-allowed}.publish_media{margin-bottom:16px}.publish_media__grid{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-wrap:wrap;gap:8px}.publish_media__item{position:relative;width:100px;height:125px;border-radius:6px;overflow:hidden;background:#1c1f24;cursor:grab}.publish_media__item.is-dragging{opacity:.4}.publish_media__thumb{width:100%;height:100%;object-fit:cover;display:block}.publish_media__remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:0;background:rgba(0,0,0,.65);color:#fff;cursor:pointer;line-height:1}.publish_media__add{display:inline-flex;align-items:center;gap:8px;border:1px dashed #cbd5e1;background:#f9fafb;color:#374151;border-radius:8px;padding:12px 16px;cursor:pointer;font-size:14px}.publish_media__add svg{width:20px;height:20px}.publish_media__add.is-busy{opacity:.6;pointer-events:none}.publish_media__hint{font-size:12px;color:#6b7280;margin:6px 0 0}.publish_field{display:block;margin-bottom:14px}.publish_field__label{display:block;font-weight:600;font-size:14px;margin-bottom:6px}.publish_field textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px;font:inherit;resize:vertical;box-sizing:border-box}.publish_field--inline{display:flex;align-items:center;gap:8px}.publish_actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.publish_schedule{margin-top:14px;border-top:1px solid #f0f0f0;padding-top:12px}.publish_schedule summary{cursor:pointer;color:#374151;font-size:14px}.publish_schedule__row{display:flex;gap:8px;align-items:center;margin-top:10px;flex-wrap:wrap}.publish_schedule__row input{border:1px solid #e5e7eb;border-radius:8px;padding:8px;font:inherit}.publish_status{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;margin-bottom:16px}.publish_status--published{background:#dcfce7;border-color:#bbf7d0}.publish_status--failed{background:#fee2e2;border-color:#fecaca}.publish_status--processing{background:#fef9c3;border-color:#fde68a}.publish_cropper{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;padding:16px}.publish_cropper[hidden]{display:none}.publish_cropper__dialog{background:#fff;border-radius:12px;width:100%;max-width:460px;overflow:hidden;display:flex;flex-direction:column}.publish_cropper__head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #f0f0f0}.publish_cropper__title{font-weight:600}.publish_cropper__close{border:0;background:none;font-size:18px;cursor:pointer;color:#6b7280}.publish_cropper__ratios{display:flex;gap:6px;padding:10px 14px 0}.publish_cropper__ratio{border:1px solid #e5e7eb;background:#fff;border-radius:6px;padding:4px 10px;font-size:13px;cursor:pointer}.publish_cropper__ratio.is-active{background:#111827;color:#fff;border-color:#111827}.publish_cropper__stage{display:flex;align-items:center;justify-content:center;padding:14px;background:#f3f4f6}.publish_cropper__canvas{background:#000;touch-action:none;max-width:100%;cursor:grab}.publish_cropper__zoom{display:flex;align-items:center;gap:10px;padding:0 16px 12px}.publish_cropper__zoom input{flex:1}.publish_cropper__actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid #f0f0f0}@keyframes wz-spin{to{transform:rotate(360deg)}}.wizard{position:fixed;inset:0;margin:auto;width:min(560px,94vw);max-height:92vh;border:0;padding:0;background:rgba(0,0,0,0);opacity:0;transform:translateY(8px) scale(0.98);transition:opacity .2s ease,transform .2s ease}.wizard::backdrop{background:rgba(17,24,39,.5)}.wizard.modal-open{opacity:1;transform:none}.wizard.dialog-closing{opacity:0;transform:translateY(8px) scale(0.98)}.wizard__dialog{position:relative;background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;max-height:92vh;box-shadow:0 24px 70px rgba(0,0,0,.3)}.wizard__overlay{position:fixed;inset:0;z-index:1001;background:hsla(0,0%,100%,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.wizard__overlay_text{font-weight:600;color:#374151;font-size:14px}.wizard__spinner{width:40px;height:40px;border-radius:50%;border:4px solid #e5e7eb;border-top-color:#4338ca;animation:wz-spin .8s linear infinite}.wizard__head{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #f0f0f0}.wizard__titles{display:flex;flex-direction:column;gap:3px;flex:0 0 auto;min-width:0}.wizard__eyebrow{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.wizard__title_row{display:flex;align-items:center;gap:9px}.wizard__num{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#4338ca;color:#fff;font-weight:700;font-size:14px;box-shadow:0 2px 8px rgba(67,56,202,.35)}.wizard__num.is-done{background:#16a34a;box-shadow:0 2px 8px rgba(22,163,74,.35)}.wizard__title{font-weight:700;font-size:16px;color:#111827;line-height:1.2}.wizard__steps{list-style:none;display:flex;gap:6px;margin:0 auto;padding:0}.wizard__dot{width:24px;height:6px;border-radius:3px;background:#e5e7eb;cursor:pointer;transition:background .12s ease,transform .12s ease}.wizard__dot:hover{transform:scaleY(1.4)}.wizard__dot.is-active{background:#4338ca}.wizard__dot.is-done{background:#a5b4fc}.wizard__close{border:0;background:none;font-size:18px;cursor:pointer;color:#6b7280}.wizard__body{padding:18px 18px 4px;overflow-y:auto}.wizard__step{display:none}.wizard__step.is-active{display:block}.wizard__step_head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.wizard__step_num{flex:0 0 auto;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#4338ca;color:#fff;font-weight:700;font-size:15px;box-shadow:0 2px 8px rgba(67,56,202,.35)}.wizard__step_num--done{background:#16a34a;box-shadow:0 2px 8px rgba(22,163,74,.35)}.wizard__step_title{margin:0;font-size:17px;font-weight:700}.wizard__foot{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #f0f0f0}.wizard__foot_spacer{flex:1 1 auto}.wizard [hidden]{display:none !important}.wz_media__grid{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-wrap:wrap;gap:8px}.wz_media__item{position:relative;width:96px;height:120px;border-radius:8px;overflow:hidden;background:#1c1f24}.wz_media__thumb{width:100%;height:100%;object-fit:cover;display:block}.wz_media__remove,.wz_media__crop{position:absolute;top:4px;width:22px;height:22px;border-radius:50%;border:0;background:rgba(0,0,0,.6);color:#fff;cursor:pointer;line-height:1;font-size:12px}.wz_media__remove{right:4px}.wz_media__crop{left:4px}.wz_media__add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;min-height:150px;box-sizing:border-box;border:2px dashed #cbd5e1;background:#f9fafb;color:#374151;border-radius:12px;padding:18px;cursor:pointer;font-size:15px;transition:border-color .12s ease,background .12s ease}.wz_media__add.is-busy{opacity:.6;pointer-events:none}.wz_media__add.is-dragover{border-color:#4338ca;background:#eef2ff}.wz_media__add_ico{color:#6b7280;line-height:0}.wz_media__add_ico svg{width:34px;height:34px}.wz_media__add_label{font-weight:600}.wz_media__add_hint{font-size:12px;color:#9ca3af}.wz_media__hint{font-size:12px;color:#6b7280;margin:8px 0 0}.wz_media__busy{font-size:12px;color:#4338ca;margin:6px 0 0}.wz_caption{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:12px;font:inherit;resize:vertical}.wz_targets{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px}.wz_target{border:1px solid #e5e7eb;border-radius:10px}.wz_target__label{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer}.wz_target__cb{width:18px;height:18px;flex:0 0 auto}.wz_target__cb_placeholder{width:18px;height:18px;flex:0 0 auto}.wz_target__avatar{position:relative;width:40px;height:40px;flex:0 0 auto;border-radius:50%;background:#e5e7eb;overflow:visible}.wz_target__avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}.wz_target__avatar--platform{display:inline-flex;align-items:center;justify-content:center;color:#6b7280}.wz_target__avatar--platform svg{width:22px;height:22px}.wz_target__initials{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;font-weight:600;color:#6b7280}.wz_target__badge{position:absolute;right:-2px;bottom:-2px;width:18px;height:18px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #e5e7eb}.wz_target__badge svg{width:12px;height:12px}.wz_target__meta{display:flex;flex-direction:column;min-width:0}.wz_target__name{font-weight:600;font-size:14px}.wz_target__platform{font-size:12px;color:#6b7280}.wz_target--disabled{opacity:.55}.wz_target--disabled .wz_target__label{cursor:default}.wz_opt{display:flex;align-items:center;gap:10px;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.3;cursor:pointer;background:#fff;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.wz_opt input[type=radio],.wz_opt input[type=checkbox]{accent-color:#4338ca;width:16px;height:16px;flex:0 0 auto;margin:0}.wz_opt:hover{border-color:#c7d2fe}.wz_opt:has(input:checked){border-color:#4338ca;background:#eef2ff;box-shadow:inset 0 0 0 1px #4338ca;font-weight:600}.wz_format{margin-bottom:14px}.wz_format__title{margin:0 0 8px;font-size:14px}.wz_format__opts{display:flex;gap:8px;flex-wrap:wrap}.wz_format__opt{flex:1 1 0;justify-content:center;min-width:90px}.wz_when{display:flex;gap:8px;flex-wrap:wrap;align-items:stretch}.wz_when__opt{flex:1 1 160px}.wz_when__at{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;padding:9px;font:inherit;margin-top:4px}.wz_error{margin:12px 0 0;color:#b91c1c;font-size:13px}.wz_summary{margin:0 0 16px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.wz_summary__row{display:flex;gap:12px;padding:10px 12px;font-size:14px}.wz_summary__row+.wz_summary__row{border-top:1px solid #f0f0f0}.wz_summary__row dt{flex:0 0 92px;color:#6b7280;margin:0}.wz_summary__row dd{margin:0;color:#111827;font-weight:600;word-break:break-word}.wz_flow_hint{font-size:13px;color:#6b7280;margin:0 0 12px}.wz_flow{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.wz_flow__existing,.wz_flow__create{margin:4px 0 0;padding:12px;border:1px solid #eef0f2;border-radius:10px;background:#fafafb;display:flex;flex-direction:column;gap:10px}.wz_flow__existing select,.wz_flow__existing textarea,.wz_flow__existing input[type=text],.wz_flow__existing input[type=url],.wz_flow__create select,.wz_flow__create textarea,.wz_flow__create input[type=text],.wz_flow__create input[type=url]{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;padding:9px;font:inherit}.wz_flow__empty{font-size:12px;color:#6b7280;margin:0}.wz_flow__actions{display:flex;flex-direction:column;gap:6px}.wz_flow__field{display:flex;flex-direction:column;gap:4px}.wz_flow__field_label{font-size:12px;font-weight:600;color:#374151}.wz_tags{display:flex;flex-direction:column;gap:8px}.wz_tags__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.wz_tags__list:empty{display:none}.wz_tags__chip{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;border-radius:999px;padding:3px 6px 3px 10px;font-size:13px;font-weight:600}.wz_tags__chip_txt{line-height:1.2}.wz_tags__chip_x{border:0;background:rgba(67,56,202,.12);color:#4338ca;cursor:pointer;width:18px;height:18px;border-radius:50%;line-height:1;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.wz_tags__chip_x:hover{background:#4338ca;color:#fff}.wz_tags__field{position:relative}.wz_tags__input{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;padding:9px;font:inherit}.wz_tags__input:focus{outline:none;border-color:#4338ca;box-shadow:0 0 0 2px rgba(67,56,202,.15)}.wz_tags__suggest{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:5;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);max-height:160px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:6px}.wz_tags__suggest[hidden]{display:none}.wz_tags__sug{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:13px;cursor:pointer;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.wz_tags__sug:hover,.wz_tags__sug.is-active{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.wz_results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.wz_result{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px}.wz_result--published{border-color:#bbf7d0;background:#f0fdf4}.wz_result--scheduled{border-color:#bfdbfe;background:#eff6ff}.wz_result--failed{border-color:#fecaca;background:#fef2f2}.wz_result__who{font-weight:600}.wz_result__err{color:#b91c1c;font-size:12px}.wz_cropper{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);padding:16px}.wz_cropper[hidden]{display:none}.wz_cropper__dialog{background:#fff;border-radius:12px;width:100%;max-width:420px;display:flex;flex-direction:column;overflow:hidden}.wz_cropper__head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #f0f0f0;font-weight:600}.wz_cropper__close{border:0;background:none;font-size:18px;cursor:pointer;color:#6b7280}.wz_cropper__ratios{display:flex;gap:6px;padding:10px 14px 0}.wz_cropper__ratio{border:1px solid #e5e7eb;background:#fff;border-radius:6px;padding:4px 10px;font-size:13px;cursor:pointer}.wz_cropper__ratio.is-active{background:#111827;color:#fff;border-color:#111827}.wz_cropper__stage{display:flex;align-items:center;justify-content:center;padding:14px;background:#f3f4f6}.wz_cropper__canvas{background:#000;touch-action:none;max-width:100%;cursor:grab}.wz_cropper__zoom{display:flex;align-items:center;gap:10px;padding:0 16px 12px}.wz_cropper__zoom input{flex:1}.wz_cropper__actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid #f0f0f0}.flows_intro{color:#6b7280;font-size:14px;margin:0 0 8px}.flows_empty{color:#6b7280;font-style:italic;padding:24px;text-align:center}.flows_app{display:grid;grid-template-columns:320px minmax(0, 1fr) 300px;align-items:stretch;height:calc(100vh - 56px);overflow:hidden}.flows_app__sidebar,.flows_app__main,.flows_app__stats{height:100%;overflow-y:auto}.flows_app__sidebar{border-right:1px solid #e5e7eb;background:#fafafa;display:flex;flex-direction:column}.flows_app__sidebar-head{position:sticky;top:0;z-index:1;background:#fafafa;padding:14px 14px 10px;border-bottom:1px solid #e5e7eb}.flows_app__sidebar-head h1{font-size:18px;margin:0 0 10px}.flows_app__create{display:flex;gap:6px;align-items:center;margin-bottom:8px}.flows_app__create input[type=text]{flex:1 1 auto;min-width:0;font:inherit;padding:7px 9px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.flows_app__filter{font-size:13px}.flows_app__main{padding:16px}.flows_app__stats{border-left:1px solid #e5e7eb;background:#fafafa;padding:16px 14px}.flows_app__stats-title{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin:0 0 12px;font-weight:700}.flows_app__empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9ca3af;text-align:center}.flows_app__empty-icon{font-size:40px;opacity:.5}.flows_app__empty-text{margin:0;font-size:15px}.flows_app .flow_list__item--paused:not(.flow_list__item--selected){display:none}.flows_app--show-paused .flow_list__item--paused:not(.flow_list__item--selected){display:block}.flows_app .flow_list__item--archived:not(.flow_list__item--selected){display:none}.flows_app--show-archived .flow_list__item--archived:not(.flow_list__item--selected){display:block}@media(max-width: 900px){.flows_app{grid-template-columns:1fr;height:auto;overflow:visible}.flows_app__sidebar,.flows_app__main,.flows_app__stats{height:auto;overflow:visible}.flows_app__sidebar{border-right:0;border-bottom:1px solid #e5e7eb}.flows_app__stats{border-left:0;border-top:1px solid #e5e7eb}.flows_app__sidebar-head{position:static}}.flow_list{list-style:none;margin:0;padding:6px}.flow_list__item{border-radius:8px}.flow_list__link{display:flex;align-items:center;gap:10px;padding:10px 10px;text-decoration:none;color:inherit;border-radius:8px}.flow_list__link:hover{background:#f3f4f6}.flow_list__item--selected>.flow_list__link{background:#eef2ff;box-shadow:inset 0 0 0 1px #c7d2fe}.flow_list__dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#d1d5db}.flow_list__dot--draft{background:#9ca3af}.flow_list__dot--active{background:#10b981}.flow_list__dot--paused{background:#f59e0b}.flow_list__dot--archived{background:#64748b}.flow_list__dot--template{background:#6366f1}.flow_list__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.flow_list__name{font-weight:600;font-size:14px;color:#1c1f24;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow_list__meta{display:flex;align-items:center;gap:8px;font-size:12px;min-width:0}.flow_list__status{display:inline-block;padding:1px 7px;border-radius:999px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex:0 0 auto}.flow_list__status--draft{background:#f3f4f6;color:#6b7280}.flow_list__status--active{background:#ecfdf5;color:#047857}.flow_list__status--paused{background:#fef3c7;color:#92400e}.flow_list__status--archived{background:#e2e8f0;color:#475569}.flow_list__status--template{background:#eef2ff;color:#4338ca}.flow_list__keywords{color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow_list__count{flex:0 0 auto;min-width:22px;text-align:center;padding:1px 7px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:12px;font-weight:700}.flow_stats__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.flow_stats__cell{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:2px}.flow_stats__cell--ok .flow_stats__num{color:#047857}.flow_stats__cell--err .flow_stats__num{color:#b91c1c}.flow_stats__cell--rate .flow_stats__num{color:#4338ca}.flow_stats__num{font-size:22px;font-weight:700;line-height:1.1}.flow_stats__label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.flow_stats__last{font-size:13px;color:#374151;margin:0 0 16px;display:flex;flex-direction:column;gap:2px}.flow_stats__last-label{color:#9ca3af;font-size:11px;text-transform:uppercase;letter-spacing:.4px}.flow_stats__recent-title{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin:0 0 8px;font-weight:700}.flow_stats__empty{color:#9ca3af;font-style:italic;font-size:13px;margin:0}.flow_stats__recent{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.flow_stats__exec{display:flex;align-items:center;gap:8px;font-size:12px;color:#374151}.flow_stats__exec-dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#d1d5db}.flow_stats__exec--completed .flow_stats__exec-dot{background:#10b981}.flow_stats__exec--failed .flow_stats__exec-dot{background:#ef4444}.flow_stats__exec--running .flow_stats__exec-dot,.flow_stats__exec--pending .flow_stats__exec-dot{background:#f59e0b}.flow_stats__exec--cancelled .flow_stats__exec-dot{background:#9ca3af}.flow_stats__exec-when{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow_stats__exec-status{flex:0 0 auto;color:#6b7280}.flows_app .flow_editor{display:flex;flex-direction:column;height:100%;min-height:0;padding:0;overflow:hidden}.flow_editor__head{flex:0 0 auto;display:flex;align-items:center;gap:16px;padding:10px 16px;border-bottom:1px solid #e5e7eb;background:#fff;flex-wrap:wrap}.flow_editor__title-wrap{flex:1 1 auto;min-width:160px}.flow_editor__title-input{font-size:18px;font-weight:700;padding:4px 8px;border:1px solid rgba(0,0,0,0);border-radius:6px;width:100%;background:rgba(0,0,0,0)}.flow_editor__title-input:hover{background:#f3f4f6}.flow_editor__title-input:focus{border-color:#d1d5db;background:#fff;outline:0}.flow_editor__actions{display:flex;align-items:center;gap:10px;flex:0 1 auto;min-width:0;flex-wrap:wrap}.flow_editor__save-status{font-size:13px;color:#6b7280}.flow_editor__save-status--ok{color:#047857}.flow_editor__save-status--err{color:#b91c1c}.flow_editor__stage{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.flow_targeting{margin:0 0 18px;padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.flow_targeting[hidden]{display:none}.flow_target_panel__title{margin:0 0 8px;font-size:13px;font-weight:700;color:#374151}.flow_target_panel__all{margin:0;font-size:12.5px;color:#6b7280;line-height:1.4}.flow_target_panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.flow_target_panel__item{display:flex;align-items:center;gap:9px;padding:5px;border:1px solid #eef2f7;border-radius:8px}.flow_target_panel__item.is-paused{opacity:.6;background:#fafafa}.flow_target_panel__thumb{flex:0 0 auto;width:34px;height:34px;border-radius:6px;background:#e5e7eb center/cover no-repeat}.flow_target_panel__cap{flex:1 1 auto;min-width:0;font-size:12px;color:#374151;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flow_target_panel__badge{font-style:normal;font-size:10.5px;font-weight:600;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:5px;padding:0 5px;margin-left:4px}.flow_target_panel__btn{flex:0 0 auto;background:rgba(0,0,0,0);border:0;cursor:pointer;font-size:13px;line-height:1;padding:5px 6px;border-radius:6px;color:#6b7280}.flow_target_panel__btn:hover{background:#f3f4f6}.flow_target_panel__btn--rm:hover{background:#fef2f2;color:#b91c1c}.flow_editor__tpl-badge{margin-left:8px;padding:2px 8px;border-radius:999px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#eef2ff;color:#4338ca}.flow_templates{margin-top:14px;padding-top:12px;border-top:1px solid #e5e7eb}.flow_templates__title{margin:0 0 8px;padding:0 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.flow_dup__field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px;font-size:13px}.flow_dup__field>span{font-weight:600;color:#374151}.flow_dup__field input,.flow_dup__field textarea{font:inherit;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;width:100%;box-sizing:border-box}.flow_dup__field input:focus,.flow_dup__field textarea:focus{outline:0;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.flow_dup__field textarea{min-height:54px;resize:vertical}.flow_dup__node{border:1px solid #e5e7eb;border-radius:9px;padding:10px 12px;margin-bottom:10px}.flow_dup__node-head{font-weight:700;font-size:12.5px;color:#4338ca;margin-bottom:8px}.flow_dup__subfield{display:flex;flex-direction:column;gap:4px;margin-bottom:9px;font-size:12.5px}.flow_dup__subfield>span{color:#6b7280}.flow_dup__subfield input,.flow_dup__subfield textarea{font:inherit;padding:6px 9px;border:1px solid #d1d5db;border-radius:6px;width:100%;box-sizing:border-box}.flow_dup__subfield input:focus,.flow_dup__subfield textarea:focus{outline:0;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.flow_dup__subfield textarea{min-height:46px;resize:vertical}.flow_dup__subblock{border-left:2px solid #e5e7eb;padding-left:10px;margin:6px 0}.flow_dup__subhead{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.flow_canvas{position:absolute;inset:0;overflow:hidden;background-color:#f7f8fa;background-image:radial-gradient(#d7dbe2 1px, transparent 1px);background-size:22px 22px;cursor:grab;touch-action:none;user-select:none}.flow_canvas--panning{cursor:grabbing}.flow_canvas__world{position:absolute;top:0;left:0;transform-origin:0 0;will-change:transform}.flow_canvas__connectors{position:absolute;top:0;left:0;width:8000px;height:8000px;overflow:visible;pointer-events:none}.flow_canvas__nodes{position:absolute;top:0;left:0}.flow_canvas__hint{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);margin:0;padding:7px 14px;font-size:12.5px;color:#6b7280;background:hsla(0,0%,100%,.9);border:1px solid #e5e7eb;border-radius:999px;box-shadow:0 1px 3px rgba(0,0,0,.06);pointer-events:none;opacity:0;transition:opacity .2s}.flow_canvas--starter .flow_canvas__hint{opacity:1}.flow_canvas__controls{position:absolute;right:16px;bottom:16px;display:flex;flex-direction:column;gap:4px;z-index:3}.flow_canvas__zoom{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:17px;line-height:1;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.05)}.flow_canvas__zoom:hover{background:#f3f4f6}.flow_canvas__zoom:active{transform:translateY(1px)}.flow_link{stroke:#b6bcc6;stroke-width:2;fill:none}.flow_link--yes{stroke:#10b981}.flow_link--no{stroke:#f59e0b}.flow_picker{position:fixed;z-index:1000;min-width:220px;max-height:70vh;overflow-y:auto;padding:6px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.16)}.flow_picker__cat{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;font-weight:700;padding:8px 8px 4px}.flow_picker__item{display:flex;align-items:center;gap:9px;width:100%;padding:8px 9px;font:inherit;font-size:14px;text-align:left;color:#1c1f24;background:rgba(0,0,0,0);border:0;border-radius:7px;cursor:pointer}.flow_picker__item:hover{background:#eef2ff}.flow_picker__icon{font-size:16px;width:20px;text-align:center}.flow_node{position:absolute;box-sizing:border-box;background:#fff;border:1px solid #e2e5ea;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 4px 12px rgba(16,24,40,.06);cursor:grab;transition:box-shadow .15s,border-color .15s}.flow_node:hover{box-shadow:0 2px 4px rgba(0,0,0,.06),0 8px 20px rgba(16,24,40,.1)}.flow_node--dragging{cursor:grabbing;box-shadow:0 12px 28px rgba(16,24,40,.18);z-index:10}.flow_node--selected{border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.35),0 8px 20px rgba(16,24,40,.12)}.flow_node__head{display:flex;align-items:center;gap:8px;padding:9px 12px;border-bottom:1px solid #eef0f3;border-radius:12px 12px 0 0}.flow_node__icon{font-size:15px}.flow_node__label{font-weight:600;font-size:13px;color:#1c1f24;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow_node__remove{flex:0 0 auto;background:rgba(0,0,0,0);border:0;color:#b91c1c;cursor:pointer;font-size:13px;padding:2px 5px;border-radius:5px;opacity:0;transition:opacity .12s}.flow_node__remove:hover{background:#fef2f2}.flow_node:hover .flow_node__remove{opacity:1}.flow_node__preview{padding:10px 12px;display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:#374151}.flow_node__text{margin:0;line-height:1.4;word-break:break-word}.flow_node__text code{font-size:12px;background:#f3f4f6;padding:1px 5px;border-radius:4px}.flow_node__muted{color:#9ca3af;font-style:italic}.flow_node__chip{display:inline-block;padding:2px 9px;margin:0 4px 2px 0;font-size:11.5px;background:#f3f4f6;color:#4b5563;border-radius:999px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.flow_node__chip--link{background:#eef2ff;color:#4338ca}.flow_node__thumb{width:100%;height:96px;border-radius:8px;background:#f3f4f6 center/cover no-repeat}.flow_node__port{position:absolute;width:11px;height:11px;border-radius:50%;background:#fff;border:2px solid #b6bcc6;box-sizing:border-box}.flow_node__port--in{top:-6px;left:50%;transform:translateX(-50%)}.flow_node__ports{position:absolute;left:0;right:0;bottom:-6px;display:flex;justify-content:center;gap:0}.flow_node__port-out{position:relative;flex:1 1 0;display:flex;flex-direction:column;align-items:center}.flow_node__port-out .flow_node__port{position:static}.flow_node__port-out--yes .flow_node__port{border-color:#10b981}.flow_node__port-out--no .flow_node__port{border-color:#f59e0b}.flow_node__port-label{margin-top:3px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#9ca3af}.flow_node__port-out--yes .flow_node__port-label{color:#059669}.flow_node__port-out--no .flow_node__port-label{color:#b45309}.flow_node__add{margin-top:5px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;color:#6b7280;background:#fff;border:1px solid #cbd0d8;border-radius:50%;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.06);transition:all .12s}.flow_node__add:hover{color:#fff;background:#6366f1;border-color:#6366f1;transform:scale(1.08)}.flow_node--trigger .flow_node__head{background:#fffbeb;border-bottom-color:#fde68a}.flow_node--send-dm .flow_node__head,.flow_node--send-dm-with-link .flow_node__head,.flow_node--send-dm-template .flow_node__head,.flow_node--send-dm-quick-replies .flow_node__head{background:#eff6ff;border-bottom-color:#dbeafe}.flow_node--reply-comment .flow_node__head,.flow_node--private-reply-to-comment .flow_node__head{background:#ecfdf5;border-bottom-color:#d1fae5}.flow_node--delay .flow_node__head{background:#f3f4f6;border-bottom-color:#e5e7eb}.flow_node--set-variable .flow_node__head{background:#f5f3ff;border-bottom-color:#ede9fe}.flow_node--condition-branch .flow_node__head{background:#fff7ed;border-bottom-color:#fed7aa}.flow_node--http-request .flow_node__head{background:#ecfeff;border-bottom-color:#cffafe}.flow_drawer{position:absolute;top:0;left:0;bottom:0;width:340px;max-width:92%;z-index:5;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e5e7eb;box-shadow:6px 0 24px rgba(16,24,40,.12);transform:translateX(-104%);transition:transform .22s ease}.flow_drawer[hidden]{display:none}.flow_drawer--open{transform:translateX(0)}.flow_drawer__head{flex:0 0 auto;display:flex;align-items:center;gap:9px;padding:12px 14px;border-bottom:1px solid #e5e7eb}.flow_drawer__icon{font-size:16px}.flow_drawer__title{font-weight:700;font-size:15px;flex:1 1 auto;min-width:0}.flow_drawer__close{flex:0 0 auto;background:rgba(0,0,0,0);border:0;color:#6b7280;cursor:pointer;font-size:15px;padding:4px 7px;border-radius:6px}.flow_drawer__close:hover{background:#f3f4f6}.flow_drawer__body{flex:1 1 auto;overflow-y:auto;padding:14px}.flow_drawer__field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px;font-size:13px}.flow_drawer__field--inline{flex-direction:row;align-items:center;gap:8px;margin-bottom:14px}.flow_drawer__field>span{font-weight:600;color:#374151}.flow_drawer__field input[type=text],.flow_drawer__field input[type=number],.flow_drawer__field select,.flow_drawer__field textarea{font:inherit;padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;background:#fff;width:100%;box-sizing:border-box}.flow_drawer__field input[type=text]:focus,.flow_drawer__field input[type=number]:focus,.flow_drawer__field select:focus,.flow_drawer__field textarea:focus{outline:0;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.flow_drawer__field textarea{min-height:72px;resize:vertical}.flow_drawer__field small{color:#9ca3af;font-size:11.5px;line-height:1.35}.flow_drawer__hint{font-size:12px;color:#6b7280;margin:4px 0 0;line-height:1.4}.flow_drawer__notice{margin:0 0 12px;padding:7px 10px;font-size:12px;line-height:1.35;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:7px}.flow_drawer__sublist{display:flex;flex-direction:column;gap:6px}.flow_drawer__sublist .btn{align-self:flex-start;padding:5px 11px;font-size:12px}.flow_drawer__subrow{display:flex;gap:6px;align-items:center}.flow_drawer__subrow input{flex:1 1 auto;min-width:0}.flow_drawer__subrow--qr .flow_drawer__code,.flow_drawer__subrow--qr .flow_drawer__code{flex:0 0 96px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px}.flow_drawer__subremove{flex:0 0 auto;background:rgba(0,0,0,0);border:0;color:#b91c1c;cursor:pointer;font-size:13px;padding:4px 7px;border-radius:5px}.flow_drawer__subremove:hover{background:#fef2f2}.flow_tags{display:flex;flex-direction:column;gap:8px}.flow_tags__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.flow_tags__list:empty{display:none}.flow_tags__chip{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;border-radius:999px;padding:3px 6px 3px 10px;font-size:13px;font-weight:600}.flow_tags__chip_txt{line-height:1.2}.flow_tags__chip_x{border:0;background:rgba(99,102,241,.14);color:#4338ca;cursor:pointer;width:18px;height:18px;border-radius:50%;line-height:1;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.flow_tags__chip_x:hover{background:#4338ca;color:#fff}.flow_tags__field{position:relative}.flow_tags__suggest{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:5;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);max-height:160px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:6px}.flow_tags__suggest[hidden]{display:none}.flow_tags__sug{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:13px;cursor:pointer;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.flow_tags__sug:hover,.flow_tags__sug.is-active{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.flow_target__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.flow_target__all{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:#374151;cursor:pointer}.flow_target__all input{accent-color:#6366f1}.flow_target__clear{background:rgba(0,0,0,0);border:0;color:#4f46e5;cursor:pointer;font-size:12px;padding:2px 4px;border-radius:5px}.flow_target__clear:hover:not(:disabled){background:#eef2ff}.flow_target__clear:disabled{color:#c7cad1;cursor:default}.flow_target__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px}.flow_target__cell{position:relative;display:flex;flex-direction:column;gap:4px;cursor:pointer;border:2px solid rgba(0,0,0,0);border-radius:9px;padding:3px}.flow_target__cell.is-on{border-color:#6366f1}.flow_target__cell>input[type=checkbox]{position:absolute;top:7px;left:7px;z-index:2;width:16px;height:16px;accent-color:#6366f1}.flow_target__thumb{width:100%;aspect-ratio:1/1;border-radius:7px;background:#e5e7eb center/cover no-repeat}.flow_target__cap{font-size:10.5px;color:#6b7280;line-height:1.25;max-height:2.5em;overflow:hidden}.settings_hub{display:flex;flex-direction:column;max-width:1200px;margin:0 auto}.settings_hub__sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:16px 8px;min-height:100%}.settings_hub__panel{flex:1 1 auto;background:#f9fafb;padding:24px;min-width:0}.settings_nav__section{margin-bottom:14px}.settings_nav__heading{margin:0 8px 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af}.settings_nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.settings_nav__link,.settings_nav__sublink{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border-radius:8px;color:#1c1f24;text-decoration:none;font-size:13px}.settings_nav__link:hover,.settings_nav__sublink:hover{background:#f3f4f6}.settings_nav__link--active,.settings_nav__sublink--active{background:#eff6ff;color:#2563eb;font-weight:600}.settings_nav__sublink{padding-left:26px;font-size:12px;color:#374151}.settings_nav__badge{display:inline-block;padding:1px 6px;background:#f3f4f6;color:#6b7280;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;border-radius:999px}.settings_nav__hint{padding:6px 10px;color:#9ca3af;font-size:12px;font-style:italic}.settings_nav__account details summary{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;cursor:pointer;list-style:none;user-select:none;font-size:13px;color:#1c1f24}.settings_nav__account details summary::-webkit-details-marker{display:none}.settings_nav__account details summary::before{content:"▸";color:#9ca3af;font-size:9px;transition:transform .15s ease}.settings_nav__account details summary:hover{background:#f3f4f6}.settings_nav__account details[open] summary::before{transform:rotate(90deg)}.settings_nav__sublist{list-style:none;margin:4px 0 6px;padding:0;display:flex;flex-direction:column;gap:2px}.settings_nav__platform_badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;color:#fff;font-size:9px;font-weight:700}.settings_nav__platform_badge--instagram{background:linear-gradient(135deg, #feda75 0%, #d62976 50%, #4f5bd5 100%)}.settings_nav__platform_badge--twitter{background:#1d9bf0}.settings_nav__platform_badge--youtube{background:red}.settings_nav__platform_badge--tiktok{background:#000}.settings_panel__head{margin-bottom:18px}.settings_panel__head h1{margin:0;font-size:22px}.settings_panel__head h1 small{color:#6b7280;font-size:11px;font-weight:600;margin-left:6px;letter-spacing:.5px}.settings_panel__intro{margin:6px 0 0;color:#6b7280;font-size:13px;line-height:1.5}.settings_panel__empty{color:#6b7280;font-style:italic;padding:24px;background:#fff;border:1px dashed #e5e7eb;border-radius:8px;text-align:center}.settings_panel__actions{display:flex;gap:8px;align-items:center;margin-top:18px;flex-wrap:wrap}.settings_accounts_grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:12px}.settings_account_card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease}.settings_account_card:hover{border-color:#2563eb;box-shadow:0 2px 8px rgba(37,99,235,.08)}.settings_account_card__link{display:flex;align-items:center;gap:12px;padding:12px;text-decoration:none;color:inherit}.settings_account_card__avatar{flex:0 0 48px;width:48px;height:48px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg, #e5e7eb, #9ca3af)}.settings_account_card__avatar--fallback{display:inline-block}.settings_account_card__body{display:flex;flex-direction:column;gap:2px;min-width:0}.settings_account_card__body strong{font-size:14px}.settings_account_card__platform{font-size:10px;color:#6b7280;font-weight:700;letter-spacing:.4px}.settings_account_card__expires{font-size:11px;color:#9ca3af}.settings_account_info{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px;display:grid;grid-template-columns:200px 1fr;gap:8px 16px}.settings_account_info dt{color:#6b7280;font-size:13px}.settings_account_info dd{margin:0;font-size:13px}.settings_account_info dd code{background:#f3f4f6;padding:1px 6px;border-radius:4px;font-size:12px}.settings_account_info__scopes{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px}.settings_account_info__scopes li code{font-size:11px}.settings_quota,.settings_resync{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px;margin-top:16px}.settings_quota__title,.settings_resync__title{margin:0 0 8px;font-size:14px;font-weight:700;color:#1c1f24}.settings_quota__intro,.settings_quota__help,.settings_resync__intro,.settings_resync__help{margin:0 0 12px;color:#6b7280;font-size:12px;line-height:1.5}.settings_quota__intro--warn,.settings_quota__help--warn,.settings_resync__intro--warn,.settings_resync__help--warn{color:#b45309;font-weight:600}.settings_quota form,.settings_resync form{margin:0}.quota_row{margin:0 0 14px}.quota_row__head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:5px;font-size:13px}.quota_row__head span{color:#374151}.quota_row__head strong{color:#111827;font-variant-numeric:tabular-nums}.quota_bar{position:relative;height:9px;border-radius:999px;background:#eef2f7;overflow:hidden}.quota_bar>span{display:block;height:100%;border-radius:inherit;background:#22c55e;transition:width .3s ease}.quota_bar--warn>span{background:#f59e0b}.quota_bar--danger>span{background:#ef4444}.settings_danger{background:#fff;border:1px solid #fecaca;border-left:4px solid #ef4444;border-radius:10px;padding:18px 22px;margin-top:8px}.settings_danger__title{margin:0 0 8px;font-size:16px;font-weight:700;color:#991b1b}.settings_danger__intro{margin:0 0 14px;color:#374151;font-size:13px;line-height:1.55}.settings_danger__scope_title{margin:14px 0 6px;font-weight:600;font-size:13px;color:#1c1f24}.settings_danger__scope{margin:0 0 16px;padding-left:20px;color:#4b5563;font-size:12.5px;line-height:1.6}.settings_danger__scope li{margin:2px 0}.settings_danger__form{margin-top:16px;padding-top:14px;border-top:1px dashed #fecaca}.settings_danger__form .settings_field input:focus{outline-color:#ef4444;border-color:#ef4444}.settings_danger__warning{margin:12px 0 14px;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:12.5px;font-weight:600}.settings_nav__link--danger{color:#991b1b;margin-top:8px}.settings_nav__link--danger:hover{background:#fef2f2;color:#7f1d1d}.settings_nav__link--danger.settings_nav__link--active{background:#fef2f2;color:#991b1b}.settings_placeholder{padding:32px 24px;background:#fff;border:1px dashed #e5e7eb;border-radius:10px;text-align:center}.settings_placeholder__title{margin:0 0 8px;font-size:16px;font-weight:700;color:#1c1f24}.settings_placeholder__desc{margin:0;color:#6b7280;font-size:13px;line-height:1.5}.settings_main{max-width:760px;margin:16px auto 32px;padding:0 16px}.settings_main__head{margin-bottom:20px}.settings_intro{color:#6b7280;font-size:13px;line-height:1.5;margin:6px 0 0}.settings_form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.settings_form__title{margin:0 0 12px;font-size:14px;font-weight:700;color:#1c1f24}.settings_form__actions{display:flex;align-items:center;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;flex-wrap:wrap}.settings_form__help{font-size:12px;color:#9ca3af}.settings_form__spacer{flex:1 1 auto}.settings_field{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#374151;margin-bottom:12px}.settings_field input{font:inherit;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.settings_field input:focus{outline:2px solid #2563eb;outline-offset:1px}.settings_field input[readonly],.settings_field input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.settings_lang{display:flex;gap:10px;margin-top:10px}.settings_lang__option{padding:8px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;text-decoration:none;color:#2563eb}.settings_lang__option:hover{background:#f3f4f6}.settings_lang__option--active{background:#2563eb;border-color:#2563eb;color:#fff;cursor:default}.icebreaker_list{display:flex;flex-direction:column;gap:8px}.icebreaker_row{display:flex;gap:6px;align-items:center}.icebreaker_row input{font:inherit;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.icebreaker_row input[name="questions[]"]{flex:2 1 0;min-width:200px}.icebreaker_row input[name="payloads[]"]{flex:1 1 0;min-width:140px}.icebreaker_row input:focus{outline:2px solid #2563eb;outline-offset:1px}.icebreaker_row .btn{flex:0 0 auto;padding:6px 10px;font-size:12px}@media only screen and (min-width: 1000px){.app_header{padding:10px 24px}.app_header__logo--square{display:none}.app_header__logo--line{display:block}.app_header__burger{display:none}.app_header__nav{display:flex;position:static;flex-direction:row;align-items:center;gap:14px;margin-left:auto;padding:0;background:none;border:0;box-shadow:none}.app_header__nav.is-open{display:flex}.app_header__nav-link{gap:7px;padding:7px 10px;font-size:14px}.app_header__nav-link--btn{width:auto}.app_header__nav-link--logout,.app_header__nav-link--account{padding:7px}.app_header__icon{width:18px;height:18px}.app_header__sep{width:1px;height:22px;margin:0 4px;background:#e5e7eb}.app_header__logout{padding:0}.app_home__create{width:auto;justify-content:center}.inbox_app{flex-direction:row;height:calc(100vh - 64px);border:1px solid #e5e7eb;border-radius:0;margin:0 auto;overflow:hidden}.inbox_app__list{flex:0 0 320px;max-width:320px}.inbox_app__list .conv_list{flex:0 0 auto;overflow:visible;border:0;border-radius:0}.inbox_app__panels{flex-direction:row;align-items:stretch;flex:1 1 auto;background:#f0f2f5}.inbox_app__panels[data-active-conv="0"]{display:flex}.inbox_app__panels>.inbox_thread{flex:1 1 auto;min-width:0;padding:0;overflow-y:auto}.inbox_app__panels>.thread_sidebar{flex:0 0 280px;max-width:280px;border-left:1px solid #e5e7eb;border-radius:0;overflow-y:auto;background:#fff}.inbox_thread_layout{flex-direction:row;align-items:flex-start}.inbox_thread_layout .inbox_thread{flex:1 1 auto;min-width:0}.inbox_thread_layout .thread_sidebar{flex:0 0 280px;max-width:280px;position:sticky;top:16px}.comments_app{flex-direction:row;height:calc(100vh - 64px);border:1px solid #e5e7eb;margin:0 auto;overflow:hidden}.comments_app__list{flex:0 0 340px;max-width:340px}.comments_app__panels{flex-direction:row;align-items:stretch;flex:1 1 auto;background:#f0f2f5}.comments_app__panels[data-active-media="0"]{display:flex}.comments_app__panels>.comments_thread{flex:1 1 auto;min-width:0;overflow-y:auto}.comments_app__panels>.comments_sidebar{flex:0 0 300px;max-width:300px;border-left:1px solid #e5e7eb;overflow-y:auto;background:#fff}.comments_app__panels--empty{align-items:center;justify-content:center}.content_app{flex-direction:row;gap:0;max-width:1200px;height:calc(100vh - 64px);margin:0 auto;padding:0;border:1px solid #e5e7eb;overflow:hidden}.content_app__aside{flex:0 0 360px;max-width:360px;overflow-y:auto;padding:16px;border-right:1px solid #e5e7eb;background:#fff}.content_app__thread{flex:1 1 auto;display:flex;min-width:0;background:#f0f2f5}.content_app__thread>.comments_thread{flex:1 1 auto;max-height:none;overflow-y:auto;border:0;border-radius:0;background:#f0f2f5}.content_app__thread>.story_dms{flex:1 1 auto;overflow-y:auto}.content_header__body{padding:0;border:0;background:rgba(0,0,0,0)}.content_header__img{max-height:60vh;margin:0 auto}.publish_app{max-width:900px}.publish_list{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.publish_media__item{width:110px;height:138px}.flow_canvas__zoom{width:36px;height:36px}.flow_canvas__hint{font-size:13px}.flow_node__preview{font-size:13px}.flow_drawer{width:380px}.settings_hub{flex-direction:row;min-height:calc(100vh - 64px)}.settings_hub__sidebar{flex:0 0 260px;max-width:260px;position:sticky;top:0;align-self:flex-start;max-height:calc(100vh - 64px);overflow-y:auto;padding:20px 12px}.settings_hub__panel{padding:28px 32px}}/*# sourceMappingURL=app.min.css.map */
