:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#f3f3f3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1976d2;text-decoration:inherit}a:hover{color:#1565c0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1976d2;color:#fff;cursor:pointer;transition:background-color .25s}button:hover{background-color:#1565c0}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.monitoring-container{padding:2rem;max-width:1200px;margin:0 auto}.monitoring-container h1{font-size:2rem;margin-bottom:.5rem;color:#1e293b}.monitoring-container .subtitle{color:#64748b;margin-bottom:2rem}.monitoring-controls{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.control-group{margin-bottom:1rem}.control-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#334155}.health-check-dropdown{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s}.health-check-dropdown:hover{border-color:#cbd5e1}.health-check-dropdown:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.check-description{margin-top:.5rem;font-size:.875rem;color:#64748b}.run-button{width:100%;padding:.875rem;font-size:1rem;font-weight:600;border-radius:6px;transition:all .2s}.run-button:disabled{background-color:#94a3b8;cursor:not-allowed}.warning-message{background:#fef3c7;border:1px solid #fbbf24;color:#92400e;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.error-message{background:#fee2e2;border:1px solid #ef4444;color:#991b1b;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.response-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.response-header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.response-header h2{margin:0;font-size:1.25rem;color:#1e293b}.status-badge{padding:.25rem .75rem;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:600}.response-body{padding:1.5rem}.response-section{margin-bottom:2rem}.response-section:last-child{margin-bottom:0}.response-section h3{font-size:1rem;font-weight:600;color:#475569;margin-bottom:1rem}.summary-grid{display:grid;gap:1rem}.summary-item{display:flex;gap:.5rem}.summary-label{font-weight:500;color:#64748b}.component-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.component-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:6px}.status-indicator{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.status-indicator.success{background-color:#10b981}.status-indicator.error{background-color:#ef4444}.json-display{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:6px;overflow-x:auto;font-family:Courier New,monospace;font-size:.875rem;line-height:1.5}#root{width:100%;margin:0;padding:0}.home{padding:2rem 0;width:100%}.home h1{margin-bottom:3rem;font-size:2.5rem;font-weight:400;text-align:left}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;width:100%}@media (min-width: 1400px){.card-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1600px){.card-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width: 1399px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}@media (max-width: 480px){.card-grid{grid-template-columns:1fr}}.card{background-color:#fff;border-radius:4px;cursor:pointer;transition:box-shadow .3s cubic-bezier(.4,0,.2,1);text-align:left;display:flex;flex-direction:column;height:100%;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.card:hover{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.card-content{padding:1.5rem;flex-grow:1}.card-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.9}.card-title{font-size:1.25rem;font-weight:500;margin:0 0 .5rem;color:#000000de;letter-spacing:.00938em}.card-description{font-size:.875rem;color:#0009;margin:0;line-height:1.5;letter-spacing:.01071em}.card-action{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:flex-start}.card-action-text{font-size:.875rem;color:#1976d2;font-weight:500;letter-spacing:.02857em;text-transform:uppercase}.back-button{margin-bottom:2rem;background-color:transparent;border:1px solid #1976d2;color:#1976d2}.back-button:hover{background-color:#1976d2;color:#fff}.chat-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-shrink:0;box-shadow:0 2px 12px #667eea4d;position:relative;overflow:hidden}.chat-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#ffffff1a,#ffffff0d,#ffffff1a);pointer-events:none}.chat-header h2{margin:0;font-size:1.5rem;font-weight:600;position:relative;z-index:1}.chat-header>*{position:relative;z-index:1}.chat-status{display:flex;align-items:center;font-size:.875rem;background-color:#fff3;padding:.35rem .85rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:500}.chat-status:before{content:"";display:inline-block;width:8px;height:8px;background-color:#4caf50;border-radius:50%;margin-right:.5rem;box-shadow:0 0 8px #4caf5099}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;background-color:#f5f5f5;min-height:0}.message{display:flex;margin-bottom:1rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{justify-content:flex-end}.message-bot{justify-content:flex-start}.message-content{max-width:70%;padding:.75rem 1rem;border-radius:18px;position:relative}.message-user .message-content{background-color:#1976d2;color:#fff;border-bottom-right-radius:4px}.message-bot .message-content{background-color:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000001f}.message-content p{margin:0 0 .25rem;word-wrap:break-word}.message-time{font-size:.75rem;opacity:.7}.message-user .message-time{color:#fffc}.message-bot .message-time{color:#666}.typing-indicator{display:flex;align-items:center;padding:.75rem}.typing-indicator span{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#999;margin-right:4px;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}.chat-input-form{padding:1rem;background-color:#fff;border-top:1px solid #e0e0e0;flex-shrink:0;box-shadow:0 -2px 8px #0000001a}.chat-input-container{display:flex;gap:.75rem}.chat-input{flex:1;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:24px;font-size:1rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#1976d2}.chat-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.chat-send-button{padding:.75rem 1.5rem;background-color:#1976d2;color:#fff;border:none;border-radius:24px;font-weight:500;cursor:pointer;transition:background-color .2s}.chat-send-button:hover:not(:disabled){background-color:#1565c0}.chat-send-button:disabled{background-color:#ccc;cursor:not-allowed}
