:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:var(--text);background:var(--bg);--bg: #050505;--surface: #0f0f0f;--surface-2: #161513;--surface-3: #201d16;--border: rgba(212, 175, 55, .12);--border-strong: rgba(212, 175, 55, .35);--text: #f5f1e6;--muted: #b6ac96;--faint: #8a8270;--accent: #d4af37;--accent-hover: #e6c453;--accent-soft: rgba(212, 175, 55, .14);--on-accent: #0a0a0a;--chart-views: #d4af37;--chart-followers: #b8860b;--green: #4ade80;--red: #f87171;--radius: 14px}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input{font:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.app{width:min(1200px,calc(100% - 2rem));margin:0 auto}.app--centered{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.sidebar{position:sticky;top:0;align-self:start;height:100vh;background:var(--surface);border-right:1px solid var(--border);padding:1.25rem .9rem;display:flex;flex-direction:column;gap:1.5rem}.sidebar__brand{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem;font-weight:700;font-size:1.05rem}.sidebar__logo{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.sidebar__nav{display:flex;flex-direction:column;gap:.35rem;flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin}.sidebar__nav::-webkit-scrollbar{width:6px}.sidebar__nav::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.nav-item{display:flex;align-items:center;gap:.7rem;width:100%;text-align:left;background:transparent;border:0;color:var(--muted);padding:.7rem .75rem;border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item--active{background:var(--accent-soft);color:var(--accent)}.nav-item__count{margin-left:auto;background:var(--surface-3);color:var(--muted);border-radius:999px;font-size:.75rem;padding:.05rem .5rem}.nav-item--active .nav-item__count{background:var(--accent);color:var(--on-accent)}.sidebar__lock{margin-top:auto}.sidebar__group{display:flex;flex-direction:column}.nav-item__chevron{margin-left:auto;transition:transform .15s ease;font-size:1.1rem;line-height:1}.nav-item__chevron--open{transform:rotate(90deg)}.sidebar__sub{display:flex;flex-direction:column;gap:.15rem;margin:.2rem 0 .2rem .85rem;padding-left:.6rem;border-left:1px solid var(--border)}.nav-subitem{text-align:left;background:transparent;color:var(--muted);font-weight:500;padding:.5rem .6rem;border-radius:8px;font-size:.9rem}.nav-subitem:hover{background:var(--surface-2);color:var(--text)}.nav-subitem--active{background:var(--accent-soft);color:var(--accent)}.nav-subitem--add{color:var(--accent)}.nav-subitem--add:hover{background:var(--accent-soft)}.login__tabs{display:flex;gap:.3rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:3px;margin:.5rem 0 .25rem}.login__tab{flex:1;background:transparent;color:var(--muted);border-radius:8px;padding:.5rem;font-size:.9rem}.login__tab--active,.login__tab--active:hover{background:var(--accent);color:var(--on-accent)}.login__form{display:flex;flex-direction:column;gap:.85rem}.account-card__title-wrap{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.owner-tag{align-self:flex-start;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.1rem .55rem;font-size:.72rem}.owner-tag--banned{background:#f8717129;color:var(--red)}.owner-tag--account{background:#4aa3ff24;color:#4aa3ff}.banned-tag{background:#f8717129;color:var(--red);border-radius:999px;padding:.1rem .5rem;font-size:.68rem;font-weight:600}.unable-tag{font-size:.95rem;line-height:1}.license-form{display:flex;flex-wrap:wrap;gap:.6rem}.license-form .cred-form__input{flex:1;min-width:200px}.license-form__select{cursor:pointer}.license-list{display:flex;flex-direction:column;gap:.6rem}.license-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem}.license-row__info{display:flex;align-items:center;gap:.75rem;min-width:0;flex-wrap:wrap}.license-row__key{color:var(--text);font-size:.95rem;word-break:break-all}.license-row__delete{background:transparent;color:var(--faint);padding:.4rem .6rem;border-radius:8px;flex-shrink:0}.license-row__delete:hover{background:var(--surface-3);color:var(--red)}.row-actions{display:flex;gap:.25rem;flex-shrink:0}.row-edit{background:transparent;color:var(--muted);padding:.4rem .6rem;border-radius:8px}.row-edit:hover{background:var(--surface-3);color:var(--accent)}.follow-card__elsewhere{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;color:#4aa3ff;padding:.3rem .55rem;border-radius:999px;background:#4aa3ff1f;white-space:nowrap}.row-edit--stop{color:#ff6b6b}.row-edit--stop:hover{background:#ff6b6b1f;color:#ff6b6b}.proxy-preview{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border);color:var(--muted);font-size:.9rem}.proxy-preview b{color:var(--faint);font-weight:600}.proxy-list{display:flex;flex-direction:column;gap:.6rem}.proxy-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem}.proxy-row__body{display:flex;flex-direction:column;gap:.6rem;min-width:0;flex:1}.proxy-row__top{display:flex;align-items:center;gap:.5rem}.proxy-row__name{font-size:.95rem;color:var(--text)}.proxy-row__fields{display:flex;flex-wrap:wrap;gap:.5rem}.proxy-type-tag{text-transform:uppercase;letter-spacing:.06em;font-size:.66rem;font-weight:700;border-radius:999px;padding:.12rem .55rem;background:var(--surface-3);color:var(--muted)}.proxy-type-tag--socks5{background:#6366f129;color:#a5b4fc}.proxy-type-tag--http{background:var(--accent-soft);color:var(--accent)}.proxy-type-select{max-width:130px}.proxy-type-edit{background:var(--surface-3);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:.2rem .5rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;cursor:pointer}.proxy-type-edit:hover{border-color:var(--accent)}.copy-field{display:inline-flex;align-items:center;gap:.4rem;background:var(--surface-3);border:1px solid var(--border);border-radius:8px;padding:.35rem .6rem;color:var(--text);font-size:.85rem;cursor:pointer;max-width:100%}.copy-field:hover{background:var(--accent-soft);border-color:var(--border-strong)}.copy-field__label{text-transform:uppercase;letter-spacing:.06em;font-size:.62rem;color:var(--faint)}.copy-field__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.copy-field__icon{color:var(--accent);font-size:.8rem}.proxy-row__link{width:100%;justify-content:flex-start}.proxy-row__link .copy-field__value{word-break:break-all;white-space:normal}.bio-form{display:flex;flex-direction:column;gap:.85rem}.bio-form__textarea{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:.8rem .9rem;color:var(--text);outline:none;resize:vertical;min-height:90px;line-height:1.5;font-family:inherit}.bio-form__textarea:focus{border-color:var(--accent)}.bio-form__assign{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.bio-employees{display:flex;flex-wrap:wrap;gap:.5rem 1rem;flex-basis:100%}.bio-check{display:inline-flex;align-items:center;gap:.4rem;color:var(--text);font-size:.9rem;cursor:pointer}.bio-check input{width:15px;height:15px;accent-color:var(--accent)}.assign-dropdown{position:relative;display:flex;flex-direction:column;gap:.35rem;max-width:320px}.assign-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:.65rem .9rem;color:var(--text);font-weight:500}.assign-dropdown__trigger:hover{background:var(--surface-2);border-color:var(--border-strong)}.assign-dropdown__chev{color:var(--muted);transition:transform .15s ease}.assign-dropdown__chev--open{transform:rotate(180deg)}.assign-dropdown__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;padding:.4rem;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:.1rem;box-shadow:0 12px 30px #00000080}.assign-dropdown__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .55rem;border-radius:8px;color:var(--text);font-size:.9rem;cursor:pointer}.assign-dropdown__item:hover{background:var(--surface-2)}.assign-dropdown__item input{width:15px;height:15px;accent-color:var(--accent)}.assign-dropdown__empty{padding:.5rem .55rem;color:var(--faint);font-size:.85rem}.assign-dropdown__hint{color:var(--faint);font-size:.78rem}.owner-tag--account{background:#7c3aed26;color:#c4b5fd}.bio-row__push{font-weight:600;color:var(--accent)}.bio-list{display:flex;flex-direction:column;gap:.6rem}.bio-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem}.bio-row__body{display:flex;flex-direction:column;gap:.6rem;min-width:0;flex:1}.bio-row__text{margin:0;color:var(--text);white-space:pre-wrap;line-height:1.5;word-break:break-word}.bio-row__assign{display:flex;flex-wrap:wrap;gap:.4rem}.bio-row__copy{align-self:flex-start}.owner-tag--detail{display:inline-block;margin-top:.4rem;font-size:.8rem}.topbar__actions{display:flex;gap:.6rem}.login{position:relative;min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#050506;overflow:hidden;isolation:isolate}.login__bg{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;z-index:0;background:conic-gradient(from 0deg at 50% 50%,#000,#2a2a2a 45deg,#fff,#1c1c1c 175deg,#000 230deg,#d8d8d8 300deg,#000 360deg);filter:blur(140px);opacity:.22;animation:login-prism-spin 28s linear infinite}@keyframes login-prism-spin{to{transform:rotate(360deg)}}.login__stage{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:min(380px,100%)}.login__card{position:relative;z-index:1;width:100%;background:#0c0c0ea8;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:2.1rem;display:flex;flex-direction:column;gap:.85rem;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);box-shadow:0 30px 80px #0009,inset 0 1px #ffffff14}.login__brand{display:flex;align-items:center;gap:.65rem;justify-content:center}.login__mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;color:#0a0a0a;background:linear-gradient(135deg,#fff,#b8b8b8);box-shadow:0 4px 18px #ffffff2e}.login__brand h1{margin:0;font-size:1.4rem;color:#fff;letter-spacing:.01em}.login__subtitle{margin:0 0 .5rem;color:#ffffff8c}.login__input{background:#ffffff0d;border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:.8rem 1rem;color:#f4f4f5;outline:none;transition:border-color .15s ease,background .15s ease}.login__input::placeholder{color:#fff6}.login__input:focus{border-color:#ffffffbf;background:#ffffff14}.login .login__tabs{background:#ffffff0d;border-color:#ffffff24}.login .login__tab{color:#ffffff8c}.login .login__tab:hover{background:#ffffff14;color:#ffffffd9}.login .login__tab--active,.login .login__tab--active:hover{background:#fff;color:#0a0a0a}.login .login__button{background:#fff;color:#0a0a0a;font-weight:600;transition:opacity .15s ease,transform .05s ease}.login .login__button:hover:not(:disabled){background:#f0f0f0}.login .login__button:disabled{background:#ffffff40;color:#0a0a0a99}@media(prefers-reduced-motion:reduce){.login__bg{animation:none}}.login__remember{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem;cursor:pointer}.login__remember input{width:16px;height:16px;accent-color:var(--accent)}.login__error{margin:0;color:var(--red);font-size:.9rem}.login__button{margin-top:.25rem}.main{padding:1.5rem 2rem 3rem;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.topbar h1{margin:0;font-size:1.6rem}button{border:0;border-radius:10px;padding:.6rem 1rem;background:var(--accent);color:var(--on-accent);font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}.btn--ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn--ghost:hover{background:var(--surface-3)}.btn--danger{background:transparent;color:var(--red);border:1px solid var(--red)}.btn--danger:hover{background:#f871711f}.btn--danger-active{background:var(--red);color:#1a0a0a;border:1px solid var(--red)}.btn--danger-active:hover{background:#ef4444}.banner{padding:.85rem 1rem;border-radius:var(--radius);margin-bottom:1rem;border:1px solid var(--border)}.banner--warn{background:#eab3081a;border-color:#eab30840;color:#fde68a}.banner--error{background:#ef44441a;border-color:#ef444440;color:#fecaca}.banner--publish{display:flex;flex-direction:column;gap:.55rem;background:#7c3aed1f;border-color:#7c3aed59;color:#e9d5ff}.banner--publish .publish-progress__track{background:#ffffff1f}.publish-banner__meta{font-size:.82rem;font-weight:600}.banner--dismissible{display:flex;align-items:center;justify-content:space-between;gap:1rem}.banner__close{background:transparent;color:inherit;padding:.2rem .5rem;border-radius:8px;flex-shrink:0;opacity:.8}.banner__close:hover{background:#ffffff1f;opacity:1}.refresh-progress{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.refresh-progress__track{flex:1;height:10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);overflow:hidden}.refresh-progress__fill{height:100%;background:var(--accent);border-radius:999px;transition:width .25s ease}.refresh-progress__label{color:var(--muted);font-size:.85rem;white-space:nowrap;min-width:12ch;text-align:right}.panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1.25rem}.panel+.panel,.panel+.layout,.dashboard+*{margin-top:1rem}.panel h2,.section-block h3{margin:0 0 1rem;font-size:1.05rem}.panel__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.panel__head h2{margin:0}.layout{display:grid;grid-template-columns:minmax(300px,380px) 1fr;gap:1rem;margin-top:1rem}.add-form{display:flex;gap:.75rem}.add-form__field{flex:1;display:flex;align-items:center;gap:.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:0 1rem}.add-form__field:focus-within{border-color:var(--accent)}.add-form__prefix{color:var(--faint)}.add-form input{flex:1;border:0;background:transparent;color:inherit;padding:.75rem 0;outline:none}.account-search{display:flex;align-items:center;gap:.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:0 .75rem;margin-bottom:.75rem;color:var(--faint)}.account-search:focus-within{border-color:var(--accent)}.account-search input{flex:1;min-width:0;border:0;background:transparent;color:var(--text);padding:.6rem 0;outline:none}.account-search__clear{background:transparent;color:var(--faint);padding:.2rem .4rem;border-radius:6px}.account-search__clear:hover{background:var(--surface-3);color:var(--text)}.panel--sidebar{display:flex;flex-direction:column;min-height:0}.account-list{display:flex;flex-direction:column;gap:.6rem;flex:1;min-height:0;overflow-y:auto;padding-right:4px;max-height:101.4rem}.account-list::-webkit-scrollbar{width:8px}.account-list::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:8px}.account-card{display:flex;align-items:stretch;background:var(--surface-2);border:1px solid var(--border);border-radius:14px;overflow:hidden;flex-shrink:0;transition:border-color .15s ease}.account-card:hover{border-color:var(--border-strong)}.account-card--selected{border-color:var(--accent);background:var(--accent-soft)}.account-card__main{flex:1;min-width:0;display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;background:transparent;color:inherit;text-align:left;border-radius:0}.account-card__main:hover{background:transparent}.account-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:var(--surface-3);display:grid;place-items:center;flex-shrink:0;color:var(--muted)}.account-card__avatar img{width:100%;height:100%;object-fit:cover}.account-card__avatar--story{border:2px solid var(--accent);padding:2px}.account-card__title{display:flex;align-items:center;gap:.35rem;min-width:0}.account-card__title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-card__subtitle,.account-card__meta{margin:.15rem 0 0;color:var(--muted);font-size:.9rem}.account-card__stats{display:flex;gap:.5rem;align-items:center;margin-top:.3rem;font-size:.9rem;color:var(--muted)}.account-card__actions{display:flex;align-items:center;gap:.1rem;padding:0 .4rem;flex-shrink:0}.account-card__actions button{background:transparent;color:var(--faint);padding:.4rem .5rem;border-radius:8px;font-size:.95rem}.account-card__actions button:hover{background:var(--surface-3);color:var(--text)}.badge{color:var(--accent);font-size:.85rem}.delta{font-size:.82rem;color:var(--muted)}.delta--up{color:var(--green)}.delta--down{color:var(--red)}.link-btn{background:transparent;color:var(--accent);padding:0}.link-btn:hover{background:transparent;color:var(--accent-hover)}.detail-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.25rem}.detail-header h2{margin:0}.detail-header__actions{display:flex;gap:.6rem;flex-shrink:0}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:safe center;justify-content:center;padding:max(1rem,env(safe-area-inset-top,0px)) max(1rem,env(safe-area-inset-right,0px)) max(1rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,0px));z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow-y:auto}.modal__card{width:min(520px,100%);background:var(--surface);border:1px solid var(--border-strong);border-radius:18px;padding:1.5rem;margin:auto}.modal__card--fit{max-height:min(calc(100dvh - 2rem),calc(100svh - 2rem));display:flex;flex-direction:column;overflow:hidden}.modal__card--fit .modal__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:.15rem}.modal__card--fit .modal__head,.modal__card--fit .cred-note{flex-shrink:0}.modal__card--wide{width:min(820px,100%)}.modal__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.modal__head h3{margin:0}.modal__close{background:transparent;color:var(--muted);padding:.35rem .6rem;border-radius:8px}.modal__close:hover{background:var(--surface-3);color:var(--text)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:grid;place-items:center;padding:0;z-index:100}.lightbox__img{max-width:100vw;max-height:100vh;width:auto;height:auto;object-fit:contain}.lightbox__close{position:fixed;top:1.1rem;right:1.25rem;background:#ffffff1a;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.1rem;display:grid;place-items:center;padding:0}.lightbox__close:hover{background:#fff3}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1.25rem}.metric-card{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:1rem}.metric-card span{display:block;color:var(--muted);font-size:.82rem;margin-bottom:.35rem}.metric-card strong{font-size:1.2rem}.profile-meta{display:flex;flex-direction:column;gap:1rem;margin:0 0 1.5rem}.profile-meta__label{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:var(--faint);margin-bottom:.3rem}.profile-meta__value{margin:0;color:var(--text);white-space:pre-line;line-height:1.55;max-width:60ch}.section-block{margin-bottom:1.5rem}.cred-note{margin:-.5rem 0 .85rem;color:var(--faint);font-size:.85rem}.cred-form{display:flex;flex-direction:column;gap:.85rem;max-width:560px}.cred-field{display:flex;flex-direction:column;gap:.35rem}.cred-field__label{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:var(--faint)}.cred-form__input{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:.7rem .9rem;color:var(--text);outline:none}.cred-form__input:focus{border-color:var(--accent)}.cred-auth{display:flex;flex-direction:column;gap:.5rem;padding-top:.85rem;border-top:1px solid var(--border)}.cred-auth__error{margin:0;color:var(--red);font-size:.85rem}.cred-auth__code{display:flex;align-items:center;gap:.85rem;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:.6rem .9rem}.cred-auth__value{background:transparent;color:var(--accent);font-size:1.6rem;font-weight:700;letter-spacing:.18em;padding:0;font-variant-numeric:tabular-nums}.cred-auth__value:hover{background:transparent;opacity:.85}.cred-auth__timer{margin-left:auto;display:flex;align-items:center;gap:.5rem}.cred-auth__ring{width:22px;height:22px;border-radius:50%;background:conic-gradient(var(--accent) var(--pct),var(--surface-3) 0)}.cred-auth__seconds{color:var(--muted);font-size:.85rem;font-variant-numeric:tabular-nums;min-width:2.2ch;text-align:right}.cred-auth__copied{color:var(--green);font-size:.85rem}.story-pill{display:inline-block;min-width:1.4rem;padding:0 .4rem;margin-left:.4rem;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:.78rem;text-align:center;vertical-align:middle}.story-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem}.story-thumb{position:relative;width:100%;aspect-ratio:9 / 16;border-radius:14px;overflow:hidden;background:var(--surface-3);display:grid;place-items:center;border:2px solid var(--accent);padding:0;cursor:pointer}.story-thumb:hover{background:var(--surface-3);opacity:.92}.story-thumb img{width:100%;height:100%;object-fit:cover}.story-thumb__placeholder{color:var(--muted)}.story-thumb__badge{position:absolute;bottom:8px;right:8px;font-size:.8rem;background:#0009;color:#fff;border-radius:8px;padding:2px 7px}.reel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;align-items:start}.reel-card{background:transparent;border:0;padding:0}.reel-card__thumb{display:block;width:100%;border-radius:14px;overflow:hidden;margin-bottom:.75rem;background:var(--surface-3);line-height:0}.reel-card__thumb img{width:100%;height:auto;display:block}.reel-card__header{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:.6rem}.reel-card__caption{margin:0 0 .85rem;color:var(--text);font-size:.9rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.reel-card__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.reel-card__metrics .label{display:block;color:var(--faint);font-size:.75rem;margin-bottom:.15rem}.reel-card__stats{display:block;width:100%;margin-top:.85rem;text-align:center;font-weight:600;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:.6rem 1rem}.reel-card__stats:hover{background:var(--surface-3)}.reel-card__watch{display:block;margin-top:.6rem;text-align:center;text-decoration:none;font-weight:600;color:var(--on-accent);background:var(--accent);border-radius:10px;padding:.6rem 1rem;transition:background .15s ease}.reel-card__watch:hover{background:var(--accent-hover)}.sparkline{display:flex;align-items:end;gap:3px;height:42px;margin-top:.85rem}.sparkline span{flex:1;background:var(--accent-soft);border-radius:4px 4px 0 0;min-height:4px}.empty-note,.empty-detail p{color:var(--muted)}.loading-block{display:flex;align-items:center;justify-content:center;gap:.6rem;min-height:160px;color:var(--muted)}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--surface-3);border-top-color:var(--accent);animation:spin .7s linear infinite}.spinner--sm{width:14px;height:14px;border-width:2px}.refresh-progress--inline{margin-bottom:.75rem}.platform-panel--hidden{display:none!important}@keyframes spin{to{transform:rotate(360deg)}}.empty-detail{min-height:280px;display:grid;place-content:center;justify-items:center;gap:.75rem;text-align:center}.empty-detail h2{margin:0}.employee-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.employee-card{display:flex;align-items:center;gap:.85rem;text-align:left;padding:1rem 1.1rem;border-radius:14px;background:var(--surface-2);border:1px solid var(--border);cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.employee-card:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-1px)}.employee-card__avatar{display:grid;place-content:center;width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:1.1rem}.employee-card__info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.employee-card__name{color:var(--text);font-size:1rem}.employee-card__meta{color:var(--muted);font-size:.82rem}.employee-card__chevron{margin-left:auto;color:var(--muted);font-size:1.3rem;line-height:1}.dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem;margin-bottom:1.5rem}.stat-card{padding:1.1rem 1.2rem;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.stat-card__label{display:block;color:var(--muted);font-size:.82rem;margin-bottom:.5rem}.stat-card__value{font-size:1.7rem;line-height:1.1;color:var(--text)}.api-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.85rem}.api-bubble-card{padding:1.1rem 1.2rem;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.api-bubble-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.api-bubble-card__label{display:block;color:var(--text);font-size:.92rem;font-weight:600;line-height:1.35}.api-bubble-card__form{display:flex;flex-direction:column;gap:.65rem}.api-bubble-card__form-actions{display:flex;justify-content:flex-end;gap:.5rem}.api-bubble-card__cancel{background:transparent;border:1px solid var(--border);color:var(--muted)}.api-bubble-card__cancel:hover{color:var(--text);border-color:var(--muted)}.api-bubble-card__open{padding:.35rem .75rem;border-radius:8px;font-size:.82rem;line-height:1.2;white-space:nowrap}.api-bubble-card__url{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45;word-break:break-all}.dashboard__chart{margin-bottom:1.5rem}.dashboard__chart-head{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.toggle-group{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px}.toggle{background:transparent;color:var(--muted);border-radius:8px;padding:.4rem .85rem;font-size:.85rem}.toggle:hover{background:transparent;color:var(--text)}.toggle--active,.toggle--active:hover{background:var(--accent);color:var(--on-accent)}.dashboard__month{color:var(--muted);font-size:.9rem;align-self:center}.trend-chart__summary{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.trend-chart__summary strong{font-size:1.5rem}.bar-chart__plot{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem}.bar-chart__yaxis{position:relative;width:46px;height:300px;flex-shrink:0}.bar-chart__tick{position:absolute;right:4px;transform:translateY(50%);font-size:.62rem;color:var(--faint);white-space:nowrap}.bar-chart__bars{flex:1;min-width:0;display:flex;align-items:flex-start;gap:3px}.bar-chart__col{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;background:transparent;border:0;border-radius:6px;padding:0;cursor:default}.bar-chart__col--clickable{cursor:pointer}.bar-chart__col--clickable:hover .bar-chart__bar-wrap{background:var(--accent-soft)}.bar-chart__col--clickable:hover .bar-chart__bar{filter:brightness(1.15);box-shadow:0 0 12px var(--accent-soft)}.bar-chart__col--clickable:hover .bar-chart__value{color:var(--accent-hover)}.bar-chart__col--selected .bar-chart__bar-wrap{background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.bar-chart__col--today .bar-chart__label{color:var(--accent);font-weight:600}.bar-chart__bar-wrap{height:300px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;border-radius:6px;background:#ffffff05}.bar-chart__value{font-size:.78rem;font-weight:700;color:var(--accent);margin-bottom:4px;white-space:nowrap}.bar-chart__col--posted .bar-chart__label{color:var(--accent);font-weight:700}.bar-chart__posted{font-size:.55rem;color:var(--accent);margin-top:1px}.month-nav{display:flex;align-items:center;justify-content:center;gap:.85rem;margin:.25rem 0 .75rem}.month-nav__label{min-width:11ch;text-align:center;color:var(--text);font-weight:600}.month-nav__btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text);width:32px;height:32px;border-radius:8px;font-size:1.1rem;display:grid;place-items:center;padding:0}.month-nav__btn:hover:not(:disabled){background:var(--surface-3)}.bar-chart__bar{width:100%;min-height:0;border-radius:5px 5px 0 0;transition:height .3s ease}.bsky-bar{width:100%;min-height:0;display:block;transition:height .3s ease}.bsky-bar--new{background:#4aa3ff;border-radius:5px 5px 0 0}.bsky-bar--old{background:#1d4e89}.bsky-legend{display:flex;gap:1rem;align-items:center}.bsky-legend__item{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted, #9aa)}.bsky-legend__dot{width:12px;height:12px;border-radius:3px;display:inline-block}.bsky-legend__dot--new{background:#4aa3ff}.bsky-legend__dot--old{background:#1d4e89}.follow-running{display:inline-flex;align-items:center;gap:.6rem;padding:.3rem .4rem .3rem .75rem;border-radius:999px;background:#4aa3ff1f;border:1px solid rgba(74,163,255,.4)}.follow-running__text{font-size:.82rem;font-weight:600;color:#4aa3ff;white-space:nowrap}.follow-running__pulse{width:9px;height:9px;border-radius:50%;background:#4aa3ff;box-shadow:0 0 #4aa3ff99;animation:follow-pulse 1.4s ease-out infinite}@keyframes follow-pulse{0%{box-shadow:0 0 #4aa3ff8c}70%{box-shadow:0 0 0 7px #4aa3ff00}to{box-shadow:0 0 #4aa3ff00}}.bar-chart__label{margin-top:6px;font-size:.6rem;color:var(--faint);white-space:nowrap;height:.9rem}.dashboard__highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.highlight-card{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.2rem}.highlight-card__label{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:var(--faint);margin-bottom:.85rem}.highlight-card__body{display:flex;gap:.9rem;align-items:center;text-decoration:none;color:inherit}.highlight-card__body--link:hover{opacity:.92}.highlight-card__body strong{display:block;font-size:1.05rem}.highlight-card__body p{margin:.2rem 0 0;color:var(--muted);font-size:.9rem}.highlight-card__body p.muted{color:var(--faint)}.highlight-card__caption{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:34ch}.highlight-card__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--surface-3);display:grid;place-items:center;color:var(--muted)}.highlight-card__avatar img,.highlight-card__thumb img{width:100%;height:100%;object-fit:cover}.highlight-card__thumb{width:52px;height:70px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--surface-3);display:grid;place-items:center;color:var(--muted)}.top-list{display:flex;flex-direction:column;gap:.6rem}.top-row{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;min-width:0}.top-row--link:hover{opacity:.9}.top-row__rank{flex-shrink:0;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:.78rem;font-weight:700}.top-row__info{min-width:0}.top-row__info strong{display:block;font-size:1rem}.top-row__info p{margin:.1rem 0 0;color:var(--muted);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-row .highlight-card__thumb{width:38px;height:52px}.top-row .highlight-card__avatar{width:40px;height:40px}@media(max-width:1000px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;height:auto;flex-direction:row;align-items:center;gap:.5rem;padding:.6rem 1rem;z-index:10}.sidebar__brand{margin-right:auto}.sidebar__nav{flex-direction:row;overflow-x:auto;overflow-y:visible}.nav-item__count{display:none}.main{padding:1.25rem 1rem 3rem}}@media(max-width:760px){.layout{grid-template-columns:1fr}.dashboard__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard__highlights{grid-template-columns:1fr}.add-form{flex-direction:column}.sidebar__name{display:none}}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.panel-head h2{margin:0}.panel-add-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1.1rem;border-radius:8px;border:1px solid var(--accent);background:var(--accent-soft);color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.panel-add-toggle:hover{background:var(--accent);color:var(--on-accent)}.content-upload{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px dashed var(--border);border-radius:12px;background:var(--surface-2);cursor:pointer}.content-upload input[type=file]{max-width:60%;color:var(--muted);font-size:.85rem}.content-upload__hint{color:var(--muted);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-filter{display:flex;align-items:center;gap:.4rem}.content-filter__nav{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;border:1px solid var(--border);background:var(--surface-3);color:var(--text);font-size:1.1rem;line-height:1;cursor:pointer}.content-filter__nav:hover{background:var(--accent-soft)}.content-filter__date{padding:.4rem .6rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.85rem;color-scheme:dark}.content-filter__clear{padding:.4rem .8rem;border-radius:8px;border:1px solid var(--accent);background:var(--accent-soft);color:var(--accent);font-size:.78rem;font-weight:700;cursor:pointer}.content-filter__clear:hover{background:var(--accent);color:#000}.content-filter__active{color:var(--accent);font-size:.85rem;font-weight:500}.content-tabs,.schedule-tabs{margin-bottom:1rem;flex-wrap:wrap}.carousel-cell__album{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:100%;height:100%;gap:2px;background:#000}.carousel-cell__thumb{width:100%;height:100%;object-fit:cover;display:block}.schedule-card__thumb-wrap{position:relative;flex-shrink:0}.schedule-card__thumb-wrap--carousel .schedule-card__thumb{width:72px;height:72px;object-fit:cover;border-radius:8px}.schedule-card__carousel-count{position:absolute;right:4px;bottom:4px;padding:.1rem .35rem;border-radius:6px;background:#000000b8;color:#fff;font-size:.68rem;font-weight:700}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.reels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2px;background:var(--border);border:1px solid var(--border);border-radius:8px;overflow:hidden}.reel-cell{position:relative;aspect-ratio:9 / 16;background:#000;overflow:hidden}.reel-cell__media{width:100%;height:100%;object-fit:cover;display:block}.reel-cell__overlay{position:absolute;top:6px;right:6px;display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.reel-cell:hover .reel-cell__overlay{opacity:1}.reel-cell__btn{width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;border:none;background:#000000a6;color:#fff;font-size:.85rem;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reel-cell__btn:hover{background:#000000d9}.reel-cell__btn--danger:hover{background:#dc2626}.reel-cell__btn--wide{width:auto;padding:0 .6rem;font-size:.78rem;font-weight:600}.reel-cell__btn--active{background:var(--accent);color:var(--on-accent)}.reel-cell__footer{position:absolute;left:0;right:0;bottom:0;display:flex;gap:8px;padding:12px;background:linear-gradient(to top,#000000c7,#0000);opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.reel-cell:hover .reel-cell__footer{opacity:1;transform:translateY(0)}.reel-cell__action{flex:1;padding:.6rem 0;border:none;border-radius:12px;font-size:.85rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:transform .12s ease,box-shadow .18s ease,filter .18s ease}.reel-cell__action--primary{background:var(--accent);color:var(--on-accent);box-shadow:0 6px 18px -4px var(--accent)}.reel-cell__action--primary:hover{filter:brightness(1.08);box-shadow:0 8px 22px -4px var(--accent)}.reel-cell__action--secondary{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.reel-cell__action--secondary:hover{background:#fff3}.reel-cell__action:active{transform:scale(.97)}.reel-cell__action--active{background:var(--accent);color:var(--on-accent);border-color:transparent;box-shadow:0 6px 18px -4px var(--accent)}.reel-cell__action--posted{flex:1;text-align:center;text-decoration:none;background:#22c55ef2;color:#fff;box-shadow:0 6px 18px -4px #22c55eb3}.reel-cell__error{position:absolute;top:6px;left:6px;padding:.2rem .5rem;border-radius:7px;background:#dc2626e6;color:#fff;font-size:.72rem;font-weight:600}.reel-cell__progress{position:absolute;left:0;right:0;bottom:0;padding:.45rem .5rem .55rem;background:linear-gradient(to top,#000000d1,#00000073);z-index:3}.reel-cell__progress .publish-progress__label{color:#fff;font-size:.68rem}.reel-cell__progress .publish-progress__track{background:#fff3}.cred-field__hint{font-size:.75rem;color:var(--muted);margin-top:.3rem}.content-upload__note{margin:0;font-size:.82rem;color:var(--muted)}.schedule-modal__body{display:flex;flex-direction:column;gap:.9rem;margin-top:.5rem}.schedule-modal__actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem}.publish-progress{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem}.publish-progress__track{width:100%;height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.publish-progress__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0%,color-mix(in srgb,var(--accent) 55%,#fff) 50%,var(--accent) 100%);background-size:200% 100%;animation:publish-progress-shimmer 1.2s linear infinite;transition:width .4s ease}@keyframes publish-progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.publish-progress__label{font-size:.8rem;color:var(--muted)}.post-history{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.post-history__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .8rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px}.post-history__main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.post-history__account{font-weight:600;font-size:.9rem;color:var(--text)}.post-history__date{font-size:.78rem;color:var(--muted)}.post-history__link{flex:0 0 auto;font-size:.82rem;font-weight:600;color:var(--accent);text-decoration:none;padding:.3rem .7rem;border-radius:8px;background:var(--accent-soft)}@media(max-width:640px){.reels-grid{grid-template-columns:repeat(2,1fr)}}.schedule-head{flex-wrap:wrap;gap:.75rem}.schedule-head__today{color:var(--accent);font-weight:600}.schedule-head__tz{color:var(--muted);font-weight:500}.schedule-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.schedule-datenav{display:flex;align-items:center;gap:.4rem}.schedule-groups{display:flex;flex-direction:column;gap:1.5rem}.schedule-group__date{margin:0 0 .7rem;font-size:.95rem;font-weight:600;color:var(--text);position:sticky;top:0}.schedule-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.8rem}.schedule-card{display:flex;gap:.8rem;padding:.7rem;background:var(--surface-2);border:1px solid var(--border);border-radius:12px}.schedule-card__thumb{width:64px;height:96px;flex:0 0 auto;object-fit:cover;border-radius:8px;background:#000}.schedule-card__body{display:flex;flex-direction:column;gap:.35rem;min-width:0;flex:1}.schedule-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.schedule-card__time{font-size:.82rem;font-weight:600;color:var(--text)}.schedule-card__type{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:var(--accent-soft);padding:.1rem .45rem;border-radius:6px}.schedule-card__caption{margin:0;font-size:.85rem;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.schedule-card__caption--empty{color:var(--muted);font-style:italic}.schedule-card__target{margin:0;font-size:.78rem;color:var(--muted)}.schedule-card__status{margin:0;font-size:.78rem;font-weight:600}.schedule-card__status--posted{color:#22c55e}.schedule-card__status--posted a{color:inherit;text-decoration:underline}.schedule-card__status--error{color:#f87171}.schedule-card__progress{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.schedule-card__progress .publish-progress__track{height:6px}.schedule-card__assign{display:flex;flex-wrap:wrap;gap:.3rem}.owner-tag--muted{opacity:.6}.schedule-card__actions{display:flex;flex-direction:column;gap:.4rem;align-items:flex-end}.content-tile__schedule{margin:0;padding:.5rem .7rem 0;font-size:.8rem;font-weight:600;color:var(--accent)}.content-tile__target{margin:0;padding:.3rem .7rem 0;font-size:.8rem;font-weight:600;color:var(--text)}.content-tile{display:flex;flex-direction:column;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;overflow:hidden}.content-tile__video{width:100%;aspect-ratio:9 / 16;object-fit:cover;background:#000;display:block}.content-tile__caption{margin:0;padding:.6rem .7rem .4rem;font-size:.85rem;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.content-tile__caption--empty{color:var(--muted);font-style:italic}.content-tile__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .7rem .7rem;flex-wrap:wrap;margin-top:auto}.content-tile__assign{display:flex;flex-wrap:wrap;gap:.3rem}.content-tile__actions{display:flex;align-items:center;gap:.4rem;margin-left:auto}.content-tile__download{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .6rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-3);color:var(--accent);font-size:.78rem;font-weight:600;cursor:pointer}.content-tile__download:hover{background:var(--accent-soft)}@media(max-width:640px){.content-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.platform-switch{display:flex;gap:.25rem;padding:.25rem;background:var(--surface-2);border:1px solid var(--border);border-radius:10px}.platform-switch__btn{flex:1;background:transparent;color:var(--muted);border:none;border-radius:8px;padding:.45rem .4rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.platform-switch__btn:hover{color:var(--text)}.platform-switch__btn--active{background:var(--accent);color:var(--on-accent)}.app-shell--instagram{--bg: #000000;--surface: #0a0a0a;--surface-2: #121212;--surface-3: #1a1a1a;--border: rgba(255, 255, 255, .08);--border-strong: rgba(149, 76, 233, .4);--text: #ffffff;--muted: #a8a8a8;--faint: #737373;--accent: #a855f7;--accent-secondary: #ec4899;--accent-hover: #b96bff;--accent-soft: rgba(168, 85, 247, .16);--on-accent: #ffffff;--chart-views: #a855f7;--chart-followers: #ec4899;background:var(--bg);color:var(--text)}.app-shell--instagram .sidebar{background:#000;border-right-color:#ffffff14}.app-shell--instagram .sidebar__logo,.app-shell--instagram .nav-item--active{background:var(--accent-soft);color:var(--accent)}.app-shell--instagram .nav-item--active .nav-item__count{background:var(--accent);color:var(--on-accent)}.app-shell--instagram .panel{background:var(--surface);border-color:var(--border);border-radius:16px}.app-shell--instagram .account-card,.app-shell--instagram .stat-card,.app-shell--instagram .api-bubble-card,.app-shell--instagram .highlight-card,.app-shell--instagram .employee-card,.app-shell--instagram .content-tile{background:var(--surface-2);border-color:var(--border)}.app-shell--instagram .account-card--selected{border-color:var(--accent);background:var(--accent-soft)}.app-shell--instagram .owner-tag,.app-shell--instagram .top-row__rank{background:var(--accent-soft);color:var(--accent)}.app-shell--instagram .bar-chart__value{color:#fff}.app-shell--instagram .delta--up,.app-shell--instagram .trend-chart__summary .delta{color:var(--green)}.app-shell--instagram .bar-chart__col--today .bar-chart__label{color:var(--accent);font-weight:700}.app-shell--instagram .toggle--active,.app-shell--instagram .toggle--active:hover,.app-shell--instagram .platform-switch__btn--active{background:var(--accent);color:var(--on-accent)}.app-shell--instagram .refresh-progress__fill{background:var(--accent)}.cred-divider{display:flex;align-items:center;gap:.6rem;margin:.4rem 0 .1rem;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.cred-divider:before,.cred-divider:after{content:"";flex:1;height:1px;background:var(--border)}.insight-panel__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.insight-panel__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.toggle-row{display:flex;flex-wrap:wrap;gap:.4rem}.insight-profile{display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);margin-bottom:1rem}.insight-profile__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:var(--surface-3)}.insight-profile__avatar--empty{background:var(--surface-3)}.insight-profile__name{margin:0;font-weight:700}.insight-profile__name span{color:var(--muted);font-weight:400}.insight-profile__stats{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.3rem;color:var(--muted);font-size:.88rem}.insight-profile__stats strong{color:var(--text)}.insight-section{margin-top:1.4rem}.insight-section__title{margin:0 0 .7rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--faint)}.insight-panel .metric-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem}.insight-panel .metric-card{padding:1rem 1.1rem;border-radius:12px;background:var(--surface-2)}.insight-panel .metric-card span{font-size:.82rem;letter-spacing:.01em;color:var(--muted)}.insight-panel .metric-card strong{font-size:1.5rem;font-weight:700;font-variant-numeric:tabular-nums}.insight-breakdowns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.6rem}.insight-breakdown{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.insight-breakdown h4{margin:0 0 .8rem;font-size:.98rem;font-weight:600}.insight-bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.insight-bar__head{display:flex;justify-content:space-between;gap:.5rem;font-size:.92rem}.insight-bar__label{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insight-bar__value{flex-shrink:0;color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.insight-bar__track{margin-top:.28rem;height:5px;border-radius:999px;background:var(--surface-3);overflow:hidden}.insight-bar__fill{height:100%;border-radius:999px;background:var(--accent)}.insight-demographics{display:flex;flex-direction:column;gap:.75rem}.insight-media-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.insight-media{padding:.8rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.insight-media__head{display:flex;gap:.8rem}.insight-media__thumb{width:64px;height:64px;flex-shrink:0;border-radius:10px;object-fit:cover;background:var(--surface-3)}.insight-media__thumb--empty{display:grid;place-items:center;font-size:.65rem;color:var(--faint);text-align:center}.insight-media__info{min-width:0;flex:1}.insight-media__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted)}.insight-media__type{padding:.1rem .5rem;border-radius:999px;background:var(--surface-3);color:var(--muted)}.insight-media__caption{margin:.35rem 0;font-size:.85rem;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.insight-media__counts{display:flex;gap:.9rem;font-size:.8rem;color:var(--muted)}.insight-media__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.4rem}.insight-media__body{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.app-shell--bluesky{--bg: #000000;--surface: #07090d;--surface-2: #0d1117;--surface-3: #141a24;--border: rgba(255, 255, 255, .08);--border-strong: rgba(29, 155, 240, .42);--text: #ffffff;--muted: #93a4bf;--faint: #6b7a93;--accent: #1d9bf0;--accent-secondary: #38bdf8;--accent-hover: #4db5f5;--accent-soft: rgba(29, 155, 240, .16);--on-accent: #ffffff;--chart-views: #1d9bf0;--chart-followers: #38bdf8;background:var(--bg);color:var(--text)}.app-shell--bluesky .sidebar{background:#000;border-right-color:#ffffff14}.app-shell--bluesky .sidebar__logo,.app-shell--bluesky .nav-item--active{background:var(--accent-soft);color:var(--accent)}.app-shell--bluesky .nav-item--active .nav-item__count{background:var(--accent);color:var(--on-accent)}.app-shell--bluesky .panel{background:var(--surface);border-color:var(--border);border-radius:16px}.app-shell--bluesky .account-card,.app-shell--bluesky .stat-card,.app-shell--bluesky .api-bubble-card,.app-shell--bluesky .highlight-card,.app-shell--bluesky .employee-card,.app-shell--bluesky .content-tile,.app-shell--bluesky .follow-card{background:var(--surface-2);border-color:var(--border)}.app-shell--bluesky .account-card--selected{border-color:var(--accent);background:var(--accent-soft)}.app-shell--bluesky .owner-tag,.app-shell--bluesky .top-row__rank{background:var(--accent-soft);color:var(--accent)}.app-shell--bluesky .bar-chart__value{color:#fff}.app-shell--bluesky .delta--up,.app-shell--bluesky .trend-chart__summary .delta{color:var(--green)}.app-shell--bluesky .bar-chart__col--today .bar-chart__label{color:var(--accent);font-weight:700}.app-shell--bluesky .toggle--active,.app-shell--bluesky .toggle--active:hover,.app-shell--bluesky .platform-switch__btn--active{background:var(--accent);color:var(--on-accent)}.app-shell--bluesky .refresh-progress__fill{background:var(--accent)}.bsky-image{width:100%;border-radius:10px;display:block;object-fit:cover;aspect-ratio:3 / 1;background:var(--surface-3)}.bsky-image--post{aspect-ratio:auto;max-height:220px;width:auto;margin-bottom:.6rem}.follow-settings{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.follow-settings .cred-field{min-width:200px}.follow-skip{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem}.follow-range{display:flex;gap:.75rem}.follow-range .cred-field{flex:1}.follow-list{display:flex;flex-direction:column;gap:.75rem}.follow-card{padding:1rem 1.1rem;border-radius:12px;background:var(--surface-2);border:1px solid var(--border)}.follow-card--done{border-color:var(--green)}.follow-card--error{border-color:var(--red)}.follow-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.follow-card__head strong{display:block}.follow-card__target{display:block;color:var(--muted);font-size:.82rem;margin-top:.15rem}.follow-card__track{margin:.75rem 0 .5rem}.follow-card__status{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:var(--muted)}.follow-card__counts{color:var(--text)}.follow-card__live{margin:.35rem 0 0;color:var(--green);font-size:.82rem}.follow-dot{width:9px;height:9px;border-radius:50%;background:var(--faint);flex-shrink:0}.follow-dot--auth,.follow-dot--fetch,.follow-dot--run{background:var(--accent);animation:pulse 1.2s ease-in-out infinite}.follow-dot--done{background:var(--green)}.follow-dot--error{background:var(--red)}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}
