:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14231d;background:#f6f7f4;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6f7f4}button,input,textarea{font:inherit}button{border:0;cursor:pointer}.shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;padding:18px 12px;background:#10231d;color:#f9fbf7;overflow-y:auto}.brand{display:flex;gap:10px;align-items:center;padding:8px 8px 18px;border-bottom:1px solid rgba(255,255,255,.16)}.brand strong,.brand span{display:block}.brand span{margin-top:2px;font-size:12px;color:#b8c7bf}nav{display:grid;gap:3px;margin-top:14px}nav button{width:100%;height:38px;display:flex;align-items:center;gap:9px;padding:0 10px;color:#dbe6dd;background:transparent;border-radius:6px;text-align:left;font-size:14px}nav button.active,nav button:hover{background:#23463a;color:#fff}nav button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page{width:100%;max-width:1480px;padding:28px}.page-head{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:22px}.page-head.tight{margin-bottom:16px}h1{margin:0;font-size:30px;line-height:1.16;font-weight:760;letter-spacing:0}h2{margin:0 0 14px;font-size:17px;line-height:1.25}p{margin:8px 0 0;color:#53635c}.actions{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.actions.compact{margin:12px 0}.actions button,.form-grid button,.billing-row button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;background:#116149;color:#fff;border-radius:6px;font-weight:650}.actions button:hover,.form-grid button:hover,.billing-row button:hover{background:#0d4b39}button:disabled{cursor:not-allowed;opacity:.55}.billing-row a.billing-link{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;background:#116149;color:#fff;border-radius:6px;font-weight:650;text-decoration:none;flex:0 0 auto}.billing-row a.billing-link:hover{background:#0d4b39}.billing-row a.billing-link[aria-disabled=true]{cursor:not-allowed;opacity:.55}.tiny{margin-top:6px;font-size:12px;line-height:1.35;color:#64736c}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.metric{min-height:94px;padding:16px;background:#fff;border:1px solid #dfe6df;border-radius:8px}.metric span{display:block;margin-bottom:10px;font-size:12px;color:#607068;text-transform:uppercase;letter-spacing:0}.metric strong{display:block;font-size:22px;line-height:1.2;overflow-wrap:anywhere}.split{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:12px}.panel{background:#fff;border:1px solid #dfe6df;border-radius:8px;padding:16px;margin-bottom:14px}.billing-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.billing-row strong{display:block;font-size:17px;line-height:1.25}.billing-row button{flex:0 0 auto;background:#116149;color:#fff}.table-shell{width:100%;overflow-x:auto;background:#fff;border:1px solid #dfe6df;border-radius:8px}table{width:100%;border-collapse:collapse;min-width:900px}th,td{padding:11px 12px;border-bottom:1px solid #edf1ec;text-align:left;vertical-align:top;font-size:13px;line-height:1.35;max-width:260px;overflow-wrap:anywhere}th{position:sticky;top:0;background:#f9faf7;color:#506159;font-size:12px;text-transform:uppercase;letter-spacing:0}tr:last-child td{border-bottom:0}.empty{text-align:center;color:#718078;padding:38px}.pill{display:inline-flex;min-height:24px;align-items:center;padding:3px 8px;border-radius:999px;background:#eef3ef;color:#314139;font-size:12px;font-weight:650;white-space:nowrap}.pill-live,.pill-new,.pill-restored,.pill-configured,.pill-test{background:#e1f6ea;color:#0d683e}.pill-lost,.pill-fetch-failed,.pill-provider-not-configured{background:#fff1db;color:#8a5200}.pill-toxic,.pill-error{background:#ffe8e3;color:#a43620}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end}.form-grid.two{grid-template-columns:minmax(0,1fr) auto}label{display:grid;gap:6px;color:#405047;font-size:13px;font-weight:650}input,textarea{width:100%;border:1px solid #cfd9d2;border-radius:6px;padding:10px 11px;color:#14231d;background:#fff}textarea{resize:vertical;min-height:150px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.notice{padding:10px 12px;background:#e8f5ee;border:1px solid #cbe6d5;border-radius:6px;color:#0d683e}.error{display:flex;gap:9px;align-items:center;margin-bottom:14px;padding:12px;background:#fff0ec;border:1px solid #ffd2c8;border-radius:6px;color:#9b351e}.loading{display:grid;place-items:center;min-height:360px;color:#607068}.toolbar{display:flex;align-items:center;gap:8px;max-width:420px;margin-bottom:12px;color:#607068}.activity-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.activity-list li{padding-bottom:10px;border-bottom:1px solid #edf1ec}.activity-list span{display:block;font-weight:700}.activity-list small{color:#607068}@media(max-width:920px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-bottom:1px solid #dfe6df}nav{grid-template-columns:repeat(2,minmax(0,1fr))}.page{padding:18px}.metric-grid,.split,.form-grid,.form-grid.two{grid-template-columns:1fr}.page-head,.billing-row{display:block}.billing-row button,.billing-row a.billing-link{width:100%;margin-top:12px}h1{font-size:24px}}@media(max-width:430px){nav{grid-template-columns:1fr}.actions button,.form-grid button{width:100%}.metric strong{font-size:19px}}
