:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#17211d;--ink-soft:#3e4d46;--muted:#6f7c75;--faint:#9ca7a1;--surface:#fff;--surface-soft:#f7f9f8;--surface-green:#f2f8f4;--line:#e2e8e4;--line-strong:#cad4ce;--green:#18864b;--green-dark:#106a3a;--green-soft:#e3f3e9;--red:#d94343;--red-soft:#fff0ef;--amber:#b66a15;--shadow-sm:0 1px 2px #12251b0d, 0 4px 16px #12251b0a;--shadow-lg:0 20px 55px #1836261f, 0 3px 12px #1836260f;font-synthesis:none;text-rendering:optimizelegibility;font-family:Manrope,Noto Sans SC,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--surface-soft);color:var(--ink)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{color:inherit}a{color:inherit;text-decoration:none}button:not(:disabled),a{cursor:pointer}:focus-visible{outline-offset:2px;outline:3px solid #18864b40}::selection{background:var(--green-soft);color:var(--green-dark)}.app-shell{background:var(--surface-soft);min-height:100vh}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:30;background:#fffffff0;justify-content:space-between;align-items:center;gap:24px;height:72px;padding:0 clamp(18px,3vw,44px);display:flex;position:relative}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand>span:last-child{min-width:0}.brand strong,.brand small{display:block}.brand strong{letter-spacing:-.03em;font-size:17px;line-height:1.1}.brand small{color:var(--muted);white-space:nowrap;margin-top:4px;font-size:10px}.cm-logo{border:1px solid var(--line);width:42px;height:42px;box-shadow:var(--shadow-sm);letter-spacing:-.15em;direction:ltr;unicode-bidi:isolate;background:#fff;border-radius:11px;flex:0 0 42px;justify-content:center;align-items:center;padding-right:2px;font:800 18px/1 Manrope,sans-serif;display:flex}.cm-logo b:first-child{color:var(--green)}.cm-logo b:last-child{color:var(--red)}.header-actions{color:var(--muted);align-items:center;gap:10px;font-size:12px;display:flex}.service-status{white-space:nowrap;align-items:center;gap:7px;display:flex}.service-status i{background:var(--green);width:7px;height:7px;box-shadow:0 0 0 4px var(--green-soft);border-radius:50%}.language-picker{position:relative}.language-button{border:1px solid var(--line);background:var(--surface);border-radius:9px;align-items:center;gap:7px;height:38px;padding:0 12px;transition:border-color .18s,background .18s;display:flex}.language-button:hover{border-color:var(--line-strong);background:var(--surface-soft)}.language-button span{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:12px;font-weight:600;overflow:hidden}.language-list{z-index:40;inset-inline-end:0;background:var(--surface);border:1px solid var(--line);width:246px;max-height:min(66vh,420px);box-shadow:var(--shadow-lg);border-radius:12px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);overflow-y:auto}.language-list li+li{margin-top:2px}.language-list button{text-align:start;width:100%;min-height:40px;color:var(--ink);background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:baseline;gap:10px;padding:7px 10px;transition:background .15s,color .15s;display:flex}.language-list button:hover{background:var(--surface-soft)}.language-list button.active{color:var(--green-dark);background:var(--green-soft);font-weight:700}.language-list button span{font-size:13px}.language-list button small{color:var(--faint);white-space:nowrap;font-size:10px}.account-name{text-overflow:ellipsis;white-space:nowrap;border-left:1px solid var(--line);max-width:180px;padding-left:10px;overflow:hidden}.sign-out{color:var(--ink-soft);padding:10px 2px;font-weight:600}.sign-out:hover{color:var(--green)}.dashboard{max-width:1440px;margin:0 auto;padding:clamp(50px,7vw,96px) clamp(20px,5vw,72px) 100px}.hero-section{grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);align-items:center;gap:clamp(60px,8vw,132px);min-height:540px;padding-bottom:clamp(64px,8vw,104px);display:grid}.eyebrow{color:var(--green);letter-spacing:.11em;text-transform:uppercase;margin:0 0 17px;font-size:12px;font-weight:700;line-height:1.4}.hero-copy h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(48px,5vw,74px);font-weight:650;line-height:1.08}.hero-copy h1 em{color:var(--green);font-style:normal}.hero-lead{max-width:620px;color:var(--muted);margin:27px 0 36px;font-size:16px;line-height:1.8}.layer-steps{align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.layer-steps li{color:var(--ink-soft);white-space:nowrap;align-items:center;gap:9px;font-size:12px;font-weight:600;display:flex}.layer-steps li:not(:last-child):after{content:"";background:var(--line-strong);width:clamp(20px,3vw,44px);height:1px;margin:0 14px}.layer-steps b{color:var(--green);font:500 10px DM Mono,monospace}.create-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg);border-radius:18px;overflow:hidden}.create-card>header{border-bottom:1px solid var(--line);align-items:center;gap:13px;padding:25px 26px 20px;display:flex}.card-icon{width:42px;height:42px;color:var(--green);background:var(--green-soft);border-radius:11px;place-items:center;display:grid}.create-card h2{letter-spacing:-.02em;margin:0;font-size:17px}.create-card header p{color:var(--muted);margin:4px 0 0;font-size:11px}.create-card label{padding:20px 26px 0;display:block}.create-card label>span{color:var(--ink-soft);margin-bottom:8px;font-size:11px;font-weight:700;display:block}.create-card label small{color:var(--faint);text-transform:uppercase;margin-left:6px;font-size:9px;font-weight:500}.create-card input{width:100%;height:48px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:9px;outline:none;padding:0 14px;font-size:13px;transition:border-color .18s,box-shadow .18s,background .18s}.create-card input:hover{border-color:var(--line-strong)}.create-card input:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #18864b1a}.create-card input::placeholder{color:var(--faint)}.form-grid{grid-template-columns:.82fr 1.18fr;display:grid}.form-grid label:first-child{padding-right:9px}.form-grid label:last-child{padding-left:9px}.create-card select{width:100%;height:48px;color:var(--ink);background:var(--surface-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7a72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>") no-repeat right 12px center;border:1px solid var(--line);appearance:none;border-radius:9px;outline:none;padding:0 34px 0 13px;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s,background-color .18s}.create-card select:hover{border-color:var(--line-strong)}.create-card select:focus{border-color:var(--green);background-color:#fff;box-shadow:0 0 0 3px #18864b1a}[dir=rtl] .create-card select{background-position:12px;padding:0 13px 0 34px}.preset-shelf{margin-top:26px}.preset-shelf h3{color:var(--faint);text-transform:uppercase;letter-spacing:.1em;align-items:baseline;gap:10px;margin:0 0 10px;font-size:9px;font-weight:700;display:flex}.preset-shelf h3 span{color:var(--muted);letter-spacing:0;text-transform:none;font:500 10px DM Mono,monospace}.preset-shelf ul{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;margin:0;padding:0;list-style:none;overflow:hidden}.preset-shelf li{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(0,auto) 90px;align-items:center;gap:16px;min-height:56px;padding:10px 18px;display:grid}.preset-shelf li:last-child{border-bottom:0}.preset-shelf li:hover{background:#fbfcfb}.preset-shelf b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.preset-shelf li>span{color:var(--muted);font:500 10px DM Mono,monospace}.preset-shelf .delete-action{color:var(--red);justify-self:end}.preset-shelf .delete-action span{font-size:11px;display:inline}.row-remove{justify-self:end}.row-remove .delete-action{width:34px;height:34px;color:var(--faint);opacity:0;border-radius:8px;place-items:center;padding:0;transition:color .18s,background .18s,opacity .18s;display:grid}.row-remove .delete-action:hover{color:var(--red);background:var(--red-soft)}.project-row:hover .row-remove .delete-action,.row-remove .delete-action:focus-visible{opacity:1}@media (hover:none){.row-remove .delete-action{opacity:1}}.quota-line{color:var(--faint);flex-wrap:wrap;align-items:center;gap:14px;margin:14px 26px 0;font-size:11px;display:flex}.quota-line span{font:500 10px DM Mono,monospace}.quota-line a,.quota-line .text-action{min-height:0;color:var(--green);background:0 0;border:0;font-size:11px;font-weight:700}.quota-line .text-action:disabled{color:var(--faint)}.studio-backdrop{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101c1661;place-items:center;padding:clamp(12px,4vh,48px) 16px;display:grid;position:fixed;inset:0}.prompt-studio{background:var(--surface);border:1px solid var(--line);width:min(880px,100%);max-height:100%;box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.prompt-studio>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.prompt-studio h2{letter-spacing:-.02em;margin:0;font-size:17px}.prompt-studio>header p{max-width:640px;color:var(--muted);margin:7px 0 0;font-size:11px;line-height:1.6}.stage-tabs{flex-wrap:wrap;gap:6px;padding:12px 22px 0;display:flex}.stage-tabs button{min-height:36px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:600;transition:color .18s,background .18s,border-color .18s;display:inline-flex}.stage-tabs button:hover{border-color:var(--line-strong);color:var(--ink)}.stage-tabs button.active{color:var(--green-dark);background:var(--green-soft);border-color:var(--green)}.stage-tabs i{background:var(--amber);border-radius:50%;width:6px;height:6px}.stage-note{color:var(--faint);margin:14px 22px 0;font-size:11px;line-height:1.6}.prompt-studio textarea{min-height:260px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);resize:vertical;border-radius:10px;outline:none;flex:1;margin:10px 22px 0;padding:14px;font:12px/1.7 DM Mono,ui-monospace,monospace}.prompt-studio textarea:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #18864b1a}.stage-foot{color:var(--faint);justify-content:space-between;align-items:center;gap:12px;margin:8px 22px 0;font:500 10px DM Mono,monospace;display:flex}.stage-foot .over{color:var(--red)}.prompt-studio>footer{background:var(--surface-soft);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:16px;padding:14px 22px;display:flex}.preset-name{flex:240px}.preset-name span{color:var(--ink-soft);margin-bottom:7px;font-size:11px;font-weight:700;display:block}.preset-name input{width:100%;height:42px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:9px;outline:none;padding:0 13px;font-size:13px}.preset-name input:focus{border-color:var(--green);box-shadow:0 0 0 3px #18864b1a}.studio-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.studio-actions .delete-action span{font-size:12px;display:inline}.ghost-button{min-height:42px;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:0 16px;font-size:12px;font-weight:700;transition:border-color .18s,color .18s}.ghost-button:hover{border-color:var(--green);color:var(--green-dark)}.ghost-button:disabled{opacity:.55;cursor:wait}.form-error{color:#a82f2f;background:var(--red-soft);border-radius:8px;margin:15px 26px 0;padding:10px 12px;font-size:12px;line-height:1.5}.primary-button{color:#fff;background:var(--green);border:0;border-radius:9px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-size:13px;font-weight:700;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.primary-button:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 7px 18px #106a3a2e}.primary-button:active{transform:translateY(0)}.primary-button:disabled{opacity:.55;cursor:wait;box-shadow:none;transform:none}.build-button{justify-content:space-between;width:calc(100% - 52px);margin:24px 26px 20px}.create-card footer{min-height:44px;color:var(--faint);background:var(--surface-soft);border-top:1px solid var(--line);justify-content:space-around;align-items:center;gap:12px;padding:10px 20px;font-size:9px;display:flex}.projects-section{border-top:1px solid var(--line);padding-top:50px}.projects-section>header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.projects-section h2{letter-spacing:-.04em;margin:0;font-size:31px;line-height:1.2}.project-count{color:var(--muted);font-size:12px}.project-table-head,.project-row{grid-template-columns:48px minmax(240px,1.6fr) minmax(110px,.55fr) minmax(150px,.85fr) 90px 34px;align-items:center;gap:18px;display:grid}.project-table-head{min-height:38px;color:var(--faint);text-transform:uppercase;letter-spacing:.08em;padding:0 18px;font-size:10px;font-weight:700}.project-list{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;overflow:hidden}.project-row{border-bottom:1px solid var(--line);min-height:82px;padding:14px 18px;transition:background .18s;position:relative}.project-row:last-child{border-bottom:0}.project-row:hover{background:#fbfcfb}.project-avatar{width:38px;height:38px;color:var(--green-dark);background:var(--green-soft);border-radius:10px;place-items:center;font:600 11px DM Mono,monospace;display:grid}.project-name{min-width:0}.project-name a{text-overflow:ellipsis;white-space:nowrap;width:max-content;max-width:100%;font-size:14px;font-weight:700;display:block;overflow:hidden}.project-name a:hover{color:var(--green)}.project-name p{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;gap:9px;margin:6px 0 0;font:11px DM Mono,monospace;display:flex;overflow:hidden}.project-name p span{color:var(--faint)}.status-pill{width:max-content;min-height:27px;color:var(--muted);background:var(--surface-soft);border-radius:20px;align-items:center;gap:7px;padding:0 9px;font-size:10px;font-weight:700;display:inline-flex}.status-pill i{background:currentColor;border-radius:50%;width:6px;height:6px}.status-pill.complete{color:var(--green-dark);background:var(--green-soft)}.status-pill.running,.status-pill.queued{color:var(--amber);background:#fff5e7}.status-pill.failed{color:#aa3131;background:var(--red-soft)}.project-updated{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.project-action{color:var(--green);justify-content:flex-start;font-size:11px;display:flex}.project-action strong{font:600 11px DM Mono,monospace}.text-action,.delete-action{align-items:center;gap:6px;min-height:40px;font-weight:700;display:inline-flex}.delete-action{color:var(--red);background:0 0;border:0}.delete-action span{display:none}.row-progress{background:var(--line);height:2px;position:absolute;bottom:-1px;left:0;right:0}.row-progress i{background:var(--green);height:100%;transition:width .45s ease-out;display:block}.empty-state{text-align:center;align-content:center;justify-items:center;min-height:310px;padding:40px 20px;display:grid}.empty-graphic{width:82px;height:82px;color:var(--green);background:var(--green-soft);border-radius:50%;place-items:center;display:grid;position:relative}.empty-graphic i{border:1px solid #18864b33;border-radius:50%;position:absolute;inset:-9px}.empty-graphic i:last-child{opacity:.5;inset:-18px}.empty-state h3{margin:28px 0 8px;font-size:18px}.empty-state p{max-width:390px;color:var(--muted);margin:0;font-size:13px;line-height:1.65}.back-link{width:max-content;min-height:40px;color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.back-link:hover{color:var(--green)}.build-state{text-align:center;align-content:center;justify-items:center;min-height:calc(100vh - 72px);padding:80px 22px;display:grid;position:relative}.build-state>.back-link{position:absolute;top:24px;left:clamp(20px,4vw,48px)}.progress-orbit{place-items:center;width:132px;height:132px;margin-bottom:30px;display:grid;position:relative}.progress-orbit svg{position:absolute;inset:0;transform:rotate(-90deg)}.progress-orbit circle{fill:none;stroke:var(--line);stroke-width:5px}.progress-orbit .progress-ring{stroke:var(--green);stroke-linecap:round;transition:stroke-dasharray .5s ease-out}.progress-orbit strong{color:var(--green);font:600 22px DM Mono,monospace}.progress-orbit.failed .progress-ring{stroke:var(--red)}.progress-orbit.failed strong{color:var(--red)}.build-state h1{letter-spacing:-.05em;max-width:860px;margin:0;font-size:clamp(32px,5vw,56px);line-height:1.15}.build-state>p:not(.eyebrow){max-width:760px;color:var(--muted);margin:18px 0 0;font-size:14px}.build-state .build-error{color:var(--red)}.build-track{background:var(--line);border-radius:9px;width:min(620px,82vw);height:5px;margin-top:38px;overflow:hidden}.build-track i{background:var(--green);border-radius:inherit;height:100%;transition:width .55s ease-out;display:block}.build-stages{width:min(620px,82vw);color:var(--faint);justify-content:space-between;gap:10px;margin:18px 0 0;padding:0;font-size:10px;list-style:none;display:flex}.build-stages li{align-items:center;gap:6px;display:flex}.build-stages i{background:var(--line-strong);border-radius:50%;width:7px;height:7px}.build-stages .done{color:var(--green-dark)}.build-stages .done i{background:var(--green)}.map-workspace{grid-template-columns:276px minmax(0,1fr);height:calc(100vh - 72px);min-height:540px;display:grid;overflow:hidden}.map-sidebar{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;min-width:0;padding:20px 20px 18px;display:flex;overflow-y:auto}.map-identity{margin-top:25px}.map-identity>span{color:var(--faint);text-transform:uppercase;letter-spacing:.07em;font:500 9px DM Mono,monospace}.map-identity h1{letter-spacing:-.04em;overflow-wrap:anywhere;margin:10px 0 0;font-size:25px;line-height:1.15}.map-identity p{color:var(--muted);margin:10px 0 0;font-size:11px;line-height:1.65}.trail-block,.coverage-block{margin-top:28px}.trail-block>h2,.coverage-block>h2{color:var(--faint);text-transform:uppercase;letter-spacing:.1em;margin:0 0 9px;font-size:9px}.map-trail{gap:4px;display:grid}.map-trail button{min-height:46px;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:24px minmax(0,1fr) 15px;align-items:center;gap:5px;padding:7px 8px;transition:background .18s,color .18s;display:grid}.map-trail button:hover{color:var(--ink);background:var(--surface-soft)}.map-trail button.active{color:var(--green-dark);background:var(--green-soft)}.map-trail b{color:var(--faint);font:500 9px DM Mono,monospace}.map-trail span{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.map-trail svg{opacity:0}.map-trail button.active svg{opacity:1}.coverage-block dl{border:1px solid var(--line);border-radius:10px;grid-template-columns:1fr 1fr;margin:0;display:grid;overflow:hidden}.coverage-block dl div{padding:10px 11px}.coverage-block dl div:nth-child(odd){border-right:1px solid var(--line)}.coverage-block dl div:nth-child(-n+2){border-bottom:1px solid var(--line)}.coverage-block dt{color:var(--muted);font-size:9px}.coverage-block dd{color:var(--ink);margin:4px 0 0;font:600 13px DM Mono,monospace}.usage-note{border-top:1px solid var(--line);margin-top:auto;padding-top:18px}.usage-note strong,.usage-note span{display:block}.usage-note strong{color:var(--ink-soft);font-size:10px}.usage-note span{color:var(--faint);margin-top:5px;font:9px DM Mono,monospace}.graph-frame{background:#f8faf9;min-width:0;position:relative;overflow:hidden}.graph-header{z-index:8;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:space-between;align-items:center;gap:22px;height:82px;padding:0 22px;display:flex;position:absolute;top:0;left:0;right:0}.graph-header>div:first-child{min-width:0}.graph-header p{color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px;font-size:9px;font-weight:700}.graph-header h2{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;max-width:560px;margin:0;font-size:17px;overflow:hidden}.graph-header span{max-width:580px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;display:block;overflow:hidden}.graph-tools{background:var(--surface);border:1px solid var(--line);height:38px;box-shadow:var(--shadow-sm);border-radius:9px;flex:none;align-items:center;display:flex;overflow:hidden}.icon-button{width:42px;height:42px;color:var(--ink-soft);background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:inline-grid}.icon-button:hover{color:var(--green);background:var(--green-soft)}.graph-tools .icon-button{border-radius:0;width:36px;height:36px}.graph-tools output{width:52px;color:var(--muted);text-align:center;font:500 10px DM Mono,monospace}.fit-button{height:36px;color:var(--ink-soft);border:0;border-left:1px solid var(--line);background:0 0;align-items:center;gap:6px;padding:0 10px;font-size:10px;font-weight:700;display:flex}.fit-button:hover{color:var(--green);background:var(--green-soft)}.graph-canvas{color:#dbe2de;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.graph-canvas:active{cursor:grabbing}.canvas-grid{opacity:.62}.graph-node{cursor:default}.graph-node.is-drillable{cursor:pointer}.graph-node .node-surface{fill:#fff;stroke:#cfd9d3;stroke-width:1px;filter:drop-shadow(0 3px 6px #1934250f);transition:fill .18s,stroke .18s,filter .18s}.graph-node .node-accent{fill:var(--green);opacity:.85}.graph-node:hover .node-surface,.graph-node:focus .node-surface,.graph-node.is-selected .node-surface{fill:#fbfefc;stroke:var(--green);stroke-width:1.5px;filter:drop-shadow(0 8px 12px #184f301f)}.graph-node.is-selected .node-surface{stroke-width:2px}.graph-node.is-port .node-surface{fill:#f8fbf9;stroke:#8daf9a;stroke-dasharray:5 4}.graph-node.is-port .node-accent{fill:var(--red)}.node-title{fill:var(--ink);letter-spacing:-.01em;font:600 13px Manrope,Noto Sans SC,sans-serif}.node-summary{fill:var(--muted);font:10px Manrope,Noto Sans SC,sans-serif}.node-meta text{fill:var(--faint);letter-spacing:.05em;font:500 8px DM Mono,monospace}.node-count circle{fill:var(--green-soft)}.node-count text{fill:var(--green-dark);font:600 9px DM Mono,monospace}.node-open circle{fill:var(--green)}.node-open path{fill:none;stroke:#fff;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round}.node-port-label path{fill:none;stroke:var(--red);stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round}.node-port-label text{fill:var(--red);font:600 8px Manrope,Noto Sans SC,sans-serif}.graph-node:focus,.graph-node:focus-visible,.graph-edge:focus,.graph-edge:focus-visible{outline:none}.graph-node:focus-visible .node-surface{stroke:var(--green);stroke-width:2.5px}.graph-edge:focus-visible .edge-hit{stroke:#18864b38}.graph-edge.is-return:focus-visible .edge-hit{stroke:#d943432e}.graph-node.is-dimmed{opacity:.22}.graph-node.is-dimmed .node-surface{filter:none}.graph-edge{cursor:pointer}.graph-edge.is-dimmed{opacity:.12}.graph-edge.is-dimmed .edge-hit{pointer-events:none}.graph-edge.is-focused .edge-line{stroke:var(--green);stroke-width:2.2px;opacity:1}.graph-edge.is-focused.is-return .edge-line{stroke:var(--red);opacity:1}.graph-node,.graph-edge{transition:opacity .16s}.graph-edge .edge-line{fill:none;stroke:#789287;stroke-width:1.4px;opacity:.8;vector-effect:non-scaling-stroke;transition:stroke .15s,opacity .15s,stroke-width .15s}.graph-edge .edge-hit{fill:none;stroke:#0000;stroke-width:14px;vector-effect:non-scaling-stroke}.graph-edge:hover .edge-line,.graph-edge:focus .edge-line,.graph-edge.is-selected .edge-line{stroke:var(--green);stroke-width:2.2px;opacity:1}.graph-edge.is-return .edge-line{stroke:#bf6761;stroke-dasharray:6 5;opacity:.72}.graph-edge.is-return:hover .edge-line,.graph-edge.is-return.is-selected .edge-line{stroke:var(--red)}.edge-label rect{fill:#fffffff5;stroke:#dbe3df;stroke-width:.7px}.edge-label text{fill:#53655c;font:9px Manrope,Noto Sans SC,sans-serif}.graph-legend{z-index:6;width:max-content;max-width:calc(100% - 32px);min-height:38px;color:var(--muted);border:1px solid var(--line);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffed;border-radius:9px;align-items:center;gap:16px;padding:0 12px;font-size:9px;display:flex;position:absolute;bottom:14px;left:16px;right:16px;overflow:hidden}.graph-legend span{white-space:nowrap;align-items:center;gap:6px;display:flex}.graph-legend i{border-radius:2px;width:13px;height:9px;display:block}.legend-node{border:1px solid #8faa9b;border-left:3px solid var(--green)!important}.legend-port{border:1px dashed #8daf9a;border-left:3px solid var(--red)!important}.legend-edge{border-top:1px solid #789287;border-radius:0!important;height:1px!important}.graph-legend em{border-left:1px solid var(--line);white-space:nowrap;padding-left:14px;font-style:normal}.graph-error{z-index:10;color:#a82f2f;background:var(--red-soft);max-width:min(520px,100% - 32px);box-shadow:var(--shadow-sm);border:1px solid #f0cfcd;border-radius:9px;margin:0;padding:10px 14px;font-size:12px;position:absolute;top:96px;left:50%;transform:translate(-50%)}.graph-loading{z-index:12;color:var(--green-dark);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#f8faf9d1;align-content:center;place-items:center;gap:14px;font-size:11px;font-weight:700;display:grid;position:absolute;inset:82px 0 0}.graph-loading i{border:2px solid var(--line);border-top-color:var(--green);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.inspector{z-index:25;background:var(--surface);border:1px solid var(--line);width:min(360px,100vw - 28px);max-height:calc(100vh - 112px);box-shadow:var(--shadow-lg);border-radius:14px;padding:24px;animation:.2s ease-out inspector-in;position:fixed;top:92px;right:18px;overflow-y:auto}.inspector-close{position:absolute;top:10px;right:10px}.inspector .eyebrow{padding-right:30px;font-size:9px}.inspector h2{letter-spacing:-.03em;overflow-wrap:anywhere;margin:0;padding-right:24px;font-size:20px;line-height:1.35}.inspector-summary{color:var(--muted);margin:12px 0 0;font-size:12px;line-height:1.65}.inspector dl{border-top:1px solid var(--line);margin:20px 0 0}.inspector dl div{border-bottom:1px solid var(--line);grid-template-columns:90px minmax(0,1fr);gap:10px;padding:11px 0;display:grid}.inspector dt{color:var(--faint);text-transform:uppercase;font-size:9px;font-weight:700}.inspector dd{min-width:0;color:var(--ink-soft);overflow-wrap:anywhere;margin:0;font-size:11px}.inspector code{color:var(--green-dark);font:10px/1.5 DM Mono,monospace}.evidence{gap:7px;margin-top:20px;display:grid}.evidence h3{color:var(--faint);text-transform:uppercase;margin:0 0 2px;font-size:9px}.evidence code{overflow-wrap:anywhere;background:var(--surface-soft);border:1px solid var(--line);border-radius:6px;padding:8px 9px}.boot,.fatal{text-align:center;background:var(--surface-soft);align-content:center;place-items:center;gap:15px;min-height:100vh;padding:30px;display:grid}.boot .cm-logo,.fatal .cm-logo{width:56px;height:56px;font-size:23px}.boot span:not(.cm-logo){color:var(--muted);font-size:12px}.boot>i{background:var(--line);border-radius:4px;width:130px;height:3px;position:relative;overflow:hidden}.boot>i:after{content:"";background:var(--green);border-radius:inherit;width:45px;height:100%;animation:1.1s ease-in-out infinite alternate scan;position:absolute;left:0}.boot.inner{min-height:calc(100vh - 72px)}.fatal h1{letter-spacing:-.045em;max-width:760px;margin:0;font-size:clamp(30px,5vw,50px);line-height:1.15}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scan{to{transform:translate(85px)}}@keyframes inspector-in{0%{opacity:0;transform:translate(10px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:1050px){.hero-section{grid-template-columns:1fr;gap:52px}.hero-copy{max-width:800px}.create-card{max-width:720px}.map-workspace{grid-template-columns:224px minmax(0,1fr)}.map-sidebar{padding-inline:14px}.account-name{display:none}}@media (max-width:760px){.site-header{height:64px;padding:0 15px}.brand small,.service-status,.sign-out{display:none}.brand strong{font-size:15px}.cm-logo{flex-basis:38px;width:38px;height:38px;font-size:16px}.header-actions{margin-left:auto}.language-button{justify-content:center;min-width:44px;padding:0 10px}.dashboard{padding:50px 17px 70px}.hero-section{min-height:auto;padding-bottom:64px}.hero-copy h1{font-size:clamp(40px,12vw,58px)}.hero-lead{font-size:15px}.layer-steps{flex-direction:column;align-items:flex-start;gap:12px}.layer-steps li:not(:last-child):after{display:none}.create-card{border-radius:14px}.form-grid{grid-template-columns:1fr}.form-grid label:first-child,.form-grid label:last-child{padding-inline:26px}.create-card footer{flex-direction:column;align-items:flex-start;padding:13px 26px}.projects-section{padding-top:40px}.project-table-head{display:none}.project-list{border-radius:12px}.project-row{grid-template-columns:42px minmax(0,1fr) auto;gap:10px;padding:15px 12px}.project-name{grid-column:2}.status-pill{grid-area:1/3}.project-updated{grid-area:2/2}.project-action{grid-area:2/3}.row-remove{grid-area:3/3}.row-remove .delete-action{opacity:1}.build-state{min-height:calc(100vh - 64px);padding-top:100px}.build-stages{align-items:flex-start}.build-stages li{flex-direction:column;align-items:center;max-width:70px;line-height:1.35}.map-workspace{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;height:calc(100dvh - 64px);min-height:480px}.map-sidebar{border-right:0;border-bottom:1px solid var(--line);grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);gap:3px 14px;max-height:148px;padding:10px 12px;display:grid;overflow:hidden}.map-sidebar>.back-link{grid-row:1}.map-identity{grid-area:1/2;align-self:center;min-width:0;margin:0}.map-identity>span,.map-identity p{display:none}.map-identity h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;overflow:hidden}.trail-block{grid-area:2/1/auto/-1;min-width:0;margin:0}.trail-block>h2,.coverage-block,.usage-note{display:none}.map-trail{scrollbar-width:none;gap:4px;display:flex;overflow-x:auto}.map-trail button{grid-template-columns:20px auto;min-width:max-content;min-height:38px;padding:4px 9px}.map-trail button svg{display:none}.map-trail span{max-width:170px}.graph-header{height:74px;padding:0 10px}.graph-header span{display:none}.graph-header h2{max-width:42vw;font-size:14px}.graph-tools output{display:none}.fit-button{justify-content:center;width:38px;padding:0;font-size:0}.graph-legend{gap:11px;max-width:calc(100% - 16px);bottom:8px;left:8px;right:8px}.graph-legend em{display:none}.graph-loading{top:74px}.inspector{border-radius:16px;width:calc(100vw - 16px);max-height:min(58vh,480px);top:auto;bottom:8px;right:8px}}@media (max-width:420px){.language-button{font-size:0}.project-row{grid-template-columns:38px minmax(0,1fr) auto}.status-pill{padding-inline:7px}.project-updated{max-width:180px}.graph-legend span:nth-child(2),.graph-tools .icon-button,.graph-tools output{display:none}.fit-button{border-left:0}}.map-identity p,.graph-header span,.graph-header h2,.project-name p,.usage-note span,.project-updated,.inspector code{unicode-bidi:plaintext}[dir=rtl] .map-sidebar{border-right:0;border-left:1px solid var(--line)}[dir=rtl] .inspector{left:18px;right:auto}[dir=rtl] .graph-legend{left:auto;right:16px}[dir=rtl] .graph-legend em{border-left:0;border-right:1px solid var(--line);padding-left:0;padding-right:14px}[dir=rtl] .account-name{border-left:0;border-right:1px solid var(--line);padding-left:0;padding-right:10px}[dir=rtl] .fit-button{border-left:0;border-right:1px solid var(--line)}[dir=rtl] .coverage-block dl div:nth-child(odd){border-right:0;border-left:1px solid var(--line)}[dir=rtl] .build-state>.back-link{left:auto;right:clamp(20px,4vw,48px)}[dir=rtl] .form-grid label:first-child{padding-left:9px;padding-right:26px}[dir=rtl] .form-grid label:last-child{padding-left:26px;padding-right:9px}[dir=rtl] .map-trail button,[dir=rtl] .language-list button{text-align:right}[dir=rtl] .icon-button svg,[dir=rtl] .back-link svg,[dir=rtl] .text-action svg,[dir=rtl] .map-trail svg,[dir=rtl] .primary-button svg{transform:scaleX(-1)}[dir=rtl] .graph-canvas,[dir=rtl] .progress-orbit svg{transform:none}@media (max-width:760px){[dir=rtl] .map-sidebar{border-left:0;border-bottom:1px solid var(--line)}[dir=rtl] .inspector,[dir=rtl] .graph-legend{left:8px;right:8px}}
