.dashboard-container{max-width:1400px;margin:0 auto;padding:1rem;min-height:100vh;display:flex;flex-direction:column}.dashboard-grid{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:auto auto 1fr;gap:1.5rem;flex:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}.chat-panel-wrapper,.alerts-panel-wrapper{height:400px}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6;margin:2rem 0}.empty-state-content{text-align:center;padding:2rem}.empty-state h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.empty-state p{color:#6c757d;margin-bottom:2rem}.quick-start{margin-top:1.5rem}.quick-start p{margin-bottom:.5rem;font-weight:700;font-size:.9rem}.channel-tags{display:flex;gap:.5rem;justify-content:center}.channel-tags button{background:#fff;border:1px solid #ced4da;padding:.5rem 1rem;border-radius:20px;cursor:pointer;color:#495057;transition:all .2s}.channel-tags button:hover{background:#6f42c1;color:#fff;border-color:#6f42c1}.status-footer{display:flex;gap:2rem;padding:1rem;background:#fff;border-top:1px solid #eee;margin-top:2rem;font-size:.85rem;color:#6c757d}.status-item{display:flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:50%;background:#dee2e6}.status-dot.online{background:#28a745;box-shadow:0 0 4px #28a745}.status-dot.offline{background:#dc3545}.health-badge-container{margin-bottom:1rem}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem}.status-badge.healthy{background:#d4edda;color:#155724}.status-badge.unhealthy{background:#f8d7da;color:#721c24}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}.chat-panel-wrapper,.alerts-panel-wrapper{height:auto}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:450px;width:100%;padding:40px}.auth-header{text-align:center;margin-bottom:30px}.auth-header h1{font-size:28px;font-weight:700;color:#333;margin-bottom:8px}.auth-header p{font-size:14px;color:#666}.auth-tabs{display:flex;gap:8px;margin-bottom:30px;background:#f3f4f6;padding:4px;border-radius:8px}.auth-tab{flex:1;padding:10px;border:none;background:transparent;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;color:#666;transition:all .2s}.auth-tab:hover{color:#333}.auth-tab.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.auth-error{background:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.auth-success{background:#efe;border:1px solid #cfc;color:#3c3;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-group input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background:#f9fafb;cursor:not-allowed}.form-group small{font-size:12px;color:#6b7280}.auth-submit{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.recaptcha-notice{margin-top:16px;text-align:center;color:#6b7280;font-size:11px;line-height:1.5}.recaptcha-notice a{color:#667eea;text-decoration:none}.recaptcha-notice a:hover{text-decoration:underline}@media (max-width: 480px){.auth-container{padding:30px 20px}.auth-header h1{font-size:24px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background:#fffffff2;padding:1.5rem 2rem;box-shadow:0 4px 6px #0000001a}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-title{flex:1}.app-header h1{font-size:2rem;color:#6441a5;margin-bottom:.25rem}.app-header p{color:#666;font-size:.95rem}.header-user{display:flex;align-items:center;gap:1rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.user-info strong{color:#333;font-size:1rem}.user-info small{color:#666;font-size:.85rem}.logout-btn{padding:.6rem 1.2rem;background:#6441a5;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.logout-btn:hover{background:#522e91;transform:translateY(-1px);box-shadow:0 4px 8px #6441a54d}.logout-btn:active{transform:translateY(0)}.app-main{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.status-card,.info-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.status-card h2,.info-card h2{color:#6441a5;margin-bottom:1rem;font-size:1.3rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.loading{display:flex;flex-direction:column;align-items:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#6441a5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading p{margin-top:1rem;color:#666}.error{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;padding:1rem;text-align:center}.error p:first-child{color:#c53030;font-weight:700;font-size:1.1rem}.error-detail{color:#e53e3e;font-size:.9rem;margin-top:.5rem}.error-hint{color:#718096;font-size:.85rem;margin-top:.5rem;font-style:italic}.health-info{display:flex;flex-direction:column;gap:1rem}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:700;text-align:center}.status-badge.healthy{background:#c6f6d5;color:#276749}.status-badge.unhealthy{background:#fed7d7;color:#c53030}.health-details{display:grid;gap:.5rem}.health-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.health-item:last-child{border-bottom:none}.health-item .label{color:#666;font-weight:500}.health-item .value{color:#333;font-family:Monaco,Menlo,monospace;font-size:.9rem}.info-card ul{list-style:none;padding:0}.info-card li{padding:.5rem 0;border-bottom:1px solid #f0f0f0}.info-card li:last-child{border-bottom:none}.info-card a{color:#6441a5;text-decoration:none}.info-card a:hover{text-decoration:underline}.info-card p{color:#666;margin-bottom:.5rem}.app-footer{background:#000c;color:#fff;text-align:center;padding:1rem}@media (max-width: 768px){.app-header{padding:1rem}.header-content{flex-direction:column;gap:1rem}.header-title{text-align:center}.app-header h1{font-size:1.5rem}.header-user{width:100%;justify-content:space-between}.app-main{padding:1rem;grid-template-columns:1fr}}
