@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--sans:"Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}#root{flex-direction:column;min-height:100vh;display:flex}:root{--bg-color:#fff;--bg-secondary:#f7f7f8;--border-color:#e5e5e5;--primary-color:#10a37f;--primary-hover:#1a7f64;--text-main:#202123;--text-muted:#6e6e80;--success:#10a37f;--error:#ef4146}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-color);color:var(--text-main);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.auth-container{background-color:var(--bg-secondary);justify-content:center;align-items:center;height:100vh;display:flex}.auth-panel{border:1px solid var(--border-color);background:#fff;border-radius:8px;width:100%;max-width:400px;padding:40px 32px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.auth-panel h2{text-align:center;color:var(--text-main);justify-content:center;margin-bottom:8px;font-size:1.5rem;font-weight:600}.auth-panel p{text-align:center;color:var(--text-muted);margin-bottom:32px;font-size:.95rem}.app-container,.app-layout{flex-direction:row;height:100vh;display:flex;overflow:hidden}.topbar{border-bottom:1px solid var(--border-color);background:#fff;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.topbar h1{align-items:center;gap:12px;font-size:1.1rem;font-weight:600;display:flex}.main-content{background-color:var(--bg-secondary);flex:1;display:block;overflow-y:auto}.sidebar{border-right:1px solid var(--border-color);z-index:100;background-color:#fff;flex-direction:column;flex-shrink:0;width:240px;height:100vh;display:flex}.sidebar-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.mobile-signout{width:auto;color:var(--text-muted);background:0 0;padding:8px;display:none}.sidebar-nav{flex-direction:column;flex:1;gap:8px;padding:24px 12px;display:flex}.sidebar-footer{border-top:1px solid var(--border-color);padding:24px 12px}.signout-button{cursor:pointer;background:0 0;border:none;justify-content:flex-start;width:100%;font-size:1rem}@media (width<=768px){.app-layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border-color);width:100%;height:auto}.sidebar-header{padding:16px 20px}.mobile-signout{display:flex}.sidebar-nav{border-bottom:1px solid var(--border-color);flex-direction:row;gap:12px;padding:12px;overflow-x:auto}.nav-link{white-space:nowrap;flex:1;justify-content:center;padding:8px 16px}.nav-text,.sidebar-footer{display:none}.left-column{width:100%}}.left-column{flex-direction:column;gap:24px;width:420px;display:flex;overflow-y:auto}.right-column{flex-direction:column;flex:1;display:flex}.glass-panel,.panel{border:1px solid var(--border-color);background:#fff;border-radius:8px;padding:24px}h2{align-items:center;gap:8px;margin-bottom:16px;font-size:1.1rem;font-weight:500;display:flex}p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.form-group{margin-bottom:20px}.form-group label{color:var(--text-main);margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.input-wrapper{align-items:center;display:flex;position:relative}input{border:1px solid var(--border-color);width:100%;color:var(--text-main);background:#fff;border-radius:6px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .15s}input:focus{border-color:var(--primary-color);outline:none}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;width:auto;padding:4px;display:flex;position:absolute;right:12px}.password-toggle:hover{color:var(--text-main);background:0 0}button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:500;transition:background-color .15s;display:flex}button:hover{background:var(--primary-hover)}button:disabled{opacity:.7;cursor:not-allowed}button.secondary{color:var(--text-main);border:1px solid var(--border-color);background:#fff}button.secondary:hover{background:var(--bg-secondary)}.status-badge{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:500;display:inline-flex}.status-badge.active{color:var(--primary-color);background:#10a37f1a;border-color:#10a37f33}.status-badge.inactive{color:var(--error);background:#ef41461a;border-color:#ef414633}.dot{border-radius:50%;width:8px;height:8px}.status-badge.active .dot{background:var(--success)}.status-badge.inactive .dot{background:var(--error)}.console-container{background:#fff;border-radius:8px;flex:1;padding:16px;font-family:Fira Code,monospace;font-size:.85rem;overflow-y:auto}.log-entry{word-break:break-all;border-bottom:1px solid var(--bg-secondary);margin-bottom:8px;padding-bottom:4px}.log-time{color:var(--text-muted);margin-right:12px;font-size:.8rem}.log-info{color:var(--text-main)}.log-success{color:var(--primary-color)}.log-error{color:var(--error)}.log-warning{color:#d97706}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.nav-link{color:var(--text-muted);border-radius:6px;align-items:center;gap:12px;padding:10px 16px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.nav-link:hover{background-color:var(--bg-secondary);color:var(--text-main)}.nav-link.active{color:var(--primary-color);background-color:#10a37f1a}
