.home-sidebar{z-index:2;background:var(--stone-content);width:240px;color:var(--stone-ink);border-right:1px solid var(--stone-line);flex-direction:column;flex-shrink:0;gap:4px;padding:10px 12px 12px;font-size:14px;display:flex;position:relative}.home-side-top{align-items:center;gap:8px;height:44px;margin-bottom:8px;display:flex}.home-brand{width:44px;height:44px;color:var(--stone-ink);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.home-side-name{letter-spacing:-.03em;font-size:19px;font-weight:600}.home-new{height:40px;color:var(--stone-muted);border-radius:9px;align-items:center;gap:12px;padding:0 12px;font-size:14px;transition:background-color .18s,color .18s;display:flex}.home-new:hover{background:var(--stone-chrome);color:var(--stone-ink);background:var(--stone-chrome)}.home-side-divider{background:var(--stone-line);height:1px;display:block}.home-sidebar>.home-side-divider,.home-sidebar footer>.home-side-divider{width:calc(100% + 24px);margin:4px -12px}.home-sidebar nav,.home-sidebar footer{grid-template-columns:minmax(0,1fr);gap:2px;display:grid}.home-sidebar nav{position:relative}.home-sidebar nav button{z-index:1}.home-sidebar nav button,.home-sidebar footer>button{height:40px;color:var(--stone-muted);text-align:left;border-radius:9px;align-items:center;gap:12px;padding:0 12px;font-size:14px;display:flex;position:relative}.home-sidebar nav button:hover,.home-sidebar footer>button:hover{background:var(--stone-chrome);color:var(--stone-ink)}.home-sidebar nav [aria-current]{color:var(--stone-ink)}.home-sidebar nav button[aria-current]:hover{background:0 0}.home-sidebar footer{margin-top:auto}.home-sidebar footer>div{margin-top:4px}.home-sidebar p{padding:12px;font-size:12px}.home-sidebar button:disabled{opacity:.5}.home-mobile-close,.home-sidebar-backdrop{display:none}.home-projects{background:var(--stone-content);height:100%;color:var(--stone-ink);flex-direction:column;display:flex;overflow:hidden}.home-project-body{flex:1;padding:28px;overflow:auto}.home-create-row{gap:14px;margin-bottom:30px;display:flex}.home-create,.home-template{border-radius:13px;flex-direction:column;justify-content:space-between;align-items:flex-start;width:150px;height:94px;padding:17px;font-size:14px;display:flex}.home-create{background:var(--stone-lime);color:var(--stone-on-lime)}.home-template{border:1px solid var(--stone-line);background:var(--stone-content)}.home-create:disabled{opacity:.5}.home-project-body h2{margin:24px 0 16px;font-size:16px;font-weight:500}.home-empty{color:var(--stone-muted);text-align:center;padding:65px 20px}.home-error{border:1px solid var(--stone-line);border-radius:9px;gap:16px;margin-bottom:20px;padding:14px;display:flex}.home-error button{text-decoration:underline}.home-discovery-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-top:30px;display:grid}.home-discovery-grid>button{text-align:left;border:1px solid var(--stone-line);border-radius:15px;padding:25px}.home-discovery-grid p{color:var(--stone-muted);line-height:1.7}.home-discovery-grid span{align-items:center;gap:9px;margin-top:25px;display:flex}.home-projects button:focus-visible,.home-sidebar button:focus-visible{outline:2px solid var(--stone-focus);outline-offset:2px}.home-chat-page{height:100%;min-height:0;display:flex}.home-chat-history{flex-shrink:0;height:100%}.home-chat-content{flex:1;min-width:0;height:100%}@media (max-width:1023px){.home-sidebar{display:none}.home-sidebar.is-open{z-index:110;display:flex;position:fixed;inset:0 auto 0 0}.home-mobile-close{display:block;position:absolute;top:12px;right:12px}.home-sidebar-backdrop{z-index:100;background:#0006;display:block;position:fixed;inset:0}.home-project-body{padding:18px}.home-chat-history{max-width:45vw;overflow:hidden}}.home-nav-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:9px;position:absolute;top:0;left:0;right:0}.home-sidebar .home-brand:hover{background:var(--stone-chrome)}.home-grid{grid-template-columns:1fr;gap:12px;margin-bottom:32px;display:grid}.home-project-card{border-radius:var(--radius-md);border:1px solid var(--color-hairline-soft);background:var(--color-bg-panel);text-align:left;flex-direction:column;width:100%;min-width:0;min-height:330px;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;display:flex;overflow:hidden;box-shadow:0 1px #11111108}.home-project-card:hover{border-color:var(--color-lime);transform:translateY(-1px);box-shadow:0 10px 24px #1111110f}.home-project-thumbnail{border-radius:var(--radius-sm);background:var(--color-hairline-soft);flex-shrink:0;height:160px;margin:12px 12px 0;position:relative;overflow:hidden}.home-project-thumbnail img{transition:transform .5s ease-out}.home-project-card:hover img{transform:scale(1.025)}.home-project-image{height:160px;color:var(--color-ink-mute);place-items:center;display:grid}.home-project-details{flex-direction:column;flex:1;padding:12px 16px 16px;display:flex}.home-project-title{color:var(--color-ink);align-items:center;gap:8px;margin-bottom:8px;display:flex}.home-project-title>svg{color:var(--color-ink-mute);flex-shrink:0}.home-project-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.home-project-details p{color:var(--color-ink-mute);margin:0 0 20px;font-size:12.5px}@media (min-width:640px){.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-project-card{border-color:var(--stone-line);background:var(--stone-content)}.home-project-thumbnail{background:var(--stone-chrome)}.home-project-details .noda-btn-ghost{background:var(--stone-chrome);border-color:var(--stone-line);width:100%;color:var(--stone-ink);justify-content:space-between}.home-project-card:hover .noda-btn-ghost{border-color:var(--stone-muted)}.home-projects{isolation:isolate;background:var(--stone-chrome);position:relative}.home-discovery-grid>button{background:var(--stone-content)}.home-page-header{height:47px;min-height:0;color:var(--stone-ink);background:var(--stone-content);border-bottom:1px solid var(--stone-line);flex-shrink:0;align-items:center;gap:12px;padding:0 12px;display:flex}.home-page-header .noda-header-toolbar{border:0;flex:1;min-height:0;padding:0}.home-page-header .noda-header-toolbar:not(:empty)+.home-page-title{display:none}.home-page-title{font-size:15px;font-weight:500}.home-project-tools{gap:8px}.home-project-tools .noda-toolbar-muted{padding:0 4px;font-size:12px}.home-search{border-radius:7px;width:220px;height:28px;padding:0 10px}.home-search input{width:100%;font-size:12px}@media (max-width:1023px){.home-page-header{align-items:flex-start;gap:6px;height:auto;min-height:47px;padding-block:8px}.home-page-header .noda-header-toolbar{min-width:0}.home-page-header .home-project-tools{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.home-page-header .home-project-tools>.home-page-title{flex:0 0 100%;margin:0}.home-page-header .home-project-tools>.home-grow{display:none}.home-page-header .home-project-tools>.home-search{flex:120px;min-width:0;max-width:100%;width:auto!important}.home-page-header .home-project-tools>.home-view{flex:none}.home-page-header .home-project-tools>.noda-dd{max-width:100%}}.noda-dd{position:relative}.noda-dd-trigger{border:1px solid var(--stone-line);height:28px;color:var(--stone-ink);cursor:pointer;white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:0 8px 0 10px;font-size:12px;display:inline-flex}.noda-dd-chevron{color:var(--stone-muted);display:inline-flex}.noda-dd-menu{z-index:40;border:1px solid var(--stone-line);background:var(--stone-content);border-radius:10px;min-width:190px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #0000002e,0 1px 2px #00000014}.noda-dd-menu button{isolation:isolate;width:100%;height:32px;color:var(--stone-ink);text-align:left;cursor:pointer;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:0 10px;font-size:13px;display:flex;position:relative}.noda-dd-highlight{z-index:-1;background:var(--stone-chrome);border-radius:7px;position:absolute;inset:0}.home-project-body{padding:22px}.home-create-row{gap:16px;margin-bottom:28px}.home-create,.home-template{border-radius:12px;width:150px;height:92px;padding:15px;font-size:13px;line-height:1.3}.home-create{flex-direction:column;justify-content:space-between;align-items:flex-start}.home-create-first{width:190px}.home-project-body h2{margin:18px 0 12px;font-size:14px}.home-project-card{min-height:0}.home-project-thumbnail,.home-project-image{height:190px}.home-project-thumbnail{border-radius:10px;margin:10px 10px 0}.home-project-details{padding:10px 12px 12px}.home-project-title{gap:7px;margin-bottom:5px}.home-project-title strong{font-size:14px}.home-project-title>svg{width:17px;height:17px}.home-project-details p{margin:0;font-size:12px}.home-project-snapshot{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-project-card:hover .home-project-snapshot{transform:none}.home-discovery-grid{gap:14px;margin-top:22px}.home-discovery-grid>button{padding:18px;font-size:13px}.home-discovery-grid p{line-height:1.5}.home-discovery-grid span{margin-top:18px}@media (min-width:640px){.home-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;max-width:1240px}}.home-template{text-align:left;width:158px}.home-template>svg,.home-create>svg{flex-shrink:0}.home-template>span{white-space:nowrap}.home-project-badge{z-index:2;background:var(--stone-chrome);height:22px;color:var(--stone-ink);border-radius:11px;align-items:center;gap:5px;padding:0 8px;font-size:11px;display:inline-flex;position:absolute;top:10px;left:10px}.home-hero{z-index:1;position:relative}html .home-projects .home-hero.noda-left-side-chat.noda-ai-home,html.dark .home-projects .home-hero.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:0 0;border-radius:0;width:auto;max-width:820px;margin:8px auto 36px;position:relative;inset:auto;overflow:visible}.home-hero-inner{flex-direction:column;display:flex}.home-hero .noda-chat-welcome{margin-bottom:22px}.home-hero .noda-chat-welcome svg{width:64px;height:64px}.home-hero .noda-chat-welcome h1{font-size:26px}.home-empty{text-align:center;max-width:520px;color:var(--stone-muted);border:1.5px dashed var(--stone-line);border-radius:14px;margin:10px auto 40px;padding:40px 24px}.home-empty>svg{margin:auto}.home-empty h2{color:var(--stone-ink);margin-top:14px;font-size:16px;font-weight:500}.home-empty p{margin-top:8px;font-size:13px;line-height:1.6}.home-empty-actions{justify-content:center;align-items:center;gap:18px;margin-top:22px;display:flex}.home-pill{background:var(--stone-lime);height:44px;color:var(--stone-on-lime);border-radius:22px;align-items:center;gap:8px;padding:0 20px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 6px 18px #c6e83c47}.home-pill:disabled{opacity:.5}.home-link{color:var(--stone-muted);text-underline-offset:3px;align-items:center;gap:6px;font-size:13px;text-decoration:underline;display:inline-flex}.home-link:hover{color:var(--stone-ink)}.noda-account-page:has(.home-sidebar) .noda-content-col{padding:0}.noda-account-page:has(.home-sidebar) .noda-account-shell{border-width:0;border-radius:0}.noda-account-page:has(.home-sidebar) .home-page-header{border-bottom:1px solid var(--stone-line)}.home-projects .home-hero{visibility:visible;opacity:1;height:auto;min-height:0;display:block}.home-projects .home-hero>div{flex-direction:column;display:flex}@keyframes nav-tile-stretch-a{0%{scale:1}35%{scale:.94 1.22}70%{scale:1.03 .94}to{scale:1}}@keyframes nav-tile-stretch-b{0%{scale:1}35%{scale:.94 1.22}70%{scale:1.03 .94}to{scale:1}}@media (prefers-reduced-motion:reduce){.home-nav-blob,.project-rail-blob{animation:none!important}}.home-ask{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:1000px;margin:28px auto 36px;display:flex;position:relative}html .home-projects .home-ask.noda-left-side-chat.noda-ai-home,html.dark .home-projects .home-ask.noda-left-side-chat.noda-ai-home{visibility:visible;opacity:1;width:auto;height:auto;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;margin:28px auto 36px;padding:0 20px;display:flex;position:relative;inset:auto;overflow:visible}.home-ask>svg{margin-bottom:14px}.home-ask h1{letter-spacing:-.02em;color:var(--stone-ink);margin:0 0 20px;font-size:26px;font-weight:500}.home-ask>div:not(.home-suggestions){z-index:1;width:100%;position:relative}.home-ask-head{z-index:1;position:relative}.home-wind-ridge{z-index:0;pointer-events:none;display:block;position:absolute;top:0;left:20px;right:20px}.home-suggestions{flex-wrap:wrap;justify-content:center;gap:22px;margin-top:14px;display:flex}.home-suggestions button{height:28px;color:var(--stone-muted);border-radius:6px;align-items:center;gap:5px;padding:0 4px;font-size:12.5px;display:inline-flex}.home-suggestions button:hover{color:var(--stone-ink)}.home-suggestions button svg{opacity:.7}.home-suggestions button:disabled{opacity:.5}.home-section-head{justify-content:space-between;align-items:center;max-width:1240px;margin:0 0 12px;display:flex}.home-section-head h2{color:var(--stone-muted);margin:0;font-size:13px;font-weight:500}.home-projects .home-create{background:var(--stone-lime);width:auto;height:36px;color:var(--stone-on-lime);border-radius:9px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:500;display:inline-flex}.home-projects .home-create:hover{filter:brightness(1.05)}.home-projects .home-create:disabled{opacity:.5}.home-projects .home-empty{text-align:left;max-width:640px;color:var(--stone-muted);border:0;margin:8px 0 36px;padding:0}.home-projects .home-empty h2{margin-top:0;font-size:15px}.home-projects .home-empty-actions{justify-content:flex-start;margin-top:16px}.home-discover{background:var(--stone-content);width:100%;max-width:1240px;box-shadow:inset 0 0 0 1px var(--stone-line),0 1px 2px #0000001f;color:var(--stone-ink);text-align:left;border-radius:12px;align-items:center;gap:14px;margin:8px 0 32px;padding:14px 16px;display:flex}.home-discover:hover{background:var(--stone-chrome)}.home-discover>span{flex:1;gap:2px;display:grid}.home-discover strong{font-size:14px;font-weight:500}.home-discover small{color:var(--stone-muted);font-size:12.5px}.home-discover>svg:last-child{color:var(--stone-muted)}.home-section-head{gap:12px}.home-grow{flex:1}.home-section-head .home-search{border:1px solid var(--stone-line);height:36px;color:var(--stone-muted);border-radius:9px;align-items:center;gap:8px;padding:0 12px;display:flex}.home-section-head .home-search input{width:100%;min-width:0;color:var(--stone-ink);background:0 0;outline:none;font-size:13px}.home-rows{gap:10px;max-width:1240px;margin-bottom:24px;display:grid}.home-projects .home-project-row{border:1px solid var(--stone-line);background:var(--stone-content);text-align:left;border-radius:12px;flex-direction:row;align-items:center;gap:0;height:86px;min-height:0;padding:0;display:flex;overflow:hidden}.home-projects .home-project-row:hover{border-color:var(--stone-muted);box-shadow:none;transform:none}.home-project-row .home-project-snapshot,.home-project-blank{object-fit:cover;border-right:1px solid var(--stone-line);flex-shrink:0;width:100px;height:100%}.home-project-blank{color:var(--stone-muted);background:var(--stone-chrome);place-items:center;display:inline-grid}.home-project-row-text{flex:1;gap:6px;min-width:0;padding:0 18px;display:grid}.home-project-row-name{color:var(--stone-ink);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.home-project-row-name strong{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.home-project-row-text small{color:var(--stone-muted);padding-left:26px;font-size:12px}.home-project-row .home-project-badge{margin-right:18px;position:static}.home-project-row>svg:last-child{color:var(--stone-muted);margin-right:18px;transition:transform .15s}.home-project-row:hover>svg:last-child{color:var(--stone-ink);transform:translate(1px,-1px)}.home-more{height:34px;box-shadow:inset 0 0 0 1px var(--stone-line);color:var(--stone-muted);border-radius:9px;align-items:center;margin:-8px 0 28px;padding:0 14px;font-size:13px;display:inline-flex}.home-more:hover{background:var(--stone-chrome);color:var(--stone-ink)}.home-ask-head{flex-direction:column;align-items:center;display:flex}.home-ask-head>svg{margin-bottom:16px}.home-ask h1{max-width:none;margin:0 0 22px;font-size:32px;line-height:1.2}.home-ask p{color:var(--stone-muted);margin:0 0 22px;font-size:14px}.home-name{background:linear-gradient(100deg,var(--stone-ink) 0%,var(--stone-ink) 35%,var(--stone-lime) 50%,var(--stone-ink) 65%,var(--stone-ink) 100%);color:#0000;background-size:220% 100%;-webkit-background-clip:text;background-clip:text;animation:3.2s ease-in-out infinite home-shine}@keyframes home-shine{0%{background-position:120% 0}60%,to{background-position:-120% 0}}.home-overline{letter-spacing:.08em;text-transform:uppercase;color:var(--stone-muted);margin-bottom:10px;font-size:11px;display:block}.home-section-head{max-width:1240px;margin:0 0 14px;display:block}.home-section-tools{align-items:center;gap:10px;display:flex}.home-project-row-text{gap:4px}.home-project-row-text strong{color:var(--stone-ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.home-project-row-text small{padding-left:0}.home-project-row-when{color:var(--stone-muted);white-space:nowrap;margin-right:18px;font-size:12px}.home-rows{position:relative}.home-rows.is-clipped:after{content:"";background:linear-gradient(180deg,transparent,var(--stone-content) 85%);pointer-events:none;height:96px;position:absolute;bottom:0;left:0;right:0}.home-projects .home-more{height:auto;box-shadow:none;color:var(--stone-muted);align-items:center;margin:6px 0 28px;padding:4px 0;font-size:13px;display:inline-flex}.home-projects .home-more:hover{color:var(--stone-ink);text-underline-offset:3px;background:0 0;text-decoration:underline}@media (prefers-reduced-motion:reduce){.home-name{animation:none}}.home-rows>.home-project-row{will-change:transform,opacity}.home-section-tools .home-search{overflow:hidden}.home-project-tools{align-items:center;width:100%}.home-project-tools .home-page-title{margin-right:8px;display:block!important}.noda-dd-pill{background:var(--stone-chrome);height:30px;color:var(--stone-ink);border-color:#0000;border-radius:8px;padding:0 8px 0 10px}.noda-dd-pill:hover{border-color:var(--stone-line)}.noda-dd-icon{color:var(--stone-muted);margin-right:2px;display:inline-flex}.home-project-tools .home-search{background:var(--stone-chrome);height:30px;color:var(--stone-muted);border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex;overflow:hidden}.home-project-tools .home-search input{width:100%;min-width:0;color:var(--stone-ink);background:0 0;outline:none;font-size:12.5px}.home-view{background:var(--stone-chrome);border-radius:8px;gap:2px;height:30px;padding:2px;display:inline-flex}.home-view button{width:28px;color:var(--stone-muted);border-radius:6px;place-items:center;display:inline-grid}.home-view button[aria-pressed=true]{background:var(--stone-content);color:var(--stone-ink);box-shadow:0 1px 2px #0000002e}.home-rows-rest{gap:10px;padding-top:10px;display:grid;overflow:hidden}.home-rows-fade{background:linear-gradient(180deg,transparent,var(--stone-content) 90%);pointer-events:none;height:72px;position:absolute;bottom:0;left:0;right:0}.home-projects .home-grid{margin-bottom:24px}.home-projects .home-project-body{padding:22px max(22px,50% - 620px) 40px}.home-projects .home-ask{margin-left:auto;margin-right:auto}.home-rows,.home-section-head,.home-discover,.home-projects .home-grid{max-width:none}.home-projects .home-project-body{flex-direction:column;display:flex}.home-projects .home-project-body>*{flex-shrink:0}.home-projects .home-project-body:before,.home-projects .home-project-body:after{content:"";flex:1 1 0;min-height:0}.home-projects .home-project-body:before{flex-grow:2}.home-projects .home-project-body:after{flex-grow:3}html .home-projects .home-ask.noda-left-side-chat.noda-ai-home,html.dark .home-projects .home-ask.noda-left-side-chat.noda-ai-home{align-self:center;width:100%}.home-projects .home-ask .min-h-\[128px\]{min-height:132px;padding:14px 18px 12px}.home-projects .home-ask textarea{min-height:28px;max-height:180px;font-size:16px}.home-projects .home-ask .h-8.w-8{width:38px;height:38px}.home-projects .home-ask .h-8.w-8 svg{width:17px;height:17px}@media (min-width:1700px){.home-projects .home-ask,html .home-projects .home-ask.noda-left-side-chat.noda-ai-home,html.dark .home-projects .home-ask.noda-left-side-chat.noda-ai-home{max-width:min(1280px,82%)}.home-ask h1{max-width:none;font-size:38px}.home-ask>svg{width:32px;height:32px}.home-rows,.home-rows-rest{grid-template-columns:repeat(3,minmax(0,1fr))}.home-projects .home-project-row{height:96px}.home-project-row-text strong{font-size:15px}.home-projects .home-ask .min-h-\[128px\]{border-radius:16px;min-height:150px;padding:16px 22px 14px}.home-projects .home-ask .noda-ai-glow--lg:before{border-radius:19px}.home-projects .home-ask .noda-ai-glow--lg:after{border-radius:32px}.home-projects .home-ask textarea{max-height:220px;font-size:18px}.home-projects .home-ask .h-8.w-8{width:44px;height:44px}.home-projects .home-ask .h-8.w-8 svg{width:20px;height:20px}}.home-rows{gap:10px;display:grid}@media (min-width:1100px){.home-rows{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-projects .home-project-body{position:relative}.home-project-body>.noda-ascii-ripples{z-index:0}.home-project-body>:not(.noda-ascii-ripples){z-index:1;position:relative}.home-projects .home-create.noda-ai-glow{isolation:auto;position:relative}.home-projects .home-create.noda-ai-glow:before{border-radius:11px}.home-projects .home-create>svg{transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.home-projects .home-create:hover>svg,.home-projects .home-create:focus-visible>svg{transform:rotate(90deg)scale(1.18)}.home-projects .home-create{transition:transform .18s,filter .18s,box-shadow .18s}.home-projects .home-create:hover{box-shadow:0 6px 18px color-mix(in srgb,var(--stone-lime) 28%,transparent);transform:translateY(-1px)}.home-projects .home-create:active{transform:translateY(0)scale(.98)}@media (prefers-reduced-motion:reduce){.home-projects .home-create>svg,.home-projects .home-create{transition:none}}.home-projects .home-create.noda-ai-glow:before{opacity:.55;transition:opacity .25s,filter .25s}.home-projects .home-create.noda-ai-glow:hover:before,.home-projects .home-create.noda-ai-glow:focus-visible:before{opacity:1;filter:saturate(1.3)}.home-projects .home-project-ghost{border-style:dashed;border-color:var(--stone-line);background:color-mix(in srgb,var(--stone-content) 70%,transparent);color:var(--stone-muted)}.home-projects .home-project-ghost:hover{border-color:var(--stone-muted);background:var(--stone-content);color:var(--stone-ink)}.home-projects .home-project-ghost strong{color:var(--stone-ink)}.home-ghost-thumb{background:var(--stone-chrome);position:relative;overflow:hidden}.home-ghost-thumb:before{content:"";background:radial-gradient(circle at 35% 40%,color-mix(in srgb,var(--stone-lime) 35%,transparent),transparent 45%),radial-gradient(circle at 70% 65%,color-mix(in srgb,var(--stone-ink) 18%,transparent),transparent 50%);filter:blur(10px);animation:6s ease-in-out infinite alternate home-ghost-drift;position:absolute;inset:-20%}@keyframes home-ghost-drift{0%{transform:translate(-4%,-3%)}to{transform:translate(4%,3%)}}.home-projects .home-project-ghost>svg:last-child{color:var(--stone-lime);margin-right:18px}@media (min-width:1100px){.home-rows>.home-project-ghost{grid-column:1/2}}@media (prefers-reduced-motion:reduce){.home-ghost-thumb:before{animation:none}}.home-empty-stack{height:196px;margin-bottom:24px;position:relative}.home-empty-card{background:var(--stone-content);height:160px;box-shadow:inset 0 0 0 1px var(--stone-line);border-radius:12px;position:absolute;top:0;left:0;right:0}.home-empty-card.c3{opacity:.35;transform:translateY(24px)scale(.94)}.home-empty-card.c2{opacity:.6;transform:translateY(12px)scale(.97)}.home-projects .home-project-ghost.c1{border:1px solid var(--stone-line);background:var(--stone-content);width:100%;height:160px;color:var(--stone-muted);border-style:solid;align-items:center;padding:0;transition:transform .2s,border-color .2s;display:flex;position:absolute;overflow:hidden}.home-projects .home-project-ghost.c1:hover{border-color:var(--stone-muted);transform:translateY(-2px)}.home-projects .home-project-ghost.c1>img{object-fit:cover;filter:saturate(.45)brightness(.42);width:100%;height:100%;transition:transform 6s ease-out,filter .3s;position:absolute;inset:0;transform:scale(1.04)}.home-projects .home-project-ghost.c1:hover>img{filter:saturate(.6)brightness(.5);transform:scale(1.08)}.home-projects .home-project-ghost.c1:after{content:"";background:linear-gradient(90deg,color-mix(in srgb,var(--stone-content) 88%,transparent) 0,color-mix(in srgb,var(--stone-content) 55%,transparent) 45%,transparent 100%);position:absolute;inset:0}.home-projects .home-project-ghost.c1 .home-project-row-text,.home-projects .home-project-ghost.c1 .home-empty-plus{z-index:1;position:relative}.home-projects .home-project-ghost.c1 .home-project-row-text{padding:0 22px}.home-projects .home-project-ghost.c1 .home-project-row-text strong{color:var(--stone-ink);font-size:17px}.home-projects .home-project-ghost.c1 .home-project-row-text small{font-size:13px}.home-empty-plus{background:var(--stone-lime);width:40px;height:40px;color:var(--stone-on-lime);box-shadow:none;border-radius:50%;place-items:center;margin-right:24px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);display:inline-grid}.home-projects .home-project-ghost.c1:hover .home-empty-plus{transform:rotate(90deg)scale(1.08)}.home-projects .home-project-ghost.c1{align-items:flex-end;height:176px;padding-bottom:18px}.home-empty-stack{height:212px}.home-empty-card{height:176px}.home-projects .home-project-ghost.c1:after{background:linear-gradient(180deg,transparent 15%,color-mix(in srgb,var(--stone-content) 92%,transparent))}.home-projects .home-project-ghost.c1 .home-project-row-text strong{font-size:16px}.home-projects .home-project-ghost.c1 .home-empty-plus{margin-bottom:2px;margin-right:22px}.home-project-row-skeleton{pointer-events:none}.home-skeleton-thumb{border-right:1px solid var(--stone-line);border-radius:0;flex-shrink:0;width:100px;height:100%}.home-project-row-skeleton .home-project-row-text i{border-radius:6px;height:11px;display:block}.home-skeleton-when{border-radius:5px;width:92px;height:10px;margin-right:18px}.home-sidebar nav button,.home-sidebar footer>button,.home-new,.home-discover,.home-projects .home-project-row,.home-discovery-grid>button,.home-view button,.home-section-tools button{transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s,transform .12s}.home-sidebar nav button:active,.home-sidebar footer>button:active,.home-new:active,.home-discover:active,.home-projects .home-project-row:active,.home-discovery-grid>button:active,.home-projects .home-create:active{transform:scale(.985)}@media (prefers-reduced-motion:reduce){.home-sidebar nav button,.home-sidebar footer>button,.home-new,.home-discover,.home-projects .home-project-row,.home-discovery-grid>button,.home-projects .home-create{transition:none;transform:none}}.home-projects .home-more-skeleton{pointer-events:none;min-height:26px}.home-projects .home-discovery-body:before,.home-projects .home-discovery-body:after{display:none}.home-projects .home-discovery-body{display:block;padding:0!important}.home-projects .home-discovery-body>.dc-docs{min-height:100%}.home-pane-toggle{width:30px;height:30px;color:var(--stone-muted);border-radius:8px;place-items:center;margin-right:2px;transition:background-color .15s,color .15s;display:inline-grid}.home-pane-toggle:hover:not(:disabled){background:var(--stone-content);color:var(--stone-ink)}.home-pane-toggle[aria-pressed=true]{color:var(--stone-ink)}.home-pane-toggle:disabled{opacity:.4}.home-project-row-wrap{position:relative}.home-project-row-wrap>.home-project-row{width:100%}.home-row-menu{z-index:20;background:var(--stone-content);min-width:170px;box-shadow:inset 0 0 0 1px var(--stone-line),0 16px 40px #00000059;border-radius:10px;gap:2px;padding:4px;animation:.14s home-menu-in;display:grid;position:absolute}.home-row-menu button{text-align:left;height:32px;color:var(--stone-ink);border-radius:7px;align-items:center;gap:8px;padding:0 10px;font-size:13px;transition:background-color .15s;display:flex}.home-row-menu button:hover{background:var(--stone-chrome)}.home-row-menu button.is-danger{color:#e07a6a}.home-row-rename{box-sizing:border-box;background:var(--stone-chrome);width:100%;min-width:0;height:26px;font:inherit;color:var(--stone-ink);caret-color:var(--stone-ink);box-shadow:inset 0 0 0 1px var(--stone-line);border:0;border-radius:7px;outline:none;margin:-4px 0 -4px -8px;padding:0 7px;font-size:14px;font-weight:600;transition:box-shadow .15s}.home-row-rename:focus{box-shadow:inset 0 0 0 1px var(--stone-muted)}@keyframes home-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.home-row-menu{animation:none}}.home-notice{color:var(--stone-muted);box-shadow:inset 0 0 0 1px var(--stone-line);border-radius:9px;margin-bottom:16px;padding:10px 14px;font-size:13px;animation:.14s home-menu-in}.home-projects>[data-chat-ascii-background]{opacity:.2}html.dark .home-projects>[data-chat-ascii-background]{opacity:.14}.home-error-wrap{margin:0 0 14px}.home-side-error{padding:6px 8px}.home-sidebar footer>button[aria-current=page]{background:var(--stone-chrome);color:var(--stone-ink);box-shadow:inset 0 0 0 1px var(--stone-line)}.home-sidebar footer{gap:4px}.home-plan-block{grid-template-columns:minmax(0,1fr);gap:4px;padding:0;display:grid}.home-plan-name{height:40px;color:var(--stone-ink);align-items:center;gap:12px;padding:0 12px;font-size:14px;display:flex}.home-plan-name svg{color:var(--stone-muted)}.home-plan-block .plan-upgrade-host[data-block]{margin:4px 12px 6px}.home-sidebar footer .plan-upgrade-host[data-block]{margin:0}.home-sidebar footer>div{width:100%!important}.home-sidebar footer>div>button{padding-left:8px;padding-right:8px}.home-sidebar footer>.home-side-ridge,.home-side-ridge{pointer-events:none;height:170px;margin:0 -12px -8px;position:relative;overflow:hidden;width:calc(100% + 24px)!important}.home-side-ridge canvas{opacity:.62;width:100%;height:100%;display:block;position:absolute;inset:0}.home-side-ridge:after{content:"";background:linear-gradient(to bottom,var(--stone-content) 0%,color-mix(in srgb,var(--stone-content) 70%,transparent) 35%,transparent 70%);position:absolute;inset:0}.mobile-project-filter-trigger{min-height:44px;color:var(--stone-ink);border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:13px;display:inline-flex}.mobile-project-filter-trigger:hover{background:var(--stone-chrome)}.mobile-filter-dot{background:var(--stone-ink);border-radius:50%;width:5px;height:5px}.mobile-project-filters{color:var(--stone-ink);flex-direction:column;gap:20px;padding:24px;display:flex}.mobile-project-filters label{flex-direction:column;gap:8px;font-size:13px;display:flex}.mobile-project-filters input,.mobile-project-filters select{border:1px solid var(--stone-line);background:var(--stone-content);width:100%;height:44px;color:var(--stone-ink);border-radius:8px;padding:0 12px;font-size:16px}.mobile-project-layout,.mobile-project-filter-actions{gap:8px;display:flex}.mobile-project-layout button,.mobile-project-filter-actions button{border:1px solid var(--stone-line);border-radius:8px;flex:1;min-height:44px;padding:8px;font-size:13px}.mobile-project-layout button[aria-pressed=true]{background:var(--stone-chrome);box-shadow:inset 0 0 0 1px var(--stone-muted)}.mobile-project-filter-actions button:last-child{background:var(--stone-ink);color:var(--stone-content)}@media (max-width:1023px){.home-page-header{align-items:center;min-height:56px;padding:0 8px}.home-page-header:has(.home-project-tools-mobile){align-items:center;height:56px;min-height:56px;padding-block:0}.home-page-header .home-project-tools-mobile{flex-wrap:nowrap;align-items:center;gap:4px}.home-page-header .home-project-tools-mobile>.home-page-title{flex:auto}.home-page-header .home-project-tools-mobile>.home-grow{display:none}.home-page-header .noda-app-menu-button.noda-header-menu{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex!important}}@media (max-width:639px){.home-projects .home-project-row-when{display:none}.home-projects .home-project-row-text{flex:1;min-width:0}.home-projects .home-project-row-text small{white-space:nowrap}}
