:root{--ink:#192b35;--muted:#72838b;--line:#e1e8e9;--paper:#f4f7f7;--green:#17765f;--pale:#e8f3ef;--nav:#102b2d;--danger:#a93838;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);font-size:14px}*{box-sizing:border-box}body{margin:0;background:var(--paper)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer;border:0;background:none;color:inherit}a{color:var(--green);text-decoration:none}button:disabled{opacity:.5;cursor:wait}.loading{padding:100px;text-align:center}.shell{display:grid;grid-template-columns:236px 1fr;min-height:100vh}.sidebar{background:var(--nav);color:#b3c6c5;padding:30px 18px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;width:236px}.brand{display:flex;align-items:center;gap:11px;padding:0 12px 30px;color:white;font-weight:650;font-size:24px;letter-spacing:-1px}.mark{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid #759c90;border-radius:9px;color:#bcdfc4;font-size:22px;transform:rotate(-5deg)}.brand small{font-size:10px;letter-spacing:1.6px;font-weight:500;color:#90aaa8;display:block;margin-top:3px}.nav-label{font-size:10px;letter-spacing:1.8px;padding:19px 14px 9px;color:#789390}.nav-item{width:100%;display:flex;gap:12px;align-items:center;padding:11px 14px;margin:3px 0;border-radius:7px;text-align:left;font-size:13px}.nav-item:hover{background:#1b3c3c}.nav-item.active{background:#284b46;color:#e6f7eb}.nav-icon{width:18px;text-align:center;font-size:16px}.sidebar-foot{margin-top:auto;border-top:1px solid #2c4545;padding:22px 12px 0;font-size:12px}.live-dot{display:inline-block;background:#7fcda5;width:6px;height:6px;border-radius:50%;margin-right:7px}.sidebar-foot p{color:#8fa6a3;margin:8px 0;font-size:11px}.main{grid-column:2;min-width:0}.topbar{height:76px;padding:0 38px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.breadcrumb{font-size:12px;color:var(--muted)}.breadcrumb strong{font-weight:500;color:var(--ink)}.top-actions{display:flex;align-items:center;gap:14px}.account-select{max-width:210px;border:1px solid var(--line);border-radius:6px;padding:8px;background:#fff;color:var(--ink)}.avatar{width:31px;height:31px;background:#e5ede7;border-radius:50%;display:grid;place-items:center;font-weight:600;color:var(--green);font-size:12px}.role{font-size:11px;color:var(--muted)}.content{padding:36px 38px 60px;max-width:1560px;margin:auto}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.eyebrow{color:var(--green);font-size:10px;font-weight:650;letter-spacing:1.9px;margin-bottom:9px}.page-head h1{font-size:29px;font-weight:600;letter-spacing:-.9px;margin:0 0 9px}.page-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.primary{background:var(--green);color:#fff;border-radius:6px;padding:11px 17px;font-size:12px;font-weight:550;white-space:nowrap}.primary:hover{background:#105b48}.secondary{border:1px solid #d5dfdf;background:white;border-radius:6px;padding:10px 15px;font-size:12px}.quiet{color:var(--muted);font-size:12px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px}.metric{background:#fff;border:1px solid var(--line);border-radius:9px;padding:20px 22px}.metric .label{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;align-items:center}.metric .value{font-size:32px;font-weight:550;letter-spacing:-1.3px;margin:15px 0 10px}.metric .note{font-size:11px;color:var(--muted)}.metric-icon{background:var(--pale);padding:7px;border-radius:7px;color:var(--green)}.grid-two{display:grid;grid-template-columns:1.6fr 1fr;gap:22px}.card{border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden;margin-bottom:22px}.card-head{padding:20px 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f1}.card-head h2{font-size:14px;font-weight:600;margin:0}.card-head small{color:var(--muted);font-size:11px}.card-body{padding:23px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.tool{border:1px solid var(--line);border-radius:8px;padding:20px;text-align:left;background:white;transition:transform .12s,border-color .12s;min-height:126px}.tool:hover{border-color:#8cb5a7;transform:translateY(-2px)}.tool-symbol{display:grid;place-items:center;width:31px;height:31px;border-radius:7px;background:var(--pale);color:var(--green);margin-bottom:14px;font-size:19px}.tool strong{display:block;font-size:13px;font-weight:550;margin-bottom:5px}.tool small{color:var(--muted);font-size:11px;line-height:1.5}.section-title{font-size:13px;font-weight:600;margin:27px 0 13px}.welcome{background:#eaf2ee;border:1px solid #d8e6de;border-radius:9px;padding:24px;margin-bottom:23px;display:flex;justify-content:space-between;align-items:center;gap:20px}.welcome h2{font-size:17px;letter-spacing:-.3px;margin:0 0 8px;font-weight:550}.welcome p{font-size:12px;color:#5d766c;line-height:1.7;margin:0;max-width:620px}.welcome .orb{font-size:50px;color:#64967b}.badge{display:inline-flex;align-items:center;gap:5px;background:var(--pale);color:var(--green);font-size:10px;font-weight:550;padding:5px 8px;border-radius:4px;white-space:nowrap}.badge.failed,.badge.stopped,.badge.interrupted{background:#fbeceb;color:#ab4842}.badge.running,.badge.queued,.badge.provisioning{background:#f9f2df;color:#99712c}.badge.active{background:var(--pale);color:var(--green)}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left}th{font-size:10px;color:var(--muted);letter-spacing:.5px;text-transform:uppercase;font-weight:550;background:#fbfcfc;padding:13px 22px;border-bottom:1px solid var(--line)}td{font-size:12px;padding:17px 22px;border-bottom:1px solid #edf1f1;max-width:380px;word-break:break-word}tr:last-child td{border-bottom:0}.cell-main{font-weight:550;margin-bottom:4px}.cell-sub{font-size:10px;color:var(--muted)}.actions{display:flex;gap:7px;flex-wrap:wrap}.small-btn{font-size:11px;padding:6px 8px;border:1px solid var(--line);border-radius:5px;background:white}.small-btn:hover{border-color:#8bb3a4}.empty{text-align:center;padding:44px 25px;color:var(--muted);font-size:12px;line-height:1.8}.empty strong{display:block;color:var(--ink);font-size:14px;margin:10px}.activity{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid #eef1f1}.activity:last-child{border:0}.activity-dot{width:7px;height:7px;background:#78aa92;border-radius:50%;margin-top:6px;flex-shrink:0}.activity strong{font-size:11px;font-weight:550;display:block;margin-bottom:6px}.activity p{margin:0;font-size:10px;color:var(--muted)}.bar{height:5px;background:#eaf0ec;border-radius:5px;margin:13px 0;overflow:hidden}.bar span{display:block;height:100%;background:#72a88c}.notice{padding:15px 18px;border:1px solid #e6ddbd;border-radius:7px;background:#fffcef;font-size:12px;color:#7a6b3f;line-height:1.7;margin-bottom:20px}.login{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-story{padding:65px 70px;background:var(--nav);color:white;display:flex;flex-direction:column;justify-content:space-between}.login-story .brand{padding:0}.login-story h1{font-size:48px;font-weight:450;letter-spacing:-2px;line-height:1.13;max-width:440px;margin:45px 0 23px}.login-story p{font-size:14px;line-height:1.9;color:#a1beb7;max-width:390px}.login-foot{font-size:11px;color:#8da9a4}.login-form-wrap{display:grid;place-items:center;padding:50px}.login-form{width:100%;max-width:340px}.login-form h2{font-size:27px;font-weight:550;letter-spacing:-.7px;margin:0 0 10px}.login-form>p{font-size:12px;color:var(--muted);line-height:1.8;margin-bottom:28px}.login-form .primary{width:100%;padding:13px;margin-top:12px}.field{display:block;margin:17px 0}.field>span{display:block;font-size:12px;font-weight:550;margin-bottom:8px}.field input,.field select,.field textarea{display:block;width:100%;padding:11px 12px;background:white;border:1px solid #d8e1e1;border-radius:5px;color:var(--ink);font-size:13px}.field textarea{min-height:110px;resize:vertical;font-family:Consolas,monospace;font-size:12px}.field small{display:block;font-size:10px;color:var(--muted);line-height:1.6;margin-top:6px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.error{color:var(--danger);font-size:12px;line-height:1.6;white-space:pre-wrap}dialog{border:1px solid var(--line);border-radius:12px;padding:0;width:min(600px,94vw);max-height:90vh;color:var(--ink);box-shadow:0 25px 100px #001c2a30}dialog::backdrop{background:#071c245c;backdrop-filter:blur(3px)}.dialog-head{padding:21px 26px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.dialog-head h2{font-size:18px;margin:0;font-weight:550}.icon{font-size:24px;color:var(--muted)}#modal-content{padding:8px 26px 15px;max-height:62vh;overflow:auto}.dialog-foot{border-top:1px solid var(--line);padding:17px 26px;display:flex;justify-content:flex-end;gap:10px}#modal-error{padding:0 26px}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;font-size:12px;margin:15px 0}.checks label{display:flex;gap:7px;align-items:center}pre{background:#122c30;color:#d2e6df;padding:20px;border-radius:7px;overflow:auto;white-space:pre-wrap;word-break:break-word;font:11px/1.8 Consolas,monospace;max-height:440px}.code-editor{min-height:320px!important}.status-line{display:flex;align-items:center;justify-content:space-between;font-size:12px;padding:12px 0;border-bottom:1px solid #edf1f1}#toast{position:fixed;bottom:25px;right:25px;max-width:440px;background:var(--nav);color:white;box-shadow:0 8px 25px #0002;padding:16px 20px;border-radius:8px;font-size:12px;line-height:1.6;z-index:5;display:none}.search{border:1px solid var(--line);padding:9px 12px;border-radius:6px;width:210px;font-size:12px;background:white}.footer-note{font-size:10px;color:#8a9c9e;margin-top:25px;display:flex;justify-content:space-between}.split-buttons{display:flex;gap:9px;align-items:center}.progress-text{font-size:11px;color:var(--muted)}@media(min-width:1450px){.content{padding-top:45px}.tool-grid{gap:17px}.tool{min-height:139px}}@media(max-width:1100px){.grid-two{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,1fr)}.topbar{padding:0 25px}.content{padding:28px 25px}.tool-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.shell{display:block}.sidebar{position:relative;width:auto;padding:14px;display:flex;flex-direction:row;overflow:auto;align-items:center;gap:5px}.sidebar .brand,.nav-label,.sidebar-foot{display:none}.nav-item{width:auto;white-space:nowrap;padding:9px 12px}.topbar{height:65px;padding:0 16px}.breadcrumb{display:none}.top-actions{width:100%;justify-content:space-between}.content{padding:24px 16px}.page-head{align-items:flex-start}.page-head h1{font-size:25px}.metrics{gap:10px}.metric{padding:17px}.tool{padding:17px}.tool-grid{gap:10px}.login{grid-template-columns:1fr}.login-story{padding:30px}.login-story h1{font-size:32px;margin:35px 0 15px}.login-story p,.login-foot{display:none}.login-form-wrap{padding:35px 25px}.welcome{padding:20px}.welcome .orb{display:none}.field-row{grid-template-columns:1fr}td,th{padding:13px}.role{display:none}}

/* Orivect charcoal and orange identity */
:root{--ink:#f3f5f7;--muted:#a2abb6;--line:#343b45;--paper:#141a22;--green:#ff701f;--pale:#382a23;--nav:#191f27;--danger:#ff9393;color-scheme:dark}
.brand{gap:8px;font-size:25px;font-weight:850;letter-spacing:-.8px;padding-left:2px;padding-right:0}.brand-logo{width:47px;height:42px;flex-shrink:0;color:#ff701f}.brand small{font-size:7px;letter-spacing:1.3px;color:#b6bfce;font-weight:600}.sidebar{color:#c0c7d1}.nav-item.active{background:#343438;color:#ff995c;box-shadow:inset 2px 0 #ff701f}.nav-item:hover{background:#2b3039}.nav-label,.sidebar-foot p{color:#929ca9}.sidebar-foot{border-color:var(--line)}.live-dot,.activity-dot,.bar span{background:#ff701f}.topbar,.metric,.card,.tool,.secondary,.small-btn,.account-select,.search,.field input,.field select,.field textarea,dialog{background:#1d242e;color:var(--ink);border-color:var(--line)}.topbar{background:#191f27}.card-head,td,.activity,.status-line{border-color:var(--line)}th{background:#191f27}.primary{background:#ff701f;color:#141a22;font-weight:700}.primary:hover{background:#ff8b48}.avatar{background:#382a23}.welcome{background:#27272a;border-color:#49372c}.welcome p{color:#b9b3b0}.welcome .orb{color:#ff701f}.notice{background:#302b23;border-color:#51432e;color:#e1c698}.login-story p,.login-foot{color:#aeb7c4}.login-story{background:radial-gradient(ellipse at bottom left,#422b21 0,transparent 65%),#191f27}.login-form-wrap{background:#141a22}.login-form h2{font-weight:700}.login-story h1{font-weight:700}.tool:hover,.small-btn:hover{border-color:#ff701f}.bar{background:#38302a}.footer-note{color:#939da9}pre{background:#11161d;color:#e0e5eb}.badge.failed,.badge.stopped,.badge.interrupted{background:#422829;color:#ffaaa4}.badge.running,.badge.queued,.badge.provisioning{background:#423923;color:#f5ce7a}
