.logs-container{max-width:1400px;margin:0 auto;padding:2rem 0;width:100%}.logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.logs-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.log-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);cursor:pointer;font-size:.95rem;transition:all .2s}.log-tab:hover{color:var(--text-primary)}.log-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.log-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;min-height:500px;max-height:70vh;overflow-y:auto;font-family:Courier New,monospace;font-size:.85rem;line-height:1.6}.log-line{margin:.25rem 0;white-space:pre-wrap;word-break:break-word}.log-line.error{color:#ef4444}.log-line.warn{color:#f59e0b}.log-line.info{color:#3b82f6}.log-line.debug{color:#6b7280}.log-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;background:var(--bg-secondary);border-radius:6px;font-size:.9rem;gap:1rem;flex-wrap:wrap}.log-actions{display:flex;gap:.5rem;flex-wrap:wrap}.loading{text-align:center;padding:2rem;color:var(--text-secondary)}.error-message{color:#ef4444;padding:1rem;background:#ef44441a;border-radius:6px;margin-bottom:1rem}.console-log{background:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:6px;margin-top:1rem;max-height:300px;overflow-y:auto}.console-log-entry{margin:.5rem 0;padding:.5rem;border-left:3px solid transparent;white-space:pre-wrap;word-break:break-word}.console-log-entry.error{border-left-color:#ef4444;background:#ef44441a}.console-log-entry.warn{border-left-color:#f59e0b;background:#f59e0b1a}.console-log-entry.info{border-left-color:#3b82f6;background:#3b82f61a}*{box-sizing:border-box}#root{min-height:100vh}.toast-stack{position:fixed;right:16px;bottom:16px;z-index:20000;display:flex;flex-direction:column;gap:10px;width:min(420px,calc(100vw - 32px))}.toast{border-radius:12px;border:1px solid rgba(51,65,85,.9);background:#0f172afa;box-shadow:0 20px 60px #0000008c;padding:12px 14px}.toast-title{font-weight:800;margin-bottom:4px;color:var(--text-primary, #f1f5f9)}.toast-message{color:var(--text-secondary, #94a3b8);font-size:.95rem;line-height:1.35}.toast-success{border-color:#10b98173}.toast-error{border-color:#ef44448c}.toast-info{border-color:#3b82f68c}.monitor-actions-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.monitor-actions-left{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.monitor-actions-left .btn{min-height:42px}.tx-card{opacity:1!important;transform:none!important}
