@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:500;background-color:#000;color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}#root{min-height:100vh}.page{min-height:100vh;background:radial-gradient(circle at 20% 20%,#161616,#090909 50%),radial-gradient(circle at 80% 0%,#111,#0a0a0a 40%),#000;color:#f7f7f7}.shell{max-width:1180px;margin:0 auto;padding:3rem clamp(1.5rem,2vw,3rem) 4rem}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:.78rem;color:#8f8f8f;margin-bottom:.4rem}h1{font-size:clamp(1.8rem,3vw,2.4rem);margin:0}.subtitle{color:#c1c1c1;margin-top:.35rem;max-width:46ch}.pill{border:1px solid #1f1f1f;background:#0f0f0f;padding:.65rem 1.2rem;border-radius:999px;font-weight:600;font-size:.95rem;color:#c6c6c6}.pill.ok{color:#4ade80;border-color:#234427;background:#0f1b10}.pill.fail{color:#f87171;border-color:#3d1a1a;background:#150d0d}.grid{display:grid;grid-template-columns:1.05fr 1fr;gap:1.4rem}.card{background:linear-gradient(145deg,#0d0d0f,#0a0a0a);border:1px solid #161616;border-radius:18px;padding:1.6rem;box-shadow:0 20px 30px #00000059}.form h2,.instances h2{margin:0 0 1rem}.label{color:#c9c9c9;font-size:.95rem}.stack{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.row{display:flex;gap:.6rem;align-items:center}.space-between{justify-content:space-between}input{padding:.9rem 1rem;background:#0f0f0f;border:1px solid #1f1f1f;color:#f5f5f5;border-radius:12px;transition:border-color .2s ease,transform .1s ease;width:100%}input:focus{outline:none;border-color:#fff2}.compact{flex:0 0 90px;text-align:center}.grow{display:flex;flex-grow:1}button{padding:.95rem 1.2rem;background:#f5f5f5;color:#0a0a0a;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .15s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #ffffff14}button:disabled{background:#2c2c2c;color:#7a7a7a;cursor:not-allowed}.checkbox{display:flex;align-items:center;gap:.5rem;color:#d9d9d9;font-weight:600}.checkbox input{flex:0 0 auto;width:18px;height:18px}.notice-slot{min-height:56px;margin-top:.25rem}.notice{background:#111;border:1px solid #1e1e1e;padding:.9rem 1rem;border-radius:12px;color:#d9d9d9;display:flex;align-items:center;gap:.5rem}.notice.success{border-color:#1f3b2b;background:#0d1912;color:#b5f3cf}.notice.error{border-color:#3b1f1f;background:#1a0e0e;color:#ffc4bc}.instances .list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.badge{background:#f5f5f5;color:#000;padding:.35rem .7rem;border-radius:999px;font-weight:700}.instance-list{display:flex;flex-direction:column;gap:.9rem;max-height:760px;min-height:420px;padding-right:.35rem;overflow:auto;scrollbar-width:thin;scrollbar-color:#2a2a2a #0b0b0b}.instance-list::-webkit-scrollbar{width:10px}.instance-list::-webkit-scrollbar-track{background:linear-gradient(135deg,#0b0b0b,#0d0d0f);border-radius:12px}.instance-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1f1f1f,#2c2c2c);border-radius:12px;border:2px solid #0b0b0b;box-shadow:inset 0 0 0 1px #101010}.instance-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2b2b2b,#3a3a3a)}.instance{padding:1.1rem 1.3rem;border:1px solid #151515;border-radius:14px;background:linear-gradient(135deg,#0d0d0f,#0c0c0c 60%,#0a0a0a);display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;transition:transform .12s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer;min-height:110px;box-shadow:0 14px 30px #00000059}.instance:hover{border-color:#242424;transform:translateY(-2px);box-shadow:0 18px 36px #0006}.instance:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.instance-info{display:flex;flex-direction:column;gap:.2rem}.instance-name{margin:0;font-weight:700;letter-spacing:.01em}.instance-id{margin:.1rem 0 0;color:#8d8d8d;font-size:.88rem}.instance-meta{margin:0;color:#9b9b9b;font-size:.85rem}.status-group{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;min-width:150px}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:999px;border:1px solid currentColor;color:var(--status-color, #e0e0e0);background:linear-gradient(120deg,#ffffff0a,#ffffff05);font-weight:700;letter-spacing:.01em;box-shadow:0 10px 20px #00000040;justify-content:center;text-align:center;white-space:pre-line;line-height:1.3;min-width:140px}.status-pill.large{font-size:1.05rem;padding:.6rem 1rem}.status-meta{margin:0;color:#bcbcbc;font-size:.85rem}.status-meta.subtle{color:#8a8a8a}.status-meta.multiline{white-space:pre-line}.status-text{white-space:pre-line;text-align:center;line-height:1.3;display:block}.empty{color:#8a8a8a;text-align:center;padding:1.2rem 0}.modal-backdrop{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:20}.modal{width:min(720px,100%);background:#0b0b0c;border:1px solid #1b1b1b;border-radius:16px;padding:1.4rem;box-shadow:0 28px 60px #000000a6}.modal button{width:auto}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.modal-id{margin-top:.25rem;color:#8d8d8d}.modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem;margin-bottom:1rem}.modal-grid.single{grid-template-columns:1fr}.modal-block{padding:1rem;border:1px solid #141414;border-radius:12px;background:linear-gradient(135deg,#0f0f0f,#0b0b0b);min-height:160px;box-shadow:0 10px 22px #00000040}.modal-block-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}button.ghost{background:transparent;color:#f5f5f5;border:1px solid #2a2a2a;box-shadow:none}button.ghost:hover:not(:disabled){border-color:#3a3a3a;box-shadow:none;transform:none}.history-list{border-top:1px solid #141414;padding-top:.75rem}.history-items{display:flex;flex-direction:column;gap:.65rem;max-height:280px;overflow:auto;padding-right:.2rem}.history-items::-webkit-scrollbar{width:8px}.history-items::-webkit-scrollbar-thumb{background:#242424;border-radius:10px}.history-entry{padding:.75rem .85rem;border:1px solid #141414;border-radius:10px;background:#0d0d0d}.history-status{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;color:#e5e5e5}.history-pill{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .75rem;border-radius:10px;border:1px solid #1f1f1f;background:#0f0f0f}.history-pill.success{border-color:#234427;background:#0f1b10;color:#b5f3cf}.history-pill.error{border-color:#3d1a1a;background:#150d0d;color:#ffc4bc}@media(max-width:900px){.grid{grid-template-columns:1fr}.header{flex-direction:column;align-items:flex-start}button{width:100%}.row{flex-direction:column;align-items:stretch}.compact{width:100%}.instance{flex-direction:column;align-items:flex-start}.status-group{align-items:flex-start}.modal{padding:1rem}}
