.project-workspace,.project-entry{height:100%;min-height:0;color:var(--stone-ink);background:var(--stone-content)}.project-workspace{flex-direction:column;display:flex;overflow:hidden}.project-topbar{background:var(--stone-chrome);flex-wrap:wrap;align-items:center;gap:12px;min-height:58px;padding:8px 16px;display:flex}.project-topbar-account{align-items:center;gap:4px;max-width:250px;margin-left:auto;display:flex}.project-topbar-account>div:last-child{max-width:170px}.project-title{text-overflow:ellipsis;white-space:nowrap;text-align:left;max-width:230px;font-size:14px;overflow:hidden}.project-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.project-icon:hover,.project-button:hover{background:var(--stone-content)}.project-workspace-body{background:var(--stone-chrome);flex:1;min-height:0;display:flex;overflow:hidden}.project-workspace-body.project-setting-up .project-sites{flex-shrink:0;width:440px}.project-companion{background:var(--stone-chrome);border-right:1px solid var(--stone-line);flex-direction:column;flex-shrink:0;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.project-companion [data-chat-scene]{flex:1}.project-main{flex-direction:column;flex:1;min-width:max(340px,46%);min-height:0;display:flex;position:relative;overflow:hidden}.project-map{isolation:isolate;flex:1;min-height:0;position:relative;overflow:hidden}.project-map .noda-map-cockpit-root{border-radius:0;clip-path:none!important}.project-page{height:100%;overflow:auto}.project-sites{background:var(--stone-chrome);min-height:0;overflow-y:auto}.project-panel-heading{flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;font-size:13px;display:flex}.project-panel-heading small,.project-panel-heading>span+span{color:var(--stone-muted);font-size:11px}.project-status{background:var(--stone-chrome);justify-content:space-between;align-items:center;gap:16px;padding:8px 18px;font-size:12px;display:flex}.project-button,.project-primary{border:1px solid var(--stone-line);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:8px 12px;font-size:12px;display:inline-flex}.project-primary{background:var(--stone-lime);color:var(--stone-on-lime);border-color:#0000}.project-primary:disabled,.project-button:disabled{opacity:.5;cursor:default}.project-content-page{min-width:0;height:100%;padding:28px;overflow:auto}.project-content-page h1,.project-entry-heading h1{letter-spacing:-.03em;font-size:24px;font-weight:500}.project-content-page>p,.project-entry-heading p,.project-create>p{color:var(--stone-muted);margin:10px 0 24px;font-size:13px;line-height:1.6}.project-assessment,.project-file-group{border:1px solid var(--stone-line);border-radius:12px;margin-top:18px;overflow:hidden}.project-assessment>p,.project-file-group>p{padding:12px 16px;font-size:13px}.project-file-row{border-top:1px solid var(--stone-line);overflow-wrap:anywhere;align-items:center;gap:10px;padding:12px 16px;font-size:12px;display:flex}.project-file-row>span{flex:1}.project-file-row small{color:var(--stone-muted)}.project-entry{grid-template-columns:minmax(420px,1.2fr) minmax(330px,1fr);display:grid;overflow:auto}.project-entry-list{padding:32px;overflow:auto}.project-entry-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.project-entry-heading p{margin:6px 0 0}.project-entry-chat{border-left:1px solid var(--stone-line);flex-direction:column;min-width:0;min-height:0;display:flex}.project-entry-chat>[data-conversation-pane]{flex:1}.project-search{border:1px solid var(--stone-line);color:var(--stone-muted);border-radius:10px;align-items:center;gap:10px;margin-bottom:22px;padding:10px 12px;display:flex}.project-search input{width:100%;color:var(--stone-ink);background:0 0;outline:none;font-size:13px}.project-card-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px;display:grid}.project-card{text-align:left;border:1px solid var(--stone-line);background:var(--stone-chrome);border-radius:12px;overflow:hidden}.project-card:hover{outline:1px solid var(--stone-muted)}.project-card-empty{height:148px;color:var(--stone-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:12px;display:flex}.project-card-copy{grid-template-columns:1fr auto;gap:7px;padding:15px;display:grid}.project-card-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.project-card-copy p{color:var(--stone-muted);grid-column:1/-1;font-size:11px}.project-create{border:1px solid var(--stone-line);background:var(--stone-chrome);border-radius:12px;margin-bottom:22px;padding:20px}.project-create h2{margin-bottom:18px;font-size:18px}.project-create label{margin-top:14px;font-size:12px;display:block}.project-create input,.project-create textarea,.project-topbar>input{background:var(--stone-content);border:1px solid var(--stone-line);width:100%;color:var(--stone-ink);border-radius:8px;margin-top:6px;padding:10px 12px;font-size:13px;display:block}.project-create textarea{resize:vertical;min-height:80px}.project-topbar>input{max-width:230px;margin:0}.project-actions{justify-content:flex-end;gap:8px;display:flex}.project-notice{border:1px solid var(--stone-line);border-radius:8px;align-items:center;gap:12px;margin-bottom:18px;padding:14px;font-size:13px;display:flex}.project-workspace button:focus-visible,.project-entry button:focus-visible{outline:2px solid var(--stone-focus);outline-offset:2px}@media (max-width:900px){.project-entry{grid-template-rows:auto minmax(560px,1fr);grid-template-columns:1fr}.project-entry-list{padding:20px}.project-entry-chat{border-left:0;border-top:1px solid var(--stone-line)}.project-workspace-body{grid-template-columns:310px minmax(420px,1fr)}.project-workspace-body.project-setting-up{grid-template-columns:310px 420px 400px}.project-topbar-account{margin-left:auto}.project-title{max-width:150px}}.project-entry-shell{background:var(--stone-content);height:100%;min-height:0;color:var(--stone-ink);flex-direction:column;display:flex;overflow:hidden}.project-entry-topbar{gap:14px;padding:14px 26px;font-size:12px}.project-entry-topbar .project-topbar-account{max-width:350px;margin-left:auto}.project-wordmark{letter-spacing:-.05em;font-size:20px}.project-entry{flex:1;min-height:0;display:block;overflow:auto}.project-entry-list{width:100%;max-width:1440px;margin:auto;padding:44px 6%;overflow:visible}.project-entry-heading small{letter-spacing:.12em;color:var(--stone-muted);margin-bottom:18px;font-size:10px;display:block}.project-entry-heading h1{font-size:34px;font-weight:400}.project-entry-heading{margin-bottom:24px}.project-entry-chat{border:0;flex-direction:column;width:100%;max-width:820px;height:340px;margin:26px auto 36px;display:flex}.project-chat-label{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:10px;max-width:72%;display:inline-flex;overflow:hidden}.project-card-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}@media (max-width:900px){.project-entry-list{padding:28px 20px}.project-entry-heading h1{font-size:28px}.project-entry-topbar{padding:10px 14px}}.project-workspace .project-companion[data-open=true]{z-index:1;will-change:width;contain:layout paint;border-radius:0;width:auto;min-width:0;max-width:none;margin:0;position:relative;inset:auto;overflow:hidden}.project-companion>div{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.project-companion .noda-chat-scene-background{padding:0 20px 16px}.project-entry-chat{max-width:1000px;height:clamp(570px,65vh,780px);margin:12px auto 32px}.project-topbar.noda-app-topbar{background:var(--dock-bg);min-height:52px;color:var(--dock-ink);flex-wrap:nowrap;padding:8px 16px 0}.project-primary{border-radius:13px;min-height:38px;font-size:13px;font-weight:500}.project-button{color:var(--dock-ink);border-color:var(--dock-line);border-radius:9px;font-size:13px}.project-panel-heading{color:var(--dock-ink)}.project-sites{background:var(--dock-panel);color:var(--dock-ink)}.project-topbar .project-wordmark{letter-spacing:-.015em;font-size:15px;font-weight:600}.project-batch{align-items:center;gap:14px;margin:0 0 20px;display:flex}.project-batch small{color:var(--dock-ink-mute);font-size:11px}.project-batch-select{color:var(--dock-ink-mute);align-items:center;gap:7px;margin-bottom:9px;font-size:11px;display:flex}.project-batch-select input{accent-color:var(--color-lime)}.project-card-grid .project-card{width:100%}.project-sites>.noda-map-chrome{box-shadow:none;border:0}.project-breadcrumb{min-width:0;color:var(--stone-muted);align-items:center;gap:10px;font-size:13px;display:flex}.project-breadcrumb button:hover,.project-breadcrumb .project-title{color:var(--stone-ink)}.project-breadcrumb input{background:var(--stone-content);border:1px solid var(--stone-line);min-width:0;max-width:230px;color:var(--stone-ink);border-radius:8px;padding:7px 10px}.noda-account-page:has(.project-rail) .noda-content-col{padding:0}.noda-account-page:has(.project-rail) .noda-account-shell{border-radius:0}.project-rail{background:var(--stone-content);width:72px;color:var(--stone-ink);border-right:1px solid var(--stone-line);flex-direction:column;flex-shrink:0;align-items:center;gap:6px;padding:10px 8px;display:flex}.project-rail-top{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.project-rail-logo{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;display:inline-flex}.project-rail-name{letter-spacing:-.03em;flex:1;font-size:19px;font-weight:600}.project-rail-toggle{width:32px;height:32px;color:var(--stone-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.project-rail-toggle:hover{background:var(--stone-chrome);color:var(--stone-ink)}.project-rail-back,.project-rail-toggle{position:relative}.project-rail-back:after,.project-rail-toggle:after,.project-rail nav button:after{content:attr(data-label);z-index:30;background:var(--stone-ink);color:var(--stone-content);white-space:nowrap;opacity:0;pointer-events:none;border-radius:7px;padding:5px 9px;font-size:12px;line-height:1.2;transition:opacity .16s,transform .18s cubic-bezier(.2,.9,.3,1.2);position:absolute;top:50%;left:calc(100% + 14px);transform:translate(-4px,-50%)}.project-rail-back:hover:after,.project-rail-toggle:hover:after,.project-rail-back:focus-visible:after,.project-rail-toggle:focus-visible:after{opacity:1;transform:translateY(-50%)}.project-rail[data-expanded] :is(.project-rail-back,.project-rail-toggle,nav button):after{display:none}.project-rail[data-expanded]{align-items:stretch;padding:10px 12px 12px}.project-rail[data-expanded] .project-rail-top{justify-content:flex-start;height:44px;margin-bottom:8px}.project-rail[data-expanded] .project-rail-logo{margin-bottom:0}.project-rail[data-expanded] .project-rail-back{width:100%;height:40px;color:var(--stone-ink);border-radius:9px;justify-content:flex-start;gap:10px;padding:0 12px;font-size:14px}.project-rail[data-expanded] .project-rail-divider{width:auto;margin:6px 2px}.project-rail[data-expanded] nav{gap:2px}.project-rail[data-expanded] nav button{border-radius:9px;justify-content:flex-start;gap:12px;height:40px;padding:0 12px;font-size:14px}.project-rail[data-expanded] nav button svg{width:20px;height:20px}.project-rail[data-expanded] .project-rail-blob{border-radius:9px}.project-rail[data-expanded] .project-rail-foot{justify-items:stretch;gap:2px}.project-rail[data-expanded] .project-rail-toggle{width:100%;height:40px;color:var(--stone-muted);border-radius:9px;justify-content:flex-start;gap:12px;padding:0 12px;font-size:14px}.project-rail[data-expanded] .project-rail-toggle:hover{color:var(--stone-ink)}.project-rail[data-expanded] .project-rail-toggle svg{width:20px;height:20px}.project-rail[data-expanded] .project-rail-foot>div{width:auto}.project-rail-logo:hover,.project-rail-back:hover{background:var(--stone-chrome)}.project-rail-back{width:32px;height:32px;box-shadow:inset 0 0 0 1px var(--stone-line);color:var(--stone-muted);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.project-rail-back:hover{color:var(--stone-ink)}.project-rail-divider{background:var(--stone-line);width:32px;height:1px;margin:8px 0;display:block}.project-rail nav{gap:4px;width:100%;display:grid;position:relative}.project-rail nav button{width:100%;height:44px;color:var(--stone-muted);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;display:flex;position:relative}.project-rail nav button:hover:after,.project-rail nav button:focus-visible:after{opacity:1;transform:translateY(-50%)}.project-rail nav button:disabled:after{background:var(--stone-chrome);color:var(--stone-muted)}.project-rail{z-index:40;position:relative;overflow:visible}.project-rail nav button:hover:not(:disabled){background:var(--stone-chrome);color:var(--stone-ink)}.project-rail nav button[aria-current]{color:var(--stone-ink)}.project-rail nav button[aria-current]:hover{background:0 0}.project-rail-blob{z-index:0;background:var(--stone-chrome);box-shadow:inset 0 0 0 1px var(--stone-line),0 1px 2px #0000001f;pointer-events:none;will-change:transform;border-radius:10px;position:absolute;top:0;left:0;right:0}.project-rail nav button{z-index:1}.project-rail nav button:disabled{opacity:.45;cursor:default}.project-rail-foot{justify-items:center;gap:8px;margin-top:auto;display:grid}.project-rail-foot>div{width:32px}.project-rail button:focus-visible{outline:2px solid var(--stone-focus);outline-offset:2px}.project-companion-inner{width:var(--project-chat-width);will-change:transform;flex-direction:column;min-height:0;display:flex;position:absolute;inset:0 auto 0 0}.project-companion-inner>div:last-child{flex-direction:column;flex:1;min-height:0;padding-top:40px;display:flex;overflow:hidden}.project-pane-head{z-index:20;height:40px;color:var(--stone-muted);pointer-events:none;align-items:center;gap:6px;font-size:13px;display:flex;position:absolute;top:0;left:12px;right:8px}.project-pane-head>*{pointer-events:auto}.project-pane-thread{color:var(--stone-ink)}.project-grow{flex:1}.project-icon{width:30px;height:30px;color:var(--stone-muted);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.project-icon:hover{background:var(--stone-content);color:var(--stone-ink)}.project-map-head{z-index:30;box-sizing:border-box;border-bottom:1px solid var(--stone-line);background:var(--stone-chrome);height:40px;color:var(--stone-muted);flex-shrink:0;align-items:center;gap:6px;padding:0 8px;display:flex;position:relative}.project-muted{color:var(--stone-muted);white-space:nowrap;font-size:12px}.project-map-position{font-variant-numeric:tabular-nums;align-items:center;gap:10px;min-width:0;display:inline-flex}.project-map-coords-block{align-items:center;gap:6px;line-height:1;display:inline-flex}.project-map-coords-block .noda-info-button{margin-top:-1px}.project-map-country{color:var(--stone-ink);align-items:center;gap:6px;display:inline-flex}.project-map-flag{border-radius:2px}.project-map-coords{font-variant-numeric:tabular-nums;white-space:nowrap;line-height:1}.project-map-centre{pointer-events:none;z-index:5;color:#fff;opacity:.45;filter:drop-shadow(0 0 1px #0009);width:22px;height:22px;margin:-11px 0 0 -11px;position:absolute;top:50%;left:50%}.project-map-centre svg{width:100%;height:100%;display:block}@media (max-width:900px){.project-map-country{display:none}}.project-map-search{flex:1;justify-content:center;min-width:0;padding:0 12px;display:flex}.project-map-search>div{width:min(420px,100%)}.project-map-search .noda-map-search{border:1px solid var(--stone-line);height:32px;box-shadow:none;color:var(--stone-muted);background:0 0;border-radius:8px;padding:0 10px;transition:border-color .15s,background .15s}.project-map-search .noda-map-search:focus-within{border-color:var(--stone-muted);background:0 0}.project-map-search .noda-map-search input{color:var(--stone-ink);font-size:13px}.project-map-search .noda-map-search input:focus-visible,.project-map-search .noda-map-search button:focus-visible{box-shadow:none;outline:none}.project-map-search [role=listbox] li{list-style:none}.project-map-search .noda-map-search button{color:var(--stone-muted)}.project-map-search .noda-map-search svg{width:15px;height:15px}.project-chat-view{background:var(--stone-chrome)}.project-chat-full{border-right:0;flex:1;position:relative}.project-figures{border-left:1px solid var(--stone-line);background:var(--stone-chrome);flex-shrink:0;min-height:0;overflow:hidden}.project-figures[aria-hidden=true]{border-left-width:0}.project-figures-inner{width:var(--project-site-width);flex-direction:column;height:100%;min-height:0;display:flex;position:relative}.project-figures-head{box-sizing:border-box;height:40px;min-height:40px;color:var(--stone-ink);border-bottom:1px solid var(--stone-line);flex-shrink:0;padding:0 4px 0 14px;font-weight:500;position:static}.project-figures-inner{top:0}.project-figures-inner .project-content-page{padding:16px;overflow:auto}.project-figures-inner .project-content-page h1{font-size:14px}html .project-workspace .project-companion.noda-left-side-chat.noda-ai-home,html.dark .project-workspace .project-companion.noda-left-side-chat.noda-ai-home{--dock-bg:var(--stone-chrome);--shell-surface:var(--stone-chrome);--color-bg:var(--stone-chrome);--color-bg-panel:var(--stone-content);background:var(--stone-chrome)}.project-map .noda-map-search input:focus-visible,.project-map .noda-map-search button:focus-visible{box-shadow:none;outline:none}.project-map .noda-map-search{transition:box-shadow .15s}.project-map .noda-map-search:focus-within{box-shadow:0 0 0 1px var(--stone-muted)}.project-workspace .project-chat-transition{flex:none;transition:width .28s,opacity .18s}.project-workspace .project-chat-full{border-right:0;flex:none}.project-chat-full .project-companion-inner{width:100%}.project-main{transition:opacity .26s,visibility linear}.project-chat-view .project-main{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .26s,visibility 0s linear .26s}.project-workspace .project-chat-transition.project-view-switching{transition:opacity .26s}.project-view-switching .project-companion-inner{animation:.26s both project-view-fade}@keyframes project-view-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.project-workspace .project-chat-transition,.project-main{transition:none}.project-view-switching .project-companion-inner{animation:none}}.project-map .mapboxgl-ctrl-logo,.project-map .mapboxgl-ctrl-attrib{display:none!important}.project-map .mapboxgl-ctrl-bottom-left,.project-map .mapboxgl-ctrl-bottom-right,.project-map .mapboxgl-ctrl-top-left,.project-map .mapboxgl-ctrl-top-right{z-index:10}.project-map .mapboxgl-ctrl-scale{color:var(--stone-muted);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:6px;margin:0 0 14px 14px;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.5;background:color-mix(in srgb,var(--stone-content) 78%,transparent)!important;border:1px solid var(--stone-line)!important;border-top:1px solid var(--stone-line)!important}.project-map-frost{pointer-events:none;z-index:5;position:absolute}.project-map-frost-top{background:linear-gradient(to bottom,color-mix(in srgb,var(--stone-chrome) 22%,transparent),transparent);height:56px;top:0;left:0;right:0}.project-map-frost-bottom{background:linear-gradient(to top,color-mix(in srgb,var(--stone-chrome) 22%,transparent),transparent);height:56px;bottom:0;left:0;right:0}.project-map-frost-left{background:linear-gradient(to right,color-mix(in srgb,var(--stone-chrome) 22%,transparent),transparent);width:80px;top:0;bottom:0;left:0}.project-map-frost-right{background:linear-gradient(to left,color-mix(in srgb,var(--stone-chrome) 22%,transparent),transparent);width:80px;top:0;bottom:0;right:0}.project-map-frost i{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:absolute;inset:0}.project-map-frost-top i{-webkit-mask-image:linear-gradient(#000 0%,#0009 40%,#0000 100%);mask-image:linear-gradient(#000 0%,#0009 40%,#0000 100%)}.project-map-frost-bottom i{-webkit-mask-image:linear-gradient(#0000 0%,#0009 60%,#000 100%);mask-image:linear-gradient(#0000 0%,#0009 60%,#000 100%)}.project-map-frost-left i{-webkit-mask-image:linear-gradient(90deg,#000 0%,#0009 40%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#0009 40%,#0000 100%)}.project-map-frost-right i{-webkit-mask-image:linear-gradient(270deg,#000 0%,#0009 40%,#0000 100%);mask-image:linear-gradient(270deg,#000 0%,#0009 40%,#0000 100%)}@media (prefers-reduced-motion:reduce){.project-map-frost i{-webkit-backdrop-filter:none}}.project-map div:has(>form.noda-map-search){width:min(300px,100% - 32px);transition:width .28s cubic-bezier(.22,.61,.36,1)}:is(.project-map div:has(>form.noda-map-search):hover,.project-map div:has(>form.noda-map-search):focus-within){width:min(420px,100% - 32px)}@media (prefers-reduced-motion:reduce){.project-map div:has(>form.noda-map-search){transition:none}}.project-map{container:project-map/inline-size}.project-map-dock{transition:gap .18s,padding .18s}.project-map-dock>button{transition:width .18s,height .18s,padding .18s,background-color .15s,color .15s}.project-map-dock .project-dock-label{white-space:nowrap;max-width:96px;transition:max-width .18s,opacity .14s,margin-left .18s;display:inline-block;overflow:hidden}@container project-map (max-width:480px){.project-map-dock{flex-wrap:nowrap;gap:2px;max-width:calc(100cqw - 24px);padding:6px}.project-map-dock .project-dock-label{opacity:0;max-width:0;margin-left:-6px}.project-map-dock>button{flex-shrink:0;justify-content:center;width:40px;height:40px;padding:0}.project-map-dock>div{margin-inline:2px}}@media (prefers-reduced-motion:reduce){.project-map-dock,.project-map-dock>button,.project-map-dock .project-dock-label{transition:none}}.project-rail nav button[aria-pressed=true]{color:var(--stone-ink);background:color-mix(in srgb,var(--stone-chrome) 70%,transparent)}.project-opening{background:var(--stone-chrome);flex-direction:column;display:flex}.project-map-dock .project-dock-btn{overflow:visible}.project-map-dock .project-dock-btn:after{content:attr(data-label);z-index:30;background:var(--stone-ink);color:var(--stone-content);white-space:nowrap;opacity:0;pointer-events:none;border-radius:7px;padding:5px 9px;font-size:12px;line-height:1.2;transition:opacity .16s,transform .18s cubic-bezier(.2,.9,.3,1.2);position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%,4px)}.project-map-dock .project-dock-btn:hover:after{opacity:1;transform:translate(-50%)}.project-map-dock .project-dock-glow{color:var(--stone-ink);box-shadow:inset 0 0 0 1px var(--stone-ink);isolation:auto}.project-map-dock .project-dock-glow:before{border-radius:14px}.project-map-head .project-sites-toggle,.project-map-head .project-layers-toggle{align-items:center;gap:7px;height:28px;font-size:12.5px;line-height:1;display:inline-flex;overflow:hidden}.project-map-head .project-sites-toggle.is-closed,.project-map-head .project-layers-toggle.is-closed{width:auto;padding:0 8px 0 10px}.project-map-head .project-sites-toggle.is-closed:hover,.project-map-head .project-layers-toggle.is-closed:hover{color:var(--stone-ink)}.project-map-head .project-sites-toggle .project-sites-word,.project-map-head .project-layers-toggle .project-sites-word{white-space:nowrap;color:var(--stone-ink);display:inline-block;position:relative;top:-.5px;overflow:hidden}.project-map-head .project-sites-toggle:hover .project-sites-word,.project-map-head .project-layers-toggle:hover .project-sites-word{color:var(--stone-lime)}.project-map-head .project-sites-toggle.is-closed>svg,.project-map-head .project-layers-toggle.is-closed>svg{flex-shrink:0}@media (max-width:767px){.noda-account-page:has(.project-rail){height:100dvh;min-height:0;overflow:hidden}.noda-account-page:has(.project-rail) .noda-content-col{padding:0!important}.noda-account-page:has(.project-rail) .noda-account-shell{height:100%;min-height:0;border-radius:0!important;overflow:hidden!important}.noda-account-page:has(.project-rail) .noda-account-body{min-height:0;overflow:hidden!important}}.noda-waypoint-dot{pointer-events:none;width:26px;height:26px;display:block}.noda-waypoint-dot svg{filter:drop-shadow(0 1px 1px #00000080);display:block}.project-workspace{--project-layers-width:clamp(180px, 14vw, 220px)}.project-layers-aside{border-left:1px solid var(--stone-line);background:var(--stone-chrome);flex-shrink:0;min-height:0;overflow:hidden}.project-layers-aside[aria-hidden=true]{border-left-width:0}.project-layers-inner{width:var(--project-layers-width);flex-direction:column;height:100%;min-height:0;display:flex;position:relative}@media (max-width:767px){.project-workspace{--project-layers-width:min(220px, 70vw)}.project-workspace-body{position:relative}.project-workspace-body:not(.project-chat-view)>.project-layers-aside{z-index:30;position:absolute;top:0;bottom:0;right:0}}.project-workspace-empty{background:var(--stone-content);min-height:0;color:var(--stone-muted);flex:1;place-items:center;display:grid}.project-workspace-label{color:var(--stone-muted);font-size:13px}.project-rail{overflow:hidden}.project-rail-label{white-space:nowrap;opacity:0;pointer-events:none;flex:0 auto;min-width:0;max-width:0;transition:opacity .14s,transform .22s cubic-bezier(.22,1,.36,1),max-width .28s cubic-bezier(.22,1,.36,1);overflow:hidden;transform:translate(-6px)}.project-rail[data-expanded] .project-rail-label{opacity:1;max-width:200px;transition:opacity .2s 60ms,transform .26s cubic-bezier(.22,1,.36,1);transform:none}.project-rail-top{justify-content:flex-start;padding-left:6px;transition:padding .28s cubic-bezier(.22,1,.36,1)}.project-rail[data-expanded] .project-rail-top{padding-left:0}.project-rail nav button,.project-rail-back,.project-rail-toggle{justify-content:flex-start;transition:padding .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1),background-color .18s,color .18s;overflow:hidden}.project-rail nav button{gap:12px;padding:0 17px}.project-rail nav button>svg,.project-rail-back>svg,.project-rail-toggle>svg{flex-shrink:0}.project-rail:not([data-expanded]) .project-rail-label{margin:0}.project-rail-back,.project-rail-toggle{width:100%;height:40px;box-shadow:none;border-radius:9px;gap:10px;padding:0 20px}.project-rail-toggle{padding-left:20px}.project-rail-foot{width:100%}.project-rail[data-expanded] nav button,.project-rail[data-expanded] .project-rail-back,.project-rail[data-expanded] .project-rail-toggle{padding:0 12px}.project-rail:not([data-expanded]) .project-rail-back{color:var(--stone-muted)}@media (prefers-reduced-motion:reduce){.project-rail-label,.project-rail-top,.project-rail nav button,.project-rail-back,.project-rail-toggle{transition:none}}.project-rail:not([data-expanded]) :is(nav button,.project-rail-back,.project-rail-toggle){gap:0}.project-rail:not([data-expanded]) .project-rail-foot>div{justify-content:center;width:100%;display:flex}.project-rail:not([data-expanded]) .project-rail-foot>div>button{border-radius:50%;width:auto;padding:0;background:0 0!important}.project-rail:not([data-expanded]) .project-rail-foot>div>button:hover>span:first-child{box-shadow:0 0 0 2px var(--stone-muted)}.project-rail:not([data-expanded]) .project-rail-back{width:32px;height:32px;box-shadow:inset 0 0 0 1px var(--stone-line);border-radius:50%;justify-content:center;padding:0}.project-rail:not([data-expanded]) .project-rail-back:hover{box-shadow:inset 0 0 0 1px var(--stone-muted)}.project-desktop-navigation{display:contents}.mobile-project-menu{color:var(--stone-ink);flex-direction:column;gap:20px;padding:16px;display:flex}.mobile-project-menu nav{flex-direction:column;gap:4px;display:flex}.mobile-project-menu>button,.mobile-project-menu nav button{text-align:left;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:48px;padding:0 12px;font-size:14px;display:flex}.mobile-project-menu nav button[aria-current=page],.mobile-project-menu>button:hover,.mobile-project-menu nav button:hover{background:var(--stone-chrome)}.mobile-project-menu footer{border-top:1px solid var(--stone-line);flex-direction:column;gap:20px;margin-top:auto;padding-top:20px;display:flex}@media (max-width:1023px){.project-desktop-navigation{display:none}[role=dialog]:has(.mobile-project-menu){justify-content:flex-start;padding:0}[role=dialog]:has(.mobile-project-menu)>.noda-dialog-card{border-radius:0 16px 16px 0;height:100dvh;max-height:100dvh;max-width:min(360px,100vw - 40px)!important}[role=dialog]:has(.mobile-project-menu) .mobile-project-menu{min-height:calc(100dvh - 90px);padding-bottom:max(24px,env(safe-area-inset-bottom))}}.mobile-project-help{font-size:14px;display:flex}.mobile-project-help .noda-help-button-labeled{width:100%;height:48px;color:var(--stone-ink);border-radius:9px;justify-content:flex-start;align-items:center;gap:12px;padding:0 12px;display:flex}.mobile-project-help .noda-help-button-labeled:hover{background:var(--stone-chrome)}@media (max-width:1023px){.noda-account-shell[data-active-scene=projects\.workspace]>main{min-height:0;overflow:hidden!important}}
