.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem}.login-card{background:white;border-radius:16px;box-shadow:0 20px 60px #0003;width:100%;max-width:400px;overflow:hidden;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;padding:2.5rem 2rem 1rem}.login-header h1{font-size:3rem;margin-bottom:.5rem}.login-header h2{font-size:1.5rem;color:#333;margin-bottom:.25rem;font-weight:600}.login-header p{color:#888;font-size:.875rem}.login-form{padding:1rem 2rem 2.5rem}.login-error{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;color:#856404;font-size:.875rem;display:flex;align-items:center;gap:.5rem;animation:shake .3s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-field{margin-bottom:1.25rem}.login-field label{display:block;font-size:.875rem;font-weight:500;color:#555;margin-bottom:.5rem}.login-field input{width:100%;padding:.75rem 1rem;border:2px solid #eee;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;outline:none}.login-field input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.login-btn{width:100%;padding:.85rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.login-btn:disabled{opacity:.7;cursor:not-allowed}.history-panel{background:white;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;height:fit-content;max-height:600px;overflow:hidden;display:flex;flex-direction:column}.history-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #f0f0f0;margin-bottom:1rem}.history-header h3{margin:0;font-size:1.25rem;color:#333}.history-title{font-size:.875rem;color:#667eea;font-weight:500;background:#f0f4ff;padding:.25rem .75rem;border-radius:12px}.history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem;color:#666}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#666}.empty-icon{font-size:3rem;margin-bottom:1rem}.history-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.history-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.history-list::-webkit-scrollbar-thumb:hover{background:#999}.history-item{padding:1rem;border-radius:8px;border-left:4px solid;background:#f9f9f9}.history-item.healthy{border-left-color:#2ed573}.history-item.unhealthy{border-left-color:#ff4757}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.history-time{font-size:.875rem;color:#666;font-family:monospace}.history-status{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.history-status.healthy{background:#e8f8f0;color:#2ed573}.history-status.unhealthy{background:#fee;color:#ff4757}.history-response{padding-top:.5rem;border-top:1px solid #eee}.response-label{color:#666;font-size:.75rem;margin-right:.5rem}.response-content{color:#333;font-size:.875rem;word-break:break-all}.service-list-container{display:grid;grid-template-columns:1fr 400px;gap:1.5rem;align-items:start}.table-wrapper{background:white;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow-x:auto;border:1px solid #edf2f7}.service-table{width:100%;border-collapse:collapse;text-align:left}.service-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.875rem;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;white-space:nowrap}.service-table td{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;transition:background-color .2s}.table-row{cursor:pointer;transition:all .2s ease}.table-row:hover td{background-color:#f8fafc}.table-row.selected td{background-color:#eef2ff;border-bottom-color:#c7d2fe}.table-row.row-unhealthy td{background-color:#fff1f2}.table-row.row-unhealthy:hover td{background-color:#ffe4e6}.table-row:last-child td{border-bottom:none}.font-medium{font-weight:600;color:#1e293b;font-size:.95rem}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#64748b;font-size:.875rem;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px}.text-secondary{color:#64748b;font-size:.875rem}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:600}.status-dot{width:8px;height:8px;border-radius:50%;position:relative}.status-badge.healthy{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.status-badge.healthy .status-dot{background-color:#10b981;box-shadow:0 0 0 2px #ecfdf5}.status-badge.unhealthy{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.status-badge.unhealthy .status-dot{background-color:#ef4444;box-shadow:0 0 0 2px #fef2f2;animation:pulse-red 1.5s infinite}@keyframes pulse-red{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.actions-cell{display:flex;gap:.5rem}.action-btn{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .2s;background:white;white-space:nowrap}.check-btn{color:#4f46e5;border-color:#c7d2fe;box-shadow:0 1px 2px #0000000d}.check-btn:hover{background:#eef2ff;border-color:#a5b4fc}.delete-btn{color:#ef4444;border-color:#fecaca;box-shadow:0 1px 2px #0000000d}.delete-btn:hover{background:#fef2f2;border-color:#fca5a5}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:#64748b}.loading-spinner{width:40px;height:40px;border:4px solid #f1f5f9;border-top:4px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;background:white;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px dashed #cbd5e1}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.8}.empty-state h2{margin-bottom:.75rem;color:#1e293b;font-size:1.5rem}.empty-state p{color:#64748b}@media (max-width: 1024px){.service-list-container{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:white;border-radius:16px;width:90%;max-width:500px;box-shadow:0 8px 32px #0003;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.btn-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-close:hover{background:#f0f0f0;color:#666}.modal-body{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s;font-family:inherit}.form-group input:focus{outline:none;border-color:#667eea}.form-group small{display:block;margin-top:.5rem;color:#999;font-size:.875rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions .btn{flex:1;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel{background:#f0f0f0;color:#666}.btn-cancel:hover{background:#e0e0e0}.btn-submit{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.statistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1200px;margin:2rem auto;padding:0 1rem}.stat-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:1rem;transition:transform .2s}.stat-card:hover{transform:translateY(-4px)}.stat-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f0f0f0}.stat-icon-healthy{background:#e8f8f0}.stat-icon-unhealthy{background:#fee}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#333;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#666}.stat-card-healthy .stat-value{color:#2ed573}.stat-card-unhealthy .stat-value{color:#ff4757}.app{min-height:100vh;background:#f5f5f5}.app-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a}.app-header h1{margin:0;font-size:1.75rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:.75rem}.header-user{font-size:.875rem;opacity:.9;padding-right:.5rem}.btn-logout{background:rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-logout:hover{background:rgba(255,255,255,.3)}.app-content{max-width:1600px;margin:2rem auto;padding:0 1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s;font-weight:500}.btn-primary{background:white;color:#667eea}.btn-primary:hover{background:#f0f0f0;transform:translateY(-2px)}.btn-danger{background:#ff4757;color:#fff;padding:.5rem 1rem;font-size:.875rem}.btn-danger:hover{background:#ff3838}.btn-success{background:#2ed573;color:#fff;padding:.5rem 1rem;font-size:.875rem}.btn-success:hover{background:#26af61}.error-banner{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-icon{font-size:1.5rem}.error-message{flex:1;color:#856404;font-size:.875rem}.btn-retry{background:#ffc107;color:#333;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.btn-retry:hover{background:#e0a800}*{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:#f5f5f5}#root{width:100%;min-height:100vh}
