:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f5f7ee;--muted:#a6aa9c;--dim:#686d63;--ground:#090b0a;--panel:#101310;--panel-high:#171a17;--line:#e8f0db24;--line-strong:#e8f0db40;--acid:#c8ff62;--acid-soft:#e1ffad;--cyan:#72e6dc;--danger:#ff786e;--radius:1.4rem;--frame:min(1180px, calc(100vw - 48px));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ground)}body{color:var(--ink);background:radial-gradient(circle at 78% 10%, #72e6dc12, transparent 24rem), radial-gradient(circle at 12% 8%, #c8ff620f, transparent 26rem), var(--ground);text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--acid);outline-offset:4px}.landing-shell{min-height:100vh;overflow:hidden}.section-frame,.site-header,.site-footer{width:var(--frame);margin-inline:auto}.site-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;height:88px;display:grid}.brand{letter-spacing:-.03em;justify-self:start;align-items:center;gap:.25rem;font-size:1rem;font-weight:760;display:inline-flex}.brand-mark{width:29px;height:29px;color:var(--ground);background:var(--acid);border-radius:8px;grid-template-columns:repeat(3,1fr);align-items:end;gap:2px;margin-right:.45rem;padding:6px;display:grid;transform:rotate(-4deg)}.brand-mark span{background:currentColor;border-radius:1px;display:block}.brand-mark span:first-child{height:45%}.brand-mark span:nth-child(2){height:100%}.brand-mark span:nth-child(3){height:70%}.brand-product{color:var(--acid)}.site-nav{color:var(--muted);align-items:center;gap:2rem;font-size:.83rem;font-weight:650;display:flex}.site-nav a,.text-link{transition:color .16s}.site-nav a:hover,.text-link:hover{color:var(--ink)}.header-actions{justify-self:end;align-items:center;gap:1.25rem;font-size:.83rem;font-weight:650;display:flex}.button{letter-spacing:-.01em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.8rem;min-height:50px;padding:.75rem 1.25rem;font-size:.86rem;font-weight:740;transition:transform .17s,background .17s,border-color .17s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{background:var(--ink);min-height:40px;color:var(--ground);padding:.55rem 1rem}.button-primary{background:var(--acid);color:#10130c;box-shadow:0 0 40px #c8ff621a}.button-primary:hover{background:var(--acid-soft)}.button-quiet{border-color:var(--line-strong);color:var(--ink);background:#ffffff05}.button-quiet:hover{border-color:var(--muted);background:#ffffff0d}.hero{grid-template-columns:minmax(0,.98fr) minmax(460px,1.02fr);align-items:center;gap:5vw;min-height:720px;padding-block:6.5rem;display:grid}.hero-copy{z-index:2;position:relative}.eyebrow,.section-label{color:var(--acid);letter-spacing:.12em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.7rem;font-weight:700}.eyebrow{align-items:center;gap:.7rem;display:flex}.status-dot{background:var(--acid);width:7px;height:7px;box-shadow:0 0 13px var(--acid);border-radius:50%}.hero h1{letter-spacing:-.073em;max-width:680px;margin:1.35rem 0 1.5rem;font-size:clamp(4rem,6.3vw,6.8rem);font-weight:820;line-height:.88}.hero h1 span{color:#0000;-webkit-text-stroke:1.5px #f5f7eeb3;display:block}.hero-lede{max-width:590px;color:var(--muted);margin:0;font-size:clamp(1rem,1.3vw,1.15rem)}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.hero-proof{color:var(--dim);text-transform:uppercase;letter-spacing:.06em;flex-wrap:wrap;gap:1.5rem;margin-top:2.2rem;font-size:.72rem;display:flex}.hero-proof strong{color:var(--ink);margin-right:.25rem;font-size:.86rem}.hero-console{place-items:center;min-height:490px;display:grid;position:relative}.console-glow{aspect-ratio:1;filter:blur(60px);background:#72e6dc14;border-radius:50%;width:80%;position:absolute}.console-window{z-index:2;border:1px solid var(--line-strong);border-radius:var(--radius);background:#101310e8;width:min(100%,570px);position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-4deg)rotateX(2deg);box-shadow:0 40px 120px #0000008c}.console-toolbar{border-bottom:1px solid var(--line);height:52px;color:var(--dim);grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.67rem;display:grid}.window-controls{gap:6px;display:flex}.window-controls span{background:#3b3f38;border-radius:50%;width:7px;height:7px}.secure-label{color:var(--cyan);justify-self:end}.code-block{color:var(--ink);margin:0;padding:2.2rem 2rem 2.8rem;font-size:clamp(.74rem,1.1vw,.88rem);line-height:2;overflow:auto}.code-muted{color:#464c43;-webkit-user-select:none;user-select:none}.code-keyword{color:#e7a7ff}.code-property{color:var(--cyan)}.code-string{color:var(--acid-soft)}.delivery-card{background:#c8ff620d;border:1px solid #c8ff622e;border-radius:1rem;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;margin:0 1.1rem 1.1rem;padding:1rem;display:grid}.delivery-card>div:nth-child(2){flex-direction:column;display:flex}.delivery-card strong{font-size:.78rem}.delivery-card span{color:var(--muted);font-size:.68rem}.delivery-icon{background:var(--acid);border-radius:10px;place-items:center;width:37px;height:37px;display:grid}.delivery-icon span{border:2px solid var(--ground);border-radius:2px;width:17px;height:12px}.delivery-kicker{letter-spacing:.08em;font-family:ui-monospace,monospace;color:var(--acid)!important}.delivery-status{color:var(--acid);align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;display:flex}.delivery-status span{background:var(--acid);border-radius:50%;width:6px;height:6px}.orbit{pointer-events:none;border:1px solid #c8ff6221;border-radius:50%;position:absolute}.orbit-one{width:530px;height:530px;transform:rotate(24deg)}.orbit-two{width:680px;height:330px;transform:rotate(-26deg)}.format-strip{border-block:1px solid var(--line);background:#ffffff04}.format-strip>span{width:var(--frame);color:var(--dim);text-transform:uppercase;letter-spacing:.12em;margin:0 auto;padding-top:1.2rem;font-size:.64rem;display:block}.format-strip div{width:var(--frame);color:#777c71;white-space:nowrap;justify-content:space-between;gap:2rem;margin:0 auto;padding:1.3rem 0 1.5rem;font-family:ui-monospace,monospace;font-size:.72rem;display:flex;overflow:auto}.capabilities{padding-block:8rem}.section-heading{grid-template-columns:1.1fr 1fr;align-items:end;column-gap:4rem;margin-bottom:3.5rem;display:grid}.section-heading .section-label{grid-column:1/-1;margin:0 0 .8rem}.section-heading h2,.api-section h2,.cta-section h2{letter-spacing:-.065em;margin:0;font-size:clamp(2.6rem,5vw,4.8rem);line-height:.96}.section-heading>p:last-child{color:var(--muted);margin:0}.capability-grid{border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.capability-card{border-right:1px solid var(--line);background:linear-gradient(150deg,#ffffff06,#0000 55%);flex-direction:column;min-height:430px;padding:1.5rem;display:flex;position:relative}.capability-card:last-child{border-right:0}.capability-number{color:var(--dim);font-family:ui-monospace,monospace;font-size:.7rem}.capability-glyph{place-items:center;height:150px;margin:1rem 0;display:grid;position:relative}.capability-glyph span{border:1px solid #c8ff6259;display:block;position:absolute}.glyph-01 span:first-child{background:#c8ff620a;border-radius:7px;width:78px;height:58px}.glyph-01 span:nth-child(2){background:var(--panel);width:50px;height:72px;transform:translateY(-25px)}.glyph-01 span:nth-child(3){background:var(--acid);border:0;width:36px;height:4px;transform:translateY(15px)}.glyph-02 span{border-radius:50%}.glyph-02 span:first-child{border-style:dashed;width:110px;height:110px}.glyph-02 span:nth-child(2){width:62px;height:62px}.glyph-02 span:nth-child(3){background:var(--acid);width:11px;height:11px;box-shadow:0 0 25px var(--acid)}.glyph-03 span{background:#72e6dc0a;border-radius:6px;height:26px;transform:skew(-14deg)}.glyph-03 span:first-child{width:120px;transform:translateY(-34px)skew(-14deg)}.glyph-03 span:nth-child(2){width:90px}.glyph-03 span:nth-child(3){width:60px;transform:translateY(34px)skew(-14deg)}.capability-card h3{letter-spacing:-.03em;margin:auto 0 .4rem;font-size:1.2rem}.capability-card p{min-height:5rem;color:var(--muted);margin:0;font-size:.88rem}.capability-card a{color:var(--acid);margin-top:1.2rem;font-size:.75rem;font-weight:700}.api-section{border-block:1px solid var(--line);background:linear-gradient(120deg,#72e6dc0b,#0000 55%)}.api-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;min-height:390px;display:grid}.api-section .section-label,.cta-section .section-label{margin:0 0 .8rem}.api-section p:not(.section-label){color:var(--muted);max-width:570px}.api-request{border:1px solid var(--line-strong);background:#0b0e0c;border-radius:1rem;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:1.2rem;font-size:.8rem;display:grid}.method-badge{color:var(--acid);background:#c8ff621f;border-radius:5px;padding:.25rem .5rem;font-family:ui-monospace,monospace;font-size:.65rem;font-weight:700}.request-result{color:var(--cyan);font-family:ui-monospace,monospace;font-size:.68rem}.cta-section{justify-content:space-between;align-items:center;gap:3rem;min-height:370px;display:flex}.cta-section h2{max-width:800px}.site-footer{border-top:1px solid var(--line);min-height:92px;color:var(--dim);justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.auth-page{background:linear-gradient(#090b0ad6,#090b0af5),repeating-linear-gradient(90deg,#0000 0 79px,#c8ff6209 80px),repeating-linear-gradient(0deg,#0000 0 79px,#c8ff6209 80px);grid-template-rows:auto 1fr auto;place-items:center;min-height:100vh;padding:2rem;display:grid;position:relative}.auth-page:before{content:"";filter:blur(90px);pointer-events:none;background:#c8ff6211;border-radius:50%;width:520px;height:520px;position:absolute;top:5%;left:50%;transform:translate(-50%)}.auth-brand{z-index:1;position:relative}.auth-card{z-index:1;border:1px solid var(--line-strong);border-radius:var(--radius);background:#0f120feb;width:min(100%,460px);padding:clamp(1.6rem,5vw,2.8rem);position:relative;box-shadow:0 40px 100px #00000073}.auth-card h1{letter-spacing:-.06em;margin:.55rem 0 0;font-size:clamp(2.3rem,7vw,3.5rem);line-height:.98}.auth-intro{color:var(--muted);margin:1rem 0 1.8rem;font-size:.9rem}.auth-form{gap:1.05rem;display:grid}.auth-form label,.form-field{color:var(--muted);letter-spacing:.02em;gap:.45rem;font-size:.7rem;font-weight:700;display:grid}.label-row{justify-content:space-between;align-items:center;display:flex}.label-row a,.auth-switch a{color:var(--acid)}.auth-form input{border:1px solid var(--line-strong);width:100%;min-height:50px;color:var(--ink);background:#0a0c0a;border-radius:.7rem;padding:.75rem .9rem;transition:border-color .16s,box-shadow .16s}.auth-form input:hover{border-color:#e8f0db66}.auth-form input:focus{border-color:var(--acid);outline:none;box-shadow:0 0 0 3px #c8ff621a}.form-submit{cursor:pointer;border:0;width:100%;margin-top:.3rem}.form-notice{color:var(--cyan);background:#72e6dc0f;border:1px solid #72e6dc40;border-radius:.7rem;padding:.75rem .9rem;font-size:.78rem}.form-error{color:#ffaaa3;background:#ff786e0f;border-color:#ff786e4d}.field-hint{color:var(--dim);margin-top:-.8rem;font-size:.68rem}.auth-switch,.legal-copy{text-align:center;color:var(--muted);margin:1.5rem 0 0;font-size:.76rem}.legal-copy{color:var(--dim);font-size:.64rem}.auth-footnote{z-index:1;color:var(--dim);letter-spacing:.07em;text-transform:uppercase;margin:0;font-family:ui-monospace,monospace;font-size:.63rem;position:relative}.dashboard-shell{background:#0b0d0b;grid-template-columns:236px minmax(0,1fr);min-height:100vh;display:grid}.dashboard-sidebar{border-right:1px solid var(--line);background:#0e110e;flex-direction:column;height:100vh;padding:1.35rem 1rem;display:flex;position:sticky;top:0}.dashboard-brand{min-height:54px;padding-inline:.55rem}.dashboard-nav{gap:.18rem;margin-top:2.5rem;display:grid}.dashboard-nav a,.sidebar-bottom>a{color:#83897c;border-radius:.65rem;align-items:center;gap:.8rem;min-height:44px;padding:.65rem .8rem;font-size:.78rem;font-weight:650;transition:color .14s,background .14s;display:flex}.dashboard-nav a span,.sidebar-bottom>a span{color:#555b50;text-align:center;width:20px}.dashboard-nav a:hover,.sidebar-bottom>a:hover{color:var(--ink);background:#ffffff08}.dashboard-nav a.active{color:var(--ink);box-shadow:inset 2px 0 var(--acid);background:#c8ff6216}.dashboard-nav a.active span{color:var(--acid)}.sidebar-bottom{gap:.5rem;margin-top:auto;display:grid}.operator-card{border-top:1px solid var(--line);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:.65rem;padding:.75rem;display:grid}.operator-avatar{width:34px;height:34px;color:var(--ground);background:var(--acid);border-radius:10px;place-items:center;font-size:.62rem;font-weight:800;display:grid}.operator-card div{flex-direction:column;min-width:0;display:flex}.operator-card strong{color:#c6cabe;text-overflow:ellipsis;font-size:.66rem;overflow:hidden}.operator-card div span{color:var(--dim);font-size:.6rem}.dashboard-main{min-width:0}.dashboard-topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b0d0bd6;justify-content:space-between;align-items:center;gap:2rem;min-height:72px;padding:.75rem clamp(1.25rem,4vw,3.2rem);display:flex}.account-switcher{align-items:center;gap:.6rem;display:flex}.account-switcher label{color:var(--dim);text-transform:uppercase;letter-spacing:.08em;font-size:.62rem}.account-switcher select{border:1px solid var(--line);min-width:180px;min-height:38px;color:var(--ink);background:var(--panel);border-radius:.55rem;padding:.45rem 2rem .45rem .75rem;font-size:.72rem}.account-switcher button{border:1px solid var(--line);min-height:36px;color:var(--acid);cursor:pointer;background:0 0;border-radius:.5rem;padding:.4rem .7rem;font-size:.67rem}.system-status{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5rem;font-family:ui-monospace,monospace;font-size:.62rem;display:flex}.system-status span{background:var(--acid);border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #c8ff62a6}.account-placeholder{color:var(--dim);font-size:.72rem}.dashboard-content{width:min(1280px,100%);margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,4vw,3.2rem)}.dashboard-welcome{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.dashboard-welcome h1{letter-spacing:-.065em;margin:.6rem 0 .45rem;font-size:clamp(2.6rem,5vw,4.4rem);line-height:.95}.dashboard-welcome p:not(.section-label){color:var(--muted);margin:0;font-size:.8rem}.metric-grid{border:1px solid var(--line);border-radius:1rem;grid-template-columns:repeat(4,1fr);margin-top:3rem;display:grid;overflow:hidden}.metric-card{border-right:1px solid var(--line);background:var(--panel);flex-direction:column;min-height:145px;padding:1.15rem;display:flex}.metric-card:last-child{border-right:0}.metric-card>span{color:var(--muted);font-size:.68rem}.metric-card strong{letter-spacing:-.05em;margin-top:auto;font-size:2.1rem;line-height:1}.metric-card small{color:var(--dim);text-transform:uppercase;letter-spacing:.08em;margin-top:.45rem;font-size:.57rem}.metric-accent strong{color:var(--acid)}.dashboard-grid{grid-template-columns:minmax(0,1.6fr) minmax(270px,.65fr);gap:1rem;margin-top:1rem;display:grid}.activity-panel,.setup-panel{border:1px solid var(--line);background:var(--panel);border-radius:1rem;min-height:420px;padding:1.4rem}.panel-heading{justify-content:space-between;align-items:start;display:flex}.panel-heading .section-label,.setup-panel .section-label{margin:0 0 .35rem}.panel-heading h2,.setup-panel h2{letter-spacing:-.035em;margin:0;font-size:1.25rem}.panel-heading>a{color:var(--acid);font-size:.68rem}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:300px;display:flex}.empty-state h3{margin:1.2rem 0 .25rem;font-size:.95rem}.empty-state p{max-width:360px;color:var(--muted);margin:0;font-size:.74rem}.empty-state a{color:var(--acid);margin-top:1rem;font-size:.67rem}.empty-printer{border:1px solid var(--line-strong);border-radius:8px;width:66px;height:52px;position:relative}.empty-printer:before{content:"";border:1px solid var(--line-strong);background:var(--panel);width:40px;height:36px;position:absolute;top:-18px;left:12px}.empty-printer span{background:var(--acid);opacity:.55;width:32px;height:3px;position:absolute;bottom:12px;left:16px}.setup-panel{background:linear-gradient(150deg, #c8ff620d, var(--panel) 45%)}.setup-panel ol{gap:0;margin:2rem 0 0;padding:0;list-style:none;display:grid}.setup-panel li{grid-template-columns:31px 1fr;gap:.8rem;min-height:86px;display:grid;position:relative}.setup-panel li:not(:last-child):after{content:"";background:var(--line);width:1px;position:absolute;top:31px;bottom:0;left:15px}.setup-panel li>span{z-index:1;border:1px solid var(--line-strong);width:31px;height:31px;color:var(--acid);background:var(--panel);border-radius:50%;place-items:center;font-family:ui-monospace,monospace;font-size:.62rem;display:grid}.setup-panel li div{flex-direction:column;display:flex}.setup-panel li strong{font-size:.75rem}.setup-panel li small{max-width:190px;color:var(--muted);font-size:.65rem}.account-recovery{border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:var(--panel);flex-direction:column;justify-content:center;align-items:center;width:min(560px,100% - 3rem);min-height:520px;margin:5rem auto;padding:3rem;display:flex}.recovery-mark{width:68px;height:68px;color:var(--acid);border:1px solid #c8ff6240;border-radius:50%;place-items:center;margin-bottom:1.5rem;font-size:2rem;display:grid}.account-recovery h1{letter-spacing:-.06em;margin:.7rem 0;font-size:2.8rem;line-height:1}.account-recovery>p:not(.section-label){max-width:450px;color:var(--muted);font-size:.82rem}.account-recovery .button{margin-top:1rem}.resource-heading{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.4rem;display:flex}.resource-heading h1{letter-spacing:-.065em;margin:.55rem 0 .45rem;font-size:clamp(2.8rem,6vw,5rem);line-height:.92}.resource-heading p:not(.section-label){max-width:680px;color:var(--muted);margin:0;font-size:.8rem}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.resource-card,.timeline-panel,.resource-table-wrap,.print-job-form,.dashboard-empty,.dashboard-message{border:1px solid var(--line);background:var(--panel);border-radius:1rem}.resource-card,.timeline-panel{padding:1.4rem}.resource-card-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.resource-card h2,.timeline-panel h2{letter-spacing:-.035em;margin:.3rem 0 0;font-size:1.3rem}.resource-card-top p{color:var(--muted);margin:.2rem 0 0;font-size:.7rem}.resource-id{color:var(--dim);letter-spacing:.08em;text-transform:uppercase;font-family:ui-monospace,monospace;font-size:.6rem}.status-badge{border:1px solid var(--line-strong);color:var(--muted);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:.3rem .55rem;font-family:ui-monospace,monospace;font-size:.57rem;display:inline-flex}.status-connected,.status-online,.status-completed{color:var(--acid);background:#c8ff620f;border-color:#c8ff6242}.status-failed,.status-expired,.status-cancelled{color:var(--danger);background:#ff786e0f;border-color:#ff786e4d}.status-leased,.status-downloading,.status-downloaded,.status-submitting,.status-submitted{color:var(--cyan);border-color:#72e6dc47}.resource-facts{grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0 0;display:grid}.resource-facts div{border-top:1px solid var(--line);padding-top:.8rem}.resource-facts dt{color:var(--dim);text-transform:uppercase;letter-spacing:.08em;font-size:.58rem}.resource-facts dd{margin:.15rem 0 0;font-size:.75rem}.capability-list{flex-wrap:wrap;gap:.4rem;margin-top:1.5rem;display:flex}.capability-list span{color:var(--muted);background:var(--panel-high);border-radius:.35rem;padding:.25rem .5rem;font-size:.6rem}.resource-note{color:var(--dim);margin:1rem 0 0;font-size:.64rem}.dashboard-empty,.dashboard-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:2rem;display:flex}.dashboard-empty>span{color:var(--acid);font-size:2rem}.dashboard-empty h2{margin:.8rem 0 0}.dashboard-empty p{max-width:460px;color:var(--muted);margin:.4rem 0 0;font-size:.75rem}.dashboard-empty a{color:var(--acid);margin-top:1rem;font-size:.7rem}.resource-table-wrap{overflow-x:auto}.resource-table{border-collapse:collapse;width:100%;font-size:.72rem}.resource-table th,.resource-table td{border-bottom:1px solid var(--line);text-align:left;padding:1rem}.resource-table th{color:var(--dim);letter-spacing:.08em;text-transform:uppercase;font-size:.56rem}.resource-table tbody tr:last-child td{border-bottom:0}.resource-table td:first-child a{flex-direction:column;display:flex}.resource-table td:first-child small{color:var(--dim)}.job-detail-grid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:1rem;display:grid}.danger-confirmation{border-top:1px solid var(--line);color:var(--danger);margin-top:1.5rem;padding-top:1rem;font-size:.68rem}.danger-confirmation summary{cursor:pointer;font-weight:700}.button-danger{min-height:40px;color:var(--danger);background:#ff786e14;border-color:#ff786e59}.timeline-panel .section-label{margin:0}.job-timeline{gap:0;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.job-timeline li{grid-template-columns:14px 1fr;gap:.8rem;padding-bottom:1.4rem;display:grid;position:relative}.job-timeline li>span{z-index:1;background:var(--acid);border-radius:50%;width:9px;height:9px;margin-top:.35rem}.job-timeline li:not(:last-child):before{content:"";background:var(--line-strong);width:1px;position:absolute;top:.8rem;bottom:0;left:4px}.job-timeline strong{font-size:.76rem}.job-timeline p,.job-timeline time{color:var(--muted);margin:.15rem 0 0;font-size:.65rem;display:block}.job-timeline time{color:var(--dim);font-family:ui-monospace,monospace;font-size:.56rem}.dashboard-form-page{max-width:960px}.print-job-form{gap:1px;display:grid;overflow:hidden}.print-job-form fieldset{border:0;border-bottom:1px solid var(--line);gap:1rem;margin:0;padding:1.4rem;display:grid}.print-job-form legend{color:var(--acid);text-transform:uppercase;letter-spacing:.08em;padding-top:1rem;font-family:ui-monospace,monospace;font-size:.65rem}.print-job-form label{color:var(--muted);gap:.35rem;font-size:.68rem;display:grid}.print-job-form input,.print-job-form select{border:1px solid var(--line-strong);width:100%;min-height:46px;color:var(--ink);background:var(--panel-high);border-radius:.55rem;padding:.65rem .75rem}.print-job-form input[type=file]{padding:.5rem}.print-job-form small{color:var(--dim)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.segmented-control{gap:.5rem;display:flex}.segmented-control label{border:1px solid var(--line);border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .8rem;display:flex}.segmented-control input{width:auto;min-height:auto}.print-job-form>.button{justify-self:start;margin:1.4rem}.webhook-layout{gap:1.4rem;display:grid}.client-release-layout,.client-edition-grid,.client-release-list{gap:1rem;display:grid}.client-edition-create{margin-bottom:.5rem}.client-edition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-edition-card{align-content:start;gap:1.25rem;display:grid}.client-edition-update{border:1px solid var(--line);background:var(--panel-high);border-radius:.75rem;gap:1rem;padding:1rem;display:grid}.client-edition-update label,.client-edition-create label{color:var(--muted);gap:.35rem;font-size:.68rem;display:grid}.client-edition-update input,.client-edition-update select{border:1px solid var(--line-strong);min-height:42px;color:var(--ink);background:var(--panel);border-radius:.55rem;padding:.6rem .7rem}.client-edition-update .client-edition-checkbox,.client-edition-create .client-edition-checkbox{align-self:end;align-items:center;gap:.55rem;min-height:42px;display:flex}.client-edition-checkbox input{width:auto;min-height:auto}.client-edition-update>.button{justify-self:start}.client-release-list{border-top:1px solid var(--line);padding-top:.25rem}.client-release-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.client-release-row:last-child{border-bottom:0}.client-release-row h3{text-transform:capitalize;margin:.45rem 0 .2rem}.client-release-row p,.client-release-row small{color:var(--dim);margin:0;font-size:.62rem}.client-release-row code{color:var(--cyan)}.client-release-actions{justify-items:end;gap:.6rem;font-size:.66rem;display:grid}.client-release-actions>a{color:var(--acid)}.account-metadata-layout{gap:3rem}.account-metadata-layout section{gap:1rem;display:grid}.account-metadata-layout .section-heading{border-bottom:1px solid var(--line);padding-bottom:1rem}.metadata-create-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:1rem;padding:1.2rem;overflow:visible}.metadata-create-form>.button{margin:0}.credential-reveal{color:var(--acid);background:#c8ff620f;border:1px solid #c8ff624d;border-radius:.8rem;gap:.7rem;padding:1rem 1.2rem;font-size:.72rem;display:grid}.credential-reveal code,.api-key-grid code{overflow-wrap:anywhere;color:var(--cyan);font-family:ui-monospace,monospace}.credential-reveal code{color:var(--ink);font-size:.82rem}.api-key-grid h3{letter-spacing:-.035em;margin:.3rem 0 .45rem;font-size:1.3rem}.tag-grid .resource-card{gap:1rem;display:grid}.webhook-form{grid-template-columns:minmax(0,1fr) auto;align-items:end}.webhook-form fieldset{border-bottom:0;grid-template-columns:repeat(3,minmax(0,1fr))}.webhook-form legend{grid-column:1/-1}.webhook-form>.button{margin:1.4rem}.webhook-grid{align-items:start}.webhook-url{text-overflow:ellipsis;white-space:nowrap;max-width:38ch;overflow:hidden}.webhook-metrics{grid-template-columns:repeat(4,1fr)}.webhook-editor{border-top:1px solid var(--line);margin-top:1.4rem;padding-top:1rem}.webhook-editor summary{cursor:pointer;color:var(--cyan);font-size:.68rem;font-weight:700}.webhook-inline-form{gap:.8rem;margin-top:1rem;display:grid}.webhook-inline-form label{color:var(--muted);gap:.3rem;font-size:.65rem;display:grid}.webhook-inline-form input,.webhook-inline-form select{border:1px solid var(--line-strong);min-height:42px;color:var(--ink);background:var(--panel-high);border-radius:.5rem;padding:.6rem .7rem}.webhook-inline-form .button,.webhook-delete-form .button,.webhook-test-form .button{justify-self:start;min-height:38px}.webhook-delete-form{margin-top:.7rem;display:grid}.webhook-test-form{margin-top:.5rem;display:grid}.dashboard-message{color:var(--muted);flex-direction:row;gap:.7rem}.dashboard-error{color:var(--danger)}.loading-dot{background:var(--acid);border-radius:50%;width:8px;height:8px;animation:1s infinite alternate pulse}@keyframes pulse{to{opacity:.2}}@media (max-width:900px){:root{--frame:min(100% - 32px, 720px)}.webhook-form,.webhook-form fieldset,.metadata-create-form{grid-template-columns:1fr}.webhook-form legend{grid-column:auto}.webhook-metrics{grid-template-columns:repeat(2,1fr)}.site-header{grid-template-columns:1fr auto}.site-nav{display:none}.hero{grid-template-columns:1fr;gap:4rem;min-height:auto;padding-block:5rem}.hero-console{min-height:430px}.section-heading,.api-inner{grid-template-columns:1fr;gap:1.5rem}.capability-grid{grid-template-columns:1fr}.capability-card{border-right:0;border-bottom:1px solid var(--line);min-height:350px}.capability-card:last-child{border-bottom:0}.api-inner{padding-block:5rem}.cta-section{flex-direction:column;justify-content:center;align-items:flex-start}.dashboard-shell{grid-template-columns:72px minmax(0,1fr)}.dashboard-sidebar{padding-inline:.6rem}.dashboard-brand>span:not(.brand-mark),.dashboard-nav a:not(.active):after,.dashboard-nav a{font-size:0}.dashboard-brand{justify-content:center;padding:0}.dashboard-brand .brand-mark{margin:0}.dashboard-nav a,.sidebar-bottom>a{justify-content:center;padding:.65rem}.dashboard-nav a span,.sidebar-bottom>a span{font-size:.9rem}.operator-card{justify-content:center;padding:.75rem 0;display:flex}.operator-card div{display:none}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-card:nth-child(2){border-right:0}.metric-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.dashboard-grid,.resource-grid,.client-edition-grid,.job-detail-grid{grid-template-columns:1fr}}@media (max-width:560px){.client-release-row{flex-direction:column;align-items:flex-start}.client-release-actions{justify-items:start}.site-header{height:72px}.header-actions .text-link{display:none}.hero{padding-block:4rem}.hero h1{font-size:clamp(3.25rem,17vw,5rem)}.hero-proof{gap:.55rem;display:grid}.hero-console{min-height:350px}.console-window{transform:none}.code-block{padding:1.5rem 1.1rem 2rem;font-size:.67rem}.delivery-card{grid-template-columns:auto 1fr}.delivery-status{grid-column:2}.orbit{display:none}.section-heading h2,.api-section h2,.cta-section h2{font-size:2.8rem}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}.api-request{grid-template-columns:auto 1fr}.request-result{grid-column:2}.auth-page{padding:1rem}.dashboard-shell{padding-bottom:66px;display:block}.dashboard-sidebar{z-index:10;border:0;border-top:1px solid var(--line);width:100%;height:66px;padding:.45rem;display:block;position:fixed;inset:auto 0 0}.dashboard-brand,.sidebar-bottom{display:none}.dashboard-nav{grid-template-columns:repeat(6,1fr);gap:.15rem;height:100%;margin:0}.dashboard-nav a{min-height:100%}.dashboard-topbar{min-height:62px;padding-inline:1rem}.account-switcher label,.account-switcher button,.system-status{display:none}.account-switcher select{min-width:150px}.dashboard-welcome{flex-direction:column;align-items:flex-start}.dashboard-welcome h1{font-size:2.8rem}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:125px}.activity-panel,.setup-panel{min-height:360px}.resource-heading{flex-direction:column;align-items:flex-start}.resource-heading h1{font-size:3.2rem}.form-grid,.resource-facts{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
