.admin-console[data-v-74cd287e]{background:var(--bg-primary);border:1px solid var(--border);z-index:10000;border-radius:12px;flex-direction:column;width:700px;max-width:90vw;height:450px;font-family:Courier New,monospace;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 20px 60px #0003}.console-header[data-v-74cd287e]{background:var(--bg-secondary);color:var(--text-primary);border-bottom:1px solid var(--border);border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;font-weight:700;display:flex}.close-btn[data-v-74cd287e]{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;display:flex}.close-btn[data-v-74cd287e]:hover{background:var(--bg-tertiary);color:var(--text-primary)}.console-output[data-v-74cd287e]{color:var(--text-primary);white-space:pre-wrap;background:var(--bg-primary);flex:1;padding:1rem;font-size:.8rem;line-height:1.6;overflow-y:auto}.output-line[data-v-74cd287e]{margin-bottom:.1rem}.console-input[data-v-74cd287e]{border-top:1px solid var(--border);background:var(--bg-secondary);border-radius:0 0 12px 12px;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.prompt[data-v-74cd287e]{color:var(--accent);font-weight:700}.console-input input[data-v-74cd287e]{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:Courier New,monospace;font-size:.875rem}.console-input input[data-v-74cd287e]::placeholder{color:var(--text-secondary)}.app{color:#fff;background:#0a0a0a;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0a0a;--bg-secondary:#1a1a1a;--bg-tertiary:#2a2a2a;--text-primary:#fff;--text-secondary:#a0a0a0;--accent:#14cffa;--accent-hover:#0ea9f8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--border:#333}body{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}#app{min-height:100vh}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);border-radius:.375rem;padding:.5rem;font-family:inherit}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:2px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
