@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#17211d;--muted:#68736d;--paper:#f7f8f5;--line:#dde3dd;--green:#0f8f5f;--green-dark:#08734c;--mint:#dff5e9;--orange:#ef7b45;--white:#fff;--shadow:0 20px 55px rgba(20,45,33,.14)}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif}.topbar{height:68px;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,.88);backdrop-filter:blur(16px);position:sticky;top:0;z-index:1000}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-size:18px;font-weight:800}.brand>span:last-child span{color:var(--green)}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--green);color:#fff;font-weight:800}.session-pill{margin:auto;padding:7px 12px;border:1px solid #cfe5d8;border-radius:99px;color:#496258;background:#f5fcf8;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.session-pill i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#28ae72;box-shadow:0 0 0 4px #d8f4e6}.source-link{color:var(--muted);text-decoration:none;font-size:12px;font-weight:700}.source-link span{color:var(--green)}main{overflow:hidden}.hero{min-height:570px;padding:100px clamp(24px,8vw,130px) 90px;display:grid;grid-template-columns:1.08fr .92fr;gap:8vw;align-items:center;background:radial-gradient(circle at 83% 20%,#daf3e4 0,transparent 25%),linear-gradient(135deg,#fff 0,#f1f5ef 100%)}.eyebrow{margin:0 0 16px;color:var(--green);font:500 11px DM Mono,monospace;letter-spacing:.16em}.hero h1{margin:0;font-size:clamp(44px,5.4vw,78px);line-height:1.02;letter-spacing:-.055em}.hero h1 em{color:var(--green);font-style:normal}.hero>div>p:not(.eyebrow){max-width:610px;color:var(--muted);font-size:17px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:34px}.hero-actions>span{max-width:170px;color:#8a948e;font-size:11px;line-height:1.5}.primary{border-color:var(--green)!important;background:var(--green)!important;color:#fff!important;box-shadow:0 7px 18px rgba(15,143,95,.2)}button{font:600 12px Manrope;cursor:pointer}.hero .primary{padding:14px 22px;border:0;border-radius:9px;font-size:14px}.hero .primary span{margin-right:7px}.architecture-card{padding:26px;border:1px solid #d7e0d9;border-radius:20px;background:rgba(255,255,255,.75);box-shadow:0 30px 80px rgba(34,81,57,.1);transform:rotate(1deg)}.card-label{margin-bottom:18px;color:#829087;font:500 9px DM Mono;letter-spacing:.15em}.host-node{padding:15px;border:1px solid var(--green);border-radius:10px;background:#f2fff8;color:var(--green);text-align:center;font-weight:700}.host-node small,.nodes small{display:block;margin-top:4px;color:#829087;font:400 9px DM Mono}.branches{height:30px;display:flex;justify-content:space-around;background:linear-gradient(var(--line),var(--line)) center 15px/68% 1px no-repeat}.branches i{width:1px;height:30px;background:var(--line)}.nodes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.nodes span{padding:12px 5px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:center;font-size:11px;font-weight:700}.architecture-card>p{margin:18px 0 0;color:#6f7b74;text-align:center;font:400 9px DM Mono}.architecture-card>p b{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#28ae72}.workspace,.developer-section,.logs-section{padding:72px clamp(24px,6vw,96px)}.workspace-heading,.section-title,.log-toolbar{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.workspace-heading h2,.section-title h2,.log-toolbar h2{margin:0;font-size:30px;letter-spacing:-.04em}.workspace-heading>p,.section-title>p{max-width:430px;color:var(--muted);font-size:12px;line-height:1.7}.desktop{height:660px;position:relative;overflow:hidden;border:1px solid #cfd8d1;border-radius:18px;background-color:#e9eee9;background-image:linear-gradient(rgba(81,108,93,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(81,108,93,.045) 1px,transparent 1px);background-size:20px 20px;box-shadow:inset 0 1px 4px rgba(21,43,32,.05)}.empty-desktop{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#819087;pointer-events:none}.desktop:has(.extension-modal) .empty-desktop{display:none}.empty-desktop>span{display:grid;place-items:center;width:54px;height:54px;margin-bottom:16px;border:1px dashed #9bad9f;border-radius:50%;font-size:25px}.empty-desktop strong{font-size:14px}.empty-desktop small{margin-top:5px}.developer-section{background:#17251f;color:#eef6f1}.section-title h2 span{display:inline-grid;place-items:center;width:28px;height:28px;margin-left:8px;border-radius:50%;background:#2b3b34;color:#9ec8b3;font:500 11px DM Mono}.section-title>p{color:#94a59c}.logs-section{background:#f3f5f1}dialog{width:min(460px,90vw);padding:0;border:0;border-radius:16px;box-shadow:var(--shadow)}dialog::backdrop{background:rgba(12,27,20,.5);backdrop-filter:blur(3px)}dialog form{padding:28px}dialog h2{font-size:18px}dialog form>p:not(.eyebrow){color:var(--muted);line-height:1.6}dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}dialog button{padding:10px 15px;border:1px solid var(--line);border-radius:7px;background:#fff}@media(max-width:850px){.session-pill{display:none}.source-link{margin-left:auto}.hero{grid-template-columns:1fr;padding-top:70px}.architecture-card{display:none}.workspace-heading,.section-title{align-items:start;flex-direction:column}.desktop{height:720px}.developer-grid{grid-template-columns:1fr!important}.extension-modal{inset:0!important;width:100%!important;height:100%!important;border-radius:0!important;resize:none!important}}
