body{-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background:#000;--foreground:#f5f5f5;--card:#161616;--card-foreground:#f5f5f5;--popover:#161616;--popover-foreground:#f5f5f5;--primary:#fdd101;--primary-foreground:#000;--secondary:#1f1f1f;--secondary-foreground:#f5f5f5;--muted:#202020;--muted-foreground:#9a9a9a;--accent:#fdd101;--accent-foreground:#000;--destructive:#ef4444;--destructive-foreground:#fff;--border:#2e2e2e;--input:#1c1c1c;--ring:#fdd101;--radius:0.5rem;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--shadow-sm:0 1px 2px #00000080;--shadow:0 1px 3px #00000080,0 1px 2px #0006;--shadow-md:0 4px 12px #0009;--surface-status-ok:#10241a;--surface-status-ok-border:#14532d;--surface-status-ok-text:#4ade80;--surface-status-warn:#241a00;--surface-status-warn-border:#713f12;--surface-status-warn-text:#fbbf24;--surface-status-err:#2a1111;--surface-status-err-border:#7f1d1d;--surface-status-err-text:#f87171;--surface-accent-soft:#241d00;--surface-accent-soft-border:#713f12;--selection-bg:#fdd1014d;--focus-glow:#fdd10126}:root[data-theme=light]{--background:#f8f6f3;--foreground:#2d3748;--card:#fff;--card-foreground:#2d3748;--popover:#fff;--popover-foreground:#2d3748;--primary:#fdd101;--primary-foreground:#fff;--secondary:#2d3748;--secondary-foreground:#fff;--muted:#f0ece6;--muted-foreground:#718096;--accent:#fdd101;--accent-foreground:#fff;--destructive:#dc2626;--destructive-foreground:#fff;--border:#e2dcd3;--input:#f0ece6;--ring:#fdd101;--radius:0.5rem;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--shadow-sm:0 1px 2px #0000000a;--shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 6px #0000000d;--surface-status-ok:#f0fdf4;--surface-status-ok-border:#bbf7d0;--surface-status-ok-text:#15803d;--surface-status-warn:#fffbeb;--surface-status-warn-border:#fde68a;--surface-status-warn-text:#a16207;--surface-status-err:#fef2f2;--surface-status-err-border:#fecaca;--surface-status-err-text:#dc2626;--surface-accent-soft:#fefce8;--surface-accent-soft-border:#fde68a;--selection-bg:#c8a44e33;--focus-glow:#c8a44e26}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#000;background:var(--background);color:#f5f5f5;color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans)}::selection{background:#fdd1014d;background:var(--selection-bg)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#2e2e2e;background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9a9a9a;background:var(--muted-foreground)}.wa-app{background:#000;background:var(--background);color:#f5f5f5;color:var(--foreground);min-height:100vh}.wa-header{align-items:center;background:#161616;background:var(--card);border-bottom:1px solid #2e2e2e;border-bottom:1px solid var(--border);box-shadow:0 1px 2px #00000080;box-shadow:var(--shadow-sm);display:flex;gap:14px;padding:14px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.wa-header img{height:56px;margin-left:40px;width:66px}.wa-header-title{color:#f5f5f5;color:var(--foreground);font-size:15px;font-weight:700;letter-spacing:.5px}.wa-header-subtitle{color:#9a9a9a;color:var(--muted-foreground);font-size:11px;letter-spacing:.5px}.wa-header-tags{align-items:center;display:flex;gap:10px;margin-left:auto}.wa-tabs{background:#161616;background:var(--card);border-bottom:1px solid #2e2e2e;border-bottom:1px solid var(--border);display:flex;gap:2px;padding:0 32px;position:-webkit-sticky;position:sticky;top:85px;z-index:99}.wa-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#9a9a9a;color:var(--muted-foreground);cursor:pointer;font-size:13px;font-weight:500;padding:12px 20px;transition:all .15s}.wa-tab:hover{background:#202020;background:var(--muted);color:#f5f5f5;color:var(--foreground)}.wa-tab.active{border-bottom-color:#fdd101;border-bottom-color:var(--primary);color:#fdd101;color:var(--primary);font-weight:600}.wa-content{margin:0 auto;max-width:960px;padding:32px}.wa-section-header{border-bottom:1px solid #2e2e2e;border-bottom:1px solid var(--border);color:#9a9a9a;color:var(--muted-foreground);font-size:11px;font-weight:600;letter-spacing:1.5px;margin-bottom:20px;padding-bottom:10px;text-transform:uppercase}.wa-field{margin-bottom:20px}.wa-field-label{display:block;font-weight:500;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.wa-field-hint,.wa-field-label{color:#9a9a9a;color:var(--muted-foreground);font-size:12px}.wa-field-hint{margin-left:6px}.wa-input{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:8px;color:#f5f5f5;color:var(--foreground);font-size:14px;outline:none;padding:10px 14px;transition:all .15s;width:100%}.wa-input:focus{border-color:#fdd101;border-color:var(--ring);box-shadow:0 0 0 3px #fdd10126;box-shadow:0 0 0 3px var(--focus-glow)}select.wa-input{-webkit-appearance:auto;appearance:auto;cursor:pointer}select.wa-input option{background:#161616;background:var(--popover);color:#f5f5f5;color:var(--popover-foreground)}.wa-media-list{display:flex;flex-direction:column;gap:8px}.wa-media-item{align-items:center;background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:8px;display:flex;gap:8px;padding:8px 10px}.wa-media-name{color:#f5f5f5;color:var(--foreground);flex:1 1;font-family:monospace;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-media-trash{background:#0000;border:none;border-radius:4px;color:#f87171;color:var(--surface-status-err-text);cursor:pointer;flex-shrink:0;font-size:14px;line-height:1;padding:2px 6px;transition:background .15s}.wa-media-trash:hover{background:#2a1111;background:var(--surface-status-err)}.wa-btn-file{cursor:pointer;overflow:hidden;position:relative}.wa-btn-file input[type=file]{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.wa-input::placeholder{color:#9a9a9a;color:var(--muted-foreground)}.wa-textarea{min-height:120px;resize:vertical}.wa-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:10px 20px;transition:all .15s}.wa-btn:disabled{cursor:not-allowed;opacity:.5}.wa-btn-primary{background:#fdd101;background:var(--primary);color:#000;color:var(--primary-foreground)}.wa-btn-primary:hover:not(:disabled){background:#e0b800}.wa-btn-secondary{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);color:#f5f5f5;color:var(--foreground)}.wa-btn-secondary:hover:not(:disabled){background:#202020;background:var(--muted)}.wa-btn-danger{background:#ef4444;background:var(--destructive);color:#fff;color:var(--destructive-foreground)}.wa-btn-danger:hover:not(:disabled){background:#dc2626}.wa-status{align-items:center;border-radius:10px;display:flex;gap:12px;margin-bottom:20px;padding:14px 18px}.wa-status-connected{background:#10241a;background:var(--surface-status-ok);border:1px solid #14532d;border:1px solid var(--surface-status-ok-border)}.wa-status-connecting{background:#241a00;background:var(--surface-status-warn);border:1px solid #713f12;border:1px solid var(--surface-status-warn-border)}.wa-status-disconnected{background:#2a1111;background:var(--surface-status-err);border:1px solid #7f1d1d;border:1px solid var(--surface-status-err-border)}.wa-status-not_found{background:#202020;background:var(--muted);border:1px solid #2e2e2e;border:1px solid var(--border)}.wa-status-dot{border-radius:50%;height:10px;width:10px}.wa-status-dot.connected{background:#22c55e;box-shadow:0 0 8px #22c55e66}.wa-status-dot.connecting{animation:wa-pulse 1.5s infinite;background:#eab308;box-shadow:0 0 8px #eab30866}.wa-status-dot.disconnected{background:#ef4444}.wa-status-dot.not_found{background:#9a9a9a;background:var(--muted-foreground)}@keyframes wa-pulse{0%,to{opacity:1}50%{opacity:.4}}.wa-status-text{font-size:14px;font-weight:500}.wa-status-text.connected{color:#4ade80;color:var(--surface-status-ok-text)}.wa-status-text.connecting{color:#fbbf24;color:var(--surface-status-warn-text)}.wa-status-text.disconnected{color:#f87171;color:var(--surface-status-err-text)}.wa-status-detail,.wa-status-text.not_found{color:#9a9a9a;color:var(--muted-foreground)}.wa-status-detail{font-size:12px}.wa-qr-container{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px #00000080,0 1px 2px #0006;box-shadow:var(--shadow);display:inline-block;padding:20px}.wa-qr-text{color:#f5f5f5;color:var(--foreground);font-size:13px;font-weight:500;margin-top:12px}.wa-qr-subtext{color:#9a9a9a;color:var(--muted-foreground);font-size:11px;margin-top:4px}.wa-option{align-items:flex-start;background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:all .15s}.wa-option:hover{border-color:#fdd101;border-color:var(--ring)}.wa-option.active{background:#241d00;background:var(--surface-accent-soft);border-color:#fdd101;border-color:var(--primary)}.wa-option-label{font-size:13px}.wa-option-desc{color:#9a9a9a;color:var(--muted-foreground);font-size:11px;margin-top:2px}.wa-radio-item{align-items:center;background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px 14px;transition:all .15s}.wa-radio-item:hover{border-color:#fdd101;border-color:var(--ring)}.wa-radio-item.active{background:#241d00;background:var(--surface-accent-soft);border-color:#fdd101;border-color:var(--primary)}.wa-progress{margin:20px 0}.wa-progress-bar{background:#202020;background:var(--muted);border-radius:9999px;height:6px;overflow:hidden}.wa-progress-fill{background:linear-gradient(90deg,#fdd101,#e0b800);background:linear-gradient(90deg,var(--primary),#e0b800);border-radius:9999px;height:100%;transition:width .4s ease}.wa-progress-text{color:#9a9a9a;color:var(--muted-foreground);display:flex;font-size:12px;justify-content:space-between;margin-top:6px}.wa-logs{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:10px;font-size:13px;max-height:360px;overflow-y:auto;padding:14px}.wa-log-entry{border-bottom:1px solid #2e2e2e;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:6px 0}.wa-log-time{color:#9a9a9a;color:var(--muted-foreground);font-family:monospace;font-size:11px}.wa-log-msg{flex:1 1;font-size:12px}.wa-log-info{color:#f5f5f5;color:var(--foreground)}.wa-log-success{color:#4ade80;color:var(--surface-status-ok-text)}.wa-log-warn{color:#fbbf24;color:var(--surface-status-warn-text)}.wa-log-error{color:#f87171;color:var(--surface-status-err-text)}.wa-report-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:18px}.wa-report-header .wa-section-header{margin-bottom:0}.wa-report-filters{display:flex;gap:8px}.wa-report-filter{background:none;border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:6px;color:#9a9a9a;color:var(--muted-foreground);cursor:pointer;font-family:monospace;font-size:11px;padding:6px 14px;transition:all .15s}.wa-report-filter:hover{border-color:#fdd101;border-color:var(--primary);color:#f5f5f5;color:var(--foreground)}.wa-report-filter.active{background:#1f1f1f;background:var(--secondary);border-color:#fdd101;border-color:var(--primary);color:#fdd101;color:var(--primary)}.wa-kpi-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.wa-kpi{background:#161616;background:var(--card);border:2px solid #2e2e2e;border:2px solid var(--border);border-radius:10px;padding:18px 12px;text-align:center}.wa-kpi-ok{background:#10241a;background:var(--surface-status-ok);border-color:#14532d;border-color:var(--surface-status-ok-border)}.wa-kpi-err{background:#2a1111;background:var(--surface-status-err);border-color:#7f1d1d;border-color:var(--surface-status-err-border)}.wa-kpi-warn{background:#241a00;background:var(--surface-status-warn);border-color:#713f12;border-color:var(--surface-status-warn-border)}.wa-kpi-value{font-size:28px;font-weight:700;margin-bottom:4px}.wa-kpi-label{color:#9a9a9a;color:var(--muted-foreground);font-size:9px;letter-spacing:2px}.wa-report-log{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:10px;padding:16px 18px}.wa-report-log-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.wa-report-log-title{font-size:10px;letter-spacing:2px}.wa-empty-state,.wa-report-log-title{color:#9a9a9a;color:var(--muted-foreground)}.wa-empty-state{padding:48px 0;text-align:center}.wa-empty-icon{font-size:34px;margin-bottom:12px;opacity:.4}.wa-empty-sub{font-size:12px;margin-top:6px;opacity:.8}.wa-report-table{border-collapse:collapse;font-size:11px;width:100%}.wa-report-table th{border-bottom:1px solid #2e2e2e;border-bottom:1px solid var(--border);color:#9a9a9a;color:var(--muted-foreground);letter-spacing:1px;padding:8px 12px;text-align:left}.wa-report-table td{border-bottom:1px solid #202020;border-bottom:1px solid var(--muted);padding:8px 12px;vertical-align:middle}.wa-report-table tr:last-child td{border-bottom:none}.wa-report-td-time{color:#9a9a9a;color:var(--muted-foreground)}.wa-report-td-msg,.wa-report-td-time{font-family:monospace;white-space:nowrap}.wa-report-td-msg{color:#f5f5f5;color:var(--foreground);max-width:480px;overflow:hidden;text-overflow:ellipsis}.wa-report-status{border-radius:4px;font-size:10px;font-weight:700;padding:2px 8px;white-space:nowrap}@media (max-width:640px){.wa-kpi-grid{grid-template-columns:repeat(2,1fr)}}.wa-instance-list{display:flex;flex-direction:column;gap:10px}.wa-instance-card{align-items:center;background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-left-width:4px;border-radius:10px;display:flex;gap:12px;padding:14px 16px;transition:border-color .15s,box-shadow .15s}.wa-instance-card.connected{background:#10241a;background:var(--surface-status-ok);border-color:#14532d;border-color:var(--surface-status-ok-border)}.wa-instance-card.connecting{background:#241a00;background:var(--surface-status-warn);border-color:#713f12;border-color:var(--surface-status-warn-border)}.wa-instance-card.disconnected{background:#2a1111;background:var(--surface-status-err);border-color:#7f1d1d;border-color:var(--surface-status-err-border)}.wa-instance-status-dot{border-radius:50%;flex-shrink:0;height:11px;width:11px}.wa-instance-main{flex:1 1;min-width:0}.wa-instance-name{color:#f5f5f5;color:var(--foreground);font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-instance-jid{color:#9a9a9a;color:var(--muted-foreground);font-family:monospace;font-size:11px;margin-top:2px}.wa-instance-badge{border:1px solid;border-radius:5px;font-size:10px;font-weight:700;padding:3px 9px;white-space:nowrap}.wa-tips-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.wa-tip-card{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:10px;box-shadow:0 1px 2px #00000080;box-shadow:var(--shadow-sm);padding:18px;transition:box-shadow .15s}.wa-tip-card:hover{box-shadow:0 4px 12px #0009;box-shadow:var(--shadow-md)}.wa-tip-icon{font-size:22px;margin-bottom:8px}.wa-tip-title{color:#f5f5f5;color:var(--foreground);font-size:14px;font-weight:600;margin-bottom:6px}.wa-tip-text{color:#9a9a9a;color:var(--muted-foreground);font-size:12px;line-height:1.6}.wa-preview{background:#241d00;background:var(--surface-accent-soft);border:1px solid #713f12;border:1px solid var(--surface-accent-soft-border);border-radius:6px;margin-top:8px;padding:10px 14px}.wa-field-head{justify-content:space-between}.wa-field-head,.wa-field-head-actions{align-items:center;display:flex;gap:8px}.wa-icon-btn{align-items:center;background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:inline-flex;font-size:15px;height:28px;justify-content:center;line-height:1;position:relative;transition:background .15s,border-color .15s;width:28px}.wa-icon-btn.active,.wa-icon-btn:hover{background:#241d00;background:var(--surface-accent-soft);border-color:var(--surface-accent)}.wa-icon-badge{background:var(--surface-accent);border-radius:8px;color:#000;font-size:10px;font-weight:700;height:15px;line-height:15px;min-width:15px;padding:0 3px;position:absolute;right:-5px;text-align:center;top:-5px}.wa-media-list-inline{margin-top:10px}.wa-tooltip{display:inline-flex;position:relative}.wa-tooltip-bubble{background:#161616;background:var(--popover);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:6px;box-shadow:0 6px 16px #00000059;color:#f5f5f5;color:var(--popover-foreground);font-size:12px;font-weight:500;line-height:1.3;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:scale(.95);transition:opacity .15s ease,transform .15s ease;white-space:nowrap;z-index:200}.wa-tooltip:focus-within .wa-tooltip-bubble,.wa-tooltip:hover .wa-tooltip-bubble{opacity:1;transform:scale(1)}.wa-tooltip[data-pos=top] .wa-tooltip-bubble{bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) scale(.95)}.wa-tooltip[data-pos=top]:focus-within .wa-tooltip-bubble,.wa-tooltip[data-pos=top]:hover .wa-tooltip-bubble{transform:translateX(-50%) scale(1)}.wa-tooltip[data-pos=bottom] .wa-tooltip-bubble{left:50%;top:calc(100% + 8px);transform:translateX(-50%) scale(.95)}.wa-tooltip[data-pos=bottom]:focus-within .wa-tooltip-bubble,.wa-tooltip[data-pos=bottom]:hover .wa-tooltip-bubble{transform:translateX(-50%) scale(1)}.wa-tooltip[data-pos=left] .wa-tooltip-bubble{right:calc(100% + 8px);top:50%;transform:translateY(-50%) scale(.95)}.wa-tooltip[data-pos=left]:focus-within .wa-tooltip-bubble,.wa-tooltip[data-pos=left]:hover .wa-tooltip-bubble{transform:translateY(-50%) scale(1)}.wa-tooltip[data-pos=right] .wa-tooltip-bubble{left:calc(100% + 8px);top:50%;transform:translateY(-50%) scale(.95)}.wa-tooltip[data-pos=right]:focus-within .wa-tooltip-bubble,.wa-tooltip[data-pos=right]:hover .wa-tooltip-bubble{transform:translateY(-50%) scale(1)}.wa-emoji-pop{position:relative}.wa-emoji-menu{grid-gap:4px;background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 30px #00000059;display:grid;gap:4px;grid-template-columns:repeat(8,1fr);left:calc(100% + 6px);max-width:100vw;padding:10px;position:absolute;top:100%;width:280px;z-index:120}.wa-emoji-btn{aspect-ratio:1;background:#0000;border:none;border-radius:6px;cursor:pointer;font-size:20px;line-height:1;transition:background .15s,transform .1s}.wa-emoji-btn:hover{background:#241d00;background:var(--surface-accent-soft);transform:scale(1.15)}.wa-preview-label{color:#9a9a9a;color:var(--muted-foreground);font-size:10px;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}.wa-preview-text{color:#f5f5f5;color:var(--foreground);font-size:12px;white-space:pre-wrap;word-break:break-word}.wa-preview-media{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:6px;height:500px;margin:0 auto 8px;max-width:100%;overflow:hidden;width:500px}.wa-preview-media+.wa-preview-media{margin-top:8px}.wa-preview-media img{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.wa-header{flex-wrap:wrap;padding:12px 16px}.wa-tabs{overflow-x:auto;padding:0 12px}.wa-content{padding:16px}}div[style*="background: #060606"],div[style*="background: #080808"],div[style*="background: #0d0d0d"],div[style*="background: #171717"],div[style*="background:#060606"],div[style*="background:#080808"],div[style*="background:#0d0d0d"],div[style*="background:#171717"]{background:#161616!important;background:var(--card)!important}div[style*="background: #1f1f1f"],div[style*="background:#1f1f1f"]{background:#000!important;background:var(--background)!important}div[style*="background: #262626"],div[style*="background:#262626"]{background:#161616!important;background:var(--card)!important}div[style*="background: #1a1a1a"],div[style*="background: #1e1e1e"],div[style*="background: #2a2a2a"],div[style*="background:#1a1a1a"],div[style*="background:#1e1e1e"],div[style*="background:#2a2a2a"]{background:#202020!important;background:var(--muted)!important}div[style*="background: #0d1a12"],div[style*="background:#0d1a12"]{background:#10241a!important;background:var(--surface-status-ok)!important}div[style*="background: #1a1500"],div[style*="background:#1a1500"]{background:#241a00!important;background:var(--surface-status-warn)!important}div[style*="background: #1a0d0d"],div[style*="background:#1a0d0d"]{background:#2a1111!important;background:var(--surface-status-err)!important}div[style*="background: #a3a3a3"],div[style*="background:#a3a3a3"]{background:#fdd101!important;background:var(--primary)!important}div[style*="color: #444"],div[style*="color: #555"],div[style*="color: #666"],div[style*="color: #888"],div[style*="color: #aaa"],div[style*="color:#444"],div[style*="color:#555"],div[style*="color:#666"],div[style*="color:#888"],div[style*="color:#aaa"]{color:#9a9a9a!important;color:var(--muted-foreground)!important}div[style*="color: #000"],div[style*="color: #e0e0e0"],div[style*="color: #fafafa"],div[style*="color:#000"],div[style*="color:#e0e0e0"],div[style*="color:#fafafa"]{color:#f5f5f5!important;color:var(--foreground)!important}span[style*="color: #555"],span[style*="color:#555"]{color:#9a9a9a!important;color:var(--muted-foreground)!important}span[style*="color: #000"],span[style*="color:#000"]{color:#f5f5f5!important;color:var(--foreground)!important}div[style*="border: 1px solid #1a1a1a"],div[style*="border: 1px solid #1e1e1e"],div[style*="border: 1px solid #2a2a2a"],div[style*="border: 1px solid #404040"],div[style*="border:1px solid #1a1a1a"],div[style*="border:1px solid #1e1e1e"],div[style*="border:1px solid #2a2a2a"],div[style*="border:1px solid #404040"]{border:1px solid #2e2e2e!important;border:1px solid var(--border)!important}div[style*="border-bottom: 1px solid #1a1a1a"],div[style*="border-bottom: 1px solid #404040"]{border-bottom:1px solid #2e2e2e!important;border-bottom:1px solid var(--border)!important}div[style*="border-top: 1px solid #1a1a1a"]{border-top:1px solid #2e2e2e!important;border-top:1px solid var(--border)!important}div[style*="border-color: #1a1a1a"],div[style*="border-color: #2a2a2a"],div[style*="border-color: #404040"]{border-color:#2e2e2e!important;border-color:var(--border)!important}div[style*="borderLeft: 3px solid #a3a3a3"]{border-left:3px solid #fdd101!important;border-left:3px solid var(--primary)!important}input[type=number],input[type=text],input[type=url],textarea{background:#161616!important;background:var(--card)!important}input[style*="background: #080808"],input[style*="background:#080808"],input[type=number],input[type=text],input[type=url],textarea{border:1px solid #2e2e2e!important;border:1px solid var(--border)!important;color:#f5f5f5!important;color:var(--foreground)!important}input[style*="background: #080808"],input[style*="background:#080808"]{background:#202020!important;background:var(--muted)!important}input:focus,textarea:focus{border-color:#fdd101!important;border-color:var(--ring)!important;box-shadow:0 0 0 3px #fdd10126!important;box-shadow:0 0 0 3px var(--focus-glow)!important}button[style*="background: #a3a3a3"],button[style*="background:#a3a3a3"]{background:#fdd101!important;background:var(--primary)!important;color:#000!important;color:var(--primary-foreground)!important}button[style*="background: #1a1a1a"],button[style*="background:#1a1a1a"]{background:#202020!important;background:var(--muted)!important;color:#9a9a9a!important;color:var(--muted-foreground)!important}button[style*="background: #25D366"],button[style*="background:#25D366"],span[style*="background: #25D366"],span[style*="background: #a3a3a3"],span[style*="background:#25D366"],span[style*="background:#a3a3a3"]{background:#fdd101!important;background:var(--primary)!important}input[type=checkbox],input[type=radio]{accent-color:#fdd101!important;accent-color:var(--primary)!important}div[style*="linear-gradient(135deg, #a3a3a3, #525252)"]{background:linear-gradient(135deg,#fdd101,#e0b800)!important;background:linear-gradient(135deg,var(--primary),#e0b800)!important;color:#000!important;color:var(--primary-foreground)!important}div[style*="background: #262626"][style*=borderLeft]{background:#161616!important;background:var(--card)!important;border-left-color:#fdd101!important;border-left-color:var(--primary)!important}div[style*="grid-template-columns: 1fr 1fr"]{gap:24px!important}div[style*="border-bottom: 1px solid #404040"],div[style*="borderBottom: 1px solid #404040"]{border-bottom:1px solid #2e2e2e!important;border-bottom:1px solid var(--border)!important}.wa-tab:not(.active):hover{background:#202020!important;background:var(--muted)!important}body>div#root>div{background:#000!important;background:var(--background)!important}.wa-login-root{align-items:center;background:#000;background:var(--background);display:flex;justify-content:center;min-height:100vh;padding:24px}.wa-login-card{background:#161616;background:var(--card);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 12px #0009;box-shadow:var(--shadow-md);max-width:400px;padding:48px 40px 40px;text-align:center;width:100%}.wa-login-logo{margin-bottom:16px}.wa-login-logo img{height:auto;width:56px}.wa-login-title{color:#f5f5f5;color:var(--foreground);font-size:20px;font-weight:700;letter-spacing:.5px;margin-bottom:4px}.wa-login-subtitle{color:#9a9a9a;color:var(--muted-foreground);font-size:13px;margin-bottom:32px}.wa-login-form{text-align:left}.wa-login-form .wa-field{margin-bottom:20px}.wa-login-error{background:#2a1111;background:var(--surface-status-err);border:1px solid #7f1d1d;border:1px solid var(--surface-status-err-border);border-radius:8px;color:#f87171;color:var(--surface-status-err-text);font-size:13px;margin-bottom:16px;padding:10px 14px}.wa-login-btn{font-size:15px;margin-top:8px;padding:12px;width:100%}.wa-login-footer{display:flex;font-size:11px;gap:6px;justify-content:center;margin-top:28px;opacity:.6}.wa-header-user,.wa-login-footer{color:#9a9a9a;color:var(--muted-foreground)}.wa-header-user{font-size:12px;line-height:1}.wa-theme-toggle{align-items:center;background:#202020;background:var(--muted);border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:50%;color:#f5f5f5;color:var(--foreground);cursor:pointer;display:flex;font-size:14px;height:30px;justify-content:center;line-height:1;padding:0;transition:all .15s;width:30px}.wa-theme-toggle:hover{border-color:#fdd101;border-color:var(--ring)}.wa-btn-logout{background:#0000;border:1px solid #2e2e2e;border:1px solid var(--border);border-radius:6px;color:#9a9a9a;color:var(--muted-foreground);cursor:pointer;font-size:11px;padding:4px 12px;transition:all .15s}.wa-btn-logout:hover{border-color:#ef4444;border-color:var(--destructive);color:#ef4444;color:var(--destructive)}
/*# sourceMappingURL=main.4637e441.css.map*/