:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--bg);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg:#0f1115;--panel:#171a21;--panel-soft:#1d2330;--border:#94a3b82e;--text:#f8fafc;--muted:#94a3b8;--accent:#3b82f6;--accent-strong:#2563eb;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--gray:#64748b;--shadow:0 20px 50px #00000059;font-family:Google Sans,sans-serif;line-height:1.5}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f0f4f8;--panel:#fff;--panel-soft:#f8fafc;--border:#0000001a;--text:#0f172a;--muted:#64748b;--accent:#2563eb;--accent-strong:#1d4ed8;--success:#059669;--warning:#d97706;--danger:#dc2626;--gray:#94a3b8;--shadow:0 4px 20px #00000014}[data-theme=light] body{background:radial-gradient(circle at top left, #2563eb12, transparent 28%), var(--bg)}[data-theme=light] .sidebar,[data-theme=light] .card{background:#fffffff7}[data-theme=light] .status-badge.green{color:#065f46;background:#10b98124;border-color:#10b9814d}[data-theme=light] .alert.success{color:#065f46;background:#10b9811f;border-color:#10b9814d}[data-theme=light] .status-badge.blue,[data-theme=light] .level-badge.info{color:#1e40af;background:#3b82f61f;border-color:#3b82f647}[data-theme=light] .status-badge.yellow,[data-theme=light] .level-badge.warn{color:#92400e;background:#f59e0b1f;border-color:#f59e0b47}[data-theme=light] .status-badge.red,[data-theme=light] .level-badge.error,[data-theme=light] .alert.error{color:#991b1b;background:#ef44441a;border-color:#ef444440}[data-theme=light] .status-badge.gray,[data-theme=light] .level-badge.debug{color:#334155;background:#64748b1f;border-color:#64748b38}*{box-sizing:border-box}html,body,#app{min-height:100%}body{background:radial-gradient(circle at top left, #3b82f61f, transparent 28%), var(--bg);color:var(--text);margin:0}body,button,input,textarea,select{font-family:Google Sans,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}.shell{min-height:100vh;padding:24px}.centered-shell{place-items:center;display:grid}.dashboard-shell{grid-template-columns:280px minmax(0,1fr);gap:20px;min-height:100vh;padding:20px;display:grid}.sidebar,.card{border:1px solid var(--border);box-shadow:var(--shadow);background:#171a21f0;border-radius:24px}.card{padding:20px}.sidebar{flex-direction:column;gap:24px;height:calc(100vh - 40px);padding:24px;display:flex;position:sticky;top:20px}.sidebar-brand{gap:8px;display:grid}.nav-list{gap:10px;display:grid}.nav-item{color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;padding:14px 16px;transition:all .2s}.nav-item:hover,.nav-item.active{background:#3b82f624;border-color:#3b82f659}.logout{margin-top:auto}.content-area{min-width:0}.page-stack{gap:20px;min-width:0;display:grid;overflow:hidden}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-header h2,.card-header h3,.auth-card h1{font-size:clamp(1.5rem,1.4rem + .6vw,2.2rem)}.card-header{gap:6px;margin-bottom:16px;display:grid}.eyebrow{color:#93c5fd;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.muted{color:var(--muted)}.button-row{gap:12px;display:flex}.button-row.wrap{flex-wrap:wrap}.theme-toggle{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.theme-toggle:hover{background:var(--panel-soft);color:var(--text)}.button{min-height:42px;color:var(--text);background:#94a3b829;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 16px;transition:opacity .2s,transform .2s,background .2s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button.primary{background:linear-gradient(180deg, var(--accent), var(--accent-strong))}.button.danger{color:#fecaca;background:#ef44442e}[data-theme=light] .button.danger{color:#fff;background:#dc2626}.button.ghost{background:#64748b24}.button.small{border-radius:12px;min-height:34px;padding:5px 12px;font-size:12px}.alert{border:1px solid #0000;border-radius:16px;padding:14px 16px}.alert.error{color:#fecaca;background:#ef44441f;border-color:#ef444447}.alert.success{color:#bbf7d0;background:#10b9811f;border-color:#10b98147}.field{gap:8px;display:grid}.field span,.toggle span{color:var(--muted);font-size:.94rem}.field input,.field textarea,.field select,.otp-input,select,textarea,input[type=text],input[type=password]{border:1px solid var(--border);background:var(--panel-soft);width:100%;color:var(--text);border-radius:14px;padding:12px 14px}.select-input{background:var(--panel-soft);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;padding:10px 12px;font-size:14px}textarea{background:var(--panel-soft);border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;border-radius:8px;min-height:86px;padding:10px 12px;font-family:Google Sans,sans-serif;font-size:13px}.toggle{align-items:center;gap:10px;display:inline-flex}.toggle input{width:18px;height:18px}.inline-field,.inline-toggle{align-items:center;gap:10px;display:inline-flex}.inline-field select{width:auto;min-width:110px}.grid{gap:20px;display:grid}.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.status-badge,.level-badge{text-transform:capitalize;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.status-badge.blue,.level-badge.info{color:#bfdbfe;background:#3b82f629;border-color:#3b82f647}.status-badge.yellow,.level-badge.warn{color:#fde68a;background:#f59e0b29;border-color:#f59e0b47}.status-badge.green{color:#bbf7d0;background:#10b98129;border-color:#10b98147}.status-badge.red,.level-badge.error{color:#fecaca;background:#ef444429;border-color:#ef444447}.status-badge.gray,.level-badge.debug{color:#cbd5e1;background:#64748b29;border-color:#64748b3d}.info-list{gap:14px;display:grid}.info-list.compact div{gap:10px}.info-list div{border-bottom:1px solid #94a3b81f;justify-content:space-between;gap:16px;padding:12px 0;display:flex}.info-list div:last-child{border-bottom:0;padding-bottom:0}.info-list span{color:var(--muted)}.auth-card{gap:18px;width:min(460px,100%);display:grid}.stack{gap:16px;display:grid}.bot-state-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=720px){.bot-state-row{grid-template-columns:1fr}}.loader-card{text-align:center;width:min(420px,100%)}.spinner{border:3px solid #94a3b83d;border-top-color:var(--accent);border-radius:50%;width:42px;height:42px;margin:0 auto 16px;animation:.85s linear infinite spin}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.gallery-card{gap:12px;display:grid}.gallery-thumb{background:#0f172ad1;border-radius:18px;padding:0;overflow:hidden}.gallery-thumb img{aspect-ratio:4/3;object-fit:cover;width:100%}.gallery-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.gallery-meta strong{word-break:break-word;font-size:.95rem;display:block}.lightbox{z-index:50;background:#020617c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.lightbox-inner{width:min(980px,100%);max-height:calc(100vh - 40px);overflow:auto}.lightbox-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.logs-panel{min-height:540px;max-height:70vh;padding:0;overflow:auto}.log-line{border-bottom:1px solid #94a3b814;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;padding:10px 14px;font-size:.93rem;display:grid}.log-time{color:var(--muted);font-variant-numeric:tabular-nums}.log-message{word-break:break-word;min-width:0}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.tab-row{flex-wrap:wrap;gap:10px;display:flex}.tab-button{color:var(--text);background:#94a3b81f;border-radius:14px;padding:10px 14px}.tab-button.active{background:#3b82f629}.sub-tabs{flex-wrap:wrap;gap:8px;display:flex}.sub-tabs button{background:var(--panel);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:20px;padding:8px 18px;font-size:14px;transition:all .15s}.sub-tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px;font-size:13px}.data-table th{text-align:left;border-bottom:1px solid var(--border);color:var(--muted);white-space:nowrap;padding:8px 10px;font-weight:600}.data-table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:top;padding:8px 10px}.data-table tr:last-child td{border-bottom:none}.data-table a{color:var(--accent);text-decoration:none}.data-table a:hover{text-decoration:underline}.follower-profile-list{flex-direction:column;gap:6px;display:flex}.follower-profile-item{border:1px solid var(--border);background:var(--panel-soft);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;align-items:flex-start;padding:10px 14px;transition:all .15s;display:flex}.follower-profile-item:hover{border-color:var(--accent)}.follower-profile-item.active{border-color:var(--accent);background:#3b82f61a}.otp-input{max-width:200px}.empty-state{min-height:180px;color:var(--muted);text-align:center;place-items:center;display:grid}@keyframes spin{to{transform:rotate(360deg)}}.mobile-topbar{display:none}.hamburger{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 10px;font-size:1.4rem;line-height:1}.mobile-title{font-size:1.1rem;font-weight:700}.nav-overlay{display:none}@media (width<=960px){.dashboard-shell,.two-up{grid-template-columns:1fr}.sidebar{height:auto;position:static}}@media (width<=720px){.mobile-topbar{background:var(--panel,#171a21f0);border:1px solid var(--border);z-index:100;border-radius:18px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 14px;display:flex;position:sticky;top:0}.desktop-only{display:none!important}.dashboard-shell{grid-template-rows:auto auto 1fr;grid-template-columns:1fr;gap:0;padding:10px;display:grid}.sidebar{z-index:200;border-radius:0 24px 24px 0;width:80vw;max-width:300px;height:100vh;padding:24px 20px;display:none;position:fixed;top:0;left:0;overflow-y:auto}.sidebar.nav-open{display:flex}.nav-overlay{z-index:199;background:#00000073;display:block;position:fixed;inset:0}.content-area{padding-top:4px}.shell,.content-area{padding:0}.card{border-radius:16px;padding:14px}.page-header,.gallery-meta,.lightbox-header,.button-row,.info-list div,.toolbar{flex-direction:column;align-items:stretch}.log-line{grid-template-columns:auto auto 1fr;gap:8px;font-size:.84rem}.data-table{min-width:640px}}.toast-container.svelte-1q6vvua{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast.svelte-1q6vvua{border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;max-width:360px;padding:13px 18px;font-size:14px;font-weight:500;animation:.22s ease-out svelte-1q6vvua-slide-in;display:flex;box-shadow:0 8px 30px #00000040}.toast.success.svelte-1q6vvua{color:#6ee7b7;background:#1a3a2a;border-color:#10b98159}.toast.error.svelte-1q6vvua{color:#fca5a5;background:#3a1a1a;border-color:#ef444459}[data-theme=light] .toast.success.svelte-1q6vvua{color:#065f46;background:#ecfdf5;border-color:#10b98159}[data-theme=light] .toast.error.svelte-1q6vvua{color:#991b1b;background:#fef2f2;border-color:#ef444459}@keyframes svelte-1q6vvua-slide-in{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.expand-backdrop.svelte-1kxo1q4{z-index:999;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.expand-modal.svelte-1kxo1q4{background:var(--panel,#fefefe);border:1px solid var(--border,#333);border-radius:12px;width:100%;max-width:560px;max-height:80vh;padding:20px;overflow-y:auto}.expand-modal-header.svelte-1kxo1q4{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.expand-close.svelte-1kxo1q4{cursor:pointer;color:var(--text-muted,#888);background:0 0;border:none;padding:2px 6px;font-size:1.1rem}.expand-body.svelte-1kxo1q4{white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.6}td.expandable{cursor:pointer;text-decoration-line:underline;text-decoration-style:dotted;-webkit-text-decoration-color:var(--text-muted,#888);text-decoration-color:var(--text-muted,#888)}td.expandable:hover{background:var(--accent-bg,#22c55e14)}.table-scroll-wrap{-webkit-overflow-scrolling:touch;border:1px solid var(--border,#2a2a2a);border-radius:8px;overflow:auto visible}.sticky-head thead th{z-index:2;background:var(--panel-soft,#fefefe);box-shadow:0 1px 0 var(--border,#333);position:sticky;top:0}.results-split.svelte-1kxo1q4{grid-template-columns:220px 1fr;align-items:start;gap:16px;min-width:0;display:grid}.handles-panel.svelte-1kxo1q4,.posts-panel.svelte-1kxo1q4,.followers-panel.svelte-1kxo1q4{min-width:0;overflow:hidden}@media (width<=640px){.results-split.svelte-1kxo1q4{grid-template-columns:1fr}.handles-panel.svelte-1kxo1q4 .follower-profile-list:where(.svelte-1kxo1q4){flex-flow:wrap;gap:6px;display:flex}.handles-panel.svelte-1kxo1q4 .follower-profile-item:where(.svelte-1kxo1q4){flex:none;padding:6px 10px;font-size:.8rem}}.pagination.svelte-1kxo1q4{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.selected-row.svelte-1kxo1q4{background:var(--accent-bg,#22c55e14)}
