:root{--page-bg: linear-gradient(180deg, #f5efe2 0%, #ece3d0 100%);--panel-bg: rgba(255, 252, 246, .94);--panel-border: rgba(92, 71, 44, .16);--accent: #114b5f;--accent-strong: #0c3745;--text-main: #1f2a2c;--text-muted: #556568;--sidebar-bg: rgba(17, 75, 95, .94);--sidebar-active: #f2b544;--shadow: 0 24px 60px rgba(38, 34, 28, .14);--radius: 22px;--block-spacing: 1rem;color-scheme:light;font-family:IBM Plex Sans,Segoe UI,sans-serif}*{box-sizing:border-box}h1,h2,h3,h4,h5,ul,ol,p,table{margin-block:var(--block-spacing)}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,ul:first-child,ol:first-child,p:first-child,table:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,ul:last-child,ol:last-child,p:last-child,table:last-child{margin-bottom:0}.eyebrow,.login-copy,.login-form,.content-header-row,.deployment-filter-form,.table-wrapper,.cluster-form,.tab-nav,.details-grid,.map-card,.empty-state-box,.flash-container,.alert,.row-actions,.pagination{margin-block:var(--block-spacing)}.eyebrow:first-child,.login-copy:first-child,.login-form:first-child,.content-header-row:first-child,.deployment-filter-form:first-child,.table-wrapper:first-child,.cluster-form:first-child,.tab-nav:first-child,.details-grid:first-child,.detail-card:first-child,.detail-list:first-child,.map-card:first-child,.empty-state-box:first-child,.flash-container:first-child,.alert:first-child,.row-actions:first-child,.pagination:first-child{margin-top:0}.eyebrow:last-child,.login-copy:last-child,.login-form:last-child,.content-header-row:last-child,.deployment-filter-form:last-child,.table-wrapper:last-child,.cluster-form:last-child,.tab-nav:last-child,.details-grid:last-child,.detail-card:last-child,.detail-list:last-child,.map-card:last-child,.empty-state-box:last-child,.flash-container:last-child,.alert:last-child,.row-actions:last-child,.pagination:last-child{margin-bottom:0}body.website-body{margin:0;min-height:100vh;background:var(--page-bg);color:var(--text-main)}.website-login-body{display:grid;place-items:center;padding:24px}.login-shell{width:min(100%,460px)}.login-panel,.content-card{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:var(--radius);box-shadow:var(--shadow)}.login-panel{padding:32px}.eyebrow{color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.login-panel h1,.content-card h1{font-size:clamp(2rem,4vw,2.8rem);line-height:1}.login-copy,.content-card p{color:var(--text-muted);line-height:1.6}.login-form{display:grid;gap:14px}.field-label{font-size:.92rem;font-weight:700}.required-marker{color:#b42323;margin-left:3px}.field-error{color:#7a2424;display:grid;font-size:.85rem;gap:2px;margin-top:-6px}.text-input{width:100%;padding:14px 16px;border:1px solid rgba(17,75,95,.2);border-radius:14px;background:#fffdfa;color:var(--text-main);font:inherit}.text-input[data-invalid=true],.text-area[data-invalid=true]{border-color:#e1a0a0;box-shadow:0 0 0 1px #e1a0a0}.checkbox-row{display:inline-flex;align-items:center;gap:10px;color:var(--text-muted)}.checkbox-row input{width:18px;height:18px;margin:0;accent-color:var(--accent)}.primary-button,.ghost-button{border:0;border-radius:999px;cursor:pointer;font:inherit;font-weight:700}.primary-button{padding:14px 18px;background:var(--accent);color:#fff}.ghost-button{padding:10px 14px;background:#114b5f14;color:var(--accent-strong)}.website-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;background:#fffbf4c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(92,71,44,.1)}.topbar-title{font-size:1.2rem;font-weight:800;letter-spacing:.02em}.topbar-profile{display:flex;align-items:center;gap:14px;color:var(--text-muted)}.topbar-profile form{margin:0}.workspace{display:grid;grid-template-columns:280px 1fr;min-height:0}.sidebar{padding:28px 20px;background:var(--sidebar-bg)}.sidebar-nav{display:grid;gap:10px}.sidebar-link{display:block;padding:14px 16px;border-radius:16px;color:#ffffffd6;text-decoration:none;font-weight:700}.sidebar-link.is-active{background:#f2b54429;color:#fff5dd;box-shadow:inset 0 0 0 1px #f2b54447}.content-panel{padding:28px}.content-card{padding:32px}.content-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.content-header-row>*{--block-spacing: .25rem}.table-wrapper{overflow-x:auto}.cluster-table{width:100%;border-collapse:collapse}.cluster-table th,.cluster-table td{text-align:left;padding:12px;border-bottom:1px solid rgba(17,75,95,.12);vertical-align:middle}.cluster-table code{font-size:.85rem;color:#334}.table-cell-link{color:inherit;text-decoration:none;display:inline-flex;align-items:center;min-height:100%}.table-cell-link:hover{text-decoration:underline}.deployment-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent-strong);font-weight:800;text-decoration:none}.deployment-link:hover{text-decoration:underline}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:700;line-height:1.2;border:1px solid transparent}.status-pill.is-online{background:#dff6e8;border-color:#8ad4a4;color:#175a34}.status-pill.is-offline{background:#f8e1e1;border-color:#e1a0a0;color:#7a2424}.status-pill.is-starting{background:#fff1d6;border-color:#efc26d;color:#8a5a00}.status-pill.is-ongoing{background:#dff6e8;border-color:#8ad4a4;color:#175a34}.status-pill.is-finished{background:#e5ebf7;border-color:#afc1e6;color:#26457d}.status-pill.is-failed{background:#f8e1e1;border-color:#e1a0a0;color:#7a2424}.status-pill.is-unknown{background:#eceff1;border-color:#c6cdd1;color:#556568}.cluster-form{display:grid;gap:12px}.deployment-filter-form{align-items:end;display:flex;flex-wrap:wrap;gap:12px}.deployment-filter-field{align-items:center;display:grid;flex:0 1 auto;gap:6px;grid-template-columns:max-content minmax(0,260px)}.deployment-filter-field .field-label{font-weight:400;width:max-content}.deployment-filter-field .text-input{max-width:100%;width:260px}.deployment-filter-field .field-error{grid-column:2;margin-top:0}.deployment-filter-actions{padding-bottom:2px}.text-area{width:100%;padding:12px;border:1px solid rgba(17,75,95,.2);border-radius:12px;background:#fffdfa;font:inherit;resize:vertical}.text-input:disabled,.text-area:disabled{background:#eceff1;border-color:#c6cdd1;color:#6f7a80;cursor:not-allowed;opacity:1}.row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.link-button{text-decoration:none;display:inline-flex;align-items:center}.danger-button{padding:10px 14px;border:0;border-radius:999px;cursor:pointer;font:inherit;font-weight:700;background:#a63d40;color:#fff}.relative-date{color:var(--accent-strong);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;cursor:help}.date-tooltip{position:fixed;z-index:50;max-width:min(360px,calc(100vw - 32px));padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#101f2b;box-shadow:0 14px 34px #101f2b3d;color:#f8fbfc;font-size:.88rem;font-weight:700;line-height:1.35;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .12s ease,transform .12s ease}.date-tooltip.is-visible{opacity:1;transform:translateY(0)}.tab-nav{display:flex;gap:10px;flex-wrap:wrap}.tab-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#114b5f14;color:var(--accent-strong);text-decoration:none;font-weight:700}.tab-link.is-active{background:var(--accent);color:#fff}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.detail-card{padding:20px;border:1px solid rgba(17,75,95,.12);border-radius:18px;background:#ffffff8c}.detail-card h2{font-size:1.1rem;color:var(--accent-strong)}.detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.detail-list div{display:grid;gap:4px}.detail-list dt{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.detail-list dd{margin:0;font-weight:600;color:var(--text-main);word-break:break-word}.map-card{display:grid;gap:12px}.map-frame{width:100%;height:360px;border:1px solid rgba(17,75,95,.14);border-radius:16px;background:#dce5e8}.leaflet-pin{background:transparent;border:0}.leaflet-pin:before{content:"";display:block;width:18px;height:18px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 0 0 2px #ffffffeb,0 8px 18px #00000038}.leaflet-pin-server:before{background:#2f9e44}.leaflet-pin-user:before{background:#2b6de5}.map-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--text-muted)}.empty-state-box{padding:20px;border-radius:16px;background:#114b5f0f;color:var(--text-muted)}.detail-card-terminal{padding:0;overflow:hidden;background:#09131a;border-color:#09131a99}.terminal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#101f2b;border-bottom:1px solid rgba(255,255,255,.08);color:#9fb7c9;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap}.terminal-log-box{padding:18px;min-height:420px;margin:0;overflow:auto;background:#09131a;color:#d8f1dd;font:.92rem/1.55 IBM Plex Mono,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;word-break:break-word}.flash-container{display:grid;gap:12px}.flash-message,.alert{background:var(--panel-bg);border:1px solid var(--panel-border);border-left-width:4px;border-radius:14px;box-shadow:0 8px 18px #26221c0f;color:var(--text-main);font-weight:400;line-height:1.45;padding:12px 14px}.flash-message-error,.alert-error,.alert-destructive{background:#f8e1e1;border-color:#e1a0a0;color:#7a2424}.flash-message-success,.alert-success{background:#dff6e8;border-color:#8ad4a4;color:#175a34}.alert-title{font-weight:400}.alert-list{padding-left:18px}@media(max-width:860px){.workspace{grid-template-columns:1fr}.sidebar{padding-bottom:0}.sidebar-nav{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.topbar{flex-direction:column;align-items:flex-start;gap:12px}.content-header-row{flex-direction:column;align-items:flex-start}.details-grid,.detail-list{grid-template-columns:1fr}}@media(max-width:640px){.sidebar-nav{grid-template-columns:1fr}.content-panel,.sidebar,.topbar{padding-left:18px;padding-right:18px}.login-panel,.content-card{padding:24px}}
