.dashboard-module__ri1OsW__layout{background:var(--bg-base);background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:50px 50px;min-height:100vh;display:flex}.dashboard-module__ri1OsW__sidebar{border-right:1px solid var(--border-light);z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0acc;flex-direction:column;width:250px;padding:1.5rem;display:flex}.dashboard-module__ri1OsW__logo{font-family:var(--font-mono);color:var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 10px #06b6d480;margin-bottom:3rem;font-size:1.25rem;font-weight:700}.dashboard-module__ri1OsW__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.dashboard-module__ri1OsW__navLink{border-radius:var(--radius-sm);color:var(--text-secondary);font-family:var(--font-mono);text-transform:uppercase;transition:all var(--transition-fast);border:1px solid #0000;padding:.75rem 1rem;font-size:.85rem;font-weight:700}.dashboard-module__ri1OsW__navLink:hover{color:var(--accent-primary);background:#06b6d40d;border-color:#06b6d433}.dashboard-module__ri1OsW__navLinkActive{color:var(--accent-primary);border-color:var(--accent-primary);background:#06b6d41a;box-shadow:inset 0 0 10px #06b6d41a}.dashboard-module__ri1OsW__main{flex-direction:column;flex:1;max-height:100vh;padding:3rem;display:flex;position:relative;overflow-y:auto}.dashboard-module__ri1OsW__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-module__ri1OsW__title{font-family:var(--font-mono);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:1.75rem}.dashboard-module__ri1OsW__button{color:var(--accent-primary);border-radius:var(--radius-sm);font-family:var(--font-mono);text-transform:uppercase;border:1px solid var(--accent-primary);transition:all var(--transition-fast);cursor:pointer;background:0 0;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;box-shadow:inset 0 0 10px #06b6d41a}.dashboard-module__ri1OsW__button:hover:not(:disabled){box-shadow:var(--shadow-glow), 0 0 15px #06b6d433 inset;background:#06b6d41a}.dashboard-module__ri1OsW__button:disabled{opacity:.5;cursor:not-allowed;border-color:var(--text-muted);color:var(--text-muted);box-shadow:none}.dashboard-module__ri1OsW__buttonDanger{color:var(--accent-danger);border-radius:var(--radius-sm);font-family:var(--font-mono);text-transform:uppercase;transition:all var(--transition-fast);border:1px solid var(--accent-danger);cursor:pointer;background:0 0;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;box-shadow:inset 0 0 10px #ef44441a}.dashboard-module__ri1OsW__buttonDanger:hover:not(:disabled){background:#ef44441a;box-shadow:0 0 15px #ef444466,inset 0 0 15px #ef444433}.dashboard-module__ri1OsW__secondaryButton{color:var(--text-primary);border-radius:var(--radius-sm);font-family:var(--font-mono);text-transform:uppercase;border:1px solid var(--border-light);transition:all var(--transition-fast);cursor:pointer;background:0 0;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700}.dashboard-module__ri1OsW__secondaryButton:hover:not(:disabled){border-color:var(--text-secondary);background:#ffffff0d}.dashboard-module__ri1OsW__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__ri1OsW__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.dashboard-module__ri1OsW__card{border:1px solid var(--border-light);border-radius:var(--radius-sm);transition:all var(--transition-fast);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a0a0acc;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:relative}.dashboard-module__ri1OsW__card:before{content:"";background:var(--border-light);width:4px;transition:all var(--transition-fast);position:absolute;top:0;bottom:0;left:0}.dashboard-module__ri1OsW__card:hover{border-color:var(--accent-primary);box-shadow:0 0 15px #06b6d41a}.dashboard-module__ri1OsW__card:hover:before{background:var(--accent-primary);box-shadow:0 0 10px var(--accent-primary)}.dashboard-module__ri1OsW__cardHeader{justify-content:space-between;align-items:flex-start;padding-left:.5rem;display:flex}.dashboard-module__ri1OsW__cardTitle{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.dashboard-module__ri1OsW__badge{font-family:var(--font-mono);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.1em;border:1px solid #0000;padding:.25rem .5rem;font-size:.65rem;font-weight:700}.dashboard-module__ri1OsW__badgeActive{color:var(--accent-success);border-color:var(--accent-success);background:#10b9811a;box-shadow:0 0 8px #10b9814d}.dashboard-module__ri1OsW__badgePaused{color:var(--accent-warning);border-color:var(--accent-warning);background:#eab3081a;box-shadow:0 0 8px #eab3084d}.dashboard-module__ri1OsW__detailRow{flex-direction:column;gap:.25rem;padding-left:.5rem;display:flex}.dashboard-module__ri1OsW__detailLabel{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700}.dashboard-module__ri1OsW__detailValue{font-size:.9rem;font-family:var(--font-mono);color:var(--accent-secondary);word-break:break-all}.dashboard-module__ri1OsW__form{border:1px solid var(--border-light);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a0a0acc;flex-direction:column;gap:1.25rem;max-width:600px;padding:2rem;display:flex;position:relative}.dashboard-module__ri1OsW__form:before{content:"";background:var(--accent-primary);width:4px;box-shadow:0 0 10px var(--accent-primary);position:absolute;top:0;bottom:0;left:0}.dashboard-module__ri1OsW__formGroup{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__ri1OsW__label{font-family:var(--font-mono);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.dashboard-module__ri1OsW__input,.dashboard-module__ri1OsW__textarea,.dashboard-module__ri1OsW__select{background:var(--bg-base);border:1px solid var(--border-light);color:var(--accent-primary);border-radius:var(--radius-sm);font-size:.9rem;font-family:var(--font-mono);transition:all var(--transition-fast);outline:none;padding:.75rem 1rem}.dashboard-module__ri1OsW__input:focus,.dashboard-module__ri1OsW__textarea:focus,.dashboard-module__ri1OsW__select:focus{border-color:var(--accent-primary);box-shadow:var(--shadow-glow)}.dashboard-module__ri1OsW__textarea{resize:vertical;min-height:120px}.dashboard-module__ri1OsW__logsContainer{border:1px solid var(--border-light);border-radius:var(--radius-sm);background:#0a0a0acc;margin-top:1rem;position:relative;overflow:hidden}.dashboard-module__ri1OsW__logsContainer:before{content:"";background:var(--accent-secondary);width:4px;box-shadow:0 0 10px var(--accent-secondary);z-index:10;position:absolute;top:0;bottom:0;left:0}.dashboard-module__ri1OsW__logRow{border-bottom:1px solid var(--border-light);flex-direction:column;gap:.75rem;padding:1rem 1.5rem 1rem 2rem;display:flex}.dashboard-module__ri1OsW__logRow:last-child{border-bottom:none}.dashboard-module__ri1OsW__logHeader{justify-content:space-between;align-items:center;display:flex}.dashboard-module__ri1OsW__logStatus{font-size:.85rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:.5rem;display:flex}.dashboard-module__ri1OsW__logSuccess{color:var(--accent-success);text-shadow:0 0 8px #10b98180}.dashboard-module__ri1OsW__logFail{color:var(--accent-danger);text-shadow:0 0 8px #ef444480}.dashboard-module__ri1OsW__logTime{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.dashboard-module__ri1OsW__logPayload{background:var(--bg-base);border-radius:var(--radius-sm);font-family:var(--font-mono);white-space:pre-wrap;color:var(--accent-primary);border:1px solid var(--border-light);padding:1rem;font-size:.8rem;overflow-x:auto}.dashboard-module__ri1OsW__terminalContainer{border:1px solid var(--border-light);border-radius:var(--radius-sm);background:#000;margin-top:3rem;overflow:hidden;box-shadow:0 4px 20px #00000080}.dashboard-module__ri1OsW__terminalHeader{background:var(--bg-surface);border-bottom:1px solid var(--border-light);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dashboard-module__ri1OsW__terminalDot{border-radius:50%;width:12px;height:12px}.dashboard-module__ri1OsW__terminalTitle{font-family:var(--font-mono);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-left:1rem;font-size:.8rem}.dashboard-module__ri1OsW__terminalBody{font-family:var(--font-mono);flex-direction:column;gap:.5rem;min-height:200px;max-height:400px;padding:1.5rem;font-size:.85rem;display:flex;overflow-y:auto}.dashboard-module__ri1OsW__terminalEmpty{color:var(--text-muted);text-align:center;margin-top:2rem;font-style:italic}.dashboard-module__ri1OsW__terminalLine{color:var(--accent-success);word-break:break-all;gap:.5rem;display:flex}.dashboard-module__ri1OsW__terminalPrompt{color:var(--accent-primary);font-weight:700}@media (max-width:768px){.dashboard-module__ri1OsW__layout{flex-direction:column}.dashboard-module__ri1OsW__sidebar{border-right:none;border-bottom:1px solid var(--border-light);flex-direction:column;gap:1rem;width:100%;height:auto;padding:1rem;position:sticky;top:0}.dashboard-module__ri1OsW__logo{text-align:center;margin-bottom:0}.dashboard-module__ri1OsW__nav{flex-direction:row;flex:none;justify-content:center}.dashboard-module__ri1OsW__main{padding:1rem;overflow-x:hidden}.dashboard-module__ri1OsW__header{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-module__ri1OsW__grid{grid-template-columns:1fr}.dashboard-module__ri1OsW__form{padding:1.5rem 1rem}.dashboard-module__ri1OsW__logsContainer{width:100%;overflow-x:auto}.dashboard-module__ri1OsW__logHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.dashboard-module__ri1OsW__cardHeader{flex-direction:column;gap:.5rem}}
.auth-module__A_DBwq__container{background:var(--bg-base);background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:50px 50px;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-module__A_DBwq__authBox{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-sm);flex-direction:column;width:100%;max-width:420px;padding:2.5rem;display:flex;position:relative}.auth-module__A_DBwq__authBox:before{content:"";z-index:-1;background:linear-gradient(45deg, var(--accent-primary), transparent, var(--accent-secondary));opacity:.15;filter:blur(10px);position:absolute;inset:-1px}.auth-module__A_DBwq__title{text-align:center;font-size:1.75rem;font-family:var(--font-mono);color:var(--accent-primary);text-shadow:0 0 10px #06b6d44d;margin-bottom:.5rem}.auth-module__A_DBwq__subtitle{color:var(--text-secondary);text-align:center;margin-bottom:2rem;font-size:.95rem}.auth-module__A_DBwq__form{flex-direction:column;gap:1.25rem;display:flex}.auth-module__A_DBwq__formGroup{flex-direction:column;gap:.5rem;display:flex}.auth-module__A_DBwq__label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700;font-family:var(--font-mono)}.auth-module__A_DBwq__input{background:var(--bg-base);border:1px solid var(--border-light);color:var(--accent-primary);border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font-mono);transition:all var(--transition-fast);outline:none;padding:.75rem 1rem}.auth-module__A_DBwq__input:focus{border-color:var(--accent-primary);box-shadow:var(--shadow-glow)}.auth-module__A_DBwq__button{color:var(--accent-primary);border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;border:1px solid var(--accent-primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;margin-top:1rem;padding:.75rem 1rem;box-shadow:inset 0 0 10px #06b6d41a}.auth-module__A_DBwq__button:hover:not(:disabled){box-shadow:var(--shadow-glow), 0 0 15px #06b6d433 inset;background:#06b6d41a}.auth-module__A_DBwq__button:disabled{opacity:.5;cursor:not-allowed;border-color:var(--text-muted);color:var(--text-muted);box-shadow:none}.auth-module__A_DBwq__error{color:var(--accent-danger);border:1px solid var(--accent-danger);border-radius:var(--radius-sm);font-size:.8rem;font-family:var(--font-mono);text-align:center;background:#ef44441a;margin-top:1rem;padding:.75rem;box-shadow:0 0 10px #ef444433}.auth-module__A_DBwq__success{color:var(--accent-success);border:1px solid var(--accent-success);border-radius:var(--radius-sm);font-size:.8rem;font-family:var(--font-mono);text-align:center;background:#10b9811a;margin-top:1rem;padding:.75rem;box-shadow:0 0 10px #10b98133}.auth-module__A_DBwq__footer{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.85rem}.auth-module__A_DBwq__link{color:var(--accent-secondary);font-family:var(--font-mono);text-transform:uppercase;font-size:.8rem}.auth-module__A_DBwq__link:hover{text-shadow:0 0 8px #a855f780}
