:where(#app:not(.public-site)) header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:26px;max-width:1560px;height:88px;margin:auto;padding:0 5%;display:flex}:where(#app:not(.public-site)) nav{gap:32px;font-size:13px;display:flex}:where(#app:not(.public-site)) nav a{padding:34px 0;position:relative}:where(#app:not(.public-site)) nav a:hover,:where(#app:not(.public-site)) nav a.active{color:var(--orange)}:where(#app:not(.public-site)) nav a.active:after{content:"";background:var(--orange);height:2px;position:absolute;bottom:0;left:0;right:0}:where(#app:not(.public-site)) h1 span:not(.subtle-tag){color:var(--orange)}:where(#app:not(.public-site)) footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;max-width:1460px;margin:auto;padding:38px 5% 45px;display:flex}:where(#app:not(.public-site)) footer p{color:var(--muted);margin:7px 0 0;font-size:10px}@media (max-width:1150px){:where(#app:not(.public-site)) header{gap:20px;padding:0 3%}:where(#app:not(.public-site)) nav{gap:20px}}@media (max-width:800px){:where(#app:not(.public-site)) header{flex-wrap:wrap;gap:0;height:72px;padding:0 22px;position:relative}:where(#app:not(.public-site)) nav{border-bottom:1px solid var(--line);z-index:5;background:#f5f7f8;flex-direction:column;gap:0;padding:15px 22px;display:none;position:absolute;top:71px;left:0;right:0}:where(#app:not(.public-site)) nav a{padding:13px 0}:where(#app:not(.public-site)) header.expanded nav{display:flex}:where(#app:not(.public-site)) footer{flex-wrap:wrap;padding:28px 22px}}:root{color:#203d51;font-synthesis:none;--navy:#17374d;--muted:#657a88;--line:#d9e1e6;--orange:#df672f;--blue:#e9eff4;background:#f5f7f8;font-family:Noto Sans SC,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:4px;outline:3px solid #df672f}p{line-height:1.9}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.04em;font-weight:600}main{max-width:1360px;margin:auto;padding:0 30px}main.wide{max-width:1700px;padding:0 30px}.eyebrow{letter-spacing:.13em;color:var(--muted);align-items:center;gap:8px;font-size:11px;font-weight:500;display:inline-flex}.status-dot{background:#508f75;border-radius:50%;width:6px;height:6px;margin-right:3px;display:inline-block;box-shadow:0 0 0 4px #508f7510}h1{letter-spacing:-.05em;margin:22px 0;font-size:clamp(36px,4.7vw,64px);line-height:1.35}.button{background:var(--orange);color:#fff;border:1px solid #0000;border-radius:5px;justify-content:space-between;align-items:center;gap:30px;min-height:48px;padding:14px 21px;font-size:13px;font-weight:500;transition:background .18s,transform .18s;display:inline-flex}.button:hover{background:#c85723;transform:translateY(-1px)}.button.secondary{color:var(--navy);background:0 0;border:1px solid #c4d0d8}.button.secondary:hover{background:#e6edf2}.demo-section{background:#edf2f5;border:1px solid #cdd9e1;border-radius:9px;overflow:hidden}.demo-topline{background:#f1f5f7;border-bottom:1px solid #d7e0e6;justify-content:space-between;align-items:center;gap:10px;padding:16px 22px;font-size:11px;display:flex}.data-status{color:#6d8591;font-size:10px}.scene{height:490px;position:relative;overflow:hidden}.scene canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.playback{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f9fcf3ee;border:1px solid #fff;border-radius:6px;align-items:center;gap:14px;width:min(520px,100% - 36px);padding:8px 12px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 18px #163e5110}.icon-button{color:var(--navy);background:0 0;border:0;justify-content:center;align-items:center;padding:5px 7px;font-size:14px;display:inline-flex}.clock{min-width:30px;font:13px Arial Narrow,monospace}.timeline{min-width:30px;accent-color:var(--orange);flex:1;height:3px}.playback select{background:0 0;border:0;min-width:45px;padding:5px;font-size:11px}.camera{white-space:nowrap;font-size:10px}.demo-bottom{background:#f8fafb;justify-content:space-between;align-items:center;gap:20px;padding:25px 28px;display:flex}.demo-bottom p{color:var(--muted);margin:8px 0 0;font-size:11px}.demo-bottom a{border-bottom:1px solid #a3b4bd;margin-left:20px}.metrics{gap:40px;display:flex}.metrics>div{border-left:1px solid var(--line);min-width:75px;padding-left:27px}.metrics>div>span{color:var(--muted);margin-bottom:4px;font-size:10px;display:block}.metrics strong{letter-spacing:-.03em;font-family:Arial Narrow,Aptos Narrow,sans-serif;font-size:30px;font-weight:500}.metrics small{color:var(--muted);margin-left:7px;font:9px Noto Sans SC,sans-serif}.muted{color:var(--muted);font-size:11px;line-height:1.8}.notice{color:#856146;background:#f1dfd0;border:1px solid #d8bfa9;border-radius:5px;padding:14px;font-size:12px}label{color:#425e70;margin-bottom:16px;font-size:11px;display:block}input:not([type=range]):not([type=checkbox]):not([type=file],[type=radio]),textarea,select:not(.playback select){width:100%;color:var(--navy);background:#f9fbfc;border:1px solid #cbd6de;border-radius:4px;min-height:42px;margin-top:7px;padding:12px 11px;font-size:12px;display:block}input::placeholder,textarea::placeholder{color:#99a8b2}.workspace-head{justify-content:space-between;align-items:center;gap:30px;padding:40px 0 30px;display:flex}.workspace-head h1{margin:10px 0 0;font-size:32px}.workspace-head p{color:var(--muted);margin:12px 0 0;font-size:12px}.field-pair{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field-pair label small{color:#8d9ca6;margin-top:4px;font-size:9px;display:block}.field-pair label{margin-bottom:14px}textarea{resize:vertical}.plan{border-top:1px solid var(--line);margin-top:20px;padding:15px 0}.plan h3{margin-top:10px;font-size:12px;line-height:1.8}.plan dl{font-size:10px}.plan dl>div{border-bottom:1px solid #e4ebef;justify-content:space-between;padding:8px 0;display:flex}.plan dd{margin:0}.plan dd span{color:var(--orange);margin:0 6px}.text-button{color:var(--muted);background:0 0;border:0;padding:12px 0;font-size:10px}table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}th,td{border-bottom:1px solid var(--line);padding:20px}th{color:var(--muted);background:#f0f4f7;font-size:10px;font-weight:400}.table-scroll{overflow:auto}code{font-size:10px}td a{color:var(--orange)}.file-button{cursor:pointer;position:relative;overflow:hidden}.file-button input{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.file-button:focus-within{outline:3px solid var(--orange);outline-offset:4px}.viewer-error{max-width:500px;margin:auto;padding:70px 30px;font-size:14px;line-height:2}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#toast{background:var(--navy);color:#fff;z-index:10;opacity:0;pointer-events:none;border-radius:6px;max-width:min(90vw,650px);padding:15px 22px;font-size:12px;line-height:1.8;transition:all .2s;position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);box-shadow:0 8px 30px #16344920}#toast.visible{opacity:1;transform:translate(-50%)}@media (min-width:1500px){.scene{height:540px}}@media (max-width:1150px){.metrics{gap:20px}}@media (max-width:800px){main,main.wide{padding:0 22px}h1{font-size:45px}.scene{height:410px}.demo-bottom{flex-direction:column;align-items:flex-start;padding:20px}.metrics{justify-content:space-between;gap:15px;width:100%}.metrics>div{flex:1;padding-left:18px}.metrics>div:first-child{border-left:0;padding-left:0}.metrics strong{font-size:28px}.workspace-head{flex-direction:column;align-items:flex-start;gap:23px;padding:30px 0}.workspace-head h1{font-size:29px}.demo-topline{flex-wrap:wrap;padding:12px 15px}.data-status{font-size:9px}.file-button{font-size:12px}}@media (max-width:450px){h1{font-size:37px}.scene{height:350px}.playback{gap:7px;padding:7px 8px}.demo-bottom a{width:max-content;margin:7px 0 0;display:block}.workspace-head p{font-size:11px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}#cancel-simulation{color:#a34e2e;width:100%;margin-top:8px}#cancel-simulation[hidden]{display:none}.viewer-camera-tools{z-index:3;background:#fffffff2;border:1px solid #c4d2df;border-radius:9px;display:grid;position:absolute;top:14px;right:14px;overflow:hidden;box-shadow:0 3px 14px #15375118}.viewer-camera-tools button{color:#174f87;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #dce5ed;border-radius:0;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;margin:0;padding:0;font:24px/1 system-ui,sans-serif;display:flex}.viewer-camera-tools button:last-child{border-bottom:0}.viewer-camera-tools button[data-camera-action=reset],.viewer-camera-tools button[data-camera-action=follow]{font-size:12px;font-weight:600}.viewer-camera-tools button[data-camera-action=follow][aria-pressed=true]{color:#fff;background:#14549e}.viewer-camera-tools button:hover{background:#eaf2fb}.viewer-camera-tools button:active{background:#d9e8f7}.viewer-camera-tools button:disabled{cursor:default}.viewer-camera-tools button:focus-visible{outline-offset:-4px;outline:3px solid #548ed0}.viewer-camera-help{z-index:2;color:#46637d;pointer-events:none;background:#ffffffed;border:1px solid #d8e2eb;border-radius:6px;max-width:calc(100% - 28px);margin:0;padding:6px 10px;font:12px/1.5 system-ui,sans-serif;position:absolute;bottom:86px;left:14px}.viewer-camera-help .viewer-camera-touch{display:none}@media (pointer:coarse){.viewer-camera-help .viewer-camera-desktop{display:none}.viewer-camera-help .viewer-camera-touch{display:inline}}@media (max-width:450px){.viewer-camera-tools{top:10px;right:10px}.viewer-camera-help{max-width:calc(100% - 20px);padding:5px 8px;font-size:11px;bottom:80px;left:10px}}.viewer-asset-status{z-index:2;color:#465e73;pointer-events:none;background:#fffffff0;border-radius:6px;max-width:calc(100% - 88px);margin:0;padding:7px 10px;font:12px/1.5 system-ui,sans-serif;position:absolute;top:14px;left:14px}.viewer-asset-status[hidden]{display:none}.is-file-dragover{outline-offset:-3px;background-color:#eaf3ff!important;outline:3px solid #548ed0!important}.is-file-drop-busy{cursor:progress}#app.public-site{--site-ink:#0a2647;--site-blue:#14549e;--site-copy:#3f4a63;--site-muted:#68758b;--site-line:#e7eaf0;--site-tint:#f6f8fb;--navy:var(--site-ink);--orange:var(--site-blue);--muted:var(--site-muted);--line:var(--site-line);color:var(--site-ink);-webkit-font-smoothing:antialiased;background:#fff;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px}.public-site :is(h1,h2,h3){letter-spacing:-.01em}.public-site :is(a,button,input,select):focus-visible{outline-offset:3px;outline:3px solid #548ed0}.public-site .site-container{width:100%;max-width:1180px;margin-inline:auto;padding-inline:28px}#app.public-site>main{max-width:1180px;min-height:55vh;padding-inline:28px}#app.public-site>main:has(.site-home){max-width:none;padding:0}#app.public-site>.site-header{z-index:5;background:#fff;border:0;max-width:none;height:auto;padding:0;display:block;position:relative}.site-utility{background:var(--site-ink);color:#b0c1d8;font-size:11.5px}.site-utility>div{justify-content:space-between;align-items:center;gap:20px;min-height:34px;display:flex}.site-utility>div>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-utility>div>div{flex:none;gap:22px;display:flex}.site-utility a{color:#d5e1f1;align-items:center;gap:6px;display:inline-flex}.site-utility a:last-child{color:#fff}.site-utility i{background:#69a7f1;border-radius:50%;width:5px;height:5px}.site-header .site-navigation{align-items:center;gap:20px;min-height:68px;display:flex}.site-header:after{content:"";background:var(--site-line);height:1px;display:block}.site-brand{color:var(--site-ink);flex:none;align-items:center;gap:10px;display:inline-flex}.site-brand-icon{object-fit:contain;flex:none;width:34px;height:34px;display:block}.site-brand strong{letter-spacing:.01em;font-size:17px;line-height:1.25;display:block}.site-brand small{color:var(--site-muted);letter-spacing:.06em;margin-top:3px;font-size:10px;display:block}#app.public-site .site-header nav{background:#fff;border:0;flex:1;align-items:stretch;gap:0;min-width:0;padding:0;display:flex;position:static}#app.public-site .site-header nav a{min-height:68px;color:var(--site-copy);white-space:nowrap;border-bottom:2px solid #0000;justify-content:center;align-items:center;padding:0 11px;font-size:13px;display:inline-flex}#app.public-site .site-header nav a:is(.active,:hover){color:var(--site-blue)}#app.public-site .site-header nav a.active{border-bottom-color:var(--site-blue);font-weight:600}.site-nav-actions{flex:none;gap:9px;display:flex}.site-button{border:1px solid var(--site-blue);background:var(--site-blue);color:#fff;white-space:nowrap;border-radius:3px;justify-content:center;align-items:center;min-height:44px;padding:10px 24px;font-size:14px;font-weight:600;line-height:1.5;display:inline-flex}.site-button:hover{color:#fff;background:#0e3f7b;border-color:#0e3f7b}.site-button-secondary{color:var(--site-copy);background:0 0;border-color:#dbe1ea;font-weight:500}.site-button-secondary:hover{border-color:var(--site-blue);color:var(--site-blue);background:#f2f6fb}.site-nav-actions .site-button{min-height:36px;padding:7px 14px;font-size:13px}#app.public-site .site-menu-button{border:1px solid var(--site-line);color:var(--site-blue);background:#fff;border-radius:3px;font-size:19px;display:none}.site-hero{border-bottom:1px solid var(--site-line)}.site-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:44px;padding-block:56px 52px;display:grid}.site-hero-copy{min-width:0}.site-kicker{color:var(--site-blue);letter-spacing:.02em;background:#eaf1f9;border:1px solid #bcd2e8;align-items:center;gap:8px;margin-bottom:20px;padding:5px 11px;font-size:11.5px;font-weight:600;display:inline-flex}.site-kicker i{background:var(--site-blue);border-radius:50%;flex:none;width:5px;height:5px}.site-home h1{color:var(--site-ink);margin:0 0 18px;font-size:38px;font-weight:900;line-height:1.34}.site-hero-description{color:var(--site-copy);text-wrap:pretty;margin:0 0 24px;font-size:14.5px;line-height:1.95}.site-hero-points{gap:11px;margin:0 0 28px;padding:0;list-style:none;display:grid}.site-hero-points li{color:#252f4a;align-items:flex-start;gap:10px;font-size:13px;line-height:1.7;display:flex}.site-hero-points li:before{content:"";background:linear-gradient(var(--site-blue),var(--site-blue)) center / 5px 5px no-repeat #eaf1f9;border:1px solid #bcd2e8;flex:none;width:16px;height:16px;margin-top:3px}.site-hero-actions{flex-wrap:wrap;gap:10px;display:flex}.site-demo{border:1px solid var(--site-line);background:#fff;min-width:0;scroll-margin-top:24px;box-shadow:0 16px 40px #0a26471a}.site-demo-title{background:var(--site-ink);color:#c8d6ea;align-items:center;gap:8px;height:36px;padding:0 14px;display:flex}.site-demo-title>img{object-fit:contain;flex:none;width:22px;height:22px;display:block}.site-demo-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:500;overflow:hidden}.site-demo-title small{white-space:nowrap;margin-left:auto;font-size:10px}.site-demo-body{gap:11px;padding:16px;display:grid}.site-home .site-demo-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.site-home .site-demo-metrics>div{border:1px solid var(--site-line);min-width:0;padding:11px 13px}.site-home .site-demo-metrics>div>span{color:var(--site-muted);margin-bottom:6px;font-size:11px}.site-home .site-demo-metrics strong{letter-spacing:0;font:700 22px/1.35 Noto Sans SC,PingFang SC,sans-serif}.site-home .site-demo-metrics small{margin-left:5px;font-size:11px}.site-demo-viewport{border:1px solid var(--site-line);min-width:0}.site-demo-caption{color:var(--site-muted);justify-content:space-between;gap:10px;padding:10px 12px;font-size:11px;display:flex}.site-demo-caption>span:last-child{align-items:center;gap:5px;display:inline-flex}.site-demo-caption i{background:#228a5a;border-radius:50%;width:6px;height:6px}.site-home .scene{background:#edf2f5;height:268px}.site-home .playback{border-radius:3px;gap:7px;width:calc(100% - 20px);padding:5px 8px;bottom:10px}.site-home .playback .icon-button{min-width:32px;min-height:34px;padding:4px}.site-home .viewer-camera-tools{border-radius:3px;top:9px;right:9px}.site-home .viewer-camera-help{display:none}.site-home .viewer-asset-status{padding:5px 7px;font-size:10px;top:9px;left:9px}.site-demo-status{border:1px solid var(--site-line);background:var(--site-tint);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.site-demo-status .data-status{color:var(--site-copy);font-size:10.5px}.site-demo-status a{white-space:nowrap;color:var(--site-blue);font-size:11px;font-weight:600}.site-demo-note{color:var(--site-muted);margin:-2px 0 0;font-size:10px;line-height:1.7}.site-facts{background:var(--site-ink);color:#fff}.site-facts>div{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.site-facts>div>div{border-right:1px solid #ffffff1a;padding:22px 20px}.site-facts>div>div:last-child{border:0}.site-facts strong{font-size:24px;font-weight:700;line-height:1.5;display:block}.site-facts span{color:#a5bad4;margin-top:5px;font-size:11.5px;display:block}.site-section{border-bottom:1px solid var(--site-line);padding-block:60px;scroll-margin-top:24px}.site-section-tint{background:var(--site-tint)}.site-section-heading{border-left:4px solid var(--site-blue);margin-bottom:30px;padding-left:14px}.site-section-heading h2{margin:0 0 6px;font-size:25px;font-weight:700;line-height:1.45}.site-section-heading p{color:var(--site-muted);margin:0;font-size:13.5px;line-height:1.8}.site-heading-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex}.site-heading-row .site-section-heading{margin-bottom:0}.site-text-link{color:var(--site-blue);flex:none;padding-bottom:3px;font-size:13px;font-weight:600}.site-text-link:hover{text-decoration:underline}.site-advantages{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.site-advantages article{border:1px solid var(--site-line);border-top:3px solid var(--site-blue);flex-direction:column;padding:22px 20px;display:flex}.site-overline{letter-spacing:.1em;color:#7b879a;font-size:10.5px;font-weight:600}.site-advantages h3{margin:10px 0;font-size:15.5px;font-weight:700;line-height:1.6}.site-advantages p{color:var(--site-muted);margin:0 0 14px;font-size:12.5px;line-height:1.9}.site-advantage-note{border-top:1px dashed var(--site-line);align-items:baseline;gap:8px;margin-top:auto;padding-top:12px;line-height:1.7;display:flex}.site-advantage-note span{color:var(--site-muted);flex:none;font-size:10.5px}.site-advantage-note strong{color:var(--site-blue);font-size:11.5px;font-weight:600}.site-process{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.site-process li{border:1px solid var(--site-line);background:#fff;padding:20px 18px}.site-process li>div{align-items:center;gap:9px;margin-bottom:12px;display:flex}.site-step-number{background:var(--site-blue);color:#fff;flex:none;place-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:grid}.site-process h3{margin:0 0 8px;font-size:14.5px;font-weight:700}.site-process p{color:var(--site-muted);margin:0;font-size:12.5px;line-height:1.85}.site-audience-tabs{border-bottom:1px solid var(--site-line);gap:2px;display:flex;overflow-x:auto}.site-audience-tabs button{min-height:46px;color:var(--site-muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:12px 20px;font-size:13.5px;font-weight:500}.site-audience-tabs button[aria-selected=true]{background:var(--site-tint);color:var(--site-blue);border-bottom-color:var(--site-blue);font-weight:600}.site-audience-tabs button:focus-visible{outline-offset:-4px}.site-audience-panel{border:1px solid var(--site-line);border-top:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;padding:26px 24px;display:grid}.site-audience-panel[hidden]{display:none}.site-audience-panel h3{color:#c35;letter-spacing:.05em;margin:0 0 9px;font-size:11.5px;font-weight:600}.site-audience-panel>div:nth-child(2) h3{color:var(--site-blue)}.site-audience-panel>div:nth-child(3) h3{color:#228a5a}.site-audience-panel p{color:var(--site-copy);margin:0;font-size:13px;line-height:1.95}.site-cases{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.site-case{border:1px solid var(--site-line);color:var(--site-ink);background:#fff;flex-direction:column;padding:22px 20px;display:flex}.site-case:hover{border-color:#bcd2e8}.site-case-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.site-case-top>span{color:var(--site-blue);white-space:nowrap;background:#eaf1f9;border:1px solid #bcd2e8;padding:2px 8px;font-size:11px;font-weight:600}.site-case-top small{color:var(--site-muted);font-size:10px}.site-case h3{margin:0 0 9px;font-size:15px;font-weight:700;line-height:1.6}.site-case>p{color:var(--site-muted);margin:0 0 16px;font-size:12.5px;line-height:1.85}.site-case-facts{border:1px solid var(--site-line);grid-template-columns:1fr 1fr;margin-top:auto;display:grid}.site-case-facts>div{min-width:0;padding:11px 12px}.site-case-facts>div+div{border-left:1px solid var(--site-line)}.site-case-facts strong{color:#228a5a;font-size:16px;font-weight:700;display:block}.site-case-facts span{color:var(--site-muted);margin-top:3px;font-size:10.5px;line-height:1.6;display:block}.site-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:26px;display:grid}.site-trust article{border:1px solid var(--site-line);background:var(--site-tint);padding:22px 20px}.site-trust h3{margin:0 0 10px;font-size:15px;font-weight:700;line-height:1.6}.site-trust p{color:var(--site-muted);margin:0;font-size:12.5px;line-height:1.9}.site-capabilities{grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;display:grid}.site-capabilities span{color:#7b879a;text-align:center;border:1px dashed #dbe1ea;place-items:center;min-height:46px;padding:8px;font-size:11px;display:grid}.site-closing{background:var(--site-blue);color:#fff}.site-closing>div{justify-content:space-between;align-items:center;gap:26px;padding-block:35px;display:flex}.site-closing h2{margin:0 0 7px;font-size:22px;font-weight:700;line-height:1.5}.site-closing p{color:#d0e0f3;margin:0;font-size:13px}.site-closing>div>div:last-child{flex:none;gap:10px;display:flex}.site-closing .site-button{color:var(--site-ink);background:#fff;border-color:#fff}.site-closing .site-button-secondary{color:#fff;background:0 0;border-color:#ffffff60}.site-closing .site-button:hover{color:var(--site-blue);background:#e6edf7}#app.public-site>.site-footer{background:var(--site-ink);color:#fff;border:0;max-width:none;margin:0;padding:0;display:block}.site-footer-grid{grid-template-columns:1.35fr repeat(4,1fr);gap:32px;padding-block:44px 34px;display:grid}.site-footer .site-brand{color:#fff}.site-footer .site-brand small{display:none}.site-footer .site-brand-icon{width:30px;height:30px}.site-footer .site-brand strong{font-size:15px}.site-footer-intro p{color:#a5bad4;max-width:250px;margin:14px 0 0;font-size:12px;line-height:1.9}.site-footer-grid h2{color:#fff;margin:0 0 14px;font-size:12.5px;font-weight:600}.site-footer-grid>div>a:not(.site-brand){color:#a5bad4;width:-moz-fit-content;width:fit-content;margin-top:10px;font-size:12px;display:block}.site-footer-grid>div>a:hover{color:#fff;text-decoration:underline}.site-footer-bottom{background:#071c33;border-top:1px solid #ffffff12}.site-footer-bottom>div{color:#9bb0cc;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-block:16px;font-size:11.5px;display:flex}.public-site .button:not(.secondary):hover{background:#0e3f7b}.site-inner-page{padding-bottom:60px}.site-auth-layout{grid-template-columns:1fr minmax(300px,440px);align-items:center;gap:72px;min-height:620px;padding:56px 24px;display:grid}.site-auth-copy h1{color:var(--site-ink);margin:18px 0;font-size:36px;font-weight:700;line-height:1.5}.site-auth-copy>p{max-width:430px;color:var(--site-copy);font-size:14px;line-height:1.95}.site-auth-form{border:1px solid var(--site-line);border-top:3px solid var(--site-blue);background:#fff;border-radius:3px;width:100%;padding:32px;box-shadow:0 12px 35px #0a264708}.site-auth-form h2{color:var(--site-ink);margin:14px 0 10px;font-size:26px}.site-auth-form>p{color:var(--site-copy);font-size:14px}.site-auth-form label{color:var(--site-copy);margin-bottom:20px;font-size:14px;line-height:1.7}.site-auth-form input:not([type=checkbox]){min-height:46px;color:var(--site-ink);background:#fff;border:1px solid #cbd6e3;border-radius:3px;font-size:14px}.site-auth-form>.button{background:var(--site-blue);border-radius:3px;justify-content:center;width:100%;min-height:46px;font-size:14px}.site-auth-form .site-checkbox-label{align-items:flex-start;gap:9px;font-size:13px;display:flex}.site-checkbox-label input{accent-color:var(--site-blue);flex:none;margin-top:5px}.site-checkbox-label a,.site-auth-switch a{color:var(--site-blue);text-underline-offset:3px;text-decoration:underline}.site-auth-form .site-auth-recovery-link{width:-moz-fit-content;width:fit-content;color:var(--site-blue);margin:-6px 0 20px auto;font-size:13px;display:block}.site-auth-form .site-auth-switch{text-align:center;margin:20px 0 0;font-size:13px}.site-form-error{color:#ad3444;font-size:14px;line-height:1.8}.site-form-error:not(:empty){margin-bottom:18px}.site-auth-form .site-auth-status:empty{margin:0}.site-auth-form .site-auth-status:not(:empty){color:#205c41;overflow-wrap:anywhere;background:#edf7f1;border:1px solid #c8e3d4;padding:12px}.site-access-page{padding-bottom:50px}.site-page-heading{max-width:880px;padding:44px 0 32px}.site-breadcrumb{color:var(--site-muted);margin:0 0 24px;font-size:12px}.site-breadcrumb a{color:var(--site-blue)}.site-breadcrumb span{margin-inline:9px}.site-page-heading h1{color:var(--site-ink);margin:0 0 20px;font-size:clamp(28px,3.2vw,38px);font-weight:700;line-height:1.45}.site-page-heading>p:last-child{color:var(--site-copy);margin:0;font-size:15px;line-height:1.95}.site-page-actions{flex-wrap:wrap;gap:12px;margin:0 0 32px;display:flex}.site-page-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.site-page-cards article{border:1px solid var(--site-line);border-top:3px solid var(--site-blue);padding:26px}.site-page-cards h2{color:var(--site-ink);margin:0 0 12px;font-size:19px;line-height:1.5}.site-page-cards p{color:var(--site-copy);margin:0;font-size:14px;line-height:1.95}.site-legal-content{grid-template-columns:1fr;max-width:900px}.site-legal-content article{border-top:1px solid var(--site-line);background:var(--site-tint)}.site-page-note{border-left:3px solid var(--site-blue);background:var(--site-tint);grid-template-columns:auto minmax(0,1fr);gap:22px;margin:28px 0 40px;padding:22px 24px;display:grid}.site-page-note>strong{font-size:13px;line-height:1.9}.site-page-note p{color:var(--site-copy);margin:0;font-size:13px;line-height:1.9}.site-page-note .site-button{width:-moz-fit-content;width:fit-content;margin-top:14px;display:flex}.site-help-list{gap:12px;display:grid}.site-help-list details{border:1px solid var(--site-line);background:#fff}.site-help-list summary{color:var(--site-ink);cursor:pointer;padding:20px 24px;font-size:15px;font-weight:600;line-height:1.8}.site-help-list summary::marker{color:var(--site-blue)}.site-help-list summary:focus-visible{outline-offset:-3px;outline:3px solid #548ed0}.site-help-list details[open]{border-color:#bcd2e8}.site-help-list details[open] summary{background:var(--site-tint)}.site-help-list details p{color:var(--site-copy);margin:0;padding:20px 24px;font-size:14px;line-height:2}.site-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.site-plans article{border:1px solid var(--site-line);flex-direction:column;padding:28px 24px;display:flex}.site-plans .site-plan-featured{border-top:3px solid var(--site-blue);background:var(--site-tint);padding-top:26px}.site-plans h2{color:var(--site-ink);margin:14px 0 20px;font-size:21px;line-height:1.5}.site-plan-price{color:var(--site-blue);margin:0 0 22px;font-size:40px;font-weight:700;line-height:1.4}.site-plan-price small{color:var(--site-muted);margin-top:8px;font-size:12px;font-weight:400;line-height:1.7;display:block}.site-plan-quote{padding-top:11px;font-size:32px}.site-plans ul{color:var(--site-copy);margin:0 0 28px;padding-left:20px;font-size:14px;line-height:2.5}.site-plans li::marker{color:var(--site-blue)}.site-plans .site-button,.site-plan-status{margin-top:auto}.site-plan-status{color:var(--site-blue);text-align:center;background:#eaf1f9;border:1px solid #bcd2e8;margin-bottom:0;padding:12px;font-size:13px}.site-plans .site-plan-note{color:var(--site-muted);margin:18px 0 0;font-size:12px;line-height:1.85}@media (max-width:800px){.site-auth-layout{grid-template-columns:1fr;gap:24px;min-height:auto;padding:36px 0}.site-auth-copy h1{font-size:28px}.site-auth-form{max-width:520px;padding:26px 22px}.site-page-heading{padding-top:32px}.site-page-cards,.site-plans{grid-template-columns:1fr}.site-page-cards article{padding:22px}.site-page-note{grid-template-columns:1fr;gap:8px;padding:20px}.site-page-heading>p:last-child{font-size:14px}.site-help-list summary,.site-help-list details p{padding:18px}.site-inner-page{padding-bottom:35px}}@media (max-width:1120px){.site-header .site-navigation{gap:12px}#app.public-site .site-header nav a{padding-inline:8px;font-size:12px}.site-nav-actions .site-button{padding-inline:10px}.site-nav-actions .site-button-secondary{display:none}.site-hero-grid{gap:30px}.site-home h1{font-size:34px}.site-advantages{grid-template-columns:repeat(2,minmax(0,1fr))}.site-process{grid-template-columns:repeat(3,minmax(0,1fr))}.site-closing>div{align-items:flex-start}.site-closing>div>div:last-child{flex-direction:column}}@media (max-width:850px){.public-site .site-container,#app.public-site>main{padding-inline:22px}.site-header .site-navigation{min-height:68px}.site-header .site-nav-actions{margin-left:auto}#app.public-site .site-menu-button{place-items:center;min-width:44px;min-height:44px;display:grid!important}#app.public-site .site-header nav{border-bottom:1px solid var(--site-line);padding:12px 22px;display:none;position:absolute;top:102px;left:0;right:0;box-shadow:0 12px 18px #0a26470a}#app.public-site .site-header.expanded nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}#app.public-site .site-header nav a{justify-content:flex-start;min-height:44px;padding:10px 12px;font-size:14px}.site-hero-grid{grid-template-columns:1fr;gap:32px;padding-block:38px}.site-hero-copy{max-width:620px}.site-home h1{font-size:36px}.site-home .scene{height:340px}.site-section{padding-block:42px}.site-heading-row{flex-direction:column;align-items:flex-start;gap:14px}.site-audience-panel{gap:20px;padding:22px}.site-cases{grid-template-columns:1fr}.site-case-top{justify-content:flex-start;gap:12px}.site-trust{grid-template-columns:1fr}.site-capabilities{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.site-footer-intro{grid-column:1/-1}.site-footer-intro p{max-width:480px}}@media (max-width:560px){.public-site .site-container{padding-inline:20px}.site-utility>div{gap:10px}.site-utility>div>span{font-size:10px}.site-utility>div>div{gap:0}.site-utility>div>div>a:first-child{display:none}.site-utility a{font-size:10px}.site-brand{gap:8px}.site-brand strong{font-size:16px}.site-nav-actions .site-button{min-height:40px;font-size:12px}.site-kicker{padding-inline:8px;font-size:10.5px}.site-home h1{font-size:32px}.site-hero-description{font-size:14px}.site-hero-points li{font-size:13px}.site-hero-actions .site-button{flex:1;padding-inline:14px}.site-demo-title{padding-inline:10px}.site-demo-title strong{font-size:10.5px}.site-demo-title small{font-size:9px}.site-demo-body{gap:9px;padding:10px}.site-home .site-demo-metrics{gap:6px}.site-home .site-demo-metrics>div{padding:10px 8px}.site-home .site-demo-metrics strong{font-size:20px}.site-home .scene{height:300px}.site-home .playback{gap:3px;width:calc(100% - 12px);padding-inline:4px}.site-home .playback .camera{padding-inline:2px;font-size:9px}.site-demo-status{flex-wrap:wrap;gap:8px;padding:9px 8px}.site-facts>div{grid-template-columns:repeat(2,minmax(0,1fr))}.site-facts>div>div{padding:19px 12px}.site-facts>div>div:nth-child(2){border-right:0}.site-facts>div>div:nth-child(-n+2){border-bottom:1px solid #ffffff1a}.site-facts strong{font-size:23px}.site-facts span{font-size:10.5px}.site-section-heading h2{font-size:23px}.site-section-heading p{font-size:13px}.site-advantages{grid-template-columns:1fr}.site-process{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.site-process li{padding:17px 14px}.site-audience-tabs button{padding-inline:16px}.site-audience-panel{grid-template-columns:1fr}.site-capabilities{gap:8px}.site-capabilities span{padding-inline:4px;font-size:10px}.site-closing>div{flex-direction:column;gap:22px}.site-closing h2{font-size:22px}.site-closing>div>div:last-child{flex-direction:row;width:100%}.site-closing .site-button{flex:1;padding-inline:12px;font-size:13px}.site-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:no-preference){.site-hero-copy,.site-demo{animation:.45s ease-out both site-arrive}.site-demo{animation-delay:80ms}@keyframes site-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.cs-security-grid{grid-template-columns:1fr 1fr;align-items:start;gap:20px;margin:24px 0;display:grid}.cs-security-grid>.cs-card{min-width:0;margin-bottom:0}.cs-account-capabilities{color:#78829d;border-top:1px solid #e7eaf0;flex-wrap:wrap;gap:12px 28px;margin-top:20px;padding-top:20px;font-size:13px;display:flex}.cs-account-capabilities strong{color:#071437;margin-left:8px;font-weight:500}.cs-security-form{max-width:520px;margin-top:24px}.cs-form-message{color:#205c41;overflow-wrap:anywhere;margin:12px 0;font-size:14px;line-height:1.7}.cs-form-message:empty{display:none}.cs-form-message.error{color:#b6293e;background:#fff3f5;border:1px solid #fac3cc;border-radius:7px;padding:10px 12px}.cs-session-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0;display:grid}.cs-session-item{border:1px solid #e7eaf0;border-radius:9px;min-width:0;padding:20px}.cs-session-item>div{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.cs-session-item p{color:#78829d;margin-bottom:0;font-size:13px}.cs-session-item details{margin-top:12px}.cs-session-item summary{cursor:pointer;color:#14549e;font-size:13px}.cs-session-revoke{border-top:1px solid #e7eaf0;grid-template-columns:minmax(0,520px) minmax(0,1fr);align-items:end;gap:20px;padding-top:20px;display:grid}.cs-session-revoke h3{margin:0}.cs-session-revoke label{margin-bottom:0!important}@media (max-width:900px){.cs-security-grid,.cs-session-list,.cs-session-revoke{grid-template-columns:1fr}}.console{--navy:#071437;--muted:#78829d;--line:#e7eaf0;--orange:#14549e;--blue:#eaf1f9;color:#071437;background:#f8f8f9;flex-direction:column;min-width:0;min-height:100vh;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6;display:flex}.console.cs-loading{color:var(--muted);justify-content:center;align-items:center}.console [hidden]{display:none!important}.console :is(button,a,input,select,textarea,summary):focus-visible{outline-offset:3px;outline:3px solid #548ed0}.console :is(h1,h2,h3){letter-spacing:0;color:#071437}.console :is(p,small,code){overflow-wrap:anywhere}.console p{line-height:1.8}.console .button{color:#fff;background:#14549e;border:1px solid #14549e;border-radius:8px;justify-content:center;gap:10px;min-height:44px;padding:10px 17px;font-size:14px;font-weight:600;line-height:1.5;transition:background .15s,border-color .15s;transform:none}.console .button:hover{background:#0e3f7b;border-color:#0e3f7b;transform:none}.console .button.secondary{color:#14549e;background:#fff;border-color:#ccd7e5}.console .button.secondary:hover{background:#eaf1f9;border-color:#a8c2e0}.console .text-button{color:#14549e;min-height:44px;padding:9px 12px;font-size:13px}.console :is(.muted,.eyebrow){color:#78829d;font-size:12px;line-height:1.7}.console .eyebrow{letter-spacing:.04em}.cs-header{z-index:40;color:#fff;background:#0a2647;border:0;flex:0 0 64px;justify-content:flex-start;align-items:center;gap:20px;width:100%;max-width:none;height:64px;min-height:64px;margin:0;padding:0 20px 0 0;display:flex;position:sticky;top:0}.cs-logo{color:#fff;border-right:1px solid #ffffff1a;flex:0 0 88px;justify-content:center;align-self:stretch;align-items:center;width:88px;font-size:15px;font-weight:700;display:flex}.cs-logo>img{object-fit:contain;width:36px;height:36px;display:block}.cs-brand{flex:none;min-width:0;line-height:1.3}.cs-brand :is(strong,b){color:#fff;white-space:nowrap;font-size:16px;font-weight:700;display:block}.cs-brand :is(small,span){color:#a7bad3;margin-top:3px;font-size:12px;display:block}.cs-search{background:#ffffff12;border:1px solid #ffffff26;border-radius:7px;flex:0 360px;align-items:center;gap:8px;min-width:120px;height:40px;padding:0 6px 0 12px;display:flex}.console .cs-search input[type=search]{color:#fff;background:0 0;border:0;flex:1;min-width:0;height:36px;min-height:36px;margin:0;padding:0;font-size:13px}.cs-search input::placeholder{color:#a7bad3}.cs-search button{color:#c8d6ea;background:0 0;border:0;border-radius:5px;place-items:center;width:32px;height:32px;padding:0;display:grid}.cs-search button:hover{background:#ffffff15}.cs-header-actions{flex:none;align-items:center;gap:10px;margin-left:auto;display:flex}.cs-header-actions :is(a,button){color:#d6e2f2;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:8px 12px;font-size:13px;display:inline-flex}.cs-header-actions :is(a,button):hover{background:#ffffff12}.cs-header-actions button[data-assistant],.cs-header-actions #cs-toggle-ai{color:#fff;background:#14549e;border-color:#316cac}.cs-header-actions button[aria-expanded=true]{color:#14549e;background:#eaf1f9;border-color:#a8c2e0}.cs-avatar{color:#14549e;background:#eaf1f9;border-radius:7px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:inline-flex}.cs-header-actions .cs-avatar{color:#fff;background:#ffffff1a}.cs-user-button{border:0!important;border-left:1px solid #ffffff26!important;border-radius:0!important}.cs-user-button>span:last-child{text-align:left;max-width:150px;display:block}.cs-user-button strong{color:#fff;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.cs-user-button small{color:#a7bad3;font-size:12px;display:block}.cs-layout{flex:1;align-items:stretch;min-width:0;display:flex}.console .cs-rail{z-index:20;background:#fff;border-right:1px solid #e7eaf0;flex-direction:column;flex:0 0 88px;gap:7px;width:88px;height:calc(100vh - 64px);padding:14px 9px;display:flex;position:sticky;top:64px;left:auto;right:auto}.cs-nav{color:#4b5675;text-align:center;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;min-height:72px;padding:10px 3px;font-weight:500;line-height:1.4;display:flex;font-size:12px!important}.cs-nav>:is(svg,.cs-nav-icon){width:22px;height:22px;font-size:22px}.cs-nav:hover{background:#f4f6f9}.cs-nav.active{color:#14549e;background:#eaf1f9;font-weight:600}.cs-rail-bottom{margin-top:auto}.cs-project-sidebar{background:#fff;border-right:1px solid #e7eaf0;flex:0 0 268px;width:268px;height:calc(100vh - 64px);position:sticky;top:64px;overflow-y:auto}.cs-sidebar-heading{justify-content:space-between;align-items:center;gap:10px;padding:19px 17px 11px;font-size:15px;font-weight:600;display:flex}.cs-sidebar-heading button{color:#14549e;background:0 0;border:0;border-radius:6px;min-height:36px;padding:5px 8px;font-size:13px}.cs-sidebar-heading button:hover{background:#eaf1f9}.cs-project-filter{border-bottom:1px solid #edf0f4;padding:0 17px 16px}.console .cs-project-filter input[type=search]{color:#071437;background:#fff;border:1px solid #dbdfe9;border-radius:8px;min-height:40px;margin:0;padding:9px 11px;font-size:13px}.cs-project-tree{padding:10px}.cs-tree-project{color:#071437;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:62px;padding:10px;display:flex}.cs-tree-project:hover{background:#f8f8f9}.cs-tree-project.active{color:#14549e;background:#eaf1f9}.cs-tree-project>span:not(:first-child){flex:1;min-width:0}.cs-tree-project :is(strong,b){white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.cs-tree-project small{color:#78829d;margin-top:3px;font-size:12px;display:block}.cs-project-tag{color:#14549e;background:#eaf1f9;border-radius:7px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}.console .cs-tree-children{background:0 0;border:0;border-left:1px solid #e7eaf0;flex-direction:column;gap:0;margin:4px 0 10px 25px;padding:0 0 0 10px;display:flex;position:static}.cs-tree-children button{color:#4b5675;text-align:left;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:44px;padding:9px 10px;font-size:14px;display:flex}.cs-tree-children button:hover,.cs-tree-children button.active{color:#14549e;background:#eaf1f9}.cs-tree-children button.active{font-weight:600}.cs-tree-children :is(small,em){color:#78829d;white-space:nowrap;background:#f1f3f7;border-radius:5px;padding:1px 6px;font-size:12px;font-style:normal;font-weight:400}.cs-project-menu{display:none}.cs-shell{flex:1;width:0;min-width:0}.cs-breadcrumb{color:#78829d;background:0 0;border-bottom:0;flex-wrap:wrap;align-items:center;gap:10px;min-height:48px;padding:12px 28px;font-size:12px;display:flex}.cs-breadcrumb button{color:#14549e;background:0 0;border:0;padding:3px 0;font-size:12px}.cs-breadcrumb>div{flex-wrap:wrap;align-items:center;gap:9px;min-width:0;display:flex}.cs-cloud{white-space:nowrap;align-items:center;gap:6px;margin-left:auto;display:flex}.cs-breadcrumb strong{color:#4b5675;overflow-wrap:anywhere;font-weight:500}.cs-body{min-width:0;display:flex}.cs-main{flex:1;width:100%;min-width:0;max-width:none;margin:0;padding:0 28px 60px}.cs-title{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;display:flex}.cs-title>.cs-actions{margin-top:0}.cs-title h1{overflow-wrap:anywhere;margin:5px 0 7px;font-size:24px;font-weight:600;line-height:1.5}.cs-title p{color:#78829d;max-width:840px;margin:0;font-size:14px}.cs-section{margin:24px 0}.cs-section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.cs-section-heading h2,.cs-card h2{margin:0;font-size:17px;font-weight:600;line-height:1.5}.cs-card{background:#fff;border:1px solid #e7eaf0;border-radius:12px;min-width:0;padding:24px}.cs-card>h2{margin-bottom:20px}.cs-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.cs-summary article{background:#fff;border:1px solid #e7eaf0;border-radius:12px;flex-direction:column;gap:8px;min-width:0;padding:22px;display:flex}.cs-summary article>span{color:#78829d;font-size:13px}.cs-summary strong{color:#071437;font-variant-numeric:tabular-nums;font-size:30px;font-weight:600;line-height:1.3}.cs-summary small{color:#78829d;font-size:12px}.cs-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.cs-dashboard>.cs-title,.cs-project-title{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.cs-dashboard>.cs-title .cs-actions,.cs-project-title .cs-actions{margin:0}.cs-dashboard-pending{margin-bottom:22px}.cs-dashboard-pending .cs-section-heading p{color:#78829d;margin:5px 0 0;font-size:12px}.cs-pending-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.cs-pending-item{background:#fcfcfd;border:1px solid #e7eaf0;border-radius:9px;min-width:0;padding:19px}.cs-pending-head{color:#78829d;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}.cs-pending-item h3{margin:13px 0 8px;font-size:15px;line-height:1.6}.cs-pending-item p{color:#78829d;margin-bottom:16px;font-size:13px}.cs-pending-item .button{width:100%}.cs-dashboard-tables{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.cs-dashboard-tables .cs-card{padding:0;overflow:hidden}.cs-dashboard-tables .cs-section-heading{border-bottom:1px solid #edf0f4;margin:0;padding:20px 22px}.cs-dashboard-tables .table-scroll{border:0;border-radius:0}.cs-dashboard-empty{color:#78829d;padding:28px 22px;font-size:13px}.cs-dashboard-empty strong{color:#4b5675;font-size:14px;font-weight:500}.cs-dashboard-empty p{margin:7px 0 0}.cs-dashboard-more{color:#14549e;background:0 0;border:0;align-items:center;min-height:36px;padding:5px 0;font-size:13px;display:inline-flex}.cs-table-action{color:#14549e;white-space:nowrap;background:#fff;border:1px solid #ccd7e5;border-radius:7px;min-height:38px;padding:7px 12px;font-size:13px}.cs-table-action:hover{background:#eaf1f9}.cs-project-name{text-align:left;background:0 0;border:0;max-width:260px;padding:3px 0;display:block}.cs-project-name strong{color:#071437;font-size:14px;font-weight:600}.cs-project-name small{color:#78829d;margin-top:4px;font-size:12px;display:block}.cs-date-cell{text-align:right;white-space:nowrap}.cs-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.cs-project-card{color:#071437;text-align:left;background:#fff;border:1px solid #e7eaf0;border-radius:12px;min-width:0;padding:24px;transition:border-color .15s,box-shadow .15s;position:relative}.cs-project-card:hover{border-color:#a8c2e0;box-shadow:0 4px 14px #0a26470a}.cs-folder{color:#14549e;font-size:30px}.cs-project-city{float:right;color:#78829d;margin-top:8px;font-size:12px}.cs-project-card h3{overflow-wrap:anywhere;margin:18px 0 10px;font-size:17px;font-weight:600;line-height:1.6}.cs-project-card p{color:#78829d;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px;font-size:13px;display:-webkit-box;overflow:hidden}.cs-project-card>div{color:#78829d;border-top:1px solid #edf0f4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:20px;padding-top:16px;font-size:12px;display:flex}.cs-project-card>div>span:last-child{color:#14549e;white-space:nowrap;font-weight:600}.console .table-scroll{background:#fff;border:1px solid #e7eaf0;border-radius:10px;width:100%;max-width:100%;overflow-x:auto}.console table{background:#fff;border:0;width:100%;font-size:13px}.console :is(th,td){vertical-align:middle;border-bottom:1px solid #edf0f4;padding:16px 18px;line-height:1.6}.console th{color:#78829d;white-space:nowrap;background:#fcfcfd;font-size:12px;font-weight:500}.console tr:last-child td{border-bottom:0}.console td a{color:#14549e}.console td code{font-size:12px}.cs-table-sub{color:#78829d;text-align:left;margin-top:4px;font-size:12px;display:block}.cs-status{color:#78829d;white-space:nowrap;background:#f1f3f7;border-radius:6px;align-items:center;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex}.cs-status.completed{color:#13833e;background:#eafff1}.cs-status.running,.cs-status.queued{color:#14549e;background:#eaf1f9}.cs-status.failed,.cs-status.cancelled{color:#c1274c;background:#ffeef3}.cs-status.pending{color:#916900;background:#fff8dd}.cs-empty{text-align:center;background:#fff;border:1px dashed #ccd7e5;border-radius:12px;padding:46px 24px}.cs-empty>span{color:#14549e;font-size:38px}.cs-empty h2{margin:16px 0 10px;font-size:21px;line-height:1.6}.cs-empty p{color:#78829d;font-size:14px}.cs-empty .button{margin-top:10px}.cs-empty.small{padding:24px}.cs-empty.small h2{font-size:17px}.cs-empty.small p{margin:5px 0}.console label{color:#4b5675;margin-bottom:17px;font-size:13px;font-weight:500}.console input:not([type=range]):not([type=checkbox]):not([type=file]):not([type=radio]):not([type=search]),.console textarea,.console select:not(.playback select){color:#071437;background:#fff;border:1px solid #dbdfe9;border-radius:8px;width:100%;min-width:0;min-height:44px;padding:10px 12px;font-size:14px;font-weight:400;line-height:1.6}.console :is(input,textarea)::placeholder{color:#99a1b7}.console input:is([type=checkbox],[type=radio]){accent-color:#14549e;flex:none;width:17px;height:17px;min-height:0;margin:2px 0 0;display:inline-block}.cs-project-overview,.cs-delivery-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:20px;display:grid}.cs-overview-columns{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:20px;display:grid}.cs-overview-columns>div{min-width:0}.cs-overview-activity{gap:20px;display:grid}.cs-overview-activity .button{width:100%;margin-top:12px}.cs-project-brief{margin-bottom:20px}.cs-project-brief p{color:#4b5675;font-size:14px}.cs-project-facts{color:#78829d;border-top:1px solid #edf0f4;flex-wrap:wrap;gap:12px 28px;padding-top:16px;font-size:12px;display:flex}.cs-project-facts strong{color:#4b5675;margin-left:7px;font-weight:500}.cs-workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.cs-workflow-card{color:#071437;text-align:left;background:#fff;border:1px solid #dce5f0;border-radius:12px;flex-direction:column;align-items:flex-start;gap:10px;min-width:0;min-height:180px;padding:22px;transition:border-color .15s,background .15s;display:flex;position:relative}.cs-workflow-card:hover{background:#f5f8fc;border-color:#9bbce0}.cs-workflow-card>div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%;font-size:14px;display:flex}.cs-workflow-card>div>span:first-child{align-items:center;gap:8px;display:inline-flex}.cs-workflow-card svg{color:#14549e;width:20px;height:20px}.cs-workflow-card>strong{margin:0;font-size:22px;font-weight:600}.cs-workflow-card p{color:#78829d;margin:0;font-size:12px;font-weight:400;line-height:1.7}.cs-workflow-arrow{color:#14549e;margin-top:auto;font-size:13px;font-weight:600}.cs-overview-details{background:#fff;border:1px solid #e7eaf0;border-radius:12px;min-width:0;margin-top:22px}.cs-overview-details>summary{cursor:pointer;padding:19px 24px;font-size:15px;font-weight:600}.cs-overview-details>.cs-card{border:0;border-top:1px solid #edf0f4;border-radius:0 0 12px 12px}.cs-overview-details>form,.cs-overview-details>.cs-project-overview{padding:0 24px 24px}.cs-activity-list>button{text-align:left;background:0 0;border:0;border-bottom:1px solid #edf0f4;align-items:flex-start;gap:12px;width:100%;padding:16px 0;display:flex}.cs-activity-list>button:last-child{border-bottom:0}.cs-activity-list>button>span{background:#14549e;border-radius:50%;flex:0 0 8px;width:8px;height:8px;margin-top:7px}.cs-activity-list strong{color:#4b5675;font-size:13px;font-weight:500;display:block}.cs-activity-list small{color:#78829d;margin-top:4px;font-size:12px;display:block}.cs-progress-list>div{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.cs-progress-list>div>span{color:#78829d;font-size:13px}.cs-progress-list strong{text-align:right;overflow-wrap:anywhere;font-size:15px;font-weight:600}.cs-next-step{background:#f5f8fc;border:1px solid #dce5f0;border-radius:9px;margin-top:22px;padding:20px}.cs-next-step h3{margin:9px 0;font-size:15px;line-height:1.7}.cs-next-step p{color:#78829d;margin-bottom:16px;font-size:13px}.cs-scenario-layout{grid-template-columns:220px minmax(0,1fr);gap:20px;display:grid}.cs-revisions{padding:20px 12px}.cs-revisions .cs-section-heading{padding:0 8px}.cs-revisions .cs-section-heading>span{color:#78829d;font-size:13px}.cs-revision{color:#4b5675;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;width:100%;margin-bottom:6px;padding:15px 12px;display:block;position:relative}.cs-revision:hover{background:#f8f8f9}.cs-revision.active{color:#14549e;background:#eaf1f9;border-color:#c5d7eb}.cs-revision>span{padding-right:25px;font-size:13px;line-height:1.7;display:block}.cs-revision>small{color:#78829d;margin-top:7px;font-size:12px;display:block}.cs-revision>em{color:#14549e;font-size:12px;font-style:normal;position:absolute;top:16px;right:9px}.cs-scene-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 16px;display:grid}.cs-scene-fields label small{color:#78829d;margin:6px 0;font-size:12px;font-weight:400;display:block}.cs-run-box{border-top:1px solid #e7eaf0;justify-content:space-between;align-items:center;gap:20px;margin-top:25px;padding-top:24px;display:flex}.cs-run-box h3{margin-bottom:7px;font-size:15px}.cs-run-box p{color:#78829d;max-width:360px;margin:0;font-size:12px}.cs-run-box .button{flex:none}.console .notice{color:#846400;overflow-wrap:anywhere;background:#fffbeb;border:1px solid #eadca8;border-radius:8px;margin:16px 0;padding:14px 16px;font-size:13px;line-height:1.8}.cs-data-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px;display:grid}.cs-data-layout>*{min-width:0}.cs-upload{cursor:pointer;text-align:center;background:#f5f8fc;border:1px dashed #a8c2e0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:200px;margin:24px 0;padding:30px 20px;display:flex;position:relative;color:#14549e!important;font-size:32px!important}.cs-upload strong{font-size:16px;font-weight:600}.cs-upload span{color:#78829d;font-size:12px;font-weight:400}.cs-upload input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.cs-upload:focus-within{outline-offset:3px;outline:3px solid #548ed0}.cs-format{color:#4b5675;margin-top:18px;font-size:13px}.cs-format summary{cursor:pointer;min-height:44px;padding:10px 0}.cs-format pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f4f6f9;border-radius:8px;max-height:320px;padding:16px;font-size:12px;line-height:1.8;overflow:auto}.cs-source-list article{border-top:1px solid #edf0f4;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:18px 0;display:flex}.cs-source-list article strong{overflow-wrap:anywhere;font-size:14px;font-weight:500}.cs-source-list article>span,.cs-source-list article small,.cs-source-list code{color:#78829d;font-size:12px}.cs-source-list article small{width:100%}.cs-source-item{text-align:left;background:0 0;border:0;border-bottom:1px solid #edf0f4;flex-wrap:wrap;align-items:flex-start;gap:8px;width:100%;padding:16px 0;display:flex}.cs-source-item strong{color:#071437;overflow-wrap:anywhere;width:100%;font-size:13px;font-weight:500}.cs-source-item small{color:#78829d;width:100%;font-size:12px}.cs-source-item:hover strong{color:#14549e}.cs-pending-plans{margin-bottom:22px}.console .cs-plan-review{text-align:left;justify-content:space-between;width:100%;margin-top:10px}.cs-plan-review>span:first-child{overflow-wrap:anywhere;min-width:0}.cs-plan-review>span:last-child{flex:none}.cs-import-review{margin-top:24px}.cs-import-review>p{color:#78829d;font-size:13px}.cs-import-review>p code{font-size:12px;display:block}.cs-result-toolbar{margin-bottom:20px;display:flex}.cs-select{min-width:280px;max-width:100%;margin:0}.cs-result-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:24px 0;display:grid}.cs-result-metrics article{border-left:1px solid #e7eaf0;min-width:0;padding-left:20px}.cs-result-metrics article:first-child{border:0;padding-left:0}.cs-result-metrics article>span{color:#78829d;margin-bottom:10px;font-size:12px;display:block}.cs-result-metrics strong{color:#071437;font-variant-numeric:tabular-nums;font-size:29px;font-weight:600;line-height:1.5}.cs-result-metrics strong small{color:#78829d;margin-left:5px;font-size:12px;font-weight:400}.cs-sample-note{color:#78829d;font-size:12px}.cs-result-meta{color:#78829d;border-top:1px solid #edf0f4;flex-wrap:wrap;gap:8px 20px;padding-top:16px;font-size:12px;display:flex}.cs-comparison{margin-top:22px}.cs-comparison>label{max-width:480px}.cs-comparison .button{margin-top:18px}.cs-explanation{background:#f2f6fb;border-left:3px solid #14549e;border-radius:0 8px 8px 0;margin-top:22px;padding:22px}.cs-explanation p{color:#4b5675;margin:14px 0;font-size:14px;line-height:1.9}.cs-explanation small{color:#78829d;font-size:12px}.cs-presentation-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:20px;display:grid}.cs-presentation-layout>div,.cs-presentation-settings{min-width:0}.cs-presentation-settings{flex-direction:column;gap:20px;display:flex}.cs-presentation-settings .cs-card{padding:20px}.cs-presentation-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.cs-layer-controls{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.cs-layer-controls label{align-items:center;gap:7px;min-height:36px;margin:0;font-size:13px;display:flex}.cs-presentation-settings .cs-layer-controls{flex-direction:column;align-items:stretch;gap:6px}.cs-presentation-settings .button{width:100%}.cs-presentation-settings .cs-annotation-card{border-top:1px solid #edf0f4;margin-top:0;padding-top:20px;display:block}.cs-presentation-settings .cs-annotation-card form{margin-top:16px}.cs-stage{background:#edf3f7;border:1px solid #dce3ec;border-radius:12px;overflow:hidden}.cs-stage .scene{height:clamp(360px,47vh,600px)}.cs-stage .scene-label{gap:10px;top:22px;left:24px}.cs-stage .scene-label>span,.cs-stage .compass{font-size:12px}.cs-stage .scene-label strong{font-size:18px}.console .playback{background:#ffffffef;min-height:52px}.console .playback .icon-button{min-width:36px;min-height:36px}.console .playback :is(.clock,select,.camera){font-size:12px}.console .playback .timeline{accent-color:#14549e}.cs-stage-caption{color:#78829d;background:#fff;flex-wrap:wrap;justify-content:space-between;gap:8px 20px;padding:13px 20px;font-size:12px;display:flex}.cs-annotation-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:22px;display:grid}.cs-annotation-card h2{margin-bottom:14px}.cs-annotation-card form{margin-top:20px}.cs-annotation{border-bottom:1px solid #edf0f4;align-items:center;gap:10px;padding:12px 0;display:flex}.cs-annotation>button:first-child{text-align:left;background:0 0;border:0;flex:1;align-items:flex-start;gap:13px;min-height:44px;padding:8px 0;display:flex}.cs-annotation>button>span{color:#14549e;white-space:nowrap;font:13px ui-monospace,monospace}.cs-annotation>button>strong{color:#4b5675;overflow-wrap:anywhere;font-size:13px;font-weight:400;line-height:1.7}.cs-format-option{cursor:pointer;border:1px solid #e0e5ee;border-radius:9px;gap:13px;margin-top:16px;padding:20px;display:flex}.cs-format-option:has(input:checked){background:#f5f8fc;border-color:#9bbce0}.console .cs-format-option input[type=radio]{flex:0 0 18px;width:18px;height:18px;min-height:18px;margin:3px 0 0;padding:0}.cs-format-option>span{min-width:0}.cs-format-option strong{margin-bottom:7px;font-size:14px;font-weight:600;display:block}.cs-format-option small{color:#78829d;font-size:12px;font-weight:400;line-height:1.8;display:block}.cs-delivery-price{flex-wrap:wrap;align-items:baseline;gap:12px;margin:28px 0 20px;display:flex}.cs-delivery-price strong{font-size:34px;font-weight:600}.cs-delivery-price span{color:#78829d;font-size:12px}.cs-delivery-links{color:#14549e;flex-wrap:wrap;gap:10px 22px;margin-top:24px;font-size:13px;display:flex}.cs-delivery-links a{min-height:32px;padding:4px 0}.cs-manifest-list{margin:24px 0}.cs-manifest-list>div{border-bottom:1px solid #edf0f4;flex-direction:column;gap:7px;padding:14px 0;display:flex}.cs-manifest-list span{color:#78829d;font-size:12px}.cs-manifest-list :is(strong,code){color:#4b5675;overflow-wrap:anywhere;font-size:13px;font-weight:400}.cs-preview-card{justify-content:space-between;align-items:center;gap:24px;margin-top:22px;display:flex}.cs-preview-card h2{margin-bottom:10px}.cs-preview-card p{color:#78829d;max-width:640px;margin:0;font-size:13px}.cs-preview-card .button{flex:none}.cs-pending-list{background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:0 22px}.cs-pending-list>button{color:#4b5675;text-align:left;background:0 0;border:0;border-bottom:1px solid #edf0f4;align-items:center;gap:18px;width:100%;padding:18px 0;display:flex}.cs-pending-list>button:last-child{border-bottom:0}.cs-pending-list>button>span{color:#14549e;white-space:nowrap;font-size:12px}.cs-pending-list strong{flex:1;font-size:14px;font-weight:500;line-height:1.7}.cs-pending-list small{color:#78829d;max-width:190px;font-size:12px}.cs-pending-list>p{margin:0;padding:20px 0}.cs-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.cs-help-grid h2{align-items:center;gap:10px;display:flex}.cs-help-grid h2 svg{color:#14549e;width:21px;height:21px}.cs-help-grid p{color:#78829d;font-size:14px}.cs-help-grid .button{margin-top:10px}.cs-assistant{z-index:25;background:#fff;border-left:1px solid #e7eaf0;flex:0 0 360px;width:360px;height:calc(100vh - 64px);padding:24px;position:sticky;top:64px;overflow-y:auto}.cs-ai-heading{border-bottom:1px solid #edf0f4;align-items:center;gap:10px;padding-bottom:20px;display:flex}.cs-ai-heading .ai-spark{color:#14549e;background:#eaf1f9;border-radius:8px;place-items:center;width:34px;height:34px;font-size:21px;display:grid}.cs-ai-heading strong{font-size:16px;font-weight:600}.cs-ai-heading>span:last-child{color:#78829d;border:1px solid #dce3ec;border-radius:5px;margin-left:auto;padding:2px 6px;font-size:12px}.cs-ai-heading button{color:#78829d;background:0 0;border:0;border-radius:7px;min-width:36px;min-height:36px;margin-left:auto;padding:5px;font-size:22px}.cs-ai-heading button:hover{background:#f1f3f7}.cs-ai-context{border-bottom:1px solid #edf0f4;margin-bottom:20px;padding:20px 0}.cs-ai-context p{color:#4b5675;margin:8px 0 5px;font-size:14px}.cs-ai-context small{color:#78829d;font-size:12px}.cs-assistant>p{color:#78829d;font-size:13px}.cs-assistant form{margin-top:22px}.cs-assistant .button{width:100%;margin-top:12px}.cs-ai-footnote{color:#78829d;border-top:1px solid #edf0f4;margin-top:28px;padding-top:20px;font-size:12px}.cs-ai-footnote strong{color:#4b5675;font-size:13px;font-weight:500}.cs-ai-footnote p{margin-bottom:0}.console .plan h3{font-size:14px;line-height:1.8}.console .plan dl{font-size:13px}.console .plan dl>div{gap:12px}.console .plan dd{text-align:right}.console .plan dd span{color:#14549e}.cs-dialog{--orange:#14549e;--navy:#071437;--muted:#78829d;color:#071437;background:#fff;border:1px solid #dce3ec;border-radius:14px;width:520px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 40px);padding:28px;font-size:14px;overflow-y:auto;box-shadow:0 24px 100px #0a264733}.cs-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#07143766}.cs-dialog h2{margin:0;font-size:21px}.cs-dialog .cs-section-heading{margin-bottom:22px}.cs-dialog .button{color:#fff;background:#14549e;border-radius:8px;min-height:44px;margin-top:10px;padding:10px 17px;font-size:14px}.cs-dialog .button:hover{background:#0e3f7b;transform:none}.cs-dialog label{color:#4b5675;font-size:13px}.cs-dialog :is(input,textarea){color:#071437;background:#fff;border:1px solid #dbdfe9;border-radius:8px;min-height:44px;font-size:14px}.cs-dialog .muted{font-size:12px}.cs-dialog .icon-button{min-width:40px;min-height:40px;font-size:22px}.cs-dialog :is(button,input,textarea):focus-visible{outline-color:#548ed0}.cs-dialog-error{color:#c1274c;font-size:13px}.cs-dialog.cs-create-dialog{width:1040px;padding:0;overflow:hidden}.cs-create-dialog #cs-create{flex-direction:column;max-height:calc(100dvh - 42px);display:flex}.cs-create-heading{border-bottom:1px solid #e4e9f1;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 28px 20px;display:flex}.cs-create-heading p{color:#6d7892;margin:7px 0 0;font-size:13px}.cs-create-body{overscroll-behavior:contain;grid-template-columns:310px minmax(0,1fr);min-height:0;display:grid;overflow-y:auto}.cs-template-list{background:#f6f8fc;border:0;border-right:1px solid #e4e9f1;min-width:0;margin:0;padding:24px 20px}.cs-template-list legend{float:left;color:#7386a4;width:100%;margin-bottom:17px;font-size:13px}.cs-template-list legend span{color:#071437;margin-left:8px;font-size:15px;font-weight:600}.cs-dialog .cs-template-option{clear:both;cursor:pointer;background:#fff;border:1px solid #dce3ef;border-radius:9px;gap:11px;margin:0 0 10px;padding:15px 13px;display:flex}.cs-template-option:has(input:checked){background:#eef5ff;border-color:#14549e;box-shadow:0 0 0 1px #14549e}.cs-template-option:has(input:focus-visible){outline-offset:3px;outline:3px solid #8db2dd}.cs-create-dialog .cs-template-option input[type=radio]{accent-color:#14549e;flex:0 0 17px;width:17px;height:17px;min-height:17px;margin:3px 0 0;padding:0}.cs-template-option strong{color:#071437;margin-bottom:5px;font-size:15px;display:block}.cs-template-option small{color:#6d7892;font-size:12px;line-height:1.7;display:block}.cs-template-facts{color:#14549e;margin-top:10px;font-size:11px;display:block}.cs-template-facts b{margin:0 5px;font-weight:400}.cs-template-heading{align-items:center;gap:10px;margin-bottom:10px;display:flex}.cs-template-heading strong{margin:0;font-size:14px}.cs-road-thumbnail{flex:0 0 48px;width:48px;height:48px;display:block}.cs-create-dialog [hidden]{display:none!important}.cs-scene-model{background:#f6f9fc;border:1px solid #dce5ee;border-radius:9px;align-items:flex-start;gap:16px;margin-bottom:22px;padding:16px;display:flex}.cs-scene-model strong{color:#14549e;font-size:15px}.cs-scene-model p{color:#6d7892;margin:5px 0 0;font-size:12px;line-height:1.8}.cs-playback-source{background:#f8fbff;border:1px solid #dce5ee;border-radius:9px;align-items:flex-start;gap:14px;margin-bottom:18px;padding:18px 20px;display:flex}.cs-playback-source strong{color:#14549e;font-size:15px;display:block}.cs-playback-source p{color:#4b5675;margin:5px 0;font-size:13px}.cs-playback-source small{color:#78829d;font-size:11px}.cs-playback-source .notice{margin-top:10px}.cs-template-note{color:#6d7892;margin:16px 2px 0;font-size:12px;line-height:1.8}.cs-create-fields{min-width:0;padding:24px 28px}.cs-create-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.cs-create-section-heading h3{letter-spacing:0;margin:0;font-size:15px}.cs-create-section-heading h3 span{color:#7386a4;margin-right:8px;font-size:13px;font-weight:400}.cs-create-section-heading button{color:#14549e;background:#fff;border:1px solid #d2deef;border-radius:7px;flex-shrink:0;min-height:44px;padding:7px 10px;font-size:12px}.cs-create-dialog .icon-button{min-width:44px;min-height:44px}.cs-create-dialog label{margin-bottom:17px;display:block}.cs-dialog.cs-create-dialog input:not([type=radio]),.cs-dialog.cs-create-dialog textarea{width:100%;min-width:0;min-height:44px;font-size:14px}.cs-create-dialog label small{color:#6d7892;margin-top:6px;font-size:11px;line-height:1.7;display:block}.cs-create-numbers{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;display:grid}.cs-create-dialog .cs-input-unit{display:block;position:relative}.cs-create-dialog .cs-input-unit input{width:100%;padding-right:75px}.cs-input-unit>span{color:#78829d;pointer-events:none;font-size:11px;position:absolute;top:50%;right:25px;transform:translateY(-50%)}.cs-input-summary{color:#355780;background:#f0f5fc;border-radius:8px;margin-bottom:18px;padding:13px 15px;font-size:12px;line-height:1.9}.cs-create-details{border-top:1px solid #e5eaf1;margin-top:14px;padding-top:14px}.cs-create-details summary{cursor:pointer;color:#4b5675;min-height:44px;padding-block:7px;font-size:13px}.cs-create-details summary span{color:#78829d;margin-left:8px;font-size:11px}.cs-create-details[open] summary{margin-bottom:14px}.cs-create-details p{color:#6d7892;font-size:12px}.cs-create-footer{background:#fff;border-top:1px solid #e4e9f1;justify-content:space-between;align-items:center;gap:20px;padding:16px 28px;display:flex}.cs-create-footer>div{min-width:0}.cs-create-footer #cs-template-state{color:#5c6c89;font-size:12px}.cs-create-footer .button{min-width:160px;margin:0}.cs-create-footer .cs-dialog-error{margin:5px 0 0}.cs-create-footer .cs-dialog-error:empty{display:none}.cs-existing-project{color:#14549e;background:0 0;border:0;min-height:44px;margin-top:5px;padding:7px 0}@media (max-width:720px){.cs-dialog.cs-create-dialog{max-width:calc(100vw - 20px)}.cs-create-heading{padding:20px}.cs-create-heading h2{font-size:19px}.cs-create-body{grid-template-columns:minmax(0,1fr)}.cs-template-list{border-bottom:1px solid #e4e9f1;border-right:0;padding:20px}.cs-create-fields{padding:20px}.cs-create-numbers{gap:0 14px}.cs-create-footer{gap:12px;padding:14px 20px}.cs-create-footer .button{gap:15px;min-width:126px}.cs-create-section-heading{gap:6px}.cs-create-section-heading h3{font-size:14px}.cs-create-section-heading h3 span{display:none}}.console #cs-message{z-index:30;color:#216744;background:#edfbf3;border:1px solid #bfe2ce;border-radius:9px;margin-top:22px;font-size:13px;line-height:1.8;position:sticky;bottom:18px;box-shadow:0 4px 18px #0714370a}.console #cs-message:not(:empty){padding:14px 18px}.console #cs-message:empty{display:none}.console #cs-message.error{color:#b22b4c;background:#fff1f5;border-color:#efc5cf}@media (max-width:1380px){.cs-header{gap:15px}.cs-search{flex-basis:260px}.cs-project-grid,.cs-scene-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-overview-columns{grid-template-columns:1fr}.cs-overview-activity{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-dashboard-tables,.cs-ai-open :is(.cs-project-overview,.cs-data-layout,.cs-delivery-layout,.cs-annotation-card,.cs-presentation-layout){grid-template-columns:1fr}.cs-ai-open .cs-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-ai-open .cs-scenario-layout{grid-template-columns:1fr}.cs-ai-open .cs-run-box{flex-direction:column;align-items:flex-start}}@media (max-width:1190px){.cs-brand strong{font-size:14px}.cs-search{flex-basis:180px}.cs-header-actions{gap:7px}.cs-header-actions :is(a,button){padding:8px 10px}.cs-project-overview,.cs-data-layout,.cs-delivery-layout,.cs-annotation-card,.cs-presentation-layout{grid-template-columns:1fr}.cs-presentation-settings{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.cs-presentation-settings>h2{grid-column:1/-1}.cs-presentation-settings .cs-annotation-card{border-top:0;grid-area:2/2/4;padding-top:0}.cs-summary,.cs-pending-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-scenario-layout{grid-template-columns:190px minmax(0,1fr)}.cs-result-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.cs-result-metrics article:nth-child(3){border-left:0;padding-left:0}.cs-run-box,.cs-preview-card{flex-direction:column;align-items:flex-start}}@media (max-width:1100px){.cs-assistant{z-index:35;width:360px;max-width:calc(100vw - 32px);height:calc(100dvh - 64px);position:fixed;top:64px;bottom:0;right:0;box-shadow:-16px 0 50px #0a26471a}.cs-user-button>span:last-child:not(.cs-avatar){display:none}.cs-scenario-layout{grid-template-columns:1fr}.cs-revisions{align-items:flex-start;gap:8px;padding:14px;display:flex;overflow-x:auto}.cs-revisions .cs-section-heading{display:none}.cs-revision{flex:0 0 190px;margin:0}}@media (max-width:900px){.cs-header{gap:12px;padding-right:14px}.cs-search,.cs-project-sidebar{display:none}.cs-project-menu{background:#fff;border-bottom:1px solid #e7eaf0;display:block}.cs-project-menu>summary{color:#14549e;cursor:pointer;min-height:48px;padding:13px 24px;font-size:14px;font-weight:600}.cs-project-menu[open]>summary{border-bottom:1px solid #edf0f4}.cs-project-menu .cs-project-tree,.cs-project-menu-content{max-height:min(60vh,480px);padding:10px 18px 18px;overflow-y:auto}.cs-main{padding:0 24px 50px}.cs-breadcrumb{padding-left:24px;padding-right:24px}.cs-title h1{font-size:23px}}@media (max-width:720px){.cs-header-actions .cs-home-link,.cs-header-actions>a[href=\/]{display:none}.cs-brand strong{font-size:14px}.cs-overview-activity,.cs-project-grid,.cs-help-grid{grid-template-columns:1fr}.cs-workflow-grid{gap:12px}.cs-workflow-card{padding:18px}.cs-workflow-card>div{font-size:13px}.cs-workflow-card>strong{font-size:20px}.cs-card{padding:22px}.console table{min-width:560px}.cs-pending-list>button{flex-wrap:wrap;gap:8px 14px}.cs-pending-list strong{flex-basis:70%}.cs-pending-list small{width:100%;max-width:none}}@media (max-width:600px){.cs-header{flex-basis:64px;gap:10px;padding-right:10px}.cs-logo{flex-basis:60px;width:60px}.cs-brand strong{text-overflow:ellipsis;max-width:150px;font-size:13px;overflow:hidden}.cs-brand :is(small,span){font-size:12px}.cs-header-actions{gap:6px}.cs-header-actions :is(a,button){padding:8px;font-size:12px}.cs-header-actions .cs-avatar{flex-basis:28px;width:28px;height:28px}.cs-layout{flex-direction:column}.console .cs-rail{z-index:30;border-bottom:1px solid #e7eaf0;border-right:0;flex-direction:row;flex:none;align-items:center;gap:5px;width:100%;height:auto;min-height:64px;padding:5px 10px;position:sticky;top:64px}.cs-nav{border-radius:8px;flex:1;gap:4px;width:auto;min-height:54px;padding:6px 10px}.cs-nav>:is(svg,.cs-nav-icon){width:20px;height:20px}.cs-rail-bottom{flex:1;margin:0;display:flex}.cs-shell{width:100%}.cs-main{padding:0 16px 40px}.cs-breadcrumb{gap:7px;min-height:44px;padding:10px 16px}.cs-project-menu>summary{padding:13px 16px}.cs-title{margin-bottom:21px}.cs-title h1{font-size:22px}.cs-title p{font-size:13px}.cs-summary{gap:12px}.cs-summary article{padding:18px}.cs-summary strong{font-size:28px}.cs-workflow-grid{grid-template-columns:1fr}.cs-workflow-card{min-height:150px;padding:20px}.cs-workflow-card>strong{font-size:23px}.cs-pending-grid,.cs-presentation-settings{grid-template-columns:1fr}.cs-presentation-settings .cs-annotation-card{border-top:1px solid #edf0f4;grid-area:auto;padding-top:20px}.cs-card{padding:20px}.cs-section-heading h2,.cs-card h2{font-size:16px}.cs-scene-fields{gap:6px 12px}.cs-select{width:100%;min-width:0}.cs-stage .scene{height:360px}.cs-stage .scene-label{top:18px;left:18px}.cs-stage .scene-label strong{font-size:16px}.console .playback{gap:6px;width:calc(100% - 20px);padding:5px 7px}.console .playback .icon-button{min-width:30px;padding:4px}.cs-stage-caption{padding:12px 16px}.cs-upload{min-height:190px}.cs-upload strong{font-size:15px}.cs-overview-details>summary{padding:18px 20px}.cs-dialog{padding:22px}.cs-assistant{z-index:36;width:380px;max-width:calc(100vw - 16px);padding:22px}}@media (max-width:390px){.cs-brand strong{max-width:125px}.cs-header-actions .cs-user-button{display:none}.cs-scene-fields{grid-template-columns:1fr}.cs-summary article{padding:16px}.console .button{padding-left:14px;padding-right:14px}}@media (prefers-reduced-motion:reduce){.console *,.console :before,.console :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.cs-package-upload{border:1px solid var(--line,#d9e1eb);background:#f5f8fc;border-radius:10px;margin:18px 0;padding:18px}.cs-package-upload label{margin:12px 0;display:block}.cs-package-upload input[type=file]{background:#fff;border:1px solid #b9cbdc;border-radius:6px;max-width:100%;padding:12px;display:block}.cs-package-network svg{background:#eaf0f5;border-radius:8px;width:100%;height:320px}.cs-import-review code{overflow-wrap:anywhere}.cs-import-review details{margin:16px 0}.cs-import-review summary{cursor:pointer;padding:10px;font-weight:650}.cs-preset-heading{clear:both;color:#5c6c89;margin:22px 0 12px;font-size:13px;font-weight:600}.cs-optional-upload{background:#f6f8fc;border:1px dashed #91aac9;border-radius:9px;margin:20px 0;padding:16px}.cs-optional-upload>details>summary{cursor:pointer;color:#14549e;min-height:44px;font-size:14px;line-height:1.7}.cs-optional-upload>details>summary small{color:#6d7892;margin-top:4px;font-size:12px;font-weight:400;display:block}.cs-drop-hint{color:#14549e;border:1px dashed #91aac9;border-radius:7px;padding:12px;font-size:13px;line-height:1.7}.cs-general-option .cs-template-heading svg{color:#14549e;flex-shrink:0}#cs-create-template-fields{border:0;min-width:0;margin:0;padding:0}.cs-upload-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.cs-upload-options>label{background:#f6f8fc;border:1px solid #dce3ef;border-radius:8px;min-width:0;margin:0;padding:12px;font-weight:600}.cs-upload-options>label:last-child{grid-column:1/-1}.cs-upload-options small{margin:6px 0 10px;font-weight:400;line-height:1.6;display:block}.cs-upload-options input[type=file]{width:100%;min-width:0;max-width:100%;padding:5px;font-size:12px;display:block}.cs-upload-options input::file-selector-button{color:#14549e;cursor:pointer;background:#e5edf8;border:0;border-radius:5px;min-height:34px;margin-right:8px;padding:5px 9px}.cs-upload-guidance,.cs-upload-example p,#cs-create-upload>p{color:#4b5675;font-size:13px;line-height:1.8}.cs-upload-example summary,.cs-create-review summary{color:#14549e;cursor:pointer;min-height:44px;padding-block:12px;font-size:13px}.cs-upload-example pre{background:#f6f8fc;border-radius:6px;padding:14px;font-size:12px;line-height:1.8;overflow:auto}.cs-create-review{overflow-wrap:anywhere;border-top:1px solid #dce3ef;padding-top:16px}.cs-create-review h3{margin:0 0 8px;font-size:16px}.cs-create-review p{font-size:13px;line-height:1.7}.cs-create-review select{color:#071437;background:#fff;border:1px solid #dbdfe9;border-radius:8px;width:100%;min-height:44px;margin-top:8px;padding:8px;font-size:13px}.cs-create-review ul{padding-left:20px;font-size:12px}.cs-create-review li{margin-bottom:10px}.cs-create-review li small{color:#6d7892;margin-top:4px;display:block}.cs-create-review .cs-package-network svg{height:220px}.cs-create-dialog .cs-create-ack{background:#eef5ff;border-radius:8px;align-items:flex-start;gap:10px;padding:14px;line-height:1.7;display:flex}.cs-dialog.cs-create-dialog .cs-create-ack input{accent-color:#14549e;flex:0 0 18px;width:18px;height:18px;min-height:18px;margin:3px 0 0}@media (max-width:560px){.cs-upload-options{grid-template-columns:minmax(0,1fr)}}.cs-fullscreen-toolbar{display:none}.cs-stage{position:relative}.cs-stage-tools{z-index:4;position:absolute;top:14px;right:14px}.cs-stage .compass{top:74px}#cs-stage-scene>.viewer-error{text-align:center;place-content:center;max-width:none;margin:0;padding:30px;display:grid;position:absolute;inset:0}.cs-fullscreen{z-index:1000;background:#edf3f7;width:100%;max-width:none;height:100dvh;position:fixed;inset:0;overflow:hidden}.cs-fullscreen>.console{height:100%;min-height:0}.cs-fullscreen .cs-fullscreen-toolbar{color:#fff;background:#0a2647;flex:none;justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:8px 16px;display:flex}.cs-fullscreen-toolbar>div:first-child{align-items:center;gap:18px;min-width:0;display:flex}.cs-fullscreen-toolbar strong{flex-shrink:0;font-size:15px}.cs-fullscreen-toolbar span{text-overflow:ellipsis;white-space:nowrap;color:#afc3dc;font-size:13px;overflow:hidden}.cs-fullscreen-toolbar .cs-actions{flex-shrink:0}.cs-fullscreen-toolbar button{color:#fff;background:#183e68;border:1px solid #6d89ad;border-radius:6px;min-height:40px;padding:8px 12px;font-size:13px}.cs-fullscreen-toolbar small{color:#c6d6e9;margin-left:6px}.cs-fullscreen :is(.cs-header,.cs-rail,.cs-project-sidebar,.cs-breadcrumb,.cs-project-menu){display:none}.cs-fullscreen .cs-layout{flex-direction:row;min-height:0;overflow:hidden}.cs-fullscreen .cs-shell{flex-direction:column;width:0;min-height:0;display:flex}.cs-fullscreen .cs-body{overscroll-behavior:contain;flex:1;min-height:0;overflow:auto}.cs-fullscreen .cs-main{padding:0}.cs-fullscreen .cs-main>*{display:none}.cs-fullscreen[data-cs-fullscreen=editor] .cs-main>.cs-editor-card{border:0;border-radius:0;margin:0;padding:0;display:block}.cs-fullscreen .cs-editor-card>label{margin:0;padding:12px 16px}.cs-fullscreen .cs-editor-card .cs-run-box{margin:16px}.cs-fullscreen .fy-model-editor{border:0;border-radius:0}.cs-fullscreen .me-toolbar{z-index:10;position:sticky;top:0}.cs-fullscreen .me-canvas{height:clamp(320px,50dvh,650px)}.cs-fullscreen .me-preview [data-me-three]{height:clamp(220px,28dvh,400px)}.cs-fullscreen .cs-assistant{height:100%;max-height:none;position:relative;top:0}.cs-fullscreen .cs-main>#cs-message:not(:empty){width:-moz-fit-content;width:fit-content;max-width:calc(100% - 32px);margin:0;display:block;position:fixed;bottom:16px;left:16px;right:16px}.cs-fullscreen[data-cs-fullscreen=presentation] .cs-main>.cs-presentation-layout{gap:0;height:100%;min-height:0;display:flex}.cs-fullscreen .cs-stage{border:0;border-radius:0;flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.cs-fullscreen .cs-stage .scene{flex:1;height:auto;min-height:0}.cs-fullscreen .cs-stage .compass{top:25px}.cs-fullscreen :is(.cs-stage-tools,.cs-presentation-settings){display:none}@media (max-width:760px){.cs-fullscreen .cs-fullscreen-toolbar{gap:8px;padding:8px 10px}.cs-fullscreen-toolbar>div:first-child span,.cs-fullscreen-toolbar small{display:none}.cs-fullscreen .cs-assistant{width:100%;max-width:none;height:auto;position:absolute;inset:56px 0 0}}.cs-ai-suggestions{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.cs-ai-suggestions button{color:#164d77;font:inherit;cursor:pointer;background:#eef5fb;border:1px solid #b9d2e7;border-radius:6px;min-height:36px;padding:8px 10px;font-size:12px}.cs-ai-suggestions button:hover{color:#103b60;background:#dcecf8}.cs-ai-suggestions button:focus-visible{outline-offset:2px;outline:3px solid #42a3df}.cs-ai-turn{overflow-wrap:anywhere;border-left:2px solid #bdd2e3;margin:10px 0;padding:6px 10px;font-size:12px;line-height:1.6}.cs-ai-turn strong{color:#164d77;margin-bottom:3px;display:block}.cs-ai-turn span{white-space:pre-wrap}.cs-ai-turn.assistant{background:#f2f7fb}.cs-ai-presets{color:#28534e;background:#edf6f5;border:1px solid #c8ddd8;border-radius:6px;padding:12px;font-size:12px;line-height:1.65}.cs-ai-presets ul{margin:7px 0 0;padding-left:18px}.cs-ai-differences{margin:14px 0;font-size:13px}.cs-ai-differences summary{cursor:pointer;color:#164d77}.cs-ai-differences dl{max-height:320px;overflow:auto}.cs-assistant #cs-ai-feedback{color:#8b3e24;font-size:13px;line-height:1.65}.cs-assistant #cs-ai-new{margin-top:12px;font-size:12px}.cs-assistant .plan>p{color:#566b82;font-size:12px;line-height:1.65}.cs-guided-flow{background:#fff;border:1px solid #d6e0ed;border-radius:12px;margin:0 0 22px;overflow:hidden}.cs-flow-steps{z-index:auto;border-bottom:1px solid #e7eaf0;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;display:grid;position:static;inset:auto}.cs-flow-steps button{text-align:left;color:#17385c;background:#fff;border:0;border-right:1px solid #e7eaf0;align-items:center;gap:10px;min-height:76px;padding:16px;display:flex}.cs-flow-steps button:last-child{border-right:0}.cs-flow-steps button:hover{background:#edf4fc}.cs-flow-steps button>span{color:#14549e;border:1px solid #b9cde4;border-radius:50%;flex:0 0 28px;place-items:center;height:28px;font-weight:600;display:grid}.cs-flow-steps strong,.cs-flow-steps small{display:block}.cs-flow-steps small{color:#64748b;margin-top:2px;font-size:12px}.cs-flow-steps button:disabled{opacity:.65;cursor:default}.cs-flow-next{justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.cs-flow-next>div:first-child{flex:1;min-width:0}.cs-flow-next strong{font-size:17px}.cs-flow-next p{color:#536984;margin:6px 0 0;font-size:14px}.cs-flow-next .cs-actions{flex-shrink:0;margin:0}.cs-flow-issue{color:#9e3838;margin:0;padding:0 20px 16px}.cs-saved-versions{margin-bottom:16px}.cs-saved-versions summary{color:#526981;cursor:pointer;padding:10px 0}.cs-saved-versions label{margin-top:12px}.cs-update-notice{color:#173b65;background:#e7f0fe;border-bottom:1px solid #bcd1ed;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 24px;display:flex}.cs-update-notice button{color:#134e93;background:#fff;border:1px solid #9ebde0;border-radius:6px;min-height:40px;padding:8px 14px}.console #cs-message:not(:empty){z-index:100;color:#20553c;pointer-events:none;background:#edf7f2;border:1px solid #bedacd;border-radius:8px;max-width:min(560px,100vw - 40px);margin:0;padding:14px 20px;position:fixed;bottom:20px;right:24px;box-shadow:0 6px 24px #0714371a}.console #cs-message.error:not(:empty){color:#8f293d;background:#fff3f5;border-color:#ebc0c9}.cs-result-next{background:#edf4fc;border-left:3px solid #14549e;margin:16px 0;padding:16px 20px}.cs-result-next p{margin:6px 0}.cs-result-detail{margin-top:20px}.cs-result-detail>summary{cursor:pointer;color:#345b84;padding:12px 0}.cs-recovery-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.cs-help-start{border-left:4px solid #14549e;margin-bottom:24px}.cs-help-grid h2{gap:12px;display:flex}.cs-help-grid ol{padding-left:24px}.cs-overview-next{background:#edf4fc;border:1px solid #d5e2f2;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;margin:0 0 24px;padding:20px 24px;display:flex}.cs-overview-next p{margin:4px 0 0}.console .viewer-error .button{margin-top:18px;display:inline-flex}@media (max-width:1250px){.cs-flow-next{flex-direction:column;align-items:flex-start}.cs-flow-steps button{gap:7px;padding:12px 10px}}@media (max-width:600px){.cs-flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-flow-steps button:nth-child(-n+2){border-bottom:1px solid #e7eaf0}.cs-flow-next{padding:16px}.cs-overview-next{flex-direction:column;align-items:flex-start}.cs-flow-next .cs-actions{width:100%}.cs-flow-next .cs-actions .button{flex:1}}.console #cs-message:not(:empty){pointer-events:auto;max-height:30dvh;padding-right:46px;overflow:auto}.console #cs-message>button{width:32px;height:32px;color:inherit;background:0 0;border:0;padding:0;font-size:22px;position:absolute;top:6px;right:7px}.cs-stage .viewer-asset-status{max-width:calc(100% - 154px)}.cs-stage .viewer-camera-tools{top:76px}.cs-fullscreen .cs-stage .viewer-camera-tools{top:14px}.fy-model-editor{--me-navy:#123b60;--me-blue:#086fa9;--me-line:#d6e0e8;color:#203e55;border:1px solid var(--me-line);background:#fff;border-radius:10px;min-width:0;font-size:14px;overflow:hidden;container:model-editor/inline-size}.fy-model-editor *{box-sizing:border-box}.fy-model-editor button,.fy-model-editor input,.fy-model-editor select,.fy-model-editor textarea{font:inherit}.fy-model-editor button{min-height:38px;color:var(--me-navy);cursor:pointer;background:#fff;border:1px solid #bfd0dd;border-radius:6px;padding:7px 10px}.fy-model-editor button:hover,.fy-model-editor button[aria-pressed=true]{border-color:var(--me-blue);background:#e8f3fb}.fy-model-editor button:disabled{opacity:.45;cursor:default}.fy-model-editor :is(button,input,select,textarea,svg):focus-visible{outline-offset:2px;outline:3px solid #42a3df}.fy-model-editor [hidden]{display:none!important}.me-toolbar{background:var(--me-navy);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 15px;display:flex}.me-toolbar strong{font-size:17px;display:block}.me-toolbar [data-me-summary]{color:#c5daeb;margin-top:4px;font-size:12px;display:block}.me-tools{flex-wrap:wrap;gap:5px;display:flex}.fy-model-editor .me-tools button{font-size:13px}.fy-model-editor [data-me-save]{color:#125c49;background:#dff5ef;border-color:#8ac9b7}.me-note{border-bottom:1px solid var(--me-line);background:#f0f6fb;padding:8px 14px;font-size:12px;line-height:1.6}.me-layout{grid-template-columns:180px minmax(250px,1fr) 280px;min-height:620px;display:grid}.me-objects,.me-properties{min-width:0;max-height:800px;padding:12px;overflow:auto}.me-objects{border-right:1px solid var(--me-line);background:#f7f9fb}.me-properties{border-left:1px solid var(--me-line)}.me-library-head{gap:4px;margin:0 0 12px;display:grid}.me-library-head small{color:#647e93;font-size:11px}.me-components{grid-template-columns:1fr 1fr;gap:7px;display:grid}.fy-model-editor [data-me-component]{cursor:grab;justify-items:center;gap:3px;min-width:0;padding:7px 3px;font-size:11px;line-height:1.4;display:grid}.me-component-icon{color:#446780;width:45px;height:36px}.me-component-icon svg{width:100%;height:100%}.fy-model-editor .me-component-info{margin:12px 0;font-size:11px;line-height:1.65}.me-rotation{grid-template-columns:1fr 65px;align-items:center}.me-object-tree{border-top:1px solid var(--me-line);margin-top:16px}.me-object-tree summary,.me-advanced summary{cursor:pointer;padding:12px 0;font-size:13px;font-weight:600}.me-objects [data-me-add]{width:100%;margin-bottom:10px}.me-objects [data-me-list]{gap:5px;display:grid}.me-objects [data-me-object]{text-align:left;overflow-wrap:anywhere;font-size:12px}.me-objects [data-me-object].active{background:#deedf7;border-color:#6c9fbe;font-weight:650}.fy-model-editor label{gap:5px;margin-bottom:12px;font-size:13px;font-weight:600;display:grid}.fy-model-editor :is(input,select,textarea){color:#203e55;background:#fff;border:1px solid #bccddb;border-radius:5px;width:100%;min-width:0;min-height:38px;padding:8px}.fy-model-editor input:is([type=checkbox],[type=radio]){width:auto;min-height:0;accent-color:var(--me-blue)}.fy-model-editor textarea{resize:vertical;font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.fy-model-editor input[readonly]{background:#f2f5f8}.fy-model-editor p{color:#5f7486;font-size:13px;line-height:1.65}.fy-model-editor h3{margin:0 0 14px;font-size:16px}.fy-model-editor fieldset{border:0;min-width:0;margin:0;padding:0}.me-property-actions{flex-wrap:wrap;gap:6px;display:flex}.fy-model-editor .me-property-actions button[type=submit],.fy-model-editor [data-me-plan-apply]{background:var(--me-blue);border-color:var(--me-blue);color:#fff}.fy-model-editor .me-warning{color:#765514;background:#fff7df;border-radius:5px;padding:8px}.me-advanced{border-top:1px solid var(--me-line);margin-top:20px}.me-workspace{background:#eef4f7;flex-direction:column;min-width:0;display:flex;position:relative}.me-viewbar{border-bottom:1px solid var(--me-line);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px;padding:8px;display:flex}.me-viewbar>div{gap:4px;display:flex}.fy-model-editor .me-viewbar button{min-height:34px;padding:6px 8px;font-size:12px}.fy-model-editor [data-me-ai]{color:#fff;background:#185b91;border-color:#185b91}.me-surfaces{flex:1;grid-template-columns:1fr;min-height:520px;display:grid}.me-canvas{background:#f1f5f8 radial-gradient(#afc5d0 1px,#0000 1px) 0 0/20px 20px;height:100%;min-height:520px;position:relative;overflow:hidden}.me-canvas svg{touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.me-road{fill:none;stroke:#5f7588;stroke-linejoin:round;stroke-linecap:butt;cursor:pointer}.me-road.selected{stroke:#187fad}.me-lane-divider{fill:none;stroke:#f2f6fa;stroke-dasharray:3 3;pointer-events:none}.me-direction{fill:none;stroke:#fff;pointer-events:none}.me-node{fill:#fff;stroke:#6b889d;stroke-width:1.5px;vector-effect:non-scaling-stroke;cursor:grab}.me-node.selected{fill:#42b2d6;stroke:#075e87;stroke-width:2px}.me-node.signal{stroke:#b88928}.me-node.snap{fill:#b4f3d7;stroke:#00855d;stroke-width:3px}.me-turn{fill:none;stroke:#dd9c3e;stroke-linecap:round;cursor:pointer;opacity:.8}.me-turn.selected{stroke:#713dbe;opacity:1}.me-lane-port{stroke:#fff;stroke-width:1.5px;vector-effect:non-scaling-stroke;cursor:crosshair}.me-lane-port.in{fill:#ca8126}.me-lane-port.out{fill:#1a9fc1}.me-lane-port.active{fill:#ac46b6;stroke:#ac46b6;stroke-width:4px}.me-road-group.proposed .me-road{stroke:#0788b9}.me-road-group.removed{pointer-events:none;opacity:.65}.me-road-group.removed .me-road{stroke:#c44051;stroke-dasharray:6 4}.me-bend{fill:#fff;stroke:#1680a9;vector-effect:non-scaling-stroke;stroke-width:2px;cursor:move}.me-rubber{fill:none;stroke:#1494b9;stroke-dasharray:5 4;pointer-events:none}.me-distance{fill:#0b6486;paint-order:stroke;stroke:#fff;stroke-width:2px;pointer-events:none}.me-select-box{fill:#259cbe22;stroke:#259cbe;stroke-dasharray:5 3;pointer-events:none}.me-map-tools,.me-preview-tools{z-index:2;gap:5px;display:flex;position:absolute;bottom:52px;right:10px}.me-map-tools{flex-direction:column}.me-canvas [data-me-map-hint]{color:#48677d;pointer-events:none;background:#ffffffed;border:1px solid #d3e0e8;border-radius:5px;max-width:calc(100% - 20px);margin:0;padding:6px 9px;font-size:11px;position:absolute;bottom:8px;left:10px}.me-preview{min-height:520px;position:relative}.me-preview-caption{z-index:1;color:#496779;background:#ffffffde;border-radius:4px;padding:6px 9px;font-size:11px;position:absolute;top:10px;left:10px}.me-preview [data-me-three]{height:100%;min-height:520px;position:absolute;inset:0}.me-preview canvas{touch-action:none;width:100%;height:100%;display:block}.me-preview-tools{flex-wrap:wrap;max-width:calc(100% - 20px);bottom:15px}.fy-model-editor .me-preview-tools button{font-size:12px}.fy-model-editor .me-preview-hint{pointer-events:none;background:#ffffffdf;max-width:calc(100% - 20px);margin:0;padding:8px 10px;font-size:12px;position:absolute;bottom:54px;left:10px}.me-workspace[data-me-view="2d"] .me-preview,.me-workspace[data-me-view="3d"] .me-canvas{display:none}.me-workspace[data-me-view=split] .me-surfaces{grid-template-columns:1fr 1fr}.me-workspace[data-me-view=split] .me-preview{border-left:1px solid var(--me-line)}.me-proposal{background:#fff;border-top:2px solid #0788b9;flex-wrap:wrap;align-items:start;gap:14px;max-height:260px;padding:13px;display:flex;overflow:auto}.me-proposal>div:first-child{flex:1;min-width:180px}.me-proposal p{margin:6px 0}.me-proposal small{color:#587185;font-size:12px}.me-proposal-actions{flex-wrap:wrap;gap:5px;display:flex}.me-context{z-index:25;background:#fff;border:1px solid #b9cddb;border-radius:8px;min-width:218px;max-width:calc(100% - 16px);padding:5px;display:grid;position:absolute;box-shadow:0 8px 25px #163e6129}.fy-model-editor .me-context button{text-align:left;border:0;border-radius:4px;font-size:13px}.me-status{color:#265c45;background:#f1f8f5;padding:9px 14px;font-size:13px;line-height:1.5}.me-status:empty{display:none}.me-status.error{color:#9a3427;background:#fff0ed}.me-review{border-top:1px solid var(--me-line)}.me-review summary{cursor:pointer;padding:12px 14px;font-size:13px}.me-review details+details{border-top:1px solid var(--me-line)}.me-review [data-me-issues],.me-review [data-me-diff]{max-height:350px;padding:0 14px 14px;overflow:auto}.me-review [data-me-issues]{gap:6px;display:grid}.me-review [data-me-issues] button{text-align:left;font-size:12px}.me-review [data-me-issues] .error{color:#983428;background:#fff6f4}.me-review [data-me-issues] .warning{color:#73571e;background:#fffaeb}.me-review table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}.me-review th,.me-review td{vertical-align:top;border:1px solid var(--me-line);max-width:300px;padding:9px}.me-review pre{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.me-review th{background:#f1f5f8}@container model-editor (width<=690px){.me-layout{grid-template-columns:130px minmax(250px,1fr)}.me-properties{border-left:0;border-top:1px solid var(--me-line);grid-column:1/-1;max-height:none}.me-objects{max-height:680px}.me-components{grid-template-columns:1fr}.fy-model-editor [data-me-component]{grid-template-columns:34px 1fr;place-items:center start;font-size:12px}.me-component-icon{width:32px;height:28px}.me-workspace[data-me-view=split] .me-surfaces{grid-template-columns:1fr}.me-workspace[data-me-view=split] :is(.me-canvas,.me-preview,.me-preview [data-me-three]){min-height:300px}.me-workspace[data-me-view=split] .me-preview{border-left:0;border-top:1px solid var(--me-line)}}@container model-editor (width<=560px){.me-layout{flex-direction:column;display:flex}.me-objects{border-right:0;border-bottom:1px solid var(--me-line);max-height:none;padding:10px}.me-library-head{justify-content:space-between;margin-bottom:8px;display:flex}.me-components{grid-template-columns:repeat(3,1fr);display:grid}.fy-model-editor [data-me-component]{grid-template-columns:1fr;justify-items:center;font-size:11px}.me-component-info{display:none}.me-rotation{gap:8px!important;margin:8px 0 0!important;display:flex!important}.me-rotation select{width:85px;min-height:30px;padding:4px}.me-object-tree{margin-top:8px}.me-object-tree [data-me-list]{max-height:180px;overflow:auto}.me-toolbar{padding:10px}.me-tools{gap:4px}.fy-model-editor .me-tools button{padding:6px 8px;font-size:12px}.me-canvas,.me-preview,.me-preview [data-me-three],.me-surfaces{min-height:410px}.me-viewbar{gap:6px;padding:6px}.me-note{font-size:11px}.me-properties{padding:12px}.me-review th,.me-review td{min-width:110px}}.cs-fullscreen .fy-model-editor .me-preview [data-me-three]{height:100%;min-height:100%}.cs-fullscreen .cs-editor-card>label{align-items:center;gap:12px;min-height:52px;display:flex;margin:0!important;padding:8px 16px!important}.cs-fullscreen .cs-editor-card>label select{width:min(480px,75vw);margin:0}.cs-fullscreen .fy-model-editor .me-layout{grid-template-columns:185px minmax(250px,1fr) 300px;height:calc(100dvh - 280px);min-height:350px}.cs-fullscreen .fy-model-editor .me-workspace,.cs-fullscreen .fy-model-editor .me-surfaces{min-height:0}.cs-fullscreen .fy-model-editor .me-canvas,.cs-fullscreen .fy-model-editor .me-preview{height:100%;min-height:280px}.cs-fullscreen .fy-model-editor .me-preview [data-me-three]{min-height:100%}.cs-fullscreen .fy-model-editor .me-objects,.cs-fullscreen .fy-model-editor .me-properties{max-height:100%}.cs-fullscreen .fy-model-editor [data-me-component]{font-size:12px}.cs-fullscreen .fy-model-editor .me-proposal{max-height:200px}@media (max-width:1000px){.cs-fullscreen .fy-model-editor .me-layout{grid-template-columns:130px minmax(240px,1fr);height:auto;min-height:0}.cs-fullscreen .fy-model-editor .me-objects{max-height:640px}.cs-fullscreen .fy-model-editor .me-properties{max-height:none}.cs-fullscreen .fy-model-editor .me-canvas,.cs-fullscreen .fy-model-editor .me-preview,.cs-fullscreen .fy-model-editor .me-surfaces{min-height:55dvh}}.me-node.proposed{fill:#c6f0ff;stroke:#0083b1;stroke-width:3px}.me-layout{position:relative}.me-property-heading{border-bottom:1px solid var(--me-line);justify-content:space-between;align-items:center;gap:6px;margin-bottom:10px;padding-bottom:12px;display:flex}.me-property-heading>strong{color:#617b8e;font-size:13px}.fy-model-editor .me-property-heading button{min-height:32px;padding:5px 8px;font-size:12px}.me-wide-properties .me-properties{z-index:18;background:#fff;max-height:100%;position:absolute;inset:0 0 0 180px;box-shadow:-5px 0 25px #173d6322}.me-wide-properties .me-property-heading{z-index:3;background:#fff;padding-top:10px;position:sticky;top:-12px}.me-turn.proposed{stroke:#087fab;stroke-dasharray:4 2}.cs-fullscreen .me-wide-properties .me-properties{left:185px}@container model-editor (width<=690px){.me-wide-properties .me-properties{left:130px}}@container model-editor (width<=560px){.me-wide-properties .me-properties{min-height:400px;max-height:100%;left:0}}.fy-model-editor [data-me-ai]:is(:hover,:focus-visible){color:#fff;background:#104773;border-color:#104773}.fy-model-editor .me-property-actions button[type=submit]:hover,.fy-model-editor [data-me-plan-apply]:hover{color:#fff;background:#075987;border-color:#075987}.me-component-groups{gap:14px;display:grid}.fy-model-editor .me-component-group h3{color:#617b8e;margin:0 0 7px;font-size:12px;font-weight:650}.me-placement{z-index:3;background:#edf5fa;border:1px solid #bdd4e4;border-radius:6px;margin:0 -2px 14px;padding:10px;position:sticky;top:-12px}.me-placement>strong{margin-bottom:10px;font-size:12px;line-height:1.5;display:block}.fy-model-editor .me-placement-lanes{grid-template-columns:minmax(0,1fr) 48px;align-items:center;gap:4px;margin-bottom:6px;font-size:12px}.fy-model-editor .me-placement-lanes input{text-align:center;font-variant-numeric:tabular-nums;padding:5px}.me-lane-presets{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.fy-model-editor .me-lane-presets button{min-width:0;min-height:30px;padding:3px;font-size:12px}.fy-model-editor .me-lane-presets button[aria-pressed=true]{background:var(--me-navy);border-color:var(--me-navy);color:#fff}.me-placement>small{color:#48677d;margin:8px 0 10px;font-size:11px;line-height:1.6;display:block}.fy-model-editor .me-placement .me-rotation{grid-template-columns:minmax(0,1fr) 59px;margin:0;font-size:12px}.me-placement .me-rotation select{min-height:32px;padding:5px}.fy-model-editor [data-me-component][aria-pressed=true] .me-component-icon{color:#086fa9}@container model-editor (width<=560px){.me-component-groups{grid-template-columns:1fr;gap:10px}.me-placement{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:12px;margin:0 0 12px;padding:10px;display:grid;position:static}.me-placement>strong{grid-column:1/-1;margin-bottom:6px}.me-placement>small{grid-column:1/-1;margin:6px 0 0}.fy-model-editor .me-placement .me-rotation{grid-column:1/-1;margin-top:8px}.fy-model-editor .me-placement-lanes{grid-template-columns:1fr 58px;margin:0}.me-lane-presets{align-self:center}.fy-model-editor .me-lane-presets button{min-width:23px;min-height:38px}.me-component-group .me-components{grid-template-columns:repeat(3,minmax(0,1fr))}.fy-model-editor .me-component-info{margin-bottom:0;font-size:11px;display:block}.me-component-group:is([aria-label=路口组件],[aria-label=高速与匝道组件]) .me-components{grid-template-columns:repeat(4,minmax(0,1fr))}}@container model-editor (width>=561px) and (width<=690px){.me-lane-presets{grid-template-columns:repeat(3,minmax(0,1fr))}}.me-quick-actions{background:#fff;border-bottom:1px solid #d3dfeb;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.me-quick-actions button{color:#14549e;background:#edf4fc;border:1px solid #b8cee5;border-radius:6px;min-height:40px;padding:8px 14px;font-weight:600}.me-quick-actions span{color:#59708a;font-size:13px}.me-start{z-index:3;text-align:center;background:#ffffffef;border:1px solid #c7d9ea;border-radius:10px;width:min(340px,90%);padding:24px;position:absolute;top:28%;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #1d486516}.me-start strong{font-size:19px}.me-start p{color:#56708b;font-size:14px}.me-start button{color:#14549e;background:#edf4fc;border:1px solid #bdd1e7;border-radius:6px;width:100%;min-height:42px;margin-top:10px;display:block}.me-traffic-dialog{color:#173858;background:#fff;border:1px solid #c4d5e7;border-radius:12px;width:min(680px,100vw - 32px);max-height:85dvh;padding:26px;overflow:auto}.me-traffic-dialog::backdrop{background:#07143780}.me-traffic-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.me-traffic-heading h2{margin:4px 0;font-size:24px}.me-traffic-heading>button{color:#17385c;background:#fff;border:1px solid #c7d6e8;border-radius:6px;min-width:42px;height:42px;font-size:24px}.me-traffic-dialog p{color:#536c86;font-size:14px;line-height:1.8}.me-traffic-dialog form{border-top:1px solid #dce5ef;margin:18px 0;padding:16px 0}.me-traffic-fields{grid-template-columns:1fr 2fr 1fr;gap:14px;display:grid}.me-traffic-fields label{flex-direction:column;gap:7px;min-width:0;font-size:14px;font-weight:500;display:flex}.me-traffic-fields input,.me-traffic-fields select{box-sizing:border-box;color:#17385c;background:#fff;border:1px solid #becfe3;border-radius:6px;width:100%;min-height:44px;padding:8px 10px}.me-traffic-actions{flex-wrap:wrap;gap:10px;display:flex}.me-traffic-actions button{color:#fff;background:#14549e;border:1px solid #14549e;border-radius:6px;min-height:44px;padding:10px 16px}.me-traffic-actions button:last-child{color:#14549e;background:#fff}.me-traffic-list{gap:8px;margin:12px 0;display:grid}.me-traffic-list button{text-align:left;color:#234766;background:#f4f7fb;border:1px solid #d9e3ef;border-radius:6px;flex-wrap:wrap;justify-content:space-between;gap:8px;min-height:44px;padding:12px;display:flex}.me-traffic-dialog button:hover{filter:brightness(.94)}.me-traffic-dialog button:focus-visible,.me-traffic-dialog input:focus-visible,.me-traffic-dialog select:focus-visible{outline-offset:2px;outline:3px solid #548ed0}.me-traffic-dialog button:disabled{opacity:.5}.me-traffic-footnote{border-top:1px solid #dce5ef;padding-top:14px}.me-traffic-dialog [data-traffic-error]{color:#a53044}.me-traffic-dialog [data-traffic-error]:empty{display:none}@media (max-width:600px){.me-traffic-dialog{padding:20px}.me-traffic-fields{grid-template-columns:1fr}.me-traffic-actions{flex-direction:column}}.ep-panel{color:#233e55;min-width:0;font-size:14px;line-height:1.5}.ep-panel *{box-sizing:border-box}.ep-heading{border-bottom:1px solid #dce5ed;margin-bottom:16px;padding:0 0 16px}.ep-heading>span{letter-spacing:.06em;color:#6a8297;font-size:11px}.ep-heading h3{margin:4px 0 0;font-size:18px;line-height:1.4}.ep-heading p,.ep-help,.ep-create-actions p{color:#657d91;margin:10px 0;font-size:12px;line-height:1.7}.ep-panel fieldset{border:0;min-width:0;margin:0;padding:0}.ep-panel fieldset:disabled{opacity:.7}.ep-field{flex-direction:column;gap:6px;min-width:0;margin:0 0 13px;display:flex}.ep-field>span{justify-content:space-between;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.ep-field small{color:#758b9b;font-size:11px;font-weight:400}.ep-panel input:not([type=checkbox]),.ep-panel select{color:#233e55;width:100%;min-width:0;min-height:36px;font:inherit;background:#fff;border:1px solid #cbd8e3;border-radius:5px;padding:7px 9px}.ep-panel input:focus,.ep-panel select:focus{outline-offset:1px;outline:2px solid #4f97d6}.ep-field-pair{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ep-panel button{font:inherit;color:#285777;cursor:pointer;background:#f6f9fc;border:1px solid #cbd8e3;border-radius:5px;min-height:34px;padding:7px 10px}.ep-panel button:hover:not(:disabled){background:#eaf3fa;border-color:#6e9cba}.ep-panel button:disabled{opacity:.48;cursor:not-allowed}.ep-lane-stepper{justify-content:space-between;align-items:center;gap:8px;margin:0 0 14px;font-weight:600;display:flex}.ep-lane-stepper small{color:#758b9b;font-size:11px;font-weight:400;display:block}.ep-lane-stepper>div{align-items:center;gap:4px;display:flex}.ep-lane-stepper input{text-align:center;width:53px!important}.ep-lane-stepper button{width:32px;padding:2px;font-size:19px}.ep-lane-strip{background:#60798d;border-radius:5px;gap:2px;margin:0 0 14px;padding:4px;display:flex;overflow:auto}.ep-lane-strip span{text-align:center;color:#e6eff6;background:#486175;border-right:1px dashed #dfe8df;flex:1;min-width:41px;padding:8px 2px;font-size:10px}.ep-lane-strip span:last-child{border:0}.ep-lane-strip b{font-size:26px;font-weight:400;line-height:1.3;display:inline-block}.ep-lane{border:1px solid #dce5ed;border-radius:6px;margin:0 0 9px;padding:10px}.ep-panel summary{cursor:pointer;min-height:25px;font-size:13px;font-weight:600}.ep-lane summary small{color:#698194;margin:4px 0;font-size:11px;font-weight:400;display:block}.ep-lane[open] summary{margin-bottom:12px}.ep-class-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ep-class-grid label,.ep-yields label{align-items:flex-start;gap:6px;font-size:12px;display:flex}.ep-panel input[type=checkbox]{accent-color:#2a719e;flex:none;width:15px;height:15px;margin-top:2px}.ep-advanced{border-top:1px solid #dfe7ee;margin-top:13px;padding:10px 0}.ep-advanced code{overflow-wrap:anywhere;color:#6e8294;padding-top:8px;font-size:11px;display:block}.ep-advanced p{color:#6e8294;font-size:11px}.ep-advanced[open] summary{margin-bottom:10px}.ep-form-actions{z-index:1;background:#fff;gap:8px;padding:12px 0 4px;display:flex;position:sticky;bottom:0}.ep-form-actions [data-ep-apply]{color:#fff;background:#23678f;border-color:#23678f;flex:1}.ep-create-actions{border-top:1px solid #dce5ed;margin-top:15px;padding:15px 0 0}.ep-create-actions button{text-align:left;width:100%;margin:7px 0;display:block}.ep-panel h4{margin:12px 0 8px;font-size:13px}.ep-notice{color:#7a6136;background:#fbf6e9;border-left:3px solid #c39241;padding:10px;font-size:12px}.ep-message{color:#976331;overflow-wrap:anywhere;min-height:1.5em;margin:12px 0 0;font-size:12px}.ep-object-link{text-align:left;overflow-wrap:anywhere;justify-content:space-between;align-items:center;gap:6px;width:100%;margin:5px 0;font-size:12px!important;display:flex!important}.ep-object-link>span{color:#829bab}.ep-related{margin-top:16px}.ep-yields{gap:9px;display:grid}.ep-phase-strip{gap:3px;min-height:47px;margin:10px 0 15px;display:flex;overflow:auto}.ep-phase-strip>span{text-align:center;color:#fff;background:var(--phase-color);border-radius:3px;flex-direction:column;justify-content:center;min-width:30px;font-size:13px;display:flex}.ep-phase-strip small{opacity:.9;font-size:10px}.ep-signal-scroll{max-height:430px;margin:0 -2px;overflow:auto}.ep-signal-table{border-collapse:collapse;min-width:100%;font-size:11px}.ep-signal-table th,.ep-signal-table td{vertical-align:top;border:1px solid #dce5ed;min-width:108px;padding:6px}.ep-signal-table thead th{z-index:1;background:#eff5f9;font-size:11px;font-weight:500;position:sticky;top:0}.ep-signal-table th:first-child{text-align:left;min-width:140px}.ep-signal-table input,.ep-signal-table select{min-height:32px;margin-top:4px;padding:5px;font-size:11px}.ep-signal-table .ep-object-link{background:0 0;border:0;min-height:25px;padding:3px;font-size:11px!important}.ep-inline-actions{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.ep-inline-actions button{font-size:11px}.ep-route-list{padding-left:21px}.ep-panel [hidden]{display:none!important}@media (max-width:600px){.ep-heading h3{font-size:17px}.ep-field-pair{gap:8px}.ep-panel button{min-height:40px}.ep-panel input:not([type=checkbox]),.ep-panel select{min-height:40px;font-size:16px}.ep-form-actions{padding-bottom:8px}.ep-signal-table input,.ep-signal-table select{font-size:13px}.ep-class-grid{gap:11px}}.ep-pager{color:#6e8294;justify-content:space-between;align-items:center;gap:6px;margin:8px 0;font-size:11px;display:flex}.ep-pager button{padding:5px 7px;font-size:11px}.ep-panel .ep-follow-duration{align-items:flex-start;gap:9px;margin:10px 0;font-size:13px;display:flex}.ep-panel .ep-follow-duration input{flex:0 0 17px;width:17px;height:17px;min-height:0;margin:4px 0 0}.ep-panel .ep-follow-duration small{color:#57718c;font-weight:400;display:block}
