.app{min-height:100vh;padding:20px}.container{max-width:1200px;margin:0 auto}.logo-container{margin-bottom:24px}.logo{height:40px;width:auto}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header h1{font-size:2rem;color:#1f2937}.header-controls{display:flex;gap:12px;align-items:center}.env-select{height:36px;padding:0 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;cursor:pointer;color:#1f2937}.env-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.header button{height:36px;padding:0 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s}.header button:hover:not(:disabled){background-color:#2563eb}.header button:disabled{opacity:.6;cursor:not-allowed}.error{padding:12px;background-color:#fee2e2;color:#991b1b;border-radius:6px;margin-bottom:20px}.status-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.status-card{background:#f9fafb;border-radius:8px;padding:20px;border:1px solid #e5e7eb}.status-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.status-card-title{font-size:.875rem;color:#6b7280;text-transform:uppercase;font-weight:500}.status-indicator{width:12px;height:12px;border-radius:50%}.status-card-value{font-size:1.5rem;font-weight:700;color:#1f2937}.status-card-large{max-width:300px}.chart-section{background:#f9fafb;border-radius:8px;padding:20px;border:1px solid #e5e7eb;margin-bottom:30px}.chart-section h2{font-size:1.125rem;color:#1f2937;margin-bottom:20px;font-weight:600}.chart-container{width:100%}.recent-header{font-size:1.125rem;color:#1f2937;margin-bottom:20px;font-weight:600}.empty{text-align:center;padding:40px;color:#6b7280;font-size:1.1rem}.results{display:flex;flex-direction:column;gap:20px}.result-card{background:#f9fafb;border-radius:8px;padding:20px;border:1px solid #e5e7eb}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.result-status{display:flex;align-items:center;gap:8px}.status-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.status-text{font-weight:600;font-size:1rem;color:#1f2937}.env-badge{padding:4px 8px;background-color:#e5e7eb;color:#374151;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;margin-left:8px}.result-time{color:#6b7280;font-size:.875rem}.checks{display:flex;flex-direction:column;gap:12px}.check-item{padding:12px;background-color:#f9fafb;border-radius:6px;border-left:3px solid #e5e7eb}.check-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.check-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.check-name{font-weight:500;color:#1f2937;flex:1}.check-status{font-size:.875rem;color:#6b7280;text-transform:capitalize}.check-description{font-size:.875rem;color:#6b7280;margin-top:4px}.check-exception{font-size:.875rem;color:#dc2626;margin-top:4px;font-family:monospace}.back-link{color:#3b82f6;text-decoration:none;font-size:14px}.back-link:hover{text-decoration:underline}.dev-controls{background:#f9fafb;border-radius:8px;padding:20px;border:1px solid #e5e7eb;margin-bottom:30px}.dev-controls h3{font-size:1rem;color:#1f2937;margin-bottom:16px;font-weight:600}.scenario-buttons{display:flex;flex-wrap:wrap;gap:8px}.scenario-buttons button{padding:8px 16px;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.scenario-buttons button:hover{background-color:#e5e7eb}.scenario-buttons button.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.scenario-buttons button.regenerate{background-color:#fef3c7;border-color:#f59e0b;color:#92400e}.scenario-buttons button.regenerate:hover{background-color:#fde68a}.custom-inputs{margin-top:16px;display:flex;gap:20px}.custom-inputs label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.custom-inputs input{width:100px;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.custom-inputs input:focus{outline:none;border-color:#3b82f6}.dev-data-preview{background:#f9fafb;border-radius:8px;padding:20px;border:1px solid #e5e7eb;margin-top:30px}.dev-data-preview h3{font-size:1rem;color:#1f2937;margin-bottom:12px;font-weight:600}.dev-data-preview pre{background-color:#f9fafb;padding:12px;border-radius:6px;overflow-x:auto;font-size:12px;color:#374151}*{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-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
