/**
 * @license
 * SPDX-License-Identifier: Apache-2.0
*/:root{--bg-color: #000000;--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-gold: #ffd700;--border-color: rgba(255, 255, 255, .1);--glass-bg: rgba(255, 255, 255, .03);--glass-stroke: rgba(255, 255, 255, .08);--hero-ivory: #f4f0e7;--hero-ink: #0a0a0a;--hero-gold: #f2cf45;--motion-out: cubic-bezier(.16, 1, .3, 1);--motion-soft: cubic-bezier(.22, 1, .36, 1);--nav-height: 72px;--footer-height: 48px;--mobile-nav-height: 68px;--app-bottom-inset: var(--footer-height)}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-color);color:var(--text-primary);overflow:hidden;-webkit-font-smoothing:antialiased}.app-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);z-index:100;background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);transition:opacity .4s ease}.studio-close-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border:1px solid var(--border-color);border-radius:10px;background:transparent;color:#d4d4d8;cursor:pointer;font:inherit;font-size:1.15rem;line-height:1}.studio-close-button:hover{background:#ffffff14}.studio-direction-chips{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.studio-direction-chips::-webkit-scrollbar{display:none}.studio-direction-chips button{flex-shrink:0;max-width:118px;overflow:hidden;border:1px solid var(--border-color);border-radius:99px;background:transparent;color:var(--text-secondary);padding:5px 12px;cursor:pointer;font:inherit;font-size:.72rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.studio-direction-chips button.active{border-color:#ffffff8c;background:#ffffff1a;color:#f0f0f4;cursor:default}.studio-direction-chips button:disabled:not(.active){opacity:.5;cursor:default}.studio-direction-chips .chip-building{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#93c5fd;animation:chip-building-pulse 1.2s ease-in-out infinite}@keyframes chip-building-pulse{0%,to{opacity:1}50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.studio-direction-chips .chip-building{animation:none}}.studio-board-button{display:inline-flex;align-items:center;padding:5px 9px}.screen-menu-wrap{position:relative;display:inline-flex}.screen-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:40;display:flex;flex-direction:column;min-width:168px;padding:5px;border:1px solid var(--border-color);border-radius:11px;background:#131315;box-shadow:0 18px 40px -18px #000000e6}.screen-menu button{border:0;border-radius:7px;background:transparent;color:#d4d4d8;padding:8px 10px;cursor:pointer;font:inherit;font-size:.74rem;font-weight:650;text-align:left;white-space:nowrap}.screen-menu button:hover:not(:disabled){background:#ffffff14}.screen-menu button:disabled{opacity:.4;cursor:default}.screen-menu button.danger{color:#f87171}.studio-identity-button{border-color:#ffd70066!important;color:var(--accent-gold)!important}.screen-suggestions{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.screen-suggestions button{border:1px solid var(--border-color);border-radius:99px;background:transparent;color:var(--text-secondary);padding:5px 11px;cursor:pointer;font:inherit;font-size:.7rem;font-weight:650}.screen-suggestions button:hover:not(:disabled){border-color:#fff6;color:#f0f0f4}.add-screen-modal textarea{border:1px solid var(--border-color);border-radius:10px;background:#111113;color:#d4d4d8;padding:11px 12px;font:inherit;font-size:.82rem;line-height:1.45;resize:vertical}.add-screen-modal .share-modal-create-button{width:100%}.studio-board-button svg{width:14px;height:14px}.app-nav.dimmed{opacity:.25}.app-nav.dimmed:hover,.app-nav.dimmed:focus-within{opacity:1}.skip-link{position:fixed;top:10px;left:12px;z-index:5000;transform:translateY(-160%);border-radius:8px;background:var(--hero-ivory);color:var(--hero-ink);padding:10px 14px;font-size:.8rem;font-weight:800;transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.nav-container{max-width:1800px;margin:0 auto;height:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.25rem;letter-spacing:-.02em;cursor:pointer;color:var(--text-primary);padding:0;border:0;background:transparent}.nav-logo span{background:linear-gradient(to right,#fff,var(--accent-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-logo>span:last-child{background:none;color:var(--hero-ivory);-webkit-text-fill-color:currentColor}.nav-logo .dreame-mark{position:relative;width:28px;height:24px;flex:0 0 28px;background:none;-webkit-text-fill-color:currentColor}.dreame-mark i{position:absolute;top:4px;width:9px;height:16px;border:1px solid rgba(255,255,255,.72);border-radius:2px;background:#0b0b0b}.dreame-mark i:nth-child(1){left:1px;transform:rotate(-12deg)}.dreame-mark i:nth-child(2){left:9px;z-index:2;border-color:var(--hero-gold);background:var(--hero-gold);transform:translateY(-2px)}.dreame-mark i:nth-child(3){left:18px;transform:rotate(12deg)}.dreame-mark i{transition:transform .38s var(--motion-out),border-color .2s ease}.nav-logo:hover .dreame-mark i:nth-child(1),.nav-logo:focus-visible .dreame-mark i:nth-child(1){transform:translate(-2px) rotate(-18deg)}.nav-logo:hover .dreame-mark i:nth-child(2),.nav-logo:focus-visible .dreame-mark i:nth-child(2){transform:translateY(-4px)}.nav-logo:hover .dreame-mark i:nth-child(3),.nav-logo:focus-visible .dreame-mark i:nth-child(3){transform:translate(2px) rotate(18deg)}.desktop-primary-nav{position:absolute;left:50%;display:flex;align-items:center;gap:6px;transform:translate(-50%)}.desktop-primary-nav button,.mobile-primary-nav button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:transparent;color:var(--text-secondary);padding:8px 15px;cursor:pointer;font:inherit;font-size:.85rem;font-weight:650;transition:background-color .2s ease,color .2s ease,transform .2s ease}.desktop-primary-nav button:hover,.mobile-primary-nav button:hover{color:#fff;background:var(--glass-bg)}.desktop-primary-nav button.active,.mobile-primary-nav button.active{color:#fff;background:var(--glass-stroke);font-weight:780}.mobile-primary-nav{display:none}.account-menu{position:relative;z-index:2;flex:0 0 auto}.account-menu>summary{list-style:none}.account-menu>summary::-webkit-details-marker{display:none}.account-menu-trigger{position:relative;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:190px;padding:6px 10px 6px 7px;border:1px solid var(--border-color);border-radius:99px;background:#ffffff06;color:#f4f4f5;cursor:pointer;font-size:.75rem;font-weight:760}.account-menu-trigger:hover,.account-menu-trigger:focus-visible,.account-menu[open] .account-menu-trigger,.account-menu.is-active .account-menu-trigger{border-color:#ffffff47;background:#ffffff14}.account-menu-trigger.is-conversion{min-width:86px;border-color:#fff;background:#fff;color:#050505;padding-inline:15px}.account-menu[open] .account-menu-trigger.is-conversion,.account-menu-trigger.is-conversion:hover,.account-menu-trigger.is-conversion:focus-visible{border-color:#fff;background:#fff;color:#050505}.account-avatar{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:50%;background:linear-gradient(145deg,#f2cf45,#fff0a0);color:#111;font-size:.68rem;font-weight:900}.account-menu-trigger>span:not(.account-avatar){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-trigger>i{width:6px;height:6px;flex:0 0 6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;opacity:.62;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.account-menu[open] .account-menu-trigger>i{transform:translateY(2px) rotate(225deg)}.account-unread{min-width:18px;height:18px;display:inline-grid;place-items:center;border-radius:99px;background:#d8ff67;color:#111308;padding:0 5px;font-size:.52rem;font-variant-numeric:tabular-nums;font-weight:900}.account-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:1100;width:min(360px,calc(100vw - 24px));max-height:calc(100dvh - var(--nav-height) - 20px);overflow-x:hidden;overflow-y:auto;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#0c0c0efb;box-shadow:0 28px 80px #0000009e}.account-popover-heading{display:grid;gap:5px;padding:20px 20px 15px}.account-popover-heading span{color:#85858e;font-size:.61rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.account-popover-heading strong{overflow:hidden;color:#f3f3f5;font-size:.82rem;line-height:1.45;text-overflow:ellipsis}.account-plan-card,.account-sign-in-action{width:calc(100% - 24px);min-height:58px;margin:0 12px 10px;border:1px solid rgba(242,207,69,.28);border-radius:13px;background:#f2cf4514;color:#fff;padding:12px 13px;cursor:pointer;font:inherit}.account-plan-card{display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left}.account-plan-card>span:first-child{display:grid;gap:3px}.account-plan-card small{color:#b9a64e;font-size:.62rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.account-plan-card strong{font-size:.78rem}.account-plan-card>span:nth-child(2){color:#f5dd71;font-size:.68rem;font-weight:800}.account-plan-card:hover{background:#f2cf4521}.account-sign-in-action{display:flex;align-items:center;justify-content:space-between;background:var(--hero-ivory);color:var(--hero-ink);font-size:.84rem;font-weight:850}.account-guest-usage{margin:-1px 20px 12px;color:#7f7f88;font-size:.66rem;line-height:1.45}.account-menu-actions{display:grid;gap:3px;padding:4px 8px 8px}.account-menu-actions>button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:11px;background:transparent;color:#f1f1f3;padding:10px 12px;cursor:pointer;font:inherit;text-align:left}.account-menu-actions>button:hover,.account-menu-actions>button:focus-visible,.account-menu-actions>button[aria-current=page]{background:#ffffff12}.account-menu-actions button>span{display:grid;gap:3px}.account-menu-actions button strong{font-size:.76rem}.account-menu-actions button small{color:#85858e;font-size:.64rem}.account-menu-actions button>b{border-radius:99px;background:#d8ff67;color:#111308;padding:5px 7px;font-size:.56rem;white-space:nowrap}.account-menu-actions button>i{width:7px;height:7px;border-radius:50%;background:#787881}.account-menu-footer{display:flex;justify-content:space-between;gap:8px;padding:11px 16px;border-top:1px solid rgba(255,255,255,.08)}.account-menu-footer button{min-height:44px;border:0;background:transparent;color:#8a8a93;padding:4px;cursor:pointer;font:inherit;font-size:.66rem;font-weight:700}.account-menu-footer button:hover{color:#fff}.upgrade-price{display:flex;align-items:baseline;gap:8px;margin:4px 0 18px}.upgrade-price strong{font-size:2.1rem;letter-spacing:-.03em}.upgrade-price span{color:var(--text-secondary);font-size:.8rem;font-weight:600}.upgrade-benefits{display:flex;flex-direction:column;gap:9px;margin:0 0 20px;padding:0;list-style:none;color:#c8c8d0;font-size:.82rem;line-height:1.45}.upgrade-benefits li{display:flex;gap:9px}.upgrade-benefits li:before{content:"✦";color:var(--accent-gold);flex-shrink:0}.upgrade-benefits b{color:#fff}.upgrade-modal .share-modal-create-button{width:100%}.upgrade-usage-summary{display:grid;gap:10px;margin:3px 0 20px;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff06}.upgrade-usage-summary>div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-secondary);font-size:.72rem;font-weight:700}.upgrade-usage-summary strong{color:#fff;font-variant-numeric:tabular-nums}.upgrade-usage-summary progress{width:100%;height:7px;overflow:hidden;border:0;border-radius:99px;background:#ffffff14;color:var(--accent-gold);accent-color:var(--accent-gold)}.upgrade-usage-summary progress::-webkit-progress-bar{border-radius:99px;background:#ffffff14}.upgrade-usage-summary progress::-webkit-progress-value{border-radius:99px;background:linear-gradient(90deg,#f2cf45,#ffdf75)}.upgrade-usage-summary progress::-moz-progress-bar{border-radius:99px;background:linear-gradient(90deg,#f2cf45,#ffdf75)}.upgrade-plan-benefits{padding-top:3px}.upgrade-plan-loading{min-height:150px;display:grid;place-items:center;align-content:center;gap:14px;color:var(--text-secondary);text-align:center}.upgrade-plan-loading p{margin:0}.upgrade-plan-loading .loading-spinner{width:26px;height:26px;border:2px solid rgba(255,255,255,.12);border-top-color:var(--accent-gold);border-radius:50%;animation:upgrade-plan-spin .8s linear infinite}@keyframes upgrade-plan-spin{to{transform:rotate(360deg)}}.upgrade-footnote{margin:12px 0 0;color:#6f6f78;font-size:.7rem;text-align:center}.auth-btn{border:1px solid var(--border-color);border-radius:6px;padding:6px 12px;font-size:.75rem;color:#fff;background:transparent;cursor:pointer;font-weight:600}.auth-btn:hover{background:#ffffff0d}.auth-btn.primary{background:#fff;color:#000;border-color:#fff}.immersive-app{position:relative;width:100vw;height:100vh;height:100dvh;padding-top:var(--nav-height);padding-bottom:var(--app-bottom-inset);display:flex;flex-direction:column}.stage-container{position:relative;flex:1;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .6s cubic-bezier(.16,1,.3,1);overflow:hidden}.stage-container.mode-split{padding:40px}.stage-container.mode-focus{padding:20px}.session-group{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.artifact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1800px;height:100%;max-height:65vh}.artifact-card{position:relative;background:#111;border:1px solid var(--border-color);border-radius:16px;overflow:hidden;cursor:default;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.artifact-card:hover{border-color:#ffffff4d;transform:translateY(-4px);box-shadow:0 20px 40px #00000080}.artifact-card.is-project-identity{border-color:#f2cf458f;box-shadow:0 0 0 1px #f2cf451f,0 24px 70px #00000073}.artifact-card.focused{position:fixed;top:40px;right:40px;bottom:40px;left:40px;z-index:1000;width:auto;height:auto;max-height:none;transform:none;box-shadow:0 0 100px #000c}.split-layout{display:flex;width:100%;gap:20px;padding:20px;position:fixed;top:var(--nav-height);bottom:var(--app-bottom-inset);left:0;right:0;z-index:1000;background:var(--bg-color);box-sizing:border-box;overflow:hidden}.preview-pane{flex:7;background:#111;border-radius:20px;border:1px solid var(--border-color);overflow:hidden;position:relative;height:100%;max-height:100%}.chat-pane{flex:3;background:#09090b;border-radius:20px;border:1px solid var(--border-color);display:flex;flex-direction:column;overflow:hidden;padding:24px;height:100%;max-height:100%;box-sizing:border-box}.artifact-header{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:center;z-index:20}.artifact-style-tag{background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 10px;border-radius:6px;font-size:.65rem;font-weight:700;text-transform:uppercase;color:var(--accent-gold);border:1px solid rgba(255,215,0,.2)}.artifact-identity-badge{border:1px solid rgba(242,207,69,.4);border-radius:999px;background:#0a0a0ad6;color:#f7e9a0;padding:5px 9px;font-size:.58rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.project-route{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;padding:10px 16px;border-bottom:1px solid var(--border-color);background:#ffffff05;width:100%;flex:0 0 auto;min-width:0}.generation-journey .project-route{flex-basis:100%;padding:0;border-bottom:0;background:none}.project-route ol{display:flex;align-items:center;gap:14px;margin:0;padding:0;list-style:none;flex-wrap:wrap}.project-route li{display:flex;align-items:baseline;gap:6px;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:#85858d;white-space:nowrap}.project-route li span{font-variant-numeric:tabular-nums;font-weight:800}.project-route li.is-done{color:#ffffff8c}.project-route li.is-done span{color:#8ff0bd}.project-route li.is-current{color:var(--accent-gold);font-weight:800}.project-route-next{display:flex;align-items:center;gap:8px;margin-left:auto;font-size:.78rem;min-width:0}.project-route-next small{text-transform:uppercase;letter-spacing:.06em;font-size:.62rem;color:#92929a;flex-shrink:0}.project-route-next strong{font-weight:600;color:#ffffffd1}.project-route.is-complete .project-route-next strong{color:#8ff0bd}.project-route-action{display:inline-flex;flex-shrink:0}.project-route-action button{min-height:34px;border:1px solid rgba(242,207,69,.38);border-radius:999px;background:#f2cf451a;color:#f5df79;padding:7px 12px;font:inherit;font-weight:800;cursor:pointer}.project-route-action button:hover:not(:disabled){border-color:#f2cf45ad;background:#f2cf4529}.project-route-action button:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.project-route-action button:disabled{cursor:not-allowed;opacity:.5}.project-route-compact{display:grid;grid-template-columns:minmax(0,1fr) auto;padding-block:9px}.project-route-compact .project-route-next-text{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:8px}.project-route-compact .project-route-next-text small{color:#9a8639;font-size:.56rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.project-route-compact .project-route-next-text strong{overflow:hidden;color:#ffffffc7;font-size:.72rem;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.project-route-compact.is-complete .project-route-next-text strong{color:#8ff0bd}@media(max-width:768px){.project-route{padding:10px 12px}.project-route-next{align-items:flex-start;flex-wrap:wrap;margin-left:0;width:100%}.project-route-action{width:100%}.project-route-action button{width:100%;min-height:44px}.project-route-compact{grid-template-columns:minmax(0,1fr) auto;gap:8px}.project-route-compact .project-route-action,.project-route-compact .project-route-action button{width:auto}.project-route-compact .project-route-next-text{display:grid;gap:2px}.project-route-compact .project-route-next-text strong{font-size:.65rem}}.artifact-brand-badge{border-radius:999px;padding:5px 9px;font-size:.58rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase;cursor:help;white-space:nowrap;flex-shrink:0}.artifact-brand-badge.is-on-brand{border:1px solid rgba(94,234,160,.38);background:#0a0a0ad6;color:#8ff0bd}.artifact-brand-badge.has-drift{border:1px solid rgba(242,177,69,.42);background:#0a0a0ad6;color:#f4c980}.artifact-card-inner{flex:1;min-height:0;width:100%;background:#0d0d0f;position:relative}.artifact-card.is-complete .artifact-card-inner{background:#fff}.artifact-iframe{width:100%;height:100%;border:none}.artifact-building-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;overflow:hidden;padding:clamp(50px,8vh,72px) clamp(20px,2.4vw,32px) clamp(20px,3vh,28px);background:radial-gradient(circle at 85% 8%,rgba(242,207,69,.09),transparent 29%),linear-gradient(145deg,#151517,#09090a 66%);color:#f2f2f3;pointer-events:none}.artifact-building-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.04) 50%,transparent 58%);transform:translate(-110%)}.artifact-building-heading,.artifact-build-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.artifact-building-heading{color:#8e8e95}.artifact-building-heading i{color:var(--hero-gold);font-style:normal}.artifact-building-overlay>strong{max-width:300px;margin-top:12px;font-size:clamp(1.05rem,1.55vw,1.45rem);line-height:1.05;letter-spacing:-.035em}.artifact-build-canvas{position:relative;flex:1;min-height:150px;margin:clamp(18px,3vh,28px) 0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff06;padding:clamp(13px,1.6vw,20px)}.artifact-build-canvas:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(242,207,69,.08) 49%,rgba(242,207,69,.34) 50%,rgba(242,207,69,.08) 51%,transparent 100%);transform:translateY(-105%)}.artifact-build-nav{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.artifact-build-nav i,.artifact-build-hero i,.artifact-build-modules i{display:block;border-radius:999px;background:#ffffff1a}.artifact-build-nav i:first-child{width:24%;height:7px}.artifact-build-nav i:last-child{width:14%;height:7px}.artifact-build-hero{display:flex;flex-direction:column;gap:8px;padding:clamp(18px,3vh,32px) 0}.artifact-build-hero i:first-child{width:26%;height:6px;background:#f2cf453d}.artifact-build-hero i:nth-child(2){width:72%;height:18px;border-radius:4px;background:#ffffff29}.artifact-build-hero i:last-child{width:54%;height:10px;border-radius:4px}.artifact-build-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.artifact-build-modules i{height:clamp(38px,7vh,68px);border-radius:6px;border:1px solid rgba(255,255,255,.045);background:#ffffff0b}.artifact-build-footer{color:#85858b;letter-spacing:.04em;text-transform:none}.artifact-build-dots{display:flex;gap:4px}.artifact-build-dots i{width:4px;height:4px;border-radius:50%;background:var(--hero-gold);opacity:.28}@media(prefers-reduced-motion:no-preference){.artifact-building-overlay:after{animation:artifactSurfaceShimmer 2.8s ease-in-out infinite}.artifact-build-canvas:after{animation:artifactSurfaceScan 2.4s ease-in-out infinite}.artifact-build-dots i{animation:artifactBuildDot 1.25s ease-in-out infinite}.artifact-build-dots i:nth-child(2){animation-delay:.16s}.artifact-build-dots i:nth-child(3){animation-delay:.32s}.artifact-card.is-complete .artifact-iframe{animation:artifactPreviewIn .62s var(--motion-out) backwards}}@keyframes artifactSurfaceShimmer{55%,to{transform:translate(110%)}}@keyframes artifactSurfaceScan{65%,to{transform:translateY(105%)}}@keyframes artifactBuildDot{0%,to{opacity:.28;transform:translateY(0)}45%{opacity:1;transform:translateY(-2px)}}@keyframes artifactPreviewIn{0%{opacity:0;transform:scale(1.018)}to{opacity:1;transform:scale(1)}}.artifact-error{position:absolute;top:0;right:0;bottom:0;left:0;z-index:31;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px;text-align:center;color:#ffb4b4;background:#180b0b}.artifact-error span{color:#c99191;font-size:.85rem;line-height:1.5}.artifact-error button{margin-top:4px;border:1px solid rgba(255,180,180,.38);border-radius:999px;background:#fff;color:#180b0b;padding:9px 14px;cursor:pointer;font:inherit;font-size:.72rem;font-weight:850}.artifact-error button:disabled{opacity:.55;cursor:wait}.artifact-card-actions{position:absolute;z-index:25;left:50%;bottom:18px;transform:translate(-50%) translateY(8px);display:flex;align-items:center;justify-content:center;gap:7px;width:max-content;max-width:calc(100% - 24px);opacity:.8;transition:opacity .2s,transform .2s}.artifact-open-button,.artifact-choose-identity{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:9px 16px;background:#000000d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-weight:700;font-size:.72rem;cursor:pointer;white-space:nowrap}.artifact-choose-identity{border-color:#f2cf458c;background:#f2cf45f0;color:#111}.artifact-choose-identity:disabled{cursor:default;opacity:.72}.artifact-card:hover .artifact-card-actions,.artifact-card-actions:focus-within{opacity:1;transform:translate(-50%) translateY(0)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent-gold);outline-offset:3px}.floating-input-container{position:fixed;bottom:40px;left:50%;transform:translate(-50%);width:100%;max-width:800px;z-index:100;padding:0 20px;transition:all .6s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.input-bar-group{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.error-toast{background:#ff44441a;border:1px solid rgba(255,68,68,.3);color:#f44;padding:12px 20px;border-radius:12px;font-size:.9rem;display:flex;align-items:center;gap:10px;animation:fadeIn .4s ease-out;width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.generation-progress{width:100%;display:flex;align-items:center;gap:10px;padding:11px 16px;border:1px solid rgba(255,215,0,.24);border-radius:12px;background:#ffd70014;color:#f7e9a0;font-size:.88rem}.generation-progress button{margin-left:auto;border:0;background:transparent;color:#fff;text-decoration:underline;cursor:pointer}.progress-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--accent-gold);box-shadow:0 0 #ffd70080;animation:progressPulse 1.4s infinite}@keyframes progressPulse{70%{box-shadow:0 0 0 8px #ffd70000}to{box-shadow:0 0 #ffd70000}}.suggestions-group{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap;justify-content:center;animation:fadeIn 1s ease-out .2s both}.suggestion-chip{background:#ffffff08;border:1px solid var(--border-color);color:var(--text-secondary);padding:6px 14px;border-radius:100px;font-size:.75rem;cursor:pointer;transition:all .2s}.suggestion-chip:hover{background:#ffffff14;color:#fff;border-color:#ffffff4d;transform:translateY(-1px)}.composer-mode-hint{margin:0 0 8px;font-size:.76rem;color:#ffffff8c;text-align:center}.input-wrapper{position:relative;width:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--glass-stroke);border-radius:24px;padding:10px 10px 10px 24px;display:flex;align-items:center;gap:12px;box-shadow:0 15px 50px #00000080;transition:all .3s}.input-wrapper:focus-within{border-color:#fff6;background:#ffffff14;transform:translateY(-2px);box-shadow:0 20px 60px #0009}.input-wrapper input,.input-wrapper textarea{flex:1;min-width:0;background:transparent;border:none;color:#fff;font-size:1.1rem;font-family:inherit;outline:none;padding:12px 0}.input-wrapper textarea{resize:none}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{color:#777780;opacity:1}.send-button{background:#fff;color:#000;border:none;width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s}.send-button.cancel-button{background:#ff6464;color:#170000;font-size:1.7rem}.configuration-error{min-height:100vh;display:grid;place-items:center;padding:32px;background:#050505;color:#fff}.configuration-error>div{width:min(680px,100%);padding:36px;border:1px solid #333;border-radius:24px;background:#0d0d0d}.configuration-error span{color:var(--accent-gold);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.configuration-error h1{margin:12px 0;font-size:clamp(2rem,6vw,4rem);line-height:.98}.configuration-error p{color:#aaa;line-height:1.6}.configuration-error code{color:#fff}.pwa-toast{position:fixed;right:20px;bottom:calc(var(--app-bottom-inset) + 16px);z-index:9999;display:flex;align-items:center;gap:16px;max-width:min(420px,calc(100vw - 32px));padding:12px 14px;border:1px solid #444;border-radius:12px;background:#232323f5;box-shadow:0 12px 32px #00000073;color:#fff;font-size:.88rem}.pwa-toast-actions{display:flex;gap:8px;margin-left:auto}.pwa-toast button{padding:7px 10px;border-radius:7px;cursor:pointer;font-weight:700}.pwa-toast-primary{border:0;background:var(--accent-gold);color:#000}.pwa-toast-close{border:1px solid #666;background:transparent;color:#fff}.send-button:hover:not(:disabled){transform:scale(1.05);background:var(--accent-gold)}.send-button:disabled{opacity:.3;cursor:not-allowed}.explore-view{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;z-index:10}.explore-navigation{position:relative;z-index:4;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:10px;margin:18px auto 0}.explore-tabs{position:relative;z-index:4;flex:0 0 auto;display:flex;align-items:center;gap:4px;width:fit-content;margin:0;padding:4px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#0a0a0cd1;box-shadow:0 12px 40px #0000003d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.explore-tabs button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border:0;border-radius:999px;background:transparent;color:var(--text-secondary);cursor:pointer;font:inherit;font-size:.78rem;font-weight:800;transition:background .18s ease,color .18s ease,transform .18s ease}.explore-tabs button.active{background:#f5f5f2;color:#09090b}.explore-tab-count{min-width:22px;padding:3px 6px;border-radius:999px;background:#ffffff17;color:inherit;font-size:.62rem;line-height:1;text-align:center}.explore-tabs button.active .explore-tab-count{background:#0000001a}.explore-tabs button:focus-visible{outline:3px solid var(--accent-gold);outline-offset:2px}.explore-marketplace-link,.explore-marketplace-header>button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff06;color:#92929b;padding:8px 14px;cursor:pointer;font:inherit;font-size:.7rem;font-weight:800}.explore-marketplace-link:hover,.explore-marketplace-header>button:hover{border-color:#ffffff3d;color:#fff}.explore-marketplace-link:focus-visible,.explore-marketplace-header>button:focus-visible{outline:3px solid var(--accent-gold);outline-offset:2px}.explore-marketplace-link svg{width:17px;height:17px}.explore-marketplace-header{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:16px;margin:18px auto 0}.explore-marketplace-header>div{display:grid;gap:3px}.explore-marketplace-header .eyebrow{color:#777780;font-size:.52rem}.explore-marketplace-header h1{margin:0;color:#eeeef1;font-size:.76rem}.explore-tab-panel{flex:1;min-height:0}.explore-marketplace-panel{display:flex;overflow:hidden}.flow-library{--library-max: 1440px;flex:1;min-height:0;overflow-y:auto;padding:24px clamp(18px,4vw,64px) 150px;scrollbar-gutter:stable}.flow-library-hero{position:relative;isolation:isolate;width:min(var(--library-max),100%);min-height:290px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr);align-items:center;gap:clamp(28px,5vw,72px);margin:0 auto 24px;padding:clamp(30px,4vw,52px);overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:32px;background:radial-gradient(circle at 83% 15%,rgba(255,215,0,.16),transparent 36%),radial-gradient(circle at 8% 100%,rgba(113,83,255,.12),transparent 34%),linear-gradient(145deg,#17171bfa,#08080afa);box-shadow:0 34px 100px -55px #000000f2}.flow-library-hero:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.26;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 70%);mask-image:linear-gradient(90deg,#000,transparent 70%)}.flow-library-hero-copy h1{max-width:830px;margin:10px 0 18px;font-size:clamp(2.35rem,4.5vw,4.6rem);line-height:.94;letter-spacing:-.065em;text-wrap:balance}.flow-library-hero-copy>p{max-width:680px;margin:0;color:#adadb7;font-size:clamp(.98rem,1.5vw,1.17rem);line-height:1.62}.flow-library-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.flow-library-proof span{display:inline-flex;align-items:baseline;gap:5px;min-height:36px;padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0b;color:#a8a8b2;font-size:.73rem;font-weight:700}.flow-library-proof strong{color:#fff;font-size:.82rem}.flow-library-hero-map{position:relative;min-height:150px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px}.flow-library-hero-map:before{content:"";position:absolute;inset:50% 9% auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,215,0,.55),transparent);box-shadow:0 0 24px #ffd70047}.flow-library-hero-map>div{position:relative;z-index:1;aspect-ratio:.86;display:grid;place-items:center;align-content:center;gap:12px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#08080ad1;box-shadow:0 18px 36px #0000004d;transform:translateY(var(--flow-map-offset, 0))}.flow-library-hero-map>div:nth-of-type(2){--flow-map-offset: -18px}.flow-library-hero-map>div:nth-of-type(3){--flow-map-offset: 10px}.flow-library-hero-map i{width:18px;height:18px;border:4px solid rgba(255,215,0,.22);border-radius:50%;background:var(--accent-gold);box-shadow:0 0 22px #ffd70073}.flow-library-hero-map span{color:#e5e5e8;font-size:.67rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.flow-library-hero-map b{position:relative;z-index:2;color:#ffd700c7}.flow-library-discovery{position:sticky;top:-1px;z-index:25;width:min(var(--library-max),100%);margin:0 auto 22px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#0b0b0ee6;box-shadow:0 20px 55px -38px #000000f2;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}.flow-library-discovery-top{display:flex;align-items:center;gap:10px}.flow-library-search{min-width:240px;flex:1 1 420px;margin:0}.flow-library-search-field{position:relative;min-height:48px;display:flex;align-items:center;gap:10px;padding:0 4px 0 14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#ffffff0b;color:#85858f;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.flow-library-search-field:focus-within{border-color:#ffd70094;background:#fff1;box-shadow:0 0 0 3px #ffd70021}.flow-library-search-icon{width:19px;height:19px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.flow-library-search-icon>svg{width:19px;height:19px}.flow-library-search-field input{width:100%;min-width:0;height:46px;padding:0;border:0;outline:0;background:transparent;color:#f4f4f6;font:inherit;font-size:.9rem;font-weight:650}.flow-library-search-field input::placeholder{color:#74747f}.flow-library-search-field input::-webkit-search-cancel-button{display:none}.flow-library-search-clear{width:44px;min-width:44px;min-height:44px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:12px;background:transparent;color:#aaaab3;cursor:pointer;font:inherit;font-size:1.12rem}.flow-library-sort{position:relative;min-width:168px;flex:0 0 auto;display:grid;gap:3px;color:#888892;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.flow-library-sort select,select.flow-library-sort{min-height:48px;padding:0 36px 0 13px;border:1px solid rgba(255,255,255,.13);border-radius:15px;outline:0;background:#ffffff0b;color:#e5e5e9;cursor:pointer;font:inherit;font-size:.77rem;font-weight:800;letter-spacing:0;text-transform:none}.flow-library-sort select:focus-visible,select.flow-library-sort:focus-visible{border-color:#ffd70094;box-shadow:0 0 0 3px #ffd70021}.flow-library-desktop-filters{margin-top:10px;padding:10px 2px 0;border-top:1px solid rgba(255,255,255,.075)}.flow-filter-groups{display:grid;gap:10px}.flow-filter-essentials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(520px,100%)}.flow-filter-advanced>summary{min-height:44px;width:fit-content;display:inline-flex;align-items:center;gap:8px;border-radius:9px;color:#a4a4ad;padding:8px 10px;cursor:pointer;font-size:.72rem;font-weight:800;list-style:none}.flow-filter-advanced>summary::-webkit-details-marker{display:none}.flow-filter-advanced>summary:before{content:"+";color:var(--accent-gold);font-size:1rem;font-weight:500}.flow-filter-advanced[open]>summary:before{content:"−"}.flow-filter-advanced>summary:hover,.flow-filter-advanced>summary:focus-visible{background:#ffffff0e;color:#fff}.flow-filter-advanced>summary span{border-radius:99px;background:#f2cf451f;color:#d8c45c;padding:4px 7px;font-size:.58rem}.flow-filter-advanced-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:8px}.flow-filter-groups label{min-width:0;display:grid;gap:6px}.flow-filter-groups label>span{color:#85858f;font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.flow-filter-groups select{width:100%;min-height:44px;padding:8px 30px 8px 11px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff09;color:#aaaab3;cursor:pointer;font:inherit;font-size:.72rem;font-weight:800;transition:border-color .18s ease,background .18s ease,color .18s ease}.flow-filter-groups select:focus-visible{outline:3px solid var(--accent-gold);outline-offset:2px;border-color:#ffd70070;background:#ffd7001a;color:var(--accent-gold)}.flow-library-mobile-filter-trigger{min-height:48px;display:none;align-items:center;justify-content:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#ffffff0b;color:#e2e2e6;cursor:pointer;font:inherit;font-size:.76rem;font-weight:850}.flow-filter-trigger-icon{width:18px;height:18px;min-width:18px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.flow-filter-trigger-icon svg{width:18px;height:18px}.flow-filter-trigger-count{min-width:20px;height:20px;display:inline-grid;place-items:center;padding-inline:5px;border-radius:999px;background:var(--accent-gold);color:#08080a;font-size:.68rem;font-weight:950}.flow-library-results-row{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 3px 0;color:#92929c;font-size:.75rem;font-weight:750}.flow-library-results-row output,.flow-library-results-row [role=status]{color:#b7b7bf}.flow-library-results-row p{margin:0}.flow-library-results-row>button{min-height:44px;flex:0 0 auto;padding:8px 10px;border:0;border-radius:11px;background:transparent;color:#b9b9c1;cursor:pointer;font:inherit;font-size:.7rem;font-weight:850}.flow-library-applied-filters{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding-top:8px;border-top:1px solid rgba(255,255,255,.065)}.flow-library-applied-filters:empty{display:none}.flow-library-filter-chip,.flow-library-applied-filters>button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,215,0,.23);border-radius:999px;background:#ffd70012;color:#d9d4ae;font:inherit;font-size:.72rem;font-weight:800}.flow-library-filter-chip{padding:0 3px 0 11px}.flow-library-filter-chip{max-width:100%;overflow-wrap:anywhere;text-align:left}.flow-library-filter-chip>button{width:44px;min-width:44px;min-height:44px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:#aaa58b;cursor:pointer;font:inherit;font-size:1rem}.flow-library-applied-filters>button{cursor:pointer}.flow-library-applied-filters>button:last-child:not(.flow-library-filter-chip){border-color:transparent;background:transparent;color:#aaaab3}.flow-library-search-clear:focus-visible,.flow-library-mobile-filter-trigger:focus-visible,.flow-library-filter-chip>button:focus-visible,.flow-library-results-row>button:focus-visible,.flow-library-applied-filters>button:focus-visible{outline:3px solid var(--accent-gold);outline-offset:2px}.flow-filter-sheet-backdrop{position:fixed;z-index:5400;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.flow-filter-sheet{width:min(620px,100%);max-height:min(85vh,760px);max-height:min(85dvh,760px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:#111114;box-shadow:0 30px 100px #000000b8}.flow-filter-sheet-header,.flow-filter-sheet-footer{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:16px 18px;background:#111114f7}.flow-filter-sheet-header{justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.09)}.flow-filter-sheet-header h2,.flow-filter-sheet-header h3{margin:0;font-size:1.08rem;letter-spacing:-.025em}.flow-filter-sheet-header button{width:44px;min-width:44px;min-height:44px;display:inline-grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#ffffff0b;color:#dedee3;cursor:pointer;font:inherit;font-size:1.08rem}.flow-filter-sheet-body{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:22px 18px 28px}.flow-filter-sheet .flow-filter-groups{display:grid;grid-template-columns:1fr;gap:18px}.flow-filter-sheet .flow-filter-essentials,.flow-filter-sheet .flow-filter-advanced-grid{grid-template-columns:1fr;width:100%;gap:18px}.flow-filter-sheet .flow-filter-advanced>summary{width:100%;justify-content:flex-start;border:1px solid rgba(255,255,255,.1);padding-inline:13px}.flow-filter-sheet .flow-filter-groups select{min-height:48px;font-size:1rem;padding-inline:13px}.flow-filter-sheet-footer{justify-content:flex-end;border-top:1px solid rgba(255,255,255,.09);padding-bottom:max(16px,env(safe-area-inset-bottom))}.flow-filter-sheet-footer button{min-height:48px;padding:10px 16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#ffffff0d;color:#dedee3;cursor:pointer;font:inherit;font-size:.76rem;font-weight:850}.flow-filter-sheet-footer button:last-child{border-color:transparent;background:var(--accent-gold);color:#08080a}.flow-filter-sheet-footer button:disabled{opacity:.42;cursor:not-allowed}.flow-filter-sheet-header button:focus-visible,.flow-filter-sheet-footer button:focus-visible{outline:3px solid var(--accent-gold);outline-offset:2px}.flow-library-index-link:focus-visible,.flow-card-footer a:focus-visible{outline:3px solid var(--accent-gold);outline-offset:3px}.flow-library-index-link{min-height:44px;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;color:#d3d3d8;font-size:.77rem;font-weight:800;text-decoration:none}.flow-library-index-link svg,.flow-card-footer a svg{width:17px;height:17px}.flow-library-grid,.flow-library-skeleton-grid{width:min(var(--library-max),100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 auto}.flow-library-skeleton-card{position:relative;min-height:360px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:linear-gradient(150deg,#ffffff0e,#ffffff05 68%),#0e0e11}.flow-library-skeleton-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(105deg,transparent 34%,rgba(255,255,255,.075) 48%,transparent 62%)}.flow-library-skeleton-card:after{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;background:linear-gradient(#ffffff1a,#ffffff1a) 0 0 / 72px 10px no-repeat,linear-gradient(#ffffff1f,#ffffff1f) 0 54px / 72% 27px no-repeat,linear-gradient(#fff1,#fff1) 0 94px / 92% 10px no-repeat,linear-gradient(#fff1,#fff1) 0 112px / 74% 10px no-repeat,linear-gradient(#ffffff13,#ffffff13) 0 210px / 100% 50px no-repeat,linear-gradient(#ffffff17,#ffffff17) 0 100% / 100% 1px no-repeat;opacity:.68}.flow-library-card{--flow-accent: #ffd700;--flow-accent-readable: color-mix(in srgb, var(--flow-accent) 50%, white);position:relative;min-width:0;min-height:360px;display:flex;flex-direction:column;padding:clamp(22px,2.35vw,30px);overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--flow-accent) 19%,transparent),transparent 36%),linear-gradient(150deg,#151518,#0b0b0d 66%);box-shadow:0 24px 64px -50px color-mix(in srgb,var(--flow-accent) 65%,transparent);content-visibility:auto;contain-intrinsic-size:360px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.flow-library-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 30%)}.flow-library-card:focus-within{border-color:color-mix(in srgb,var(--flow-accent) 54%,rgba(255,255,255,.2));box-shadow:0 28px 74px -48px color-mix(in srgb,var(--flow-accent) 70%,transparent)}.flow-card-topline,.flow-card-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px}.flow-card-topline>span{color:var(--flow-accent-readable);font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.flow-card-topline-actions{min-width:0;display:flex;align-items:center;gap:8px}.flow-card-topline-actions>small{padding:5px 9px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#c4c4ca;font-size:.7rem;font-weight:800}.flow-card-topline .flow-save-button{flex:0 0 auto}.flow-card-copy{position:relative;z-index:1;margin:28px 0 24px}.flow-card-copy h2{margin:0 0 10px;font-size:clamp(1.48rem,2vw,2.05rem);line-height:1.04;letter-spacing:-.045em}.flow-card-copy p{max-width:620px;margin:0;color:#9e9ea8;font-size:.9rem;line-height:1.62;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.flow-card-byline{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px;margin:-12px 0 22px;color:#85858f;font-size:.72rem;font-weight:700}.flow-card-byline strong{color:#bebec5;font-size:inherit;font-weight:800}.flow-card-byline>span+span:before{content:"·";margin-right:8px;color:#55555e}.flow-card-taxonomy{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:6px;margin:-10px 0 22px}.flow-card-taxonomy span{max-width:100%;overflow:hidden;padding:5px 8px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff09;color:#a8a8b1;font-size:.65rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.flow-card-path{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--flow-node-count, 4),minmax(72px,1fr));grid-auto-flow:column;grid-auto-columns:minmax(72px,1fr);gap:8px;margin:auto 0 30px;padding:0;overflow-x:auto;list-style:none;scrollbar-width:none}.flow-card-path::-webkit-scrollbar{display:none}.flow-card-path:focus-visible{outline:3px solid var(--accent-gold);outline-offset:5px;border-radius:8px}.flow-card-path li{position:relative;min-width:72px;display:grid;gap:9px}.flow-card-path li:not(:last-child):after{content:"";position:absolute;top:13px;right:-8px;left:28px;height:1px;background:linear-gradient(90deg,var(--flow-accent),rgba(255,255,255,.08))}.flow-card-path li>span{position:relative;z-index:1;width:27px;height:27px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--flow-accent) 50%,rgba(255,255,255,.16));border-radius:9px;background:#101012;color:var(--flow-accent-readable);font-size:.64rem;font-weight:900}.flow-card-path small{overflow:hidden;color:#d0d0d5;font-size:.7rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.flow-card-more{position:relative;z-index:1;min-width:60px;display:none;width:fit-content;margin:-18px 0 20px;padding:5px 9px;border:1px dashed rgba(255,255,255,.14);border-radius:999px;background:#ffffff08;color:#94949e;font-size:.7rem;font-weight:800}.flow-card-footer{padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.flow-card-footer>span{min-width:0;display:grid;gap:3px}.flow-card-footer strong{font-size:.82rem}.flow-card-footer small{overflow:hidden;color:#85858f;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.flow-card-footer a{min-height:44px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 14px;border-radius:999px;background:var(--flow-accent-readable);color:#08080a;font-size:.74rem;font-weight:900;text-decoration:none}.flow-library-state{width:min(var(--library-max),100%);min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;margin:0 auto;padding:36px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:#ffffff06;color:#9999a3;text-align:center}.flow-library-state strong{color:#fff;font-size:1.1rem}.flow-library-state button{min-height:44px;margin-top:8px;padding:9px 16px;border:0;border-radius:999px;background:#fff;color:#08080a;cursor:pointer;font-weight:900}.flow-library-pagination{width:min(var(--library-max),100%);display:grid;place-items:center;gap:10px;margin:24px auto 0;padding:24px;color:#92929c;text-align:center}.flow-library-pagination p{min-height:1.4em;margin:0;font-size:.76rem;font-weight:750}.flow-library-pagination button{min-width:min(260px,100%);min-height:48px;padding:11px 20px;border:1px solid rgba(255,215,0,.32);border-radius:999px;background:#ffd70017;color:#efe390;cursor:pointer;font:inherit;font-size:.78rem;font-weight:900}.flow-library-pagination button:disabled{cursor:wait;opacity:.58}.flow-library-pagination button:focus-visible{outline:3px solid var(--accent-gold);outline-offset:3px}.flow-saved-library{--library-max: 1440px;flex:1;min-height:0;overflow-y:auto;padding:24px clamp(18px,4vw,64px) 150px;scrollbar-gutter:stable}.flow-saved-header{width:min(var(--library-max),100%);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);align-items:end;gap:32px;margin:0 auto 24px;padding:clamp(28px,4vw,48px);border:1px solid rgba(255,255,255,.12);border-radius:30px;background:radial-gradient(circle at 86% 16%,rgba(216,255,103,.13),transparent 37%),linear-gradient(145deg,#16161afa,#08080afa);box-shadow:0 30px 90px -58px #000000f2}.flow-saved-header h1{max-width:820px;margin:10px 0 14px;font-size:clamp(2.1rem,4vw,4.2rem);line-height:.98;letter-spacing:-.055em;text-wrap:balance}.flow-saved-header>div:first-child>p{max-width:690px;margin:0;color:#aaaab4;font-size:1rem;line-height:1.62}.flow-retention-sync{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:#ffffff0b}.flow-retention-sync>span{width:9px;height:9px;border-radius:50%;background:#d8ff67;box-shadow:0 0 16px #d8ff676b}.flow-retention-sync.is-paused>span{background:#ffb56b;box-shadow:0 0 16px #ffb56b61}.flow-retention-sync.is-loading>span,.flow-retention-sync.is-syncing>span{background:#c4b7ff;box-shadow:0 0 16px #c4b7ff61}.flow-retention-sync>div{min-width:0;display:grid;gap:2px}.flow-retention-sync strong,.flow-retention-sync small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flow-retention-sync strong{color:#f1f1f4;font-size:.78rem}.flow-retention-sync small{color:#85858f;font-size:.68rem}.flow-retention-sync button{min-height:44px;padding:8px 12px;border:1px solid rgba(216,255,103,.25);border-radius:999px;background:#d8ff6717;color:#e5ff9c;cursor:pointer;font:inherit;font-size:.7rem;font-weight:900}.flow-saved-inline-error{width:min(var(--library-max),100%);min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 auto 18px;padding:11px 14px;border:1px solid rgba(255,138,138,.28);border-radius:14px;background:#ff5a5a14;color:#ffc5c5;font-size:.78rem;font-weight:750}.flow-saved-inline-error button{min-height:40px;padding:7px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff12;color:#fff;cursor:pointer;font-weight:850}.flow-recent-section,.flow-collection-section{width:min(var(--library-max),100%);margin-inline:auto}.flow-recent-section{margin-bottom:24px;padding:22px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff06}.flow-recent-section>header,.flow-collection-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.flow-recent-section h2,.flow-collection-section h2{margin:5px 0 0;color:#f4f4f6;font-size:clamp(1.35rem,2vw,1.85rem);letter-spacing:-.035em}.flow-recent-section>header>button,.flow-recent-clear-confirm button,.flow-new-collection-button{min-height:44px;padding:8px 13px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0b;color:#c7c7cf;cursor:pointer;font:inherit;font-size:.72rem;font-weight:850}.flow-recent-clear-confirm{display:inline-flex;gap:6px}.flow-recent-clear-confirm button:last-child{border-color:#ff8a8a42;color:#ffc2c2}.flow-new-collection-button{display:inline-flex;align-items:center;gap:8px}.flow-recent-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,310px);gap:10px;margin:0;padding:0 0 4px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;list-style:none}.flow-recent-list>li{position:relative;min-height:176px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:start;gap:7px 10px;padding:17px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--flow-accent) 15%,transparent),transparent 40%),#0d0d10;scroll-snap-align:start}.flow-recent-list>li:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--flow-accent, #777)}.flow-recent-list li>span{color:#9e9ea8;font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.flow-recent-list li>strong{grid-column:1 / -1;color:#f4f4f6;font-size:1rem}.flow-recent-list li>small{color:#aaaab4;font-size:.72rem;font-weight:750}.flow-recent-list li>time{color:#71717b;font-size:.66rem;text-align:right}.flow-recent-list li>a{grid-column:1 / -1;align-self:end;min-height:44px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px;padding:9px 12px;border-radius:12px;background:#f5f5f2;color:#08080a;font-size:.72rem;font-weight:900;text-decoration:none}.flow-recent-list li>a svg{width:17px;height:17px}.flow-recent-list .flow-recent-unavailable{align-content:center}.flow-recent-list .flow-recent-unavailable small{grid-column:1 / -1;line-height:1.5}.flow-collection-section{padding:clamp(22px,3vw,32px);border:1px solid rgba(255,255,255,.1);border-radius:26px;background:#ffffff05}.flow-collection-chips{display:flex;gap:8px;margin-bottom:22px;padding-bottom:4px;overflow-x:auto;scrollbar-width:thin}.flow-collection-chips button{min-height:44px;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#ffffff09;color:#a9a9b3;cursor:pointer;font:inherit;font-size:.73rem;font-weight:850}.flow-collection-chips button.active{border-color:#d8ff6757;background:#d8ff671c;color:#e9ffae}.flow-collection-chips button span{min-width:22px;padding:3px 6px;border-radius:999px;background:#ffffff14;color:inherit;font-size:.64rem;text-align:center}.flow-active-collection-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-8px 0 20px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff06}.flow-active-collection-tools>p{margin:0;color:#85858f;font-size:.72rem}.flow-active-collection-tools>span{display:inline-flex;gap:6px}.flow-active-collection-tools button{min-height:40px;padding:7px 11px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#ffffff0a;color:#c2c2ca;cursor:pointer;font:inherit;font-size:.7rem;font-weight:850}.flow-active-collection-tools button.is-danger{border-color:#ff8a8a47;color:#ffb8b8}.flow-active-collection-tools form{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:8px}.flow-active-collection-tools form label{grid-column:1 / -1;color:#8c8c96;font-size:.68rem;font-weight:850}.flow-active-collection-tools form input{min-width:0;min-height:44px;padding:9px 11px;border:1px solid rgba(255,255,255,.14);border-radius:11px;outline:0;background:#ffffff0b;color:#fff;font:inherit;font-size:1rem}.flow-active-collection-tools>p[role=alert]{color:#ffb7b7}.flow-saved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.flow-saved-card{position:relative;min-width:0;min-height:330px;display:flex;flex-direction:column;padding:22px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:radial-gradient(circle at 94% 4%,color-mix(in srgb,var(--flow-accent, #777) 14%,transparent),transparent 36%),linear-gradient(150deg,#121216,#0a0a0d);content-visibility:auto;contain-intrinsic-size:auto 330px}.flow-saved-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--flow-accent, #777),transparent 74%)}.flow-saved-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.flow-saved-card-topline>span{color:#9999a4;font-size:.66rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.flow-save-button{width:44px;min-width:44px;height:44px;display:inline-grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#08080a9e;color:#bbbcc4;cursor:pointer}.flow-save-button.is-saved{border-color:color-mix(in srgb,var(--flow-accent, #d8ff67) 48%,rgba(255,255,255,.15));color:var(--flow-accent-readable, #e7ff9f)}.flow-save-button:disabled{cursor:wait;opacity:.52}.flow-save-button:focus-visible{outline:3px solid var(--accent-gold);outline-offset:3px}.flow-saved-card h3{margin:28px 0 10px;color:#fff;font-size:clamp(1.25rem,2vw,1.72rem);letter-spacing:-.035em}.flow-saved-card>p{margin:0;color:#9999a4;font-size:.84rem;line-height:1.58}.flow-saved-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0}.flow-saved-card-tags span{padding:5px 8px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff09;color:#aaaab3;font-size:.64rem;font-weight:800}.flow-saved-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:17px;border-top:1px solid rgba(255,255,255,.08)}.flow-saved-card-actions button,.flow-saved-card-actions a,.flow-saved-card.is-unavailable>button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 12px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#ffffff0b;color:#c5c5cd;cursor:pointer;font:inherit;font-size:.7rem;font-weight:900;text-decoration:none}.flow-saved-card-actions a{border:0;background:#f5f5f2;color:#08080a}.flow-saved-card-actions a svg{width:17px;height:17px}.flow-saved-card.is-unavailable{justify-content:center;background:#ffffff05}.flow-saved-card.is-unavailable h3{margin-top:12px}.flow-saved-card.is-unavailable>button{width:fit-content;margin-top:20px;color:#ffbebe}.flow-saved-empty>svg{width:34px;height:34px;margin-bottom:6px;color:#8c8c96}.flow-collection-dialog-backdrop{position:fixed;z-index:4300;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#030305cc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.flow-collection-dialog{width:min(560px,100%);max-height:min(760px,calc(100dvh - 40px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:25px;background:#0d0d11;box-shadow:0 34px 110px #0000009e}.flow-collection-dialog>header{display:flex;justify-content:space-between;gap:18px;padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.flow-collection-dialog h2{margin:7px 0 6px;color:#fff;font-size:1.5rem;letter-spacing:-.035em}.flow-collection-dialog header p{margin:0;color:#8f8f99;font-size:.78rem;line-height:1.5}.flow-collection-dialog header>button{width:44px;min-width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#ffffff0a;color:#bbbcc4;cursor:pointer;font-size:1.2rem}.flow-collection-memberships{min-width:0;display:grid;gap:8px;margin:0;padding:20px 24px 4px;overflow-y:auto;border:0}.flow-collection-memberships legend{padding:0 0 8px;color:#8f8f99;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.flow-collection-memberships label{min-height:52px;display:flex;align-items:center;gap:12px;padding:9px 11px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#ffffff06;cursor:pointer}.flow-collection-memberships input{width:20px;height:20px;accent-color:#d8ff67}.flow-collection-memberships label>span{min-width:0;display:grid;gap:2px}.flow-collection-memberships strong{overflow:hidden;color:#e9e9ed;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.flow-collection-memberships small{color:#7f7f89;font-size:.67rem}.flow-collection-empty-note{margin:0;padding:22px 24px 0;color:#888892;font-size:.78rem}.flow-collection-create{display:grid;gap:8px;padding:20px 24px 24px}.flow-collection-create label{color:#8f8f99;font-size:.68rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.flow-collection-create>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.flow-collection-create input{min-width:0;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.13);border-radius:13px;outline:0;background:#ffffff0b;color:#fff;font:inherit;font-size:1rem}.flow-collection-create input:focus{border-color:#d8ff677a;box-shadow:0 0 0 3px #d8ff671c}.flow-collection-create button{min-height:48px;padding:10px 15px;border:0;border-radius:13px;background:#d8ff67;color:#08080a;cursor:pointer;font:inherit;font-size:.75rem;font-weight:950}.flow-collection-create button:disabled{cursor:not-allowed;opacity:.5}.flow-collection-error{margin:-14px 24px 22px;color:#ffb8b8;font-size:.75rem}.flow-save-notice{position:fixed;z-index:4200;right:18px;bottom:max(18px,env(safe-area-inset-bottom));width:min(430px,calc(100vw - 36px));min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(216,255,103,.26);border-radius:18px;background:#0e0e12f5;box-shadow:0 24px 80px #0000008c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.flow-save-notice.is-removed{border-color:#ffffff29}.flow-save-notice>div{min-width:0;display:grid;gap:3px}.flow-save-notice strong,.flow-save-notice span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flow-save-notice strong{color:#f2f2f4;font-size:.78rem}.flow-save-notice span{color:#8f8f99;font-size:.69rem}.flow-save-notice>button{min-height:44px;padding:8px 12px;border:1px solid rgba(216,255,103,.24);border-radius:999px;background:#d8ff6717;color:#e7ff9f;cursor:pointer;font:inherit;font-size:.69rem;font-weight:900}.flow-save-notice>.flow-save-notice-close{width:44px;padding:0;border-color:#ffffff1a;background:transparent;color:#9696a0;font-size:1.05rem}@media(max-width:1180px){.flow-library-grid,.flow-library-skeleton-grid,.flow-filter-advanced-grid,.flow-saved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1000px){.flow-library-hero{grid-template-columns:1fr;gap:22px}.flow-library-hero-map{width:min(620px,100%);min-height:150px}}@media(max-width:980px){.flow-library-desktop-filters{display:none}.flow-library-mobile-filter-trigger{display:inline-flex}}@media(max-width:760px){.explore-navigation,.explore-marketplace-header{margin-top:10px}.flow-library,.flow-saved-library{padding:18px 14px 130px}.flow-saved-header{grid-template-columns:1fr;gap:20px;padding:28px 22px;border-radius:24px}.flow-saved-header h1{font-size:clamp(2.2rem,11vw,3.35rem)}.flow-retention-sync{grid-template-columns:auto minmax(0,1fr)}.flow-retention-sync button{grid-column:1 / -1;width:100%}.flow-recent-section,.flow-collection-section{padding:18px 14px;border-radius:21px}.flow-recent-section>header,.flow-collection-section-header{align-items:flex-start;flex-direction:column}.flow-recent-list{grid-auto-columns:minmax(230px,82vw)}.flow-new-collection-button{width:100%}.flow-active-collection-tools{align-items:stretch;flex-direction:column}.flow-active-collection-tools>span{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.flow-active-collection-tools button{min-height:44px}.flow-active-collection-tools form{grid-template-columns:1fr 1fr}.flow-active-collection-tools form input{grid-column:1 / -1}.flow-saved-grid{grid-template-columns:1fr}.flow-collection-dialog-backdrop{align-items:end;padding:0}.flow-collection-dialog{width:100%;max-height:92dvh;border-right:0;border-bottom:0;border-left:0;border-radius:26px 26px 0 0;padding-bottom:env(safe-area-inset-bottom)}.flow-save-notice{right:10px;bottom:max(10px,env(safe-area-inset-bottom));width:calc(100vw - 20px)}.flow-library-hero{min-height:0;margin-bottom:24px;padding:30px 22px;border-radius:24px}.flow-library-hero-copy h1{font-size:clamp(2.35rem,11vw,3.5rem)}.flow-library-hero-map{min-height:125px;gap:6px}.flow-library-hero-map>div{border-radius:15px}.flow-library-hero-map span{font-size:.55rem}.flow-library-index-link{width:fit-content;min-height:44px}.flow-library-discovery{top:-1px;margin-bottom:18px;padding:10px;border-radius:18px}.flow-library-discovery-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.flow-library-search{min-width:0;grid-column:1 / -1}.flow-library-search-field input{font-size:1rem}.flow-library-sort{min-width:min(174px,48vw)}.flow-library-sort select{font-size:1rem}.flow-library-mobile-filter-trigger{width:100%}.flow-library-discovery-top>.flow-library-index-link{grid-column:1 / -1;justify-self:start}.flow-library-results-row{align-items:flex-start;flex-wrap:wrap;gap:4px 14px}.flow-library-applied-filters{gap:6px}.flow-library-grid,.flow-library-skeleton-grid{grid-template-columns:1fr}.flow-library-card{min-height:360px;border-radius:22px}.flow-card-path{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x proximity}.flow-card-path li{min-width:0;flex:0 0 calc((100% - 18px)/4);scroll-snap-align:start}.flow-card-path small{font-size:.62rem}.flow-card-more{display:inline-flex;align-items:center}.flow-filter-sheet-backdrop{padding:0}.flow-filter-sheet{width:100%;border-right:0;border-bottom:0;border-left:0;border-radius:26px 26px 0 0}}@media(max-width:480px){.explore-navigation{width:calc(100% - 20px);align-items:stretch;flex-direction:column;gap:6px}.explore-tabs{width:100%}.explore-tabs button{flex:1 1 50%;gap:5px;padding-inline:7px;font-size:.68rem}.explore-tabs button svg{width:17px;height:17px}.explore-marketplace-link{align-self:center;border-color:transparent;background:transparent}.explore-marketplace-header{width:calc(100% - 20px);justify-content:flex-start}.flow-library-hero-map{display:none}.flow-library-proof{align-items:center;flex-direction:row;gap:7px}.flow-library-proof span{min-height:34px}.flow-library-sort{min-width:min(160px,49vw)}.flow-library-sort select{padding-inline:10px 28px}.flow-filter-sheet-header,.flow-filter-sheet-footer{padding-inline:14px}.flow-filter-sheet-footer button{flex:1 1 0}.flow-library-skeleton-card{min-height:340px}.flow-library-card{padding:22px 18px}.flow-card-copy{margin-block:28px 24px}.flow-card-topline{align-items:flex-start}.flow-card-topline-actions>small{font-size:.62rem}.flow-card-footer{align-items:stretch;flex-direction:column}.flow-card-footer a{width:100%}.flow-saved-card-actions{align-items:stretch;flex-direction:column}.flow-saved-card-actions button,.flow-saved-card-actions a{width:100%}.flow-collection-create>div{grid-template-columns:1fr}.flow-collection-create button{width:100%}.flow-save-notice{grid-template-columns:minmax(0,1fr) auto}.flow-save-notice>button:not(.flow-save-notice-close){grid-column:1 / -1;grid-row:2;width:100%}.flow-save-notice-close{grid-column:2;grid-row:1}}@media(hover:hover)and (pointer:fine){.explore-tabs button:not(.active):hover{color:#fff}.flow-filter-groups select:hover{border-color:#ffd70066;background:#ffd70013;color:#e4d86b}.flow-library-search-clear:hover,.flow-library-mobile-filter-trigger:hover,.flow-library-filter-chip>button:hover,.flow-library-results-row>button:hover,.flow-library-applied-filters>button:hover,.flow-filter-sheet-header button:hover,.flow-filter-sheet-footer button:not(:last-child):not(:disabled):hover{border-color:#ffffff3d;background:#ffffff17;color:#fff}.flow-library-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--flow-accent) 54%,rgba(255,255,255,.2));box-shadow:0 28px 74px -48px color-mix(in srgb,var(--flow-accent) 70%,transparent)}.flow-saved-card:hover{border-color:color-mix(in srgb,var(--flow-accent, #777) 48%,rgba(255,255,255,.18))}.flow-save-button:hover,.flow-saved-card-actions button:hover,.flow-recent-section>header>button:hover,.flow-new-collection-button:hover{background:#ffffff17;color:#fff}}@keyframes flow-library-skeleton-sweep{to{transform:translate(100%)}}@keyframes flow-filter-sheet-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){.flow-library-skeleton-card:before{animation:flow-library-skeleton-sweep 1.65s ease-in-out infinite}.flow-filter-sheet,.flow-collection-dialog{animation:flow-filter-sheet-enter .22s cubic-bezier(.22,1,.36,1)}}@media(prefers-reduced-motion:reduce){.explore-tabs button,.flow-library-search-field,.flow-filter-groups select,.flow-library-card{transition:none}.flow-library-card:hover{transform:none}}.vault-view{width:100%;height:100%;overflow-y:auto;padding:40px 20px 150px;display:flex;flex-direction:column;align-items:center;z-index:10}.vault-header{text-align:center;margin-bottom:60px}.vault-header h2{font-size:3.5rem;font-weight:900;margin:0;letter-spacing:-.05em}.vault-header p{max-width:680px;color:var(--text-secondary);font-size:1.1rem;margin:8px auto 0}.vault-view.detail-mode{padding:0;overflow:hidden;align-items:stretch}.detail-header{padding:20px 40px;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-btn{background:transparent;border:none;color:#fff;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:1rem;font-weight:600}.back-btn:hover{color:var(--text-secondary)}.detail-content{display:flex;flex:1;min-height:0}.detail-preview{flex:1;position:relative;background:#111}.detail-preview iframe{width:100%;height:100%;border:0;background:#fff}.detail-sidebar{width:350px;border-left:1px solid var(--border-color);padding:30px;background:#050505;overflow-y:auto}.detail-sidebar h2{margin:10px 0 16px;font-size:clamp(1.9rem,3vw,3rem);line-height:.98;letter-spacing:-.05em}.badge{display:inline-block;color:#000;font-weight:800;padding:4px 12px;border-radius:100px;font-size:.8rem;margin-bottom:20px}.badge.for-sale{background:var(--accent-gold)}.badge.has-access{background:#4ade80}.vault-detail-list{display:grid;gap:0;margin:8px 0 24px}.vault-detail-list>div{display:flex;justify-content:space-between;gap:24px;padding:13px 0;border-bottom:1px solid var(--border-color)}.vault-detail-list dt{color:var(--text-secondary)}.vault-detail-list dd{margin:0;text-align:right;font-weight:700}.vault-privacy-note{margin:0;padding:14px;border:1px solid rgba(74,222,128,.2);border-radius:12px;background:#4ade800f;color:#b9d9c3;font-size:.82rem;line-height:1.5}.vault-controls-wrapper{width:100%;max-width:900px;margin-bottom:40px}.vault-controls{display:flex;gap:16px;margin:0 auto;width:100%;max-width:800px;justify-content:center;flex-wrap:wrap}.vault-controls>button,.filter-panel button{border:1px solid var(--border-color);border-radius:12px;background:#111;color:#fff;cursor:pointer;font-weight:700;transition:border-color .2s ease,background .2s ease,color .2s ease}.vault-controls>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px}.vault-controls>button:hover,.vault-controls>button.active,.filter-panel button:hover,.filter-panel button.active{border-color:#ffd7008c;background:#ffd7001a;color:var(--accent-gold)}.filter-panel{margin-top:14px;padding:18px;border:1px solid var(--border-color);border-radius:16px;background:#0c0c0cf0}.filter-panel strong{display:block;margin-bottom:12px;font-size:.82rem}.filter-panel>div{display:flex;flex-wrap:wrap;gap:8px}.filter-panel button{padding:8px 11px;font-size:.75rem}.search-bar{display:flex;align-items:center;gap:10px;background:#111;border:1px solid var(--border-color);padding:12px 16px;border-radius:12px;flex:1;min-width:240px;transition:all .2s}.search-bar:focus-within{border-color:#ffffff4d;background:#1a1a1a}.search-bar input{background:transparent;border:none;color:#fff;outline:none;font-size:.9rem;width:100%}.sort-dropdown{display:flex;align-items:center;gap:10px;background:#111;border:1px solid var(--border-color);padding:12px 16px;border-radius:12px;position:relative}.sort-dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:#fff;outline:none;font-size:.9rem;font-weight:500;cursor:pointer;padding-right:24px}.sort-dropdown option{background:#111;color:#fff}.sort-dropdown:after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--text-secondary);pointer-events:none}.pagination-controls{display:flex;align-items:center;gap:20px;margin-top:40px}.pagination-controls button{background:#111;border:1px solid var(--border-color);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.pagination-controls button:hover:not(:disabled){background:#222;border-color:#fff}.pagination-controls button:disabled{opacity:.3;cursor:not-allowed}.pagination-controls span{font-variant-numeric:tabular-nums;font-size:.9rem;color:var(--text-secondary)}.vault-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,400px),1fr));gap:32px;width:100%;max-width:1800px}.vault-card{background:#111;border-radius:20px;border:1px solid var(--border-color);overflow:hidden;height:380px;display:flex;flex-direction:column;position:relative;transition:transform .3s,border-color .3s}.vault-card:hover,.vault-card:focus-within{transform:translateY(-8px);border-color:#ffffff4d}.vault-card-preview{flex:1;min-height:0;overflow:hidden;background:#fff}.vault-card iframe{width:100%;height:100%;border:none;background:#fff;pointer-events:none}.vault-card-label{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;background:#00000080;border-top:1px solid var(--border-color)}.vault-card-label>span{display:grid;min-width:0;gap:4px}.vault-card-label strong{overflow:hidden;font-size:.9rem;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.vault-card-label small{color:var(--text-secondary);font-size:.7rem;font-weight:600}.vault-card-open{position:absolute;top:0;right:0;bottom:0;left:0;border:0;border-radius:inherit;background:transparent;cursor:pointer}.vault-card-open:focus-visible{outline:3px solid var(--accent-gold);outline-offset:-4px}.asset-meta{flex:0 0 auto;margin-left:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.price-chip{background:var(--accent-gold);color:#000;font-weight:800;font-size:.75rem;padding:4px 10px;border-radius:6px}.unlocked-tag{background:#4ade80;color:#000;font-weight:800;font-size:.75rem;padding:4px 10px;border-radius:6px}.action-bar{position:fixed;bottom:-100px;left:50%;transform:translate(-50%);background:#0a0a0ad9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-stroke);padding:14px 28px;border-radius:24px;display:flex;align-items:center;gap:32px;z-index:1100;transition:bottom .5s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 40px #000c}.action-bar.visible{bottom:40px}.action-buttons{display:flex;gap:12px}.action-buttons button{background:var(--glass-bg);border:1px solid var(--glass-stroke);color:#fff;padding:10px 24px;border-radius:12px;display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:700;font-size:.9rem;transition:background .2s,transform .2s}.action-buttons button:hover{background:var(--glass-stroke);transform:scale(1.05)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;justify-content:flex-end}.drawer-content{width:100%;max-width:640px;height:100%;background:#09090b;border-left:1px solid var(--border-color);display:flex;flex-direction:column}.drawer-header{padding:32px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.drawer-header h2{margin:0;font-size:1.5rem;font-weight:900;letter-spacing:-.02em}.close-button{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1}.drawer-body{flex:1;overflow-y:auto;padding:32px}.code-block{background:#000;padding:24px;border-radius:16px;border:1px solid var(--border-color);overflow-x:auto;margin:0}.code-block code{font-family:JetBrains Mono,monospace;font-size:.85rem;color:#eee;line-height:1.6}.app-footer{position:fixed;bottom:0;left:0;right:0;height:var(--footer-height);background:#0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-color);z-index:90}.footer-container{max-width:1800px;margin:0 auto;height:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;white-space:nowrap;font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.footer-right button{background:none;border:none;color:inherit;cursor:pointer;text-decoration:underline;font-size:inherit;font-weight:700;opacity:.8}.footer-right button:hover{opacity:1;color:#fff}.empty-state{text-align:center;max-width:600px}.empty-state h1{font-size:5rem;letter-spacing:-.06em;margin:0;font-weight:950;background:linear-gradient(to bottom,#fff,#444);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.empty-state p{font-size:1.4rem;color:var(--text-secondary);margin-top:-8px;font-weight:400}.view-loading-fallback{position:relative;z-index:10;min-height:calc(100dvh - var(--nav-height) - var(--app-bottom-inset));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#96969c}.view-loading-fallback>span{width:28px;height:28px;border:2px solid rgba(255,255,255,.12);border-top-color:var(--hero-gold);border-radius:50%;animation:viewFallbackSpin .9s linear infinite}.view-loading-fallback p{margin:0;font-size:.72rem;font-weight:750;letter-spacing:.04em}.view-loading-fallback.is-overlay,.view-loading-fallback.studio-loading-fallback{position:fixed;inset:var(--nav-height) 0 var(--app-bottom-inset);z-index:3900;min-height:0;background:#050506f5}.view-loading-fallback.is-compact{min-height:180px}.dream-view-fallback{min-height:120px}.dream-view-fallback.studio-loading-fallback{min-height:0}@keyframes viewFallbackSpin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms-modal{background:#0c0c0c;border:1px solid var(--border-color);width:100%;max-width:600px;border-radius:32px;overflow:hidden;box-shadow:0 30px 100px #000}.auth-modal-overlay{z-index:5600;background:radial-gradient(circle at 25% 25%,rgba(242,207,69,.08),transparent 32%),#000000e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-modal{max-width:940px;max-height:calc(100dvh - 32px);overflow-y:auto;border-color:#ffffff24;border-radius:24px;background:radial-gradient(circle at 0 0,rgba(242,207,69,.045),transparent 30%),#0b0b0c;box-shadow:0 42px 140px #000000c7,inset 0 1px #ffffff0b}.auth-modal-topbar{min-height:66px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.09);padding:12px 18px 12px 22px}.auth-modal-brand{display:flex;align-items:center;gap:10px;color:var(--hero-ivory);font-size:.82rem;font-weight:850;letter-spacing:-.02em}.auth-modal-brand .dreame-mark{position:relative;width:28px;height:24px;flex:0 0 28px}.auth-modal-topbar .close-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#aaaab0;font-size:1.65rem;transition:border-color .2s ease,color .2s ease,transform .28s var(--motion-out)}.auth-modal-topbar .close-button:hover:not(:disabled){border-color:#ffffff47;color:#fff;transform:rotate(4deg)}.auth-modal-topbar .close-button:disabled{opacity:.35;cursor:wait}.auth-modal-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr)}.auth-modal-context{position:relative;overflow:hidden;border-right:1px solid rgba(255,255,255,.09);padding:clamp(28px,4vw,52px);background:linear-gradient(145deg,rgba(242,207,69,.07),transparent 48%),#ffffff05}.auth-modal-context:after{content:"03";position:absolute;right:-18px;bottom:-48px;color:#ffffff06;font-size:12rem;font-weight:950;line-height:1;letter-spacing:-.09em;pointer-events:none}.auth-context-kicker{display:flex;align-items:center;gap:9px;color:var(--hero-gold);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.auth-context-kicker i{width:7px;height:7px;border-radius:50%;background:var(--hero-gold);box-shadow:0 0 0 5px #f2cf4517}.auth-modal-context h2{position:relative;z-index:1;max-width:430px;margin:22px 0 16px;color:var(--hero-ivory);font-size:clamp(2.4rem,4vw,4rem);line-height:.95;letter-spacing:-.065em}.auth-modal-context>p{position:relative;z-index:1;max-width:430px;margin:0;color:#aaaab0;font-size:.92rem;line-height:1.65}.auth-brief-preview{position:relative;z-index:1;margin:28px 0 0;border:1px solid rgba(242,207,69,.18);border-left:2px solid var(--hero-gold);border-radius:0 12px 12px 0;background:#0000003d;padding:14px 16px}.auth-brief-preview>span{color:#929298;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-brief-preview p{display:-webkit-box;overflow:hidden;margin:8px 0 0;color:#e2e2e4;font-size:.8rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.auth-guest-safety-note{position:relative;z-index:1;display:flex;align-items:center;gap:12px;margin-top:24px;border:1px solid rgba(242,207,69,.18);border-radius:12px;background:#f2cf450e;padding:12px 14px}.auth-guest-safety-note svg{width:25px;flex:0 0 25px;overflow:visible;fill:#f2cf4514;stroke:var(--hero-gold);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.auth-guest-safety-note div{display:grid;gap:3px}.auth-guest-safety-note strong{color:#efefef;font-size:.72rem}.auth-guest-safety-note span{color:#99999f;font-size:.68rem;line-height:1.45}.auth-value-list{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;margin:28px 0 0;padding:0;list-style:none;color:#b9b9bd;font-size:.76rem;font-weight:700}.auth-value-list li{display:flex;align-items:center;gap:10px}.auth-value-list li>span{width:28px;color:var(--hero-gold);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65rem}.auth-modal-actions{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,48px)}.auth-action-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.auth-action-heading>span{color:#f3f3f3;font-size:.94rem;font-weight:850}.auth-action-heading small{color:#929298;font-size:.68rem}.auth-google-button,.auth-email-submit{width:100%;min-height:50px;border:0;border-radius:10px;cursor:pointer;font:inherit;font-size:.78rem;font-weight:850;transition:transform .28s var(--motion-out),background-color .2s ease,opacity .2s ease}.auth-google-button{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--hero-ivory);color:var(--hero-ink)}.auth-google-button:hover:not(:disabled),.auth-google-button:focus-visible{background:#fff;transform:translateY(-2px)}.auth-google-button:active:not(:disabled),.auth-email-submit:active:not(:disabled){transform:scale(.985)}.auth-google-button:disabled,.auth-email-submit:disabled{opacity:.52;cursor:wait}.auth-divider{display:flex;align-items:center;gap:11px;margin:21px 0;color:#85858c;font-size:.65rem;text-transform:uppercase}.auth-divider i{flex:1;height:1px;background:#ffffff1a}.auth-email-form{display:grid;grid-template-columns:1fr;gap:8px}.auth-email-form label{margin-top:3px;color:#aaaab0;font-size:.68rem;font-weight:750}.auth-email-form input{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#101012;color:#fff;padding:10px 12px;font:inherit;font-size:.82rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.auth-email-form input::placeholder{color:#68686f}.auth-email-form input:focus{border-color:#f2cf458c;background:#141416;box-shadow:0 0 0 3px #f2cf4514}.auth-email-submit{margin-top:8px;border:1px solid rgba(242,207,69,.32);background:#f2cf451a;color:var(--hero-gold)}.auth-email-submit:hover:not(:disabled),.auth-email-submit:focus-visible{background:var(--hero-gold);color:#0b0b0b;transform:translateY(-1px)}.auth-error{margin-top:3px;border:1px solid rgba(255,90,90,.24);border-radius:8px;background:#640a0a59;color:#faa;padding:9px 10px;font-size:.75rem;line-height:1.4}.auth-mode-switch{margin-top:18px;color:#85858c;text-align:center;font-size:.74rem}.auth-mode-switch button{border:0;background:transparent;color:#fff;margin-left:7px;padding:4px;cursor:pointer;font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:3px}.auth-mode-switch button:disabled{opacity:.45;cursor:wait}.auth-continuity-modal{width:min(100%,660px);max-width:660px}.auth-continuity-lock{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(103,207,149,.18);border-radius:999px;background:#67cf950f;color:#9fd9b8;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.6rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.auth-continuity-lock i{width:6px;height:6px;border-radius:50%;background:#67cf95;box-shadow:0 0 0 4px #67cf9514}.auth-continuity-state{display:flex;min-height:510px;align-items:center;flex-direction:column;justify-content:center;padding:clamp(40px,7vw,72px);text-align:center}.auth-continuity-emblem{position:relative;width:108px;height:108px;display:grid;place-items:center;margin-bottom:30px}.auth-continuity-emblem:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:50%;background:radial-gradient(circle,rgba(242,207,69,.13),rgba(242,207,69,.025) 64%,transparent 65%)}.auth-continuity-emblem svg{position:relative;width:49px;overflow:visible;fill:#f2cf450f;stroke:var(--hero-gold);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25}.auth-continuity-emblem .auth-continuity-check{fill:none;stroke-width:3.4}.auth-continuity-orbit{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(242,207,69,.12);border-top-color:#f2cf45cc;border-radius:50%}.auth-continuity-orbit:after{content:"";position:absolute;top:7px;right:17px;width:5px;height:5px;border-radius:50%;background:var(--hero-gold);box-shadow:0 0 13px #f2cf45a6}.auth-continuity-modal.has-error .auth-continuity-orbit{border-color:#ffae6738;border-top-color:#ffae6738}.auth-continuity-modal.has-error .auth-continuity-orbit:after{display:none}.auth-continuity-state>.auth-context-kicker{justify-content:center}.auth-continuity-state h2{max-width:510px;margin:18px 0 14px;color:var(--hero-ivory);font-size:clamp(2.35rem,6vw,4.25rem);line-height:.96;letter-spacing:-.065em}.auth-continuity-state>p{max-width:510px;margin:0;color:#aaaab0;font-size:.9rem;line-height:1.65}.auth-continuity-status{width:min(100%,480px);display:flex;align-items:center;gap:13px;margin-top:28px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#ffffff06;padding:13px 15px;text-align:left}.auth-continuity-status>span{width:22px;height:22px;flex:0 0 22px;border:2px solid rgba(242,207,69,.22);border-top-color:var(--hero-gold);border-radius:50%;color:#ffbd86;display:grid;place-items:center;font-size:.7rem;font-weight:900}.auth-continuity-status>div{display:grid;gap:3px}.auth-continuity-status strong{color:#e8e8e9;font-size:.74rem}.auth-continuity-status small{color:#929298;font-size:.68rem;line-height:1.45}.auth-continuity-status.has-error{border-color:#ff985d30;background:#692a0a29}.auth-continuity-status.has-error>span{border-color:#ffae6761}.auth-continuity-error-actions{width:min(100%,480px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:14px}.auth-continuity-retry{width:100%;min-height:50px;margin:0;border:1px solid rgba(242,207,69,.35);border-radius:10px;background:var(--hero-gold);color:#0b0b0b;cursor:pointer;font:inherit;font-size:.76rem;font-weight:900;transition:transform .28s var(--motion-out),background-color .2s ease,opacity .2s ease}.auth-continuity-retry:hover:not(:disabled),.auth-continuity-retry:focus-visible{background:#ffe56a;transform:translateY(-1px)}.auth-continuity-retry:disabled{opacity:.45;cursor:not-allowed}.auth-continuity-cancel{min-height:50px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff09;color:#c6c6cb;padding:0 18px;cursor:pointer;font:inherit;font-size:.72rem;font-weight:800}.auth-continuity-cancel:hover:not(:disabled),.auth-continuity-cancel:focus-visible{border-color:#ffffff47;background:#ffffff14;color:#fff}.auth-continuity-cancel:disabled{opacity:.45;cursor:not-allowed}.auth-continuity-footnote{margin-top:12px;color:#77777e;font-size:.64rem}@media(prefers-reduced-motion:no-preference){.auth-modal{animation:authModalIn .48s var(--motion-out) backwards}.auth-modal-context>*,.auth-modal-actions>*{animation:boardItemIn .48s var(--motion-out) backwards}.auth-modal-context>*:nth-child(2){animation-delay:.06s}.auth-modal-context>*:nth-child(3){animation-delay:.1s}.auth-modal-context>*:nth-child(4){animation-delay:.14s}.auth-modal-context>*:nth-child(5){animation-delay:.18s}.auth-modal-actions>*{animation-delay:.12s}.auth-continuity-modal.is-moving .auth-continuity-orbit{animation:authContinuityOrbit 1.15s linear infinite}.auth-continuity-modal.is-moving .auth-continuity-emblem svg{animation:authContinuityShield 1.8s ease-in-out infinite}}@keyframes authModalIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes authContinuityOrbit{to{transform:rotate(360deg)}}@keyframes authContinuityShield{0%,to{transform:scale(1)}50%{transform:scale(1.055)}}@media(max-width:720px){.auth-modal-overlay{align-items:flex-end;padding:10px}.auth-modal{max-height:calc(100dvh - 20px);border-radius:22px 22px 14px 14px}.auth-modal-topbar{min-height:58px;padding:8px 12px 8px 18px}.auth-modal-layout{grid-template-columns:minmax(0,1fr)}.auth-modal-context{border-right:0;border-bottom:1px solid rgba(255,255,255,.09);padding:28px}.auth-modal-context h2{margin:17px 0 12px;font-size:clamp(2.25rem,10vw,3.25rem)}.auth-modal-context>p{font-size:.84rem;line-height:1.55}.auth-brief-preview{margin-top:19px}.auth-guest-safety-note{margin-top:18px}.auth-value-list{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;gap:10px;margin-top:20px}.auth-value-list li{align-items:flex-start;flex-direction:column;gap:5px;font-size:.68rem;line-height:1.35}.auth-modal-actions{padding:26px 28px 30px}.auth-continuity-modal{border-radius:22px 22px 14px 14px}.auth-continuity-state{min-height:0;padding:44px 24px 38px}.auth-continuity-emblem{width:90px;height:90px;margin-bottom:24px}.auth-continuity-emblem svg{width:43px}.auth-continuity-state h2{font-size:clamp(2.35rem,12vw,3.35rem)}.auth-continuity-error-actions{grid-template-columns:minmax(0,1fr)}}@media(max-width:480px){.auth-modal-context,.auth-modal-actions{padding-right:20px;padding-left:20px}.auth-modal-context:after{font-size:9rem}.auth-action-heading{align-items:flex-start;flex-direction:column;gap:5px}.auth-continuity-lock{padding:6px 8px;font-size:.54rem}.auth-continuity-state>p{font-size:.82rem}.auth-continuity-status{align-items:flex-start}}@media(prefers-reduced-motion:reduce){.auth-continuity-orbit,.auth-continuity-emblem svg,.auth-continuity-retry,.auth-continuity-cancel{animation:none;transition:none}}.paywall-container{text-align:center;padding:20px}.paywall-icon{font-size:5rem;margin-bottom:24px;filter:drop-shadow(0 0 20px var(--accent-gold))}.price-tag{font-size:4rem;font-weight:950;color:var(--accent-gold);margin:32px 0;letter-spacing:-.05em}.unlock-button{width:100%;padding:24px;border-radius:20px;background:#fff;color:#000;font-weight:900;border:none;cursor:pointer;font-size:1.1rem;transition:transform .2s,background .2s}.unlock-button:hover{background:var(--accent-gold);transform:scale(1.02)}.unlock-button:disabled{opacity:.6;cursor:wait;transform:none}.success-badge{background:#ffd7001a;color:var(--accent-gold);border:1px solid rgba(255,215,0,.3);padding:16px;border-radius:14px;text-align:center;font-weight:800;margin-bottom:24px;font-size:.85rem;letter-spacing:.08em}.empty-vault{display:grid;justify-items:center;gap:18px;padding:100px;text-align:center;color:var(--text-secondary);font-size:1.25rem;font-weight:500;border:1px dashed var(--border-color);border-radius:32px;width:100%;max-width:600px}.empty-vault p{margin:0}.global-view-error{position:fixed;top:calc(var(--nav-height) + 16px);left:50%;z-index:120;width:min(560px,calc(100vw - 32px));transform:translate(-50%);padding:12px 16px;border:1px solid rgba(255,68,68,.35);border-radius:12px;background:#320a0af2;color:#ffb4b4;text-align:center}.global-view-error-retry{margin-left:10px;border:1px solid rgba(255,180,180,.4);border-radius:8px;background:transparent;color:#ffd4d4;padding:4px 12px;cursor:pointer;font:inherit;font-size:.8rem;font-weight:700}.global-view-error-retry:hover{background:#ffb4b41f}.eyebrow{display:inline-block;color:var(--accent-gold);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dream-home{position:relative;isolation:isolate;z-index:10;width:100%;height:100%;overflow-y:auto;padding:clamp(50px,7vh,92px) clamp(20px,4vw,64px) 140px;background:radial-gradient(circle at 78% 15%,rgba(242,207,69,.09),transparent 29%),radial-gradient(circle at 12% 82%,rgba(73,93,255,.05),transparent 27%),#050505}.dream-home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,transparent 0 53%,rgba(255,255,255,.035) 53% calc(53% + 1px),transparent calc(53% + 1px)),linear-gradient(180deg,rgba(255,255,255,.018),transparent 28%)}.dream-home-hero{width:min(1500px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(560px,1.1fr);align-items:center;gap:clamp(42px,6vw,100px);min-height:min(660px,calc(100dvh - var(--nav-height) - var(--app-bottom-inset) - 70px));text-align:left}.dream-home-copy{min-width:0}.hero-eyebrow{display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;color:var(--hero-ivory);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.hero-eyebrow>i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--hero-gold);box-shadow:0 0 0 5px #f2cf451a}.hero-eyebrow b{margin-left:2px;border-left:1px solid rgba(255,255,255,.2);color:#8d8d92;padding-left:11px;font:inherit}.dream-home-hero h1{max-width:760px;margin:22px 0 24px;color:var(--hero-ivory);font-size:clamp(3.25rem,4.8vw,6rem);font-weight:850;line-height:.92;letter-spacing:-.052em;text-wrap:balance}.dream-home-hero h1>span{display:block}.dream-home-hero h1 em{display:block;color:var(--hero-gold);font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-size:1.08em;font-style:italic;font-weight:500;letter-spacing:-.045em}.dream-home-copy>p{max-width:610px;margin:0;color:var(--text-secondary);font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.7}.home-prompt-shell{position:relative;max-width:660px;margin:34px 0 0;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#0d0d0ef0;box-shadow:0 30px 80px #00000057;transition:border-color .28s ease,box-shadow .4s var(--motion-out),transform .4s var(--motion-out)}.home-prompt-shell:focus-within{border-color:#f2cf454d;box-shadow:0 34px 90px #00000070,0 0 0 1px #f2cf4514}.home-prompt-shell:before{content:"";position:absolute;top:20px;bottom:20px;left:-1px;width:2px;border-radius:2px;background:var(--hero-gold)}.home-prompt-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 2px 11px}.home-prompt-heading label{color:#efefef;font-size:.74rem;font-weight:800;letter-spacing:.035em}.home-prompt-heading span{color:#96969c;font-size:.69rem}.home-input-bar{gap:10px}.home-input-bar .input-wrapper{border:0;border-radius:12px;background:var(--hero-ivory);padding:6px 6px 6px 16px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transform:none}.home-input-bar .input-wrapper:focus-within{border-color:transparent;background:#fffdf8;box-shadow:0 0 0 3px #f2cf45a6;transform:none}.home-input-bar .input-wrapper input,.home-input-bar .input-wrapper textarea{color:var(--hero-ink);padding:10px 0;font-size:.94rem}.home-input-bar .input-wrapper textarea{min-height:42px;max-height:104px;line-height:1.45}.home-input-bar .input-wrapper input::placeholder,.home-input-bar .input-wrapper textarea::placeholder{color:#6f6b63}.home-send-button{position:relative;width:auto;min-width:194px;min-height:48px;gap:9px;border-radius:9px;background:var(--hero-ink);color:#fff;padding:0 14px 0 17px;font-size:.74rem;font-weight:850;white-space:nowrap;overflow:hidden}.home-send-button:after{content:"";position:absolute;top:-60%;bottom:-60%;left:-35%;width:28%;opacity:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transform:skew(-18deg) translate(0);transition:opacity .2s ease,transform .65s var(--motion-out)}.home-send-button>*{position:relative;z-index:1}.home-send-button svg{width:18px;height:18px;transition:transform .28s var(--motion-out)}.home-send-button b{font-size:1.2rem;line-height:1}.home-send-short{display:none}.home-send-button:hover:not(:disabled),.home-send-button:focus-visible{background:#171717;color:var(--hero-gold);transform:translateY(-1px)}.home-send-button:hover:not(:disabled):after,.home-send-button:focus-visible:after{opacity:1;transform:skew(-18deg) translate(520%)}.home-send-button:hover:not(:disabled) svg,.home-send-button:focus-visible svg{transform:translate(2px,-2px)}.home-send-button:active:not(:disabled){transform:translateY(0) scale(.985)}.home-send-button.cancel-button{background:#6f1d1d;color:#fff}.home-starters{padding:14px 2px 2px}.home-starters>span{display:block;color:#929298;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.home-prompt-shell .suggestions-group{justify-content:flex-start;gap:7px;margin-top:9px;animation:none}.home-prompt-shell .suggestion-chip{min-height:40px;display:inline-flex;align-items:center;gap:6px;border-color:#ffffff1f;border-radius:8px;background:#ffffff06;color:#b9b9bd;padding:7px 11px;font-size:.72rem;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .3s var(--motion-out)}.home-prompt-shell .suggestion-chip:hover,.home-prompt-shell .suggestion-chip:focus-visible{border-color:#f2cf4573;background:#f2cf4514;color:#fff;transform:translateY(-2px)}.home-prompt-shell .suggestion-chip:active{transform:scale(.98)}.surprise-chip{color:var(--hero-gold)!important}.surprise-chip svg{width:13px;height:13px}.home-guide-button{width:100%;min-height:52px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-top:12px;border:0;border-top:1px solid rgba(255,255,255,.09);background:transparent;color:#fff;padding:12px 2px 0;cursor:pointer;text-align:left}.home-guide-index{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(242,207,69,.35);border-radius:50%;color:var(--hero-gold);font-size:1.05rem;transition:transform .38s var(--motion-out),background-color .2s ease}.home-guide-button>span:nth-child(2){display:flex;flex-direction:column;gap:2px}.home-guide-button strong{font-size:.75rem}.home-guide-button small{color:#96969c;font-size:.69rem}.home-guide-button>b{color:#929298;font-size:.9rem;transition:transform .28s var(--motion-out),color .2s ease}.home-guide-button:hover>b,.home-guide-button:focus-visible>b{color:var(--hero-gold);transform:translate(2px,-2px)}.home-guide-button[aria-expanded=true] .home-guide-index{background:#f2cf451a;transform:rotate(45deg)}.hero-proof-list{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:20px 0 0;padding:0;list-style:none;color:#848489;font-size:.68rem;font-weight:650}.hero-proof-list li{display:flex;align-items:center;gap:7px}.hero-proof-list i{width:4px;height:4px;border-radius:50%;background:var(--hero-gold)}.home-category-story{width:min(1500px,100%);display:grid;gap:0;margin:clamp(96px,13vw,190px) auto 0}.home-category-section{content-visibility:auto;contain-intrinsic-block-size:auto 680px;border-top:1px solid rgba(255,255,255,.1);padding:clamp(72px,8vw,118px) 0}.home-section-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);column-gap:clamp(42px,8vw,140px);align-items:end}.home-section-heading>.eyebrow{grid-column:1 / -1;margin-bottom:22px}.home-section-heading h2{max-width:890px;margin:0;color:var(--hero-ivory);font-size:clamp(2.7rem,4.7vw,5.8rem);font-weight:830;line-height:.96;letter-spacing:-.052em;text-wrap:balance}.home-section-heading h2 em{display:block;margin-top:5px;color:var(--hero-gold);font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-weight:500}.home-section-heading>p{max-width:560px;margin:0 0 7px;color:#98989e;font-size:clamp(.92rem,1.25vw,1.08rem);line-height:1.75}.home-section-heading-compact{grid-template-columns:minmax(0,1fr) minmax(260px,.52fr)}.home-section-heading-compact h2{max-width:830px;font-size:clamp(2.4rem,4vw,4.8rem)}.home-product-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:clamp(54px,6vw,90px) 0 0;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#ffffff1a;padding:0;overflow:hidden;list-style:none}.home-product-steps li{position:relative;min-height:330px;display:flex;flex-direction:column;background:radial-gradient(circle at 90% 5%,rgba(242,207,69,.07),transparent 38%),#09090a;padding:clamp(28px,3.3vw,50px);transition:background-color .25s ease}.home-product-steps li:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--hero-gold);transform:scaleX(0);transform-origin:left;transition:transform .45s var(--motion-out)}.home-product-steps li:hover:after{transform:scaleX(1)}.home-step-index{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#68686e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.home-step-index span{color:var(--hero-gold);font-size:.72rem;font-weight:850}.home-step-index small{font-size:.66rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.home-product-steps h3{max-width:360px;margin:auto 0 18px;color:#f4f1ea;font-size:clamp(1.45rem,2.2vw,2.2rem);line-height:1.08;letter-spacing:-.035em}.home-product-steps p{max-width:390px;margin:0;color:#8d8d94;font-size:.86rem;line-height:1.7}.home-flow-library-proof{display:grid}.home-flow-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:clamp(48px,5vw,74px)}.home-flow-proof-grid article{min-width:0;min-height:255px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:radial-gradient(circle at 90% 0%,rgba(242,207,69,.09),transparent 38%),#09090b;padding:clamp(24px,3vw,36px)}.home-flow-proof-grid article>span{color:var(--hero-gold);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.64rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.home-flow-proof-grid h3{max-width:340px;margin:19px 0 38px;font-size:clamp(1.35rem,2vw,1.95rem);line-height:1.08;letter-spacing:-.035em}.home-flow-proof-grid ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:auto 0 0;padding:0;list-style:none}.home-flow-proof-grid li{position:relative;min-width:0;display:grid;gap:9px}.home-flow-proof-grid li:not(:last-child):after{content:"";position:absolute;top:12px;right:-5px;left:25px;height:1px;background:linear-gradient(90deg,var(--hero-gold),rgba(255,255,255,.1))}.home-flow-proof-grid i{position:relative;z-index:1;width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(242,207,69,.35);border-radius:8px;background:#101012;color:var(--hero-gold);font-size:.58rem;font-style:normal;font-weight:900}.home-flow-proof-grid small{overflow:hidden;color:#9a9aa2;font-size:.61rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.home-flow-library-link{min-height:50px;width:fit-content;display:inline-flex;align-items:center;gap:10px;margin:28px auto 0;border:1px solid rgba(242,207,69,.45);border-radius:999px;background:#f2cf4514;color:var(--hero-gold);padding:0 20px;cursor:pointer;font:inherit;font-size:.77rem;font-weight:850;transition:background .18s ease,transform .22s var(--motion-out)}.home-flow-library-link:hover,.home-flow-library-link:focus-visible{background:#f2cf4524;transform:translateY(-2px)}.home-faq-section{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(520px,1fr);gap:clamp(54px,8vw,140px);align-items:start}.home-faq-section .home-section-heading{position:sticky;top:calc(var(--nav-height) + 36px);display:block}.home-faq-section .home-section-heading>.eyebrow{display:inline-block;margin-bottom:22px}.home-faq-section .home-section-heading h2{font-size:clamp(2.35rem,3.9vw,4.7rem)}.home-faq-list{border-top:1px solid rgba(255,255,255,.13)}.home-faq-list details{border-bottom:1px solid rgba(255,255,255,.13)}.home-faq-list summary{min-height:82px;display:grid;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:13px;color:#e8e6df;cursor:pointer;font-size:clamp(.96rem,1.25vw,1.12rem);font-weight:750;list-style:none}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-list summary>span{color:#66666c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.66rem}.home-faq-list summary>i{position:relative;width:18px;height:18px}.home-faq-list summary>i:before,.home-faq-list summary>i:after{content:"";position:absolute;top:8px;left:3px;width:12px;height:1px;background:var(--hero-gold);transition:transform .28s var(--motion-out)}.home-faq-list summary>i:after{transform:rotate(90deg)}.home-faq-list details[open] summary>i:after{transform:rotate(0)}.home-faq-list details>p{max-width:690px;margin:-3px 34px 26px 47px;color:#94949a;font-size:.88rem;line-height:1.75}.home-final-cta{display:grid;justify-items:center;border-bottom:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 50% 60%,rgba(242,207,69,.1),transparent 36%);text-align:center}.home-final-cta h2{max-width:920px;margin:21px 0 17px;color:var(--hero-ivory);font-size:clamp(3rem,6.5vw,7.5rem);font-weight:850;line-height:.92;letter-spacing:-.06em;text-wrap:balance}.home-final-cta>p{max-width:650px;margin:0;color:#98989e;font-size:clamp(.95rem,1.3vw,1.08rem);line-height:1.7}.home-final-cta>button{min-height:54px;display:inline-flex;align-items:center;gap:10px;margin-top:32px;border:1px solid var(--hero-gold);border-radius:10px;background:var(--hero-gold);color:#090909;padding:0 22px;cursor:pointer;font:inherit;font-size:.8rem;font-weight:850;transition:background-color .2s ease,color .2s ease,transform .3s var(--motion-out)}.home-final-cta>button span{font-size:1rem;transition:transform .25s var(--motion-out)}.home-final-cta>button:hover,.home-final-cta>button:focus-visible{background:transparent;color:var(--hero-gold);transform:translateY(-2px)}.home-final-cta>button:hover span,.home-final-cta>button:focus-visible span{transform:translate(2px,-2px)}.hero-direction-demo{--demo-tilt-x: 0deg;--demo-tilt-y: 0deg;--demo-shift-x: 0px;--demo-shift-y: 0px;--demo-spot-x: 50%;--demo-spot-y: 30%;position:relative;min-width:0;width:100%;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:radial-gradient(circle at 76% 8%,rgba(242,207,69,.055),transparent 27%),linear-gradient(145deg,#121214fa,#080809fa 62%);padding:clamp(16px,2vw,24px);box-shadow:inset 0 1px #ffffff0e,inset 0 0 60px #ffffff03,0 50px 120px #00000080,18px 18px #ffffff05}.hero-direction-demo:before{content:"";position:absolute;top:0;right:18%;left:18%;height:1px;background:linear-gradient(90deg,transparent,var(--hero-gold),transparent);z-index:3}.hero-direction-demo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:0;background:radial-gradient(circle at var(--demo-spot-x) var(--demo-spot-y),rgba(242,207,69,.105),transparent 31%);transition:opacity .28s ease}.hero-direction-demo.is-pointer-active:after{opacity:1}.hero-direction-demo.is-analyzing{border-color:#f2cf454d;box-shadow:inset 0 1px #fff1,inset 0 0 70px #f2cf4506,0 50px 120px #00000080,18px 18px #f2cf4506}.hero-direction-demo>*{position:relative;z-index:1}.direction-demo-stage{transform:perspective(1100px) rotateX(var(--demo-tilt-y)) rotateY(var(--demo-tilt-x)) translate3d(var(--demo-shift-x),var(--demo-shift-y),0);transform-style:preserve-3d;transition:transform .55s var(--motion-out)}.hero-direction-demo.is-pointer-active .direction-demo-stage{will-change:transform;transition-duration:.12s}@keyframes heroBoardIn{0%{opacity:0;transform:translateY(22px) rotate(.6deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes heroCopyIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroAccentIn{0%{opacity:0;clip-path:inset(100% 0 0 0);transform:translateY(14px)}to{opacity:1;clip-path:inset(0 0 0 0);transform:translateY(0)}}@keyframes heroPromptIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes boardItemIn{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes drawDirectionY{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes drawDirectionX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes directionConceptIn{0%{opacity:0;transform:translateY(18px) scale(.965)}to{opacity:1;transform:var(--concept-rest)}}@keyframes directionCaptionIn{0%{opacity:0;letter-spacing:.13em}to{opacity:1;letter-spacing:.075em}}@keyframes directionStatusBreathe{0%,to{box-shadow:0 0 0 4px #72dc9117}50%{box-shadow:0 0 0 8px #72dc9100}}@keyframes precisionDetailIn{0%{opacity:0;transform:translate(-9px)}to{opacity:1;transform:translate(0)}}@keyframes motionDetailIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes editorialDetailIn{0%{opacity:0;clip-path:inset(100% 0 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@media(prefers-reduced-motion:no-preference){.hero-eyebrow{animation:heroCopyIn .42s var(--motion-out) .04s backwards}.dream-home-hero h1>span{animation:heroCopyIn .68s var(--motion-out) .1s backwards}.dream-home-hero h1 em{animation:heroAccentIn .65s var(--motion-soft) .22s backwards}.dream-home-copy>p{animation:heroCopyIn .56s var(--motion-out) .26s backwards}.home-prompt-shell{animation:heroPromptIn .64s var(--motion-out) .4s backwards}.home-prompt-shell:before{transform-origin:top;animation:drawDirectionY .4s var(--motion-soft) .66s backwards}.hero-proof-list{animation:heroCopyIn .5s var(--motion-out) .5s backwards}.hero-direction-demo{animation:heroBoardIn .76s var(--motion-out) .18s backwards}.hero-direction-demo:before{transform-origin:center;animation:drawDirectionX .55s var(--motion-soft) .3s backwards}.direction-demo-toolbar{animation:boardItemIn .42s var(--motion-out) .42s backwards}.direction-demo-brief{animation:boardItemIn .48s var(--motion-out) .5s backwards}.direction-branch:before{transform-origin:top;animation:drawDirectionY .18s ease-out .72s backwards}.direction-branch:after{transform-origin:center;animation:drawDirectionX .3s var(--motion-soft) .84s backwards}.direction-branch i{transform-origin:top;animation:drawDirectionY .18s ease-out 1.04s backwards}.direction-concept:nth-child(1){animation:directionConceptIn .56s var(--motion-out) 1.05s backwards}.direction-concept:nth-child(2){animation:directionConceptIn .56s var(--motion-out) 1.12s backwards}.direction-concept:nth-child(3){animation:directionConceptIn .56s var(--motion-out) 1.19s backwards}.mini-class-row{animation:precisionDetailIn .42s var(--motion-out) 1.42s backwards}.mini-motion-card{animation:motionDetailIn .46s var(--motion-out) 1.49s backwards}.mini-editorial-image{animation:editorialDetailIn .48s var(--motion-soft) 1.56s backwards}.hero-direction-demo figcaption{animation:directionCaptionIn .4s ease-out 1.4s backwards}.direction-demo-status i{animation:directionStatusBreathe 1.8s ease-in-out 1.65s 2}}.direction-demo-toolbar,.direction-demo-brief,.hero-direction-demo figcaption,.direction-concept header,.mini-site-nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.direction-demo-toolbar{color:#919198;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.direction-demo-status{display:flex;align-items:center;gap:8px;color:#d7d7da}.direction-demo-status i{width:7px;height:7px;border-radius:50%;background:#72dc91;box-shadow:0 0 0 4px #72dc9117}.hero-direction-demo.is-analyzing .direction-demo-status i{background:var(--hero-gold);box-shadow:0 0 0 4px #f2cf451a}.direction-demo-brief{align-items:flex-start;margin-top:18px;border:1px solid rgba(255,255,255,.1);background:#111113;padding:13px 15px}.direction-demo-brief>span{flex:0 0 auto;color:var(--hero-gold);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.67rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.direction-demo-brief p{max-width:390px;margin:0;color:#c9c9cd;font-size:.76rem;line-height:1.45;text-align:right}.hero-direction-demo.is-analyzing .direction-demo-brief p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.direction-branch{position:relative;height:43px;margin:0 4%}.direction-branch:before{content:"";position:absolute;top:0;left:50%;height:16px;border-left:1px solid rgba(242,207,69,.5)}.direction-branch:after{content:"";position:absolute;top:16px;right:16.66%;left:16.66%;border-top:1px solid rgba(242,207,69,.5)}.direction-branch i{position:absolute;top:16px;bottom:0;border-left:1px solid rgba(242,207,69,.5)}.direction-branch i:nth-child(1){left:16.66%}.direction-branch i:nth-child(2){left:50%}.direction-branch i:nth-child(3){left:83.33%}.direction-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px;perspective:900px}.direction-concept{--concept-rest: perspective(900px) translateY(0) rotateY(0deg);position:relative;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#121214;padding:8px;box-shadow:0 12px 26px #00000038;transform:var(--concept-rest);transform-style:preserve-3d;transition:border-color .24s ease,box-shadow .42s var(--motion-out),opacity .24s ease,transform .42s var(--motion-out)}.direction-concept:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffff12}.direction-concept:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;border-radius:inherit;background:linear-gradient(180deg,transparent 0%,rgba(242,207,69,.04) 46%,rgba(242,207,69,.28) 50%,rgba(242,207,69,.04) 54%,transparent 100%);opacity:0;pointer-events:none;transform:translateY(-105%)}.hero-direction-demo.is-analyzing .direction-concept{border-color:#f2cf452e}@media(prefers-reduced-motion:no-preference){.hero-direction-demo.is-analyzing .direction-demo-status i{animation:analyzingStatusPulse 1.4s ease-in-out infinite}.hero-direction-demo.is-analyzing .direction-concept:after{opacity:1;animation:directionSurfaceScan 2.25s ease-in-out infinite}.hero-direction-demo.is-analyzing .direction-concept:nth-child(2):after{animation-delay:.18s}.hero-direction-demo.is-analyzing .direction-concept:nth-child(3):after{animation-delay:.36s}}@keyframes analyzingStatusPulse{50%{box-shadow:0 0 0 9px #f2cf4500}}@keyframes directionSurfaceScan{62%,to{transform:translateY(105%)}}.direction-concept:nth-child(1){--concept-rest: perspective(900px) rotateY(2deg)}.direction-concept:nth-child(2){--concept-rest: perspective(900px) translateY(-7px) translateZ(10px) scale(1.01)}.direction-concept:nth-child(3){--concept-rest: perspective(900px) rotateY(-2deg)}.direction-concept header{padding:2px 1px 8px}.direction-concept header span{color:var(--hero-gold);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.64rem;font-weight:900}.direction-concept header strong{overflow:hidden;color:#aaaab0;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.mini-site{position:relative;aspect-ratio:.72;overflow:hidden;border-radius:5px;color:#111;font-family:Arial,Helvetica,sans-serif;box-shadow:inset 0 0 0 1px #0000001f,0 8px 18px #0003}.mini-site-nav{height:13%;padding:0 8px;font-size:clamp(.36rem,.52vw,.5rem)}.mini-site-nav b{letter-spacing:-.03em}.mini-site-precision{background:#f3f1e9}.mini-site-precision .mini-site-nav{border-bottom:1px solid rgba(0,0,0,.16)}.mini-precision-body{padding:13% 10%}.mini-precision-body>small{display:block;color:#77736b;font-size:clamp(.32rem,.46vw,.44rem);text-transform:uppercase}.mini-precision-body>strong{display:block;margin-top:9%;font-family:Georgia,Times New Roman,serif;font-size:clamp(1rem,1.75vw,1.72rem);font-weight:500;line-height:.88;letter-spacing:-.07em}.mini-cta{display:inline-block;margin-top:12%;border-bottom:1px solid #111;padding-bottom:2px;font-size:clamp(.36rem,.5vw,.48rem);font-weight:800}.mini-class-row{display:grid;grid-template-columns:40% 1fr;gap:8px;margin-top:16%;border-top:1px solid rgba(0,0,0,.18);padding-top:9px}.mini-class-row i{min-height:42px;background:linear-gradient(135deg,#b7d1c2,#566e63)}.mini-class-row>span{align-self:center;font-size:clamp(.38rem,.55vw,.52rem);font-weight:800}.mini-class-row small{color:#77736b;font-size:.42rem;font-weight:500}.mini-site-motion{background:#2337ff;color:#fff}.mini-site-motion .mini-site-nav{border-bottom:1px solid rgba(255,255,255,.32)}.mini-motion-copy{padding:15% 8% 6%}.mini-motion-copy small{font-size:clamp(.34rem,.47vw,.45rem);font-weight:800}.mini-motion-copy strong{display:block;margin-top:8%;font-size:clamp(.9rem,1.7vw,1.7rem);font-weight:950;line-height:.82;letter-spacing:-.075em}.mini-motion-card{position:absolute;right:7%;bottom:6%;left:7%;display:flex;align-items:flex-end;justify-content:space-between;min-height:30%;background:#ff5a36;color:#150806;padding:8%}.mini-motion-card span{font-size:clamp(.33rem,.48vw,.46rem);font-weight:900}.mini-motion-card b{font-size:clamp(.75rem,1.25vw,1.2rem);letter-spacing:-.06em}.mini-site-editorial{background:#ddcfb6}.mini-site-editorial .mini-site-nav{position:relative;z-index:2}.mini-editorial-image{position:relative;height:42%;margin:0 8%;overflow:hidden;background:linear-gradient(145deg,#8b5e4a,#d5a989 54%,#594238)}.mini-editorial-image:before{content:"";position:absolute;width:55%;aspect-ratio:1;right:-5%;bottom:-22%;border:clamp(8px,1.2vw,16px) solid rgba(245,226,192,.55);border-radius:50%}.mini-editorial-image span{position:absolute;top:7px;left:8px;color:#f7e8d3;font-family:Georgia,serif;font-size:clamp(.55rem,.8vw,.78rem)}.mini-editorial-copy{padding:9%}.mini-editorial-copy small{color:#6d5d4c;font-size:clamp(.32rem,.45vw,.43rem);text-transform:uppercase}.mini-editorial-copy strong{display:block;margin:6% 0 10%;font-family:Georgia,serif;font-size:clamp(.78rem,1.35vw,1.3rem);font-weight:500;line-height:.95;letter-spacing:-.045em}.mini-editorial-copy>span{font-size:clamp(.34rem,.47vw,.45rem);font-weight:800}.hero-direction-demo figcaption{justify-content:center;margin-top:21px;color:#929298;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.67rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.hero-direction-demo figcaption i{width:26px;height:1px;background:#ffffff24}.hero-direction-demo figcaption strong{color:var(--hero-gold)}.direction-scroll-cue{display:none}@media(hover:hover)and (pointer:fine){.direction-concept:hover{border-color:#f2cf4580;box-shadow:0 20px 42px #0000005c,0 0 0 1px #f2cf4514;transform:perspective(900px) translateY(-7px) translateZ(18px) scale(1.018)}.direction-concept:nth-child(2):hover{transform:perspective(900px) translateY(-12px) translateZ(22px) scale(1.025)}.direction-preview-grid:has(.direction-concept:hover) .direction-concept:not(:hover){opacity:.72;transform:var(--concept-rest) scale(.985)}}.home-guided-brief{grid-column:1 / -1;width:min(900px,100%);margin:0 auto}.home-guided-brief .guided-composer{margin-top:0}.guided-composer{width:min(860px,100%);margin:28px auto 0;padding:24px;border:1px solid rgba(255,215,0,.2);border-radius:22px;background:#0e0e10eb;box-shadow:0 24px 80px #00000073;text-align:left;animation:fadeIn .25s ease-out}.guided-composer-header,.guided-composer-footer,.section-heading-row,.projects-header,.project-card-heading,.studio-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.guided-composer-header h2,.section-heading-row h2,.studio-sidebar-header h2{margin:5px 0 0;letter-spacing:-.035em}.quiet-icon-button{flex:0 0 auto;width:44px;height:44px;border:1px solid var(--border-color);border-radius:50%;background:transparent;color:#fff;cursor:pointer;font-size:1.55rem;line-height:1}.guided-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.guided-fields label,.guided-requirements{display:flex;flex-direction:column;gap:8px;color:#d4d4d8;font-size:.8rem;font-weight:700}.guided-fields input,.guided-fields select,.guided-requirements textarea,.project-rename-form input{width:100%;border:1px solid var(--border-color);border-radius:11px;background:#080808;color:#fff;padding:12px 13px;font:inherit}.guided-fields select option{background:#080808}.guided-requirements{margin-top:16px}.guided-requirements textarea{resize:vertical;min-height:84px}.guided-composer-footer{margin-top:20px}.check-field{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:.82rem}.check-field input{width:18px;height:18px;accent-color:var(--accent-gold)}.primary-pill-button,.projects-empty button,.recent-dream-card>button{border:0;border-radius:999px;background:var(--accent-gold);color:#050505;padding:12px 18px;cursor:pointer;font-weight:800}.text-button{border:0;background:transparent;color:#fff;cursor:pointer;font-weight:700;text-decoration:underline;text-underline-offset:4px}.recent-dreams{width:min(1200px,100%);margin:100px auto 0}.section-heading-row{margin-bottom:22px;text-align:left}.section-heading-row h2{font-size:clamp(2rem,4vw,3rem)}.recent-dreams-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.recent-dreams-grid.is-single{grid-template-columns:minmax(0,780px)}.recent-dreams-grid.is-single .recent-dream-card{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(180px,1fr) auto;align-items:center}.recent-dreams-grid.is-single .recent-dream-preview{height:180px}.recent-dreams-grid.is-single .recent-dream-meta{padding:18px}.recent-dreams-grid.is-single .recent-dream-card>button{margin:0 18px 0 0;white-space:nowrap}.recent-dream-card{overflow:hidden;border:1px solid var(--border-color);border-radius:18px;background:#0c0c0d;text-align:left}.recent-dream-preview{height:160px;display:grid;place-items:center;overflow:hidden;background:#161616;color:#777;padding:12px;font-size:.75rem;text-align:center}.recent-dream-preview iframe{width:100%;height:100%;border:0;background:#fff;pointer-events:none}.recent-dream-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 14px 8px}.recent-dream-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem}.recent-dream-meta span{flex:0 0 auto;color:#777;font-size:.67rem}.recent-dream-card>button{margin:4px 14px 14px;padding:8px 12px;font-size:.72rem}.projects-view{position:relative;z-index:10;width:100%;height:100%;overflow-y:auto;padding:54px clamp(20px,5vw,72px) 140px}.projects-header{max-width:1500px;margin:0 auto 34px}.projects-header h1,.projects-signed-out h1{margin:8px 0 10px;font-size:clamp(3rem,7vw,5.4rem);line-height:.95;letter-spacing:-.06em}.projects-header p,.projects-signed-out p{max-width:640px;margin:0;color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.projects-signed-out{display:grid;place-content:center;text-align:center}.projects-signed-out p{margin:0 auto 24px}.projects-signed-out .primary-pill-button{justify-self:center}.projects-filter{display:flex;justify-content:flex-end;max-width:1500px;margin:0 auto 26px;padding-bottom:14px;border-bottom:1px solid var(--border-color)}.projects-filter label{display:flex;align-items:center;gap:10px;color:#85858e;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.projects-filter select{min-height:44px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:#0d0d0f;color:#f0f0f2;padding:8px 34px 8px 11px;font:inherit;font-size:.75rem;font-weight:760;letter-spacing:0;text-transform:none}.global-inline-error{max-width:1500px;margin:0 auto 22px;padding:12px 16px;border:1px solid rgba(255,80,80,.35);border-radius:12px;background:#500a0a80;color:#ffb4b4}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:22px;max-width:1500px;margin:0 auto}.project-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--border-color);border-radius:20px;background:#0b0b0c;transition:transform .2s,border-color .2s}.project-card:hover{transform:translateY(-3px);border-color:#ffffff40}.project-card[aria-busy=true]{opacity:.7}.project-card-preview{height:230px;overflow:hidden;background:#18181b}.project-card-preview iframe{width:100%;height:100%;border:0;background:#fff;pointer-events:none}.project-preview-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:radial-gradient(circle at top,#2a2510,#111 55%);color:var(--accent-gold)}.project-preview-placeholder small{color:#888}.project-card-directions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:6px;background:#0c0c0e;border-bottom:1px solid var(--border-color)}.project-card-directions[data-count="1"]{grid-template-columns:1fr}.project-card-directions[data-count="2"]{grid-template-columns:repeat(2,1fr)}.project-direction-thumb{display:flex;flex-direction:column;gap:5px;padding:0 0 6px;border:1px solid transparent;border-radius:10px;overflow:hidden;background:transparent;cursor:pointer;font:inherit}.project-direction-thumb:hover:not(:disabled),.project-direction-thumb:focus-visible{border-color:#ffffff59;background:#ffffff0a}.project-direction-thumb:disabled{cursor:default;opacity:.6}.project-direction-viewport{position:relative;display:block;height:110px;overflow:hidden;border-radius:8px;background:#fff}.project-direction-viewport iframe{width:400%;height:400%;border:0;background:#fff;pointer-events:none;transform:scale(.25);transform-origin:top left}.project-direction-viewport-loading{display:flex;align-items:center;justify-content:center;height:100%;background:#f4f4f5;color:#6a6a72;font-size:.7rem;font-weight:700}.project-direction-tile{display:flex;align-items:center;justify-content:center;height:110px;padding:0 10px;border-radius:8px;background:radial-gradient(circle at top,#232012,#101012 60%);color:var(--accent-gold);font-size:.72rem;font-weight:700;text-align:center}.project-direction-tile.pending{color:var(--text-secondary)}.project-direction-thumb small{overflow:hidden;max-width:100%;padding:0 8px;color:var(--text-secondary);font-size:.66rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.project-card-body{flex:1;padding:20px}.project-card-heading{align-items:flex-start}.project-card-heading h2{margin:0 0 5px;font-size:1.2rem;letter-spacing:-.025em}.project-card-heading span{color:#8a8a93;font-size:.72rem}.project-card-body>p{display:-webkit-box;overflow:hidden;margin:18px 0;color:var(--text-secondary);font-size:.84rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-card-stats{display:flex;gap:8px;flex-wrap:wrap}.project-card-stats span{padding:5px 8px;border-radius:7px;background:#ffffff0d;color:#999;font-size:.68rem}.project-card-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:14px 20px 20px;border-top:1px solid var(--border-color)}.project-card-actions button{min-height:44px;border:1px solid var(--border-color);border-radius:9px;background:transparent;color:#ccc;padding:8px 11px;cursor:pointer;font-weight:700;font-size:.72rem}.project-card-actions .project-open-button{flex:1 1 170px;border-color:#fff;background:#fff;color:#000}.project-card-actions .danger-text-button{color:#ff9c9c;border-color:#ff646440}.project-actions-menu{flex:0 0 auto;margin-left:auto}.project-actions-menu>summary{min-width:82px;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border-color);border-radius:9px;color:#c9c9cf;padding:8px 11px;cursor:pointer;font-size:.72rem;font-weight:750;list-style:none}.project-actions-menu>summary::-webkit-details-marker{display:none}.project-actions-menu[open]{flex:1 0 100%}.project-actions-menu[open]>summary{width:fit-content;margin-left:auto;background:#ffffff0f}.project-actions-menu>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:8px;padding-top:10px;border-top:1px solid rgba(255,255,255,.07)}.project-actions-menu>div button{width:100%;text-align:left}.project-card-actions button:disabled,.project-card-heading button:disabled{opacity:.4;cursor:not-allowed}.project-rename-form>label{display:block;margin-bottom:7px;color:#aaa;font-size:.72rem}.project-rename-form>div{display:flex;gap:6px}.project-rename-form button{border:1px solid var(--border-color);border-radius:8px;background:#fff;color:#000;padding:0 10px;cursor:pointer}.project-rename-form button:last-child{background:transparent;color:#fff}.projects-hidden-note{margin:0 0 14px;font-size:.78rem;color:#ffffff80}.projects-empty{max-width:700px;margin:90px auto;padding:54px;border:1px dashed #333;border-radius:24px;text-align:center}.projects-empty h2{margin:0 0 10px;font-size:2rem}.projects-empty p{margin:0 0 22px;color:var(--text-secondary)}.session-group.active-session{flex-direction:column;align-items:stretch;max-width:1800px;margin:0 auto}.session-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.session-heading h1{max-width:900px;overflow:hidden;margin:5px 0 0;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.7rem,3vw,2.8rem);letter-spacing:-.045em}.save-status{display:inline-flex;align-items:center;gap:7px;color:#8f8f95;font-size:.7rem;font-weight:700;white-space:nowrap}.save-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#4ade80}.save-status.saving:before{background:var(--accent-gold);animation:progressPulse 1.4s infinite}.save-status.error{color:#ff9a9a}.save-status.error:before{background:#ff5c5c}.generation-journey{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:18px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(110deg,#ffffff0a,#ffffff05);padding:14px 18px;box-shadow:inset 0 1px #ffffff09}.generation-journey.is-building{border-color:#f2cf4533;background:linear-gradient(110deg,#f2cf4511,#ffffff05 46%)}.generation-journey.has-issues{border-color:#ff646438}.generation-journey-copy{min-width:210px}.generation-journey-copy .eyebrow{color:#85858c;font-size:.6rem}.generation-journey-copy>strong{display:block;margin-top:5px;color:#e8e8ea;font-size:.82rem}.generation-journey ol{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));width:min(620px,58%);margin:0;padding:0;list-style:none}.generation-journey li{position:relative;display:flex;align-items:center;gap:9px;min-width:0;color:#85858d}.generation-journey li:not(:last-child):after{content:"";position:absolute;top:50%;right:9px;left:48px;height:1px;background:#ffffff1c;transform:translateY(-50%)}.generation-journey li>span{position:relative;z-index:1;display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#101012;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.58rem;font-weight:850}.generation-journey li>div{position:relative;z-index:1;min-width:68px;background:#0d0d0f;padding-right:10px}.generation-journey li small,.generation-journey li strong{display:block;white-space:nowrap}.generation-journey li small{margin-bottom:2px;color:#6f6f75;font-size:.56rem;letter-spacing:.06em;text-transform:uppercase}.generation-journey li strong{color:#a2a2a7;font-size:.66rem}.generation-journey li.is-complete>span{border-color:#72dc9147;color:#9ce9b2}.generation-journey li.is-complete>span:after{content:"";position:absolute;right:2px;bottom:2px;width:5px;height:5px;border-radius:50%;background:#72dc91;box-shadow:0 0 0 2px #101012}.generation-journey li.is-current>span{border-color:#f2cf4580;color:var(--hero-gold);box-shadow:0 0 0 5px #f2cf450f}.generation-journey li.is-current strong{color:var(--hero-gold)}.generation-journey li.has-issues>span,.generation-journey li.has-issues strong{border-color:#ff6e6e6b;color:#ff9f9f}.stage-container.mode-split.mode-decision{padding-bottom:40px}.session-heading-actions{display:flex;align-items:center;gap:12px}.new-dream-inline{min-height:38px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff09;color:#b8b8bf;padding:7px 12px;cursor:pointer;font:inherit;font-size:.68rem;font-weight:760}.new-dream-inline svg{width:14px;height:14px}.direction-decision-workspace{--decision-surface: #0c0c0e;min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding:6px 4px 164px;scrollbar-color:rgba(255,255,255,.16) transparent;scrollbar-width:thin}.direction-decision-header{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:end;gap:clamp(28px,5vw,88px);padding:clamp(24px,4vw,58px) clamp(4px,1.5vw,24px) 32px}.direction-decision-header .eyebrow,.direction-decision-plan .eyebrow{color:#bca743;font-size:.58rem;letter-spacing:.14em}.direction-decision-header h2{max-width:820px;margin:10px 0 14px;color:#f5f3ed;font-size:clamp(2rem,4vw,4.15rem);line-height:.98;letter-spacing:-.055em}.direction-decision-header>div>p{max-width:690px;margin:0;color:#8f8f97;font-size:clamp(.76rem,1vw,.88rem);line-height:1.65}.direction-decision-status{margin:0;border-left:1px solid rgba(242,207,69,.24);color:#b9b8b1;padding:3px 0 3px 18px;font-size:.7rem;font-weight:680;line-height:1.55}.direction-decision-criteria{margin:0 clamp(4px,1.5vw,24px) 24px;border-block:1px solid rgba(255,255,255,.075);padding:15px 0}.direction-decision-criteria>h3{margin:0 0 11px;color:#898992;font-size:.59rem;letter-spacing:.09em;text-transform:uppercase}.direction-decision-criteria ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0;padding:0;list-style:none}.direction-decision-criteria li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px}.direction-decision-criteria li>span{color:#9c8942;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.57rem;font-weight:850}.direction-decision-criteria strong{display:block;color:#d6d4cd;font-size:.67rem}.direction-decision-criteria p{margin:4px 0 0;color:#85858e;font-size:.62rem;line-height:1.48}.direction-decision-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.45vw,24px);padding:0 clamp(4px,1.5vw,24px)}.artifact-card.is-decision-card{min-height:clamp(560px,69vh,760px);border-radius:20px;background:var(--decision-surface);transform:none}.artifact-card.is-decision-card.is-shortlisted{border-color:#f2cf45b8;box-shadow:0 0 0 1px #f2cf4529,0 26px 70px -42px #f2cf45b8}.artifact-card.is-decision-card .artifact-card-inner{min-height:330px}.artifact-card.is-decision-card .artifact-header{top:15px;right:15px;left:15px}.artifact-card.is-decision-card .artifact-style-tag{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artifact-decision-footer{display:grid;gap:14px;flex:0 0 auto;border-top:1px solid rgba(255,255,255,.09);background:radial-gradient(circle at 100% 0,rgba(242,207,69,.065),transparent 40%),#0c0c0e;padding:16px}.artifact-shortlist-control{position:relative;display:flex;min-height:48px;align-items:center;gap:11px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:#ffffff08;padding:9px 11px;cursor:pointer}.artifact-shortlist-control:has(input:checked){border-color:#f2cf4580;background:#f2cf4513}.artifact-shortlist-control input{width:19px;height:19px;flex:0 0 19px;margin:0;accent-color:var(--hero-gold)}.artifact-shortlist-control span{min-width:0}.artifact-shortlist-control small,.artifact-shortlist-control strong{display:block}.artifact-shortlist-control small{color:#777780;font-size:.53rem;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.artifact-shortlist-control strong{overflow:hidden;margin-top:3px;color:#e8e6df;font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.artifact-decision-guide{display:grid;gap:8px;margin:0}.artifact-decision-guide>div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:9px}.artifact-decision-guide dt{color:#64646d;font-size:.52rem;font-weight:760;letter-spacing:.055em;text-transform:uppercase}.artifact-decision-guide dd{margin:0;color:#a5a4aa;font-size:.59rem;line-height:1.4}.artifact-decision-preview{min-height:44px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:transparent;color:#c9c8cc;cursor:pointer;font:inherit;font-size:.64rem;font-weight:780}.direction-decision-plan{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:28px 54px;margin:44px clamp(4px,1.5vw,24px) 0;border:1px solid rgba(255,255,255,.085);border-radius:22px;background:linear-gradient(125deg,rgba(242,207,69,.045),transparent 42%),#09090b;padding:clamp(22px,3vw,34px)}.direction-decision-plan h3{margin:9px 0;color:#eae8e0;font-size:clamp(1.25rem,2vw,1.75rem);letter-spacing:-.035em}.direction-decision-plan>div>p{margin:0;color:#7f7f88;font-size:.68rem;line-height:1.58}.direction-decision-plan ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.direction-decision-plan li{min-width:0;border-left:1px solid rgba(242,207,69,.22);padding:3px 12px}.direction-decision-plan li span{display:block;color:#8c7a38;font-size:.51rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.direction-decision-plan li strong{display:block;overflow:hidden;margin-top:7px;color:#d8d6cf;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.direction-decision-plan li p{margin:5px 0 0;color:#6f6f77;font-size:.58rem;line-height:1.45}.direction-decision-plan-note{grid-column:1 / -1;margin:0;border-top:1px solid rgba(255,255,255,.07);color:#777780;padding-top:14px;font-size:.6rem}.direction-decision-dock{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:calc(var(--app-bottom-inset) + 12px);left:max(20px,env(safe-area-inset-left));z-index:95;display:grid;grid-template-columns:minmax(170px,.45fr) minmax(280px,1fr) auto;align-items:center;gap:clamp(16px,2.4vw,38px);width:min(1180px,calc(100% - 40px));min-height:104px;margin-inline:auto;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#0d0d0fed;box-shadow:0 26px 90px #000000b8,inset 0 1px #ffffff0f;padding:14px 16px 14px 20px;-webkit-backdrop-filter:blur(24px) saturate(120%);backdrop-filter:blur(24px) saturate(120%)}.direction-decision-dock[data-state=ready],.direction-decision-dock[data-state=choosing]{border-color:#f2cf454d}.direction-decision-dock-summary span,.direction-decision-dock-summary strong{display:block}.direction-decision-dock-summary span,.direction-decision-dock-empty>span{color:#857838;font-size:.53rem;font-weight:820;letter-spacing:.1em;text-transform:uppercase}.direction-decision-dock-summary strong,.direction-decision-dock-empty>strong{margin-top:5px;color:#f1eee4;font-size:clamp(.77rem,1vw,.92rem)}.direction-decision-dock-copy p,.direction-decision-dock-empty p{margin:0;color:#85858d;font-size:.62rem;line-height:1.5}.direction-decision-account-note{margin-top:4px!important;color:#b9a95d!important}.direction-decision-dock-empty{grid-column:1 / -1}.direction-decision-dock-empty strong{display:block}.direction-decision-dock-empty p{margin-top:5px}.direction-decision-dock-actions{display:flex;align-items:center;gap:8px}.direction-decision-dock-actions button{min-height:48px;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:0 15px;cursor:pointer;font:inherit;font-size:.65rem;font-weight:820;white-space:nowrap}.direction-decision-preview-button{background:transparent;color:#d0cfd3}.direction-decision-commit-button{border-color:var(--hero-gold)!important;background:var(--hero-gold);color:#111}.direction-decision-dock-actions button:disabled{cursor:wait;opacity:.5}.project-route-next-text{display:flex;min-width:0;align-items:center;gap:8px}.studio-direction-decision-dock{position:absolute;right:22px;bottom:22px;left:22px;z-index:35;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;max-width:920px;margin-inline:auto;border:1px solid rgba(242,207,69,.3);border-radius:18px;background:#0a0a0ceb;box-shadow:0 24px 70px #000000a6;padding:14px 15px 14px 18px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.studio-direction-decision-dock>div:first-child{min-width:0}.studio-direction-decision-dock span,.studio-direction-decision-dock strong{display:block}.studio-direction-decision-dock span{color:#9a873d;font-size:.52rem;font-weight:820;letter-spacing:.09em;text-transform:uppercase}.studio-direction-decision-dock strong{overflow:hidden;margin-top:4px;color:#f0ede4;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.studio-direction-decision-dock p{margin:4px 0 0;color:#7e7e86;font-size:.59rem;line-height:1.45}.studio-direction-decision-dock>div:last-child{display:flex;gap:8px}.studio-direction-decision-dock button{min-height:46px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:transparent;color:#c9c8cc;padding:0 14px;cursor:pointer;font:inherit;font-size:.63rem;font-weight:820;white-space:nowrap}.studio-direction-decision-dock .studio-direction-commit-button{border-color:var(--hero-gold);background:var(--hero-gold);color:#111}.studio-direction-decision-dock button:disabled{cursor:wait;opacity:.55}@media(hover:hover)and (pointer:fine){.new-dream-inline:hover,.artifact-decision-preview:hover,.direction-decision-preview-button:hover{border-color:#ffffff57;color:#fff}.artifact-card.is-decision-card:hover{border-color:#ffffff57;transform:translateY(-3px)}.artifact-card.is-decision-card.is-shortlisted:hover{border-color:#f2cf45d1}.artifact-shortlist-control:hover{border-color:#f2cf4559}.direction-decision-commit-button:hover:not(:disabled){background:#ffe266;transform:translateY(-1px)}.studio-direction-decision-dock button:hover:not(:disabled){border-color:#ffffff57;color:#fff}.studio-direction-decision-dock .studio-direction-commit-button:hover:not(:disabled){border-color:#ffe266;background:#ffe266;color:#111}}@media(max-width:1100px)and (min-width:769px){.direction-decision-cards{display:flex;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:12px;scroll-padding-inline:24px;scroll-snap-type:x mandatory}.direction-decision-cards>.artifact-card{min-width:min(430px,76vw);flex:0 0 min(430px,76vw);scroll-snap-align:start}.direction-decision-plan{grid-template-columns:1fr}.direction-decision-dock{grid-template-columns:minmax(160px,.4fr) minmax(240px,1fr) auto}}@media(max-width:768px){.stage-container.mode-split.mode-decision{padding:18px 0 0}.stage-container.mode-decision .active-session{height:100%}.session-heading-actions{align-items:flex-end;flex-direction:column-reverse;gap:8px}.new-dream-inline{min-height:44px}.direction-decision-workspace{padding:0 0 224px}.direction-decision-header{grid-template-columns:1fr;gap:17px;padding:24px 20px}.direction-decision-header h2{max-width:570px;font-size:clamp(2.05rem,9.7vw,3.3rem)}.direction-decision-status{border-top:1px solid rgba(242,207,69,.18);border-left:0;padding:13px 0 0}.direction-decision-criteria{margin:0 20px 18px;padding:14px 0}.direction-decision-criteria ol{grid-template-columns:1fr;gap:12px}.direction-decision-criteria p{max-width:540px}.direction-decision-cards{grid-template-columns:1fr;gap:18px;padding:0 20px}.artifact-card.is-decision-card{min-height:min(680px,76dvh)}.artifact-card.is-decision-card .artifact-card-inner{min-height:360px}.artifact-decision-footer{padding:15px}.artifact-decision-preview{min-height:48px}.direction-decision-plan{grid-template-columns:1fr;gap:22px;margin:30px 20px 0;padding:20px}.direction-decision-plan ol{grid-template-columns:1fr;gap:13px}.direction-decision-plan li{padding-block:4px}.direction-decision-dock{right:max(10px,env(safe-area-inset-right));bottom:calc(var(--app-bottom-inset) + 8px);left:max(10px,env(safe-area-inset-left));grid-template-columns:minmax(0,1fr);gap:10px;width:auto;min-height:0;border-radius:17px;padding:13px}.direction-decision-dock-copy>p:first-child{display:none}.direction-decision-dock-actions{width:100%}.direction-decision-dock-actions button{min-height:48px;flex:1;padding-inline:10px;white-space:normal}.direction-decision-preview-button{flex:0 0 92px!important}.studio-direction-decision-dock{right:10px;bottom:10px;left:10px;grid-template-columns:1fr;gap:10px;border-radius:16px;padding:12px}.studio-direction-decision-dock p{display:none}.studio-direction-decision-dock>div:last-child{width:100%}.studio-direction-decision-dock button{min-height:48px;flex:1;padding-inline:10px;white-space:normal}}@media(max-width:420px){.direction-decision-header{padding-inline:16px}.direction-decision-criteria{margin-inline:16px}.direction-decision-cards{padding-inline:16px}.direction-decision-plan{margin-inline:16px}.artifact-card.is-decision-card{min-height:650px}.artifact-decision-guide>div{grid-template-columns:66px minmax(0,1fr)}.direction-decision-preview-button{flex-basis:78px!important}}.project-style-settings{margin:0 0 18px;border:1px solid rgba(255,255,255,.085);border-radius:15px;background:#ffffff06}.project-style-settings>summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;list-style:none;padding:11px 15px;cursor:pointer}.project-style-settings>summary::-webkit-details-marker{display:none}.project-style-settings>summary>span:first-child{min-width:0}.project-style-settings>summary small,.project-style-settings>summary strong{display:block}.project-style-settings>summary small{margin-bottom:4px;color:#777780;font-size:.55rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.project-style-settings>summary strong{overflow:hidden;color:#d9d6ca;font-size:.73rem;text-overflow:ellipsis;white-space:nowrap}.project-style-settings>summary>span:last-child{flex:0 0 auto;color:#a49d7a;font-size:.64rem;font-weight:800}.project-style-settings>summary>span:last-child b{margin-left:5px}.project-style-settings>summary:hover,.project-style-settings>summary:focus-visible{background:#ffffff09}.project-style-settings>summary:focus-visible{outline:2px solid var(--hero-gold);outline-offset:3px}.project-style-settings[open]>summary{border-bottom:1px solid rgba(255,255,255,.075)}.project-style-settings .project-brand-kit.is-compact{height:auto;overflow:visible;padding:18px}.project-brand-kit{display:grid;grid-template-columns:minmax(220px,1.05fr) minmax(280px,1.25fr) minmax(250px,.9fr);grid-template-rows:auto auto;gap:10px 24px;margin-bottom:18px;border:1px solid rgba(242,207,69,.24);border-radius:16px;background:radial-gradient(circle at 78% 0%,rgba(242,207,69,.1),transparent 34%),linear-gradient(120deg,#12110d,#0d0d0f 48%);padding:16px 18px;box-shadow:inset 0 1px #ffffff0b}.project-brand-kit>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;grid-column:1}.project-brand-kit>header .eyebrow{color:#c5aa3c;font-size:.57rem}.project-brand-kit>header .eyebrow i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--hero-gold);box-shadow:0 0 12px #f2cf45a6}.project-brand-kit h2{margin:5px 0 0;color:#f5f2e7;font-size:1.2rem;letter-spacing:-.035em}.project-brand-header-actions{display:flex;align-items:center;gap:7px}.project-brand-edit-button{border:1px solid rgba(242,207,69,.34);border-radius:999px;background:#f2cf4514;color:#e8d779;padding:6px 10px;font-size:.6rem;font-weight:800;cursor:pointer}.project-brand-edit-button:hover{border-color:#f2cf459e;background:#f2cf4524}.project-brand-intro{grid-column:1;margin:0;color:#8e8b82;font-size:.7rem;line-height:1.45}.project-brand-intro strong{color:#ded8c4}.project-brand-palette{grid-column:2;grid-row:1 / span 2;display:grid;grid-template-columns:repeat(3,minmax(68px,1fr));gap:7px;align-self:center}.project-brand-swatch{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:#ffffff06}.project-brand-swatch>span{display:block;height:30px;background:var(--project-brand-swatch)}.project-brand-swatch small{display:block;overflow:hidden;padding:5px 7px;color:#87837a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.52rem;text-overflow:ellipsis;white-space:nowrap}.project-brand-details{grid-column:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0}.project-brand-details>div{min-width:0;border:1px solid rgba(255,255,255,.075);border-radius:9px;background:#ffffff06;padding:7px 9px}.project-brand-details dt{color:#6f6d67;font-size:.53rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.project-brand-details dd{overflow:hidden;margin:3px 0 0;color:#d5d1c4;font-size:.62rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.project-brand-empty{grid-column:2;grid-row:1 / span 2;align-self:center;margin:0;color:#938d7c;font-size:.72rem;line-height:1.5}.project-brand-next-button{grid-column:3;display:flex;align-items:center;gap:10px;min-width:0;border:1px solid rgba(242,207,69,.46);border-radius:11px;background:var(--hero-gold);color:#111;padding:8px 11px;cursor:pointer;text-align:left}.project-brand-next-button>span{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:8px;background:#00000017;font-size:1rem}.project-brand-next-button>div{min-width:0}.project-brand-next-button strong,.project-brand-next-button small{display:block}.project-brand-next-button strong{font-size:.68rem}.project-brand-next-button small{margin-top:2px;color:#00000094;font-size:.55rem}.project-brand-next-button:hover:not(:disabled){background:#f9dc68;transform:translateY(-1px)}.project-brand-next-button:disabled{cursor:not-allowed;filter:saturate(.35);opacity:.58;transform:none}.project-brand-editor{grid-column:2 / -1;grid-row:1 / span 2;min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff06;padding:12px}.project-brand-editor fieldset{min-width:0;margin:0 0 12px;border:0;padding:0}.project-brand-editor legend,.project-brand-editor-grid label>span{display:block;margin-bottom:6px;color:#76736c;font-size:.55rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.project-brand-color-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.project-brand-color-field{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;gap:5px;align-items:center}.project-brand-color-field input[type=color]{width:28px;height:30px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:transparent;padding:2px;cursor:pointer}.project-brand-color-field input[type=text],.project-brand-editor-grid input{width:100%;min-width:0;height:32px;border:1px solid rgba(255,255,255,.1);border-radius:7px;outline:none;background:#111114;color:#dedbd1;padding:0 9px;font-size:.66rem}.project-brand-color-field input[type=text]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.project-brand-color-field input:focus,.project-brand-editor-grid input:focus{border-color:#f2cf4594;box-shadow:0 0 0 3px #f2cf4514}.project-brand-color-field>button{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:transparent;color:#77746d;cursor:pointer}.project-brand-color-field>button:hover{border-color:#ff707061;color:#ff9292}.project-brand-add-color{margin-top:7px;border:0;background:transparent;color:#c9b858;padding:3px 0;font-size:.62rem;font-weight:800;cursor:pointer}.project-brand-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.project-brand-editor-note{margin:11px 0 0;color:#77746c;font-size:.6rem;line-height:1.45}.project-brand-editor-error{margin:8px 0 0;color:#ff9a9a;font-size:.63rem}.project-brand-editor-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.project-brand-editor-actions button{border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#ffffff0b;color:#aaa69b;padding:7px 10px;font-size:.61rem;font-weight:800;cursor:pointer}.project-brand-editor-actions button:hover:not(:disabled){border-color:#ffffff3d;color:#f0ede4}.project-brand-editor-actions .project-brand-save{border-color:#f2cf4580;background:var(--hero-gold);color:#111}.project-brand-editor-actions button:disabled{cursor:wait;opacity:.56}.project-brand-kit.is-compact{display:block;height:100%;margin:0;overflow-y:auto;border:0;border-radius:0;background:transparent;padding:22px}.project-brand-kit.is-compact>header{margin-bottom:18px}.project-brand-kit.is-compact .project-brand-intro{margin-bottom:18px;font-size:.76rem}.project-brand-kit.is-compact .project-brand-palette,.project-brand-kit.is-compact .project-brand-details,.project-brand-kit.is-compact .project-brand-empty{margin-bottom:16px}.project-brand-kit.is-compact .project-brand-editor{margin-bottom:16px;padding:11px}.project-brand-kit.is-compact .project-brand-color-fields,.project-brand-kit.is-compact .project-brand-editor-grid{grid-template-columns:1fr}.brand-kit-sidebar{padding:0}.studio-brand-count{min-width:18px}.screen-recommendation-prefill{display:flex;align-items:flex-start;gap:10px;border:1px solid rgba(242,207,69,.24);border-radius:11px;background:linear-gradient(105deg,#f2cf451a,#f2cf4509);color:#a9a17d;padding:11px 12px}.screen-recommendation-prefill>span{flex:0 0 auto;color:var(--hero-gold);line-height:1.3}.screen-recommendation-prefill p{margin:0;font-size:.72rem;line-height:1.45}.screen-recommendation-prefill strong{color:#eee3ad}@media(prefers-reduced-motion:no-preference){.active-session .artifact-card{animation:artifactCardIn .58s var(--motion-out) backwards}.active-session .artifact-card:nth-child(2){animation-delay:.07s}.active-session .artifact-card:nth-child(3){animation-delay:.14s}.generation-journey li.is-current>span{animation:directionStepPulse 1.7s ease-in-out infinite}}@keyframes artifactCardIn{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes directionStepPulse{50%{box-shadow:0 0 0 9px #f2cf4500}}.new-dream-button{display:flex;align-items:center;gap:7px;margin:0 auto 12px;border:1px solid var(--border-color);border-radius:999px;background:#0f0f0feb;color:#fff;padding:8px 14px;cursor:pointer;font-size:.76rem;font-weight:700}.floating-input-container.project-input{bottom:calc(var(--app-bottom-inset) + 12px)}.stage-container.mode-split{padding-bottom:170px}.studio-workspace{position:fixed;inset:var(--nav-height) 0 var(--app-bottom-inset);z-index:1000;display:flex;flex-direction:column;background:#050505}.studio-toolbar{position:relative;z-index:12;display:grid;grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:14px;min-height:76px;padding:12px 18px;border-bottom:1px solid var(--border-color);background:#080808fa}.studio-toolbar-project{min-width:0;display:flex;align-items:center;gap:12px}.studio-toolbar-project>div{min-width:0;max-width:190px;flex:0 1 auto;display:flex;flex-direction:column;gap:3px}.studio-toolbar-project strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem}.studio-toolbar-project>div span{color:#94949c;font-size:.68rem}.studio-toolbar-project>div .artifact-brand-badge{width:max-content;max-width:100%;overflow:hidden;margin-top:2px;padding:2px 6px;font-size:.48rem;text-overflow:ellipsis}.studio-back-button,.studio-toolbar-actions>button,.studio-command-menu>summary{min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border-color);border-radius:10px;background:transparent;color:#ddd;padding:8px 11px;cursor:pointer;font:inherit;font-size:.72rem;font-weight:750;white-space:nowrap}.studio-toolbar-actions{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:7px;min-width:0}.studio-command-menu{position:relative;flex:0 0 auto}.studio-command-menu>summary{list-style:none}.studio-command-menu>summary::-webkit-details-marker{display:none}.studio-command-menu>summary>span{color:#777780;font-size:.62rem;letter-spacing:.04em}.studio-toolbar-actions>button:hover:not(:disabled),.studio-command-menu>summary:hover,.studio-command-menu>summary:focus-visible,.studio-command-menu[open]>summary{border-color:#ffffff45;background:#ffffff13;color:#fff}.studio-command-menu[open]>summary{border-color:#f2cf456b;color:#f4dc71}.studio-command-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:80;width:min(330px,calc(100vw - 24px));max-height:min(560px,calc(100dvh - 116px));overflow-x:hidden;overflow-y:auto;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:#0d0d0ffb;box-shadow:0 28px 80px #000000b3;padding:7px}.studio-command-heading{display:block;padding:10px 11px 8px;color:#9a9aa3;font-size:.55rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.studio-toolbar-actions .studio-command-popover>button{width:100%;min-height:58px;display:block;border:0;border-radius:10px;background:transparent;color:#ececef;padding:10px 11px;cursor:pointer;font:inherit;text-align:left}.studio-toolbar-actions .studio-command-popover>button:hover:not(:disabled){background:#ffffff12}.studio-toolbar-actions .studio-command-popover>button:focus-visible{background:#f2cf451f;outline:2px solid var(--accent-gold);outline-offset:-2px}.studio-command-popover button strong,.studio-command-popover button small{display:block}.studio-command-popover button strong{font-size:.72rem;line-height:1.35}.studio-command-popover button small{margin-top:3px;color:#83838c;font-size:.61rem;line-height:1.4}.studio-toolbar-actions .studio-command-popover>button:disabled{cursor:not-allowed;opacity:.42}.studio-toolbar-actions button.active{border-color:var(--accent-gold);color:var(--accent-gold);background:#ffd70014}.studio-toolbar-actions button:disabled{opacity:.42;cursor:not-allowed}.studio-toolbar-actions button>span{min-width:19px;padding:2px 5px;border-radius:999px;background:#ffffff1a;font-size:.62rem;text-align:center}.studio-toolbar-actions .licensed-remix-action{min-height:44px;border-color:#f2cf4557;color:#f7e9a0;background:#f2cf450f}.studio-toolbar-actions .licensed-remix-action:hover:not(:disabled){border-color:#f2cf459e;background:#f2cf451c}.studio-toolbar-actions .licensed-remix-action:focus-visible{box-shadow:0 0 0 4px #f2cf451f}.studio-status-banner{flex:0 0 auto;min-height:48px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(242,207,69,.2);background:#f2cf4513;color:#f7e9a0;padding:8px 18px}.studio-status-banner>span{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border:1px solid rgba(242,207,69,.32);border-radius:50%;font-size:.72rem;font-weight:900}.studio-status-banner>div{min-width:0;display:flex;align-items:baseline;gap:9px}.studio-status-banner strong{flex:0 0 auto;font-size:.72rem}.studio-status-banner small{color:#b9ad76;font-size:.68rem;line-height:1.4}.studio-status-banner.is-error{border-bottom-color:#ff5a5a47;background:#5a0a0a8f;color:#ffb4b4}.studio-status-banner.is-error>span{border-color:#ffb4b457}.studio-status-banner.is-error small{color:#e3a0a0}.device-controls{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--border-color);border-radius:12px;background:#0c0c0d}.device-controls button{min-width:72px;min-height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:8px;background:transparent;color:#999;cursor:pointer;font-size:.68rem;font-weight:700}.device-controls button small{color:#8d8d95;font-size:.55rem}.device-controls button.active{background:var(--accent-gold);color:#000}.device-controls button.active small{color:#0009}.studio-body{min-height:0;flex:1;display:flex}.studio-preview-canvas{position:relative;min-width:0;flex:1;display:flex;align-items:center;justify-content:center;overflow:auto;padding:28px;background:radial-gradient(circle at top,#252525,#111 56%)}.studio-preview-frame{flex:0 0 auto;height:min(820px,calc(100% - 8px));min-height:480px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:#fff;box-shadow:0 24px 80px #0000008c;transition:width .3s,border-radius .3s}.studio-preview-frame.device-desktop{width:min(1280px,100%);border-radius:12px}.studio-preview-frame.device-tablet{width:min(768px,100%);border-radius:18px}.studio-preview-frame.device-mobile{width:min(390px,100%);border-radius:24px}.studio-preview-frame iframe{width:100%;height:100%;border:0;background:#fff}.studio-sidebar{width:min(390px,36vw);min-width:330px;display:flex;flex-direction:column;overflow:hidden;padding:22px;border-left:1px solid var(--border-color);background:#09090b}.studio-sidebar-header{flex:0 0 auto;padding-bottom:18px;border-bottom:1px solid var(--border-color)}.studio-sidebar-header h2{font-size:1.25rem}.version-history-help{color:#8f8f95;font-size:.8rem;line-height:1.5}.version-restore-error{margin-bottom:10px;padding:9px 10px;border:1px solid rgba(255,90,90,.3);border-radius:9px;background:#5a0a0a73;color:#ffb4b4;font-size:.72rem}.version-list{flex:1;overflow-y:auto;margin:4px -6px 0 0;padding:0 8px 0 26px}.version-list li{position:relative;margin:0 0 12px;padding:12px;border:1px solid var(--border-color);border-radius:13px;background:#ffffff06}.version-list li::marker{color:#666;font-size:.7rem}.version-list li.active{border-color:#ffd70059;background:#ffd7000f}.version-preview-button{width:100%;border:0;background:transparent;color:#fff;padding:0;cursor:pointer;text-align:left}.version-preview-button>span{color:var(--accent-gold);font-size:.72rem;font-weight:800;text-transform:uppercase}.version-preview-button small{display:block;margin-top:4px;color:#777;font-size:.65rem}.version-preview-button p{display:-webkit-box;overflow:hidden;margin:10px 0 0;color:#bbb;font-size:.75rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.version-preview-button .version-status{width:max-content;margin-top:9px;padding:3px 7px;border-radius:999px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.version-preview-button .version-status.failed{background:#ff5a5a1f;color:#ff9c9c}.version-preview-button .version-status.stalled{background:#ffd7001a;color:#f7e9a0}.version-actions{display:flex;gap:7px;margin-top:11px}.version-actions button{flex:1;min-height:34px;border:1px solid var(--border-color);border-radius:8px;background:transparent;color:#ddd;cursor:pointer;font-size:.64rem;font-weight:700}.version-actions button:disabled{opacity:.4;cursor:wait}.refine-sidebar .chat-interface{min-height:0}.licensed-remix-note{flex:0 0 auto;margin:14px 0 16px;border:1px solid rgba(242,207,69,.18);border-radius:11px;background:#f2cf450e;padding:11px 12px}.licensed-remix-note strong{color:#f7e9a0;font-size:.72rem}.licensed-remix-note p{margin:5px 0 0;color:#9f987a;font-size:.69rem;line-height:1.5}.comparison-grid{position:relative;width:100%;height:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.comparison-column{min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px}.comparison-column>span{color:#bbb;font-size:.7rem;font-weight:800;text-transform:uppercase}.comparison-column .studio-preview-frame{width:100%;height:calc(100% - 28px);min-height:420px}.stop-compare-button{position:absolute;left:50%;bottom:12px;transform:translate(-50%);border:1px solid #555;border-radius:999px;background:#000000e6;color:#fff;padding:9px 14px;cursor:pointer;font-weight:700}.historical-preview-notice{position:absolute;left:50%;bottom:18px;transform:translate(-50%);width:max-content;max-width:calc(100% - 32px);padding:9px 13px;border:1px solid rgba(255,215,0,.3);border-radius:999px;background:#000000e0;color:#f7e9a0;font-size:.72rem;text-align:center}.recovery-notice{display:flex;align-items:center;gap:10px;border-color:#ff5a5a52;color:#ffb4b4}.recovery-notice button{border:0;border-radius:999px;background:#fff;color:#111;padding:7px 10px;cursor:pointer;font:inherit;font-size:.66rem;font-weight:850}.recovery-notice button:disabled{opacity:.55;cursor:wait}.studio-generation-overlay{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:8px;width:max-content;max-width:calc(100% - 32px);padding:10px 14px;border:1px solid rgba(255,215,0,.3);border-radius:999px;background:#000000e6;color:#fff;font-size:.72rem}.studio-generation-overlay small{color:#999}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-icon{animation:spin 2s linear infinite}@media(max-width:1200px){.project-brand-kit:not(.is-compact){grid-template-columns:minmax(210px,.8fr) minmax(280px,1.2fr)}.project-brand-kit:not(.is-compact) .project-brand-details,.project-brand-kit:not(.is-compact) .project-brand-next-button{grid-column:1}.project-brand-kit:not(.is-compact) .project-brand-editor{grid-column:2;grid-row:1 / span 3}.project-brand-kit:not(.is-compact) .project-brand-palette{grid-column:2;grid-row:1 / span 3}.studio-toolbar{grid-template-columns:minmax(240px,1fr) auto}.studio-toolbar-actions{grid-column:1 / -1;justify-content:flex-end}.recent-dreams-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1101px)and (max-height:780px){.dream-home{padding-top:28px}.dream-home-hero{min-height:0}.dream-home-hero h1{margin:15px 0 17px;font-size:clamp(3rem,4.15vw,4.8rem)}.dream-home-copy>p{line-height:1.55}.home-prompt-shell{margin-top:22px;padding:12px}.home-starters{padding-top:10px}.hero-proof-list{margin-top:14px}}@media(max-width:1100px){.dream-home:before{background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 24%)}.dream-home-hero{grid-template-columns:minmax(0,1fr);gap:64px;min-height:0}.dream-home-copy{width:min(780px,100%);margin:0 auto}.dream-home-hero h1{max-width:780px}.dream-home-copy>p{max-width:690px}.home-prompt-shell{max-width:720px}.hero-direction-demo{width:min(780px,100%);justify-self:center}.home-section-heading,.home-section-heading-compact{grid-template-columns:minmax(0,1fr);align-items:start}.home-section-heading>p{margin-top:24px}.home-product-steps{grid-template-columns:minmax(0,1fr)}.home-product-steps li{min-height:250px}.home-flow-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-flow-proof-grid article:last-child{grid-column:1 / -1}.home-faq-section{grid-template-columns:minmax(0,1fr)}.home-faq-section .home-section-heading{position:static}}@media(max-width:1024px){.artifact-grid{grid-template-columns:repeat(2,1fr);padding:0 20px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.nav-container{padding:0 16px}.artifact-grid{grid-template-columns:1fr;max-height:none;overflow-y:auto;padding-bottom:150px}.stage-container{align-items:flex-start;padding-top:20px;overflow-y:auto}.stage-container.mode-split{padding:22px 0 170px}.session-heading{padding:0 20px;align-items:flex-start}.session-heading h1{white-space:normal}.project-style-settings{margin:0 20px 18px}.generation-journey{align-items:stretch;flex-direction:column;gap:15px;margin:0 20px 18px}.generation-journey-copy{min-width:0}.generation-journey ol{width:100%}.project-brand-kit:not(.is-compact){display:block;margin:0 20px 18px}.project-brand-kit:not(.is-compact)>header,.project-brand-kit:not(.is-compact) .project-brand-intro,.project-brand-kit:not(.is-compact) .project-brand-palette,.project-brand-kit:not(.is-compact) .project-brand-details,.project-brand-kit:not(.is-compact) .project-brand-empty{margin-bottom:14px}.project-brand-kit:not(.is-compact) .project-brand-editor{margin-bottom:14px}.project-brand-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.artifact-card-actions{bottom:12px;align-items:stretch;flex-direction:column;width:calc(100% - 24px)}.artifact-open-button,.artifact-choose-identity{min-height:42px}.floating-input-container{padding:0 10px;bottom:20px}.dream-home{padding:38px 16px 120px}.dream-home-hero h1{margin-top:18px;font-size:clamp(3.15rem,11.5vw,4.7rem);line-height:.93;letter-spacing:-.05em}.hero-eyebrow{align-items:flex-start;flex-wrap:wrap;width:auto}.hero-eyebrow b{margin-left:0}.direction-demo-brief{align-items:flex-start;flex-direction:column}.direction-demo-brief p{text-align:left}.direction-preview-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(76vw,280px);overflow-x:auto;margin-right:-16px;padding:2px 16px 10px 0;scroll-padding-inline:0 16px;scroll-snap-type:x mandatory;scrollbar-width:none}.direction-preview-grid::-webkit-scrollbar{display:none}.direction-concept{scroll-snap-align:start}.direction-concept:nth-child(1),.direction-concept:nth-child(2),.direction-concept:nth-child(3){--concept-rest: translateY(0)}.direction-branch{display:none}.direction-scroll-cue{display:flex;align-items:center;justify-content:center;gap:5px;margin:8px 0 2px;color:#96969c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.66rem;letter-spacing:.05em;text-transform:uppercase}.direction-scroll-cue i{width:5px;height:5px;border-radius:999px;background:#55555c}.direction-scroll-cue i:first-child{width:16px;background:var(--hero-gold)}.direction-scroll-cue span{margin-left:5px}.hero-direction-demo figcaption{margin-top:14px}.home-category-story{margin-top:104px}.home-category-section{padding:72px 0}.home-section-heading h2,.home-section-heading-compact h2,.home-faq-section .home-section-heading h2{font-size:clamp(2.45rem,9vw,4rem)}.home-product-steps li{min-height:280px;padding:28px}.home-flow-proof-grid{grid-template-columns:minmax(0,1fr)}.home-flow-proof-grid article:last-child{grid-column:auto}.home-faq-list summary{min-height:76px}.home-final-cta h2{font-size:clamp(3.1rem,12vw,5.4rem)}.home-prompt-heading{align-items:flex-start;flex-direction:column;gap:3px}.guided-fields{grid-template-columns:1fr}.guided-composer-footer,.projects-header{align-items:stretch;flex-direction:column}.recent-dreams{margin-top:72px}.recent-dreams-grid.is-single .recent-dream-card{grid-template-columns:minmax(0,1fr)}.recent-dreams-grid.is-single .recent-dream-card>button{width:max-content;margin:4px 14px 14px}.projects-view{padding:38px 16px 120px}.projects-grid{grid-template-columns:1fr}.studio-toolbar{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:9px;overflow:visible;padding:9px 10px}.studio-toolbar-project{width:100%;min-width:0}.studio-toolbar-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(78px,1fr));justify-content:stretch;width:100%;min-width:0}.studio-toolbar-actions>button,.studio-command-menu>summary{width:100%;min-width:0;min-height:44px;padding-inline:7px;line-height:1.15;text-align:center;white-space:normal}.studio-command-menu{min-width:0}.studio-command-popover{position:fixed;top:calc(env(safe-area-inset-top) + 152px);right:10px;left:10px;width:auto;max-height:calc(100dvh - env(safe-area-inset-top) - 164px - env(safe-area-inset-bottom))}.studio-status-banner{align-items:flex-start;padding:9px 12px}.studio-status-banner>div{align-items:flex-start;flex-direction:column;gap:2px}.studio-body{flex-direction:column;overflow-y:auto}.studio-preview-canvas{flex:1 1 auto;min-height:52vh;padding:14px}.studio-body.has-sidebar .studio-preview-canvas{flex:0 0 56%}.studio-preview-frame{height:100%;min-height:420px}.studio-sidebar{flex:0 0 auto;width:100%;min-width:0;min-height:44vh;border-top:1px solid var(--border-color);border-left:0}.comparison-grid{width:900px}.vault-grid{grid-template-columns:1fr}.action-bar{width:90%;padding:10px 16px;flex-direction:column;gap:12px;bottom:-200px}.action-bar.visible{bottom:80px}.drawer-content{width:100%;max-width:none}.artifact-card.focused{right:10px;left:10px;top:60px;bottom:140px}.split-layout{flex-direction:column;overflow-y:auto;padding:10px}.preview-pane{flex:none;min-height:48vh;width:100%}.chat-pane{flex:none;min-height:42vh;width:100%}.detail-content{flex-direction:column;overflow-y:auto}.detail-preview{flex:0 0 min(52vh,440px)}.detail-sidebar{width:100%;border-left:none;border-top:1px solid var(--border-color);overflow:visible}}@media(max-width:600px){.home-input-bar .input-wrapper{align-items:stretch;flex-wrap:wrap;gap:8px;padding:11px}.home-input-bar .input-wrapper textarea{flex:1 0 100%;width:100%;padding:4px 2px 7px}.home-send-button{width:100%;min-width:0;justify-content:center}.home-send-full{display:inline}.home-send-short{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0ms!important}.direction-preview-grid{scroll-snap-type:none}}@media(max-width:480px){.nav-logo>span:last-child{display:none}.nav-container{padding:0 8px}.auth-btn{padding:6px 8px}.suggestion-chip{font-size:.7rem;padding:7px 10px}.dream-home-hero{gap:46px}.dream-home-hero h1{font-size:clamp(2.85rem,14vw,3.8rem)}.dream-home-copy>p{font-size:.96rem;line-height:1.62}.home-prompt-shell{margin-top:28px;padding:11px}.home-prompt-shell .suggestion-chip{min-height:40px}.hero-proof-list{align-items:flex-start;flex-direction:column;gap:9px}.hero-direction-demo{margin-inline:-2px;padding:14px}.direction-demo-toolbar>span:last-child{display:none}.hero-direction-demo figcaption{gap:7px;letter-spacing:.045em}.hero-direction-demo figcaption i{width:12px}.generation-journey{padding:14px 12px}.generation-journey ol{grid-template-columns:repeat(3,minmax(0,1fr))}.generation-journey li{display:block;min-width:0;text-align:center}.generation-journey li:not(:last-child):after{top:15px;right:-50%;left:50%}.generation-journey li>span{width:28px;height:28px;margin:0 auto}.generation-journey li>div{min-width:0;margin-top:6px;background:transparent;padding:0}.generation-journey li small{display:none}.generation-journey li strong{overflow:hidden;font-size:.61rem;text-overflow:ellipsis}.guided-composer{padding:18px}.guided-composer-footer,.section-heading-row{align-items:stretch;flex-direction:column}.recent-dreams-grid{grid-template-columns:1fr}.project-card-preview{height:190px}.studio-back-button span,.studio-toolbar-project>div,.studio-toolbar-project .save-status{display:none}.studio-toolbar-project{min-width:auto}.device-controls button{min-width:65px}.input-wrapper{padding:8px 8px 8px 16px}.input-wrapper input{font-size:1rem}.vault-controls{flex-direction:column;align-items:stretch}.vault-header{margin-bottom:36px}.vault-header h2{font-size:clamp(2.35rem,14vw,3.5rem)}.vault-card{height:330px}.detail-header{padding:16px;align-items:stretch;flex-direction:column;gap:12px}.footer-container{padding:0 12px;font-size:.58rem}.pwa-toast{right:12px;left:12px;bottom:calc(var(--app-bottom-inset) + 10px)}}.shared-dream-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2500;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 50% -20%,rgba(255,215,0,.11),transparent 38%),#050505;color:var(--text-primary)}.shared-dream-action-error{flex:0 0 auto;margin:14px clamp(18px,3vw,42px) 0;padding:10px 14px;border:1px solid rgba(255,90,90,.32);border-radius:11px;background:#5a0a0ab3;color:#ffb4b4;font-size:.76rem;text-align:center}.shared-dream-state{align-items:center;justify-content:center;gap:14px;padding:28px;text-align:center}.shared-dream-state h1{margin:0;color:#fff;font-size:clamp(1.8rem,5vw,3rem)}.shared-dream-state p{max-width:520px;margin:0;color:#9a9aa2;line-height:1.6}.shared-dream-state button{margin-top:8px;border:1px solid rgba(255,215,0,.45);border-radius:999px;background:var(--accent-gold);color:#050505;padding:11px 18px;cursor:pointer;font:inherit;font-weight:850}.shared-dream-header{flex:0 0 auto;min-height:102px;display:grid;grid-template-columns:minmax(190px,1fr) minmax(280px,2fr) minmax(210px,1fr);align-items:center;gap:24px;padding:16px clamp(18px,3vw,42px);border-bottom:1px solid var(--border-color);background:#050505db;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.shared-dream-brand{justify-self:start;display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:#d4d4d8;padding:8px 0;cursor:pointer;font:inherit;font-size:.78rem;font-weight:750}.shared-dream-brand:hover{color:#fff}.shared-dream-brand-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,215,0,.36);border-radius:10px;background:linear-gradient(145deg,#fff4a8,var(--accent-gold));color:#050505;box-shadow:0 8px 28px #ffd7001f;font-size:.9rem;font-weight:950}.shared-dream-heading{min-width:0;text-align:center}.shared-dream-heading h1{overflow:hidden;margin:4px 0 7px;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.15rem,2.1vw,1.65rem);letter-spacing:-.035em}.shared-dream-heading p{display:flex;align-items:center;justify-content:center;gap:7px;margin:0;color:#85858d;font-size:.68rem;font-weight:650}.shared-dream-remix-button{justify-self:end;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #ffe86b;border-radius:999px;background:var(--accent-gold);color:#050505;padding:11px 18px;cursor:pointer;font:inherit;font-size:.78rem;font-weight:850;box-shadow:0 10px 32px #ffd7001f}.shared-dream-remix-button:hover:not(:disabled){transform:translateY(-1px)}.shared-dream-remix-button:disabled{opacity:.65;cursor:wait}.shared-dream-stage{min-height:0;flex:1;display:flex;flex-direction:column;padding:18px clamp(14px,2.8vw,40px) clamp(14px,2.8vw,36px)}.shared-dream-preview-toolbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.shared-dream-preview-toolbar>div:first-child{display:flex;align-items:center;gap:10px}.shared-dream-preview-toolbar>div:first-child>div{display:flex;flex-direction:column;gap:2px}.shared-dream-preview-toolbar strong{font-size:.76rem}.shared-dream-preview-toolbar span{color:#777780;font-size:.64rem}.shared-dream-readonly-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#4ade80;box-shadow:0 0 12px #4ade807a}.shared-dream-view .device-controls{background:#0c0c0ddb}.shared-dream-view .device-controls button{min-height:38px}.shared-dream-preview-canvas{min-height:0;flex:1;display:flex;align-items:center;justify-content:center;overflow:auto;padding:clamp(14px,2.5vw,32px);border:1px solid var(--border-color);border-radius:22px;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),radial-gradient(circle at top,#272727,#111 58%);background-size:28px 28px,28px 28px,auto}.shared-dream-preview-frame{height:min(900px,100%);min-height:430px;flex:0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.22);background:#fff;box-shadow:0 28px 100px #000000b3;transition:width .3s,border-radius .3s}.shared-dream-preview-frame.device-desktop{width:min(1280px,100%);border-radius:12px}.shared-dream-preview-frame.device-tablet{width:min(768px,100%);border-radius:18px}.shared-dream-preview-frame.device-mobile{width:min(390px,100%);border-radius:24px}.shared-dream-preview-frame iframe{width:100%;height:100%;border:0;background:#fff;pointer-events:none}.share-modal-overlay{z-index:4200}.share-dream-modal{width:min(590px,100%);max-height:min(760px,calc(100dvh - 32px));overflow-y:auto;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:radial-gradient(circle at 90% -10%,rgba(255,215,0,.09),transparent 35%),#0b0b0c;box-shadow:0 32px 120px #000000d9}.share-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 28px 21px;border-bottom:1px solid var(--border-color)}.share-modal-header h2{margin:5px 0 0;color:#fff;font-size:clamp(1.6rem,5vw,2.15rem);letter-spacing:-.045em}.share-modal-body{padding:24px 28px 28px}.share-modal-artifact-label{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--border-color);border-radius:14px;background:#ffffff06}.share-modal-artifact-label>span{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:#ffd7001c;color:var(--accent-gold)}.share-modal-artifact-label>div{min-width:0;display:flex;flex-direction:column;gap:3px}.share-modal-artifact-label small{color:#777780;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.share-modal-artifact-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.share-modal-description{margin:18px 2px 22px;color:#a1a1aa;font-size:.86rem;line-height:1.65}.share-modal-error{margin-bottom:16px;padding:11px 13px;border:1px solid rgba(255,90,90,.32);border-radius:11px;background:#5a0a0a6b;color:#ffb4b4;font-size:.76rem;line-height:1.45}.share-modal-active,.share-modal-create-state{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#080809}.share-modal-status-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}.share-modal-status-row>span{display:flex;align-items:center;gap:8px;color:#d4d4d8;font-size:.72rem;font-weight:800}.share-modal-status-row i{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 10px #4ade8073}.share-modal-status-row small{color:#6f6f78;font-size:.63rem}.share-visibility-picker{display:grid;gap:8px;margin-bottom:16px}.share-visibility-picker button{display:flex;flex-direction:column;gap:3px;border:1px solid var(--border-color);border-radius:12px;background:transparent;color:var(--text-secondary);padding:11px 13px;cursor:pointer;font:inherit;text-align:left}.share-visibility-picker button strong{color:#e8e8ee;font-size:.78rem;font-weight:800}.share-visibility-picker button span{font-size:.7rem;line-height:1.4}.share-visibility-picker button.active{border-color:#ffffff80;background:#ffffff0f}.share-visibility-picker button:disabled{opacity:.55;cursor:default}.share-modal-link-field{display:flex;flex-direction:column;gap:7px;color:#b4b4bc;font-size:.7rem;font-weight:750}.share-modal-link-field>div{display:flex;gap:8px}.share-modal-link-field input{min-width:0;flex:1;border:1px solid var(--border-color);border-radius:10px;background:#111113;color:#d4d4d8;padding:11px 12px;font:inherit;font-family:JetBrains Mono,monospace;font-size:.68rem}.share-modal-link-field button,.share-modal-create-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;background:#fff;color:#050505;padding:10px 14px;cursor:pointer;font:inherit;font-size:.72rem;font-weight:850}.share-modal-link-field button:disabled,.share-modal-create-button:disabled{opacity:.55;cursor:wait}.listing-price-field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px;color:#b4b4bc;font-size:.7rem;font-weight:750}.listing-price-field input{border:1px solid var(--border-color);border-radius:10px;background:#111113;color:#d4d4d8;padding:11px 12px;font:inherit;font-family:JetBrains Mono,monospace;font-size:.8rem}.listing-price-field input:focus{outline:1px solid rgba(255,255,255,.35)}.listing-price-field input[aria-invalid=true]{border-color:#f87171}.publish-listing-modal .share-modal-create-button{width:100%;margin-top:4px}.publish-listing-modal .share-modal-revoke-button{margin-top:12px}.model-lab{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;overflow-y:auto;padding:28px clamp(16px,4vw,48px) 60px;background:#0a0a0c}.model-lab-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.model-lab-header h1{margin:4px 0 6px;font-size:1.6rem}.model-lab-header p{margin:0;color:var(--text-secondary);font-size:.9rem}.model-lab-signin{display:flex;flex-direction:column;align-items:center;gap:14px;padding:80px 0;color:var(--text-secondary)}.model-lab-controls{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end;margin-bottom:24px}.model-lab-controls label{display:flex;flex-direction:column;gap:6px;flex:1 1 260px;color:var(--text-secondary);font-size:.72rem;font-weight:700}.model-lab-controls label:last-of-type{flex:0 1 220px}.model-lab-controls input{border:1px solid var(--border-color);border-radius:10px;background:#111113;color:#e4e4e8;padding:11px 12px;font:inherit;font-size:.85rem}.model-lab-picker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.model-lab-picker button{border:1px solid var(--border-color);border-radius:99px;background:transparent;color:var(--text-secondary);padding:6px 14px;cursor:pointer;font:inherit;font-size:.74rem;font-weight:650}.model-lab-picker button.enabled{border-color:#ffffff8c;background:#ffffff17;color:#f0f0f4}.model-lab-picker button:disabled{opacity:.55;cursor:default}.model-lab-thinking{display:flex;align-items:center;gap:8px;margin-bottom:14px}.model-lab-thinking>span{color:var(--text-secondary);font-size:.72rem;font-weight:700}.model-lab-thinking button{border:1px solid var(--border-color);border-radius:99px;background:transparent;color:var(--text-secondary);padding:5px 12px;cursor:pointer;font:inherit;font-size:.72rem;font-weight:650}.model-lab-thinking button.enabled{border-color:#ffffff8c;background:#ffffff17;color:#f0f0f4}.model-lab-thinking button:disabled{opacity:.55;cursor:default}.model-lab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:18px}@media(max-width:520px){.model-lab-grid{grid-template-columns:1fr}}.model-lab-card{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:14px;background:#101012;overflow:hidden}.model-lab-card>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px}.model-lab-card>header strong{display:block;font-size:.86rem}.model-lab-card>header small{color:var(--text-secondary);font-size:.68rem}.model-lab-status{flex-shrink:0;padding:3px 10px;border-radius:99px;background:#ffffff12;color:#b4b4bc;font-size:.66rem;font-weight:750;white-space:nowrap}.model-lab-status.complete{background:#4ade8024;color:#4ade80}.model-lab-status.streaming{background:#60a5fa24;color:#93c5fd}.model-lab-status.error{background:#f8717124;color:#f87171}.model-lab-preview{position:relative;height:min(640px,62vh);background:#fff}.model-lab-preview iframe{width:100%;height:100%;border:0;display:block}.model-lab-placeholder,.model-lab-error{display:flex;align-items:center;justify-content:center;gap:10px;height:100%;background:#101012;color:var(--text-secondary);font-size:.85rem}.model-lab-error{color:#f87171;padding:0 20px;text-align:center}.model-lab-card>footer{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:10px 14px;border-top:1px solid var(--border-color);color:var(--text-secondary);font-size:.7rem;font-variant-numeric:tabular-nums}.model-lab-actions{display:flex;gap:8px;margin-left:auto}.model-lab-actions button{border:1px solid var(--border-color);border-radius:8px;background:transparent;color:#d4d4d8;padding:5px 10px;cursor:pointer;font:inherit;font-size:.68rem;font-weight:700}.model-lab-actions button:hover:not(:disabled){background:#ffffff14}.model-lab-actions button:disabled{opacity:.6;cursor:default}.model-lab-save-error{margin-top:16px;padding:12px 16px;border:1px solid rgba(255,68,68,.35);border-radius:12px;background:#320a0ae6;color:#ffb4b4;font-size:.85rem}.model-lab-expand{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;flex-direction:column;background:#0a0a0c}.model-lab-expand>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 18px;border-bottom:1px solid var(--border-color)}.model-lab-expand iframe{flex:1;width:100%;border:0;background:#fff}.share-modal-safety-note{display:flex;flex-direction:column;gap:4px;margin-top:14px;padding:12px 13px;border-radius:11px;background:#ffd7000e;color:#8f8f95;font-size:.7rem;line-height:1.45}.share-modal-safety-note strong{color:#f7e9a0}.journey-remix-permission{display:grid;gap:10px;margin:14px 0;border:1px solid rgba(167,157,255,.2);border-radius:14px;background:radial-gradient(circle at 100% 0,rgba(139,124,255,.1),transparent 42%),#ffffff06;padding:13px 14px}.journey-remix-permission legend{color:#8b8796;padding:0 6px;font-size:.58rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.journey-remix-permission label{display:grid;min-height:44px;align-items:start;gap:11px;cursor:pointer;grid-template-columns:20px minmax(0,1fr)}.journey-remix-permission input{width:20px;height:20px;margin:1px 0 0;accent-color:#d8ff67;cursor:pointer}.journey-remix-permission label>span{display:grid;min-width:0;gap:3px}.journey-remix-permission strong{color:#f4f4f7;font-size:.75rem;line-height:1.35}.journey-remix-permission small{color:#85838f;font-size:.65rem;line-height:1.5}.journey-remix-permission>p{margin:0 0 0 31px;color:#777581;font-size:.61rem;line-height:1.45}.journey-remix-permission>p.is-pending{color:#d9d1ff}.journey-remix-permission input:focus-visible{outline:3px solid #a79dff;outline-offset:3px}.journey-remix-permission:disabled{opacity:.62}.journey-remix-permission:disabled label,.journey-remix-permission:disabled input{cursor:wait}.share-modal-revoke-button{margin-top:15px;border:0;background:transparent;color:#ff9c9c;padding:5px 0;cursor:pointer;font:inherit;font-size:.7rem;font-weight:750;text-decoration:underline;text-underline-offset:4px}.share-modal-revoke-button:disabled{opacity:.45;cursor:wait}.share-modal-revoke-confirm{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;padding-top:15px;border-top:1px solid var(--border-color)}.share-modal-revoke-confirm p{margin:0;color:#ffb4b4;font-size:.72rem;font-weight:750}.share-modal-revoke-confirm>div{display:flex;gap:7px}.share-modal-revoke-confirm button{border:1px solid var(--border-color);border-radius:8px;background:transparent;color:#d4d4d8;padding:8px 10px;cursor:pointer;font:inherit;font-size:.65rem;font-weight:750}.share-modal-revoke-confirm button.danger{border-color:#ff5a5a59;background:#640a0a6b;color:#ffb4b4}.share-modal-revoke-confirm button:disabled{opacity:.45;cursor:wait}.share-modal-create-state{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:15px}.share-modal-link-illustration{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,215,0,.22);border-radius:14px;background:#ffd70014;color:var(--accent-gold);font-size:1.3rem}.share-modal-create-state>div:nth-child(2){min-width:0}.share-modal-create-state strong{color:#fff;font-size:.82rem}.share-modal-create-state p{margin:5px 0 0;color:#7f7f87;font-size:.7rem;line-height:1.45}.share-modal-create-button{grid-column:1 / -1;width:100%;min-height:44px;margin-top:2px;background:var(--accent-gold)}.share-modal-busy-status{margin:12px 0 0;color:#8f8f95;font-size:.68rem;text-align:center}@media(max-width:900px){.shared-dream-header{grid-template-columns:1fr auto;gap:12px 18px}.shared-dream-heading{grid-column:1 / -1;grid-row:2;text-align:left}.shared-dream-heading p{justify-content:flex-start}.shared-dream-remix-button{grid-column:2;grid-row:1}}@media(max-width:600px){.shared-dream-header{min-height:auto;padding:12px 14px 14px}.shared-dream-brand span:last-child{display:none}.shared-dream-heading h1{font-size:1.1rem}.shared-dream-heading p span:last-child,.shared-dream-heading p span:nth-last-child(2){display:none}.shared-dream-remix-button{min-height:40px;padding:8px 13px;font-size:.7rem}.shared-dream-stage{padding:10px}.shared-dream-preview-toolbar{align-items:flex-start}.shared-dream-preview-toolbar>div:first-child>div{display:none}.shared-dream-view .device-controls{margin-left:auto}.shared-dream-view .device-controls button{min-width:60px}.shared-dream-preview-canvas{padding:8px;border-radius:16px}.shared-dream-preview-frame{min-height:360px}.share-modal-overlay{align-items:flex-end;padding:10px}.share-dream-modal{max-height:calc(100dvh - 20px);border-radius:22px}.share-modal-header{padding:21px 20px 17px}.share-modal-body{padding:18px 20px 22px}.share-modal-link-field>div{flex-direction:column}.share-modal-link-field button{min-height:42px}.share-modal-revoke-confirm{align-items:stretch;flex-direction:column}.share-modal-revoke-confirm>div{justify-content:flex-end}}.featured-designs{display:flex;flex-direction:column;gap:12px;width:100%;max-width:940px;margin:0 auto}.featured-frame{position:relative;overflow:hidden;border:1px solid var(--border-color);border-radius:18px;background:#fff;box-shadow:0 40px 90px -50px #000000e6}.featured-frame iframe{display:block;width:100%;height:min(58vh,520px);border:0;background:#fff}.featured-designs figcaption{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.featured-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.featured-meta strong{font-size:.9rem;letter-spacing:-.01em}.featured-meta span{color:var(--text-secondary);font-size:.72rem;font-weight:650}.featured-remix{flex-shrink:0;border:1px solid var(--border-color);border-radius:99px;background:transparent;color:#f0f0f4;padding:8px 16px;cursor:pointer;font:inherit;font-size:.76rem;font-weight:750}.featured-remix:hover{background:#ffffff14}.featured-picker{display:flex;justify-content:center;gap:7px}.featured-picker button{width:28px;height:5px;border:0;border-radius:99px;background:#ffffff38;cursor:pointer;padding:0}.featured-picker button.active{background:var(--accent-gold)}@media(max-width:640px){.featured-frame iframe{height:46vh}}.share-feature-toggle{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:12px 13px;border:1px solid rgba(255,215,0,.28);border-radius:11px;background:#ffd7000d;cursor:pointer}.share-feature-toggle input{margin-top:2px;accent-color:var(--accent-gold)}.share-feature-toggle span{display:flex;flex-direction:column;gap:3px}.share-feature-toggle strong{color:#f0f0f4;font-size:.76rem;font-weight:800}.share-feature-toggle small{color:var(--text-secondary);font-size:.68rem;line-height:1.4}.api-keys-modal{width:min(680px,100%)}.api-agent-launchpad{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px 14px;margin:16px 0 18px;border:1px solid rgba(139,124,255,.22);border-radius:15px;background:radial-gradient(circle at 0 0,rgba(139,124,255,.13),transparent 42%),#8b7cff09;padding:15px}.api-agent-mark{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(139,124,255,.27);border-radius:13px;background:#8b7cff1c;color:#b9b1ff;font-size:1.25rem}.api-agent-launchpad small{color:#8e84e7;font-size:.58rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.api-agent-launchpad h3{margin:4px 0 5px;color:#f2f2f5;font-size:.88rem}.api-agent-launchpad p{margin:0;color:#85858f;font-size:.68rem;line-height:1.48}.api-agent-launchpad ol{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:1px 0 0;padding:0;list-style:none}.api-agent-launchpad li{display:flex;align-items:center;gap:7px;min-width:0;border:1px solid rgba(255,255,255,.075);border-radius:9px;background:#ffffff06;color:#a1a1aa;padding:8px;font-size:.61rem;font-weight:720}.api-agent-launchpad li span{display:grid;width:20px;height:20px;flex:0 0 auto;place-items:center;border-radius:7px;background:#8b7cff21;color:#bfb8ff;font-family:JetBrains Mono,monospace;font-size:.56rem}.api-key-reveal{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding:13px;border:1px solid rgba(255,215,0,.35);border-radius:12px;background:#ffd7000f}.api-key-reveal strong{color:var(--accent-gold);font-size:.74rem;font-weight:800}.api-key-reveal>div{display:flex;gap:8px}.api-key-reveal input{min-width:0;flex:1;border:1px solid var(--border-color);border-radius:9px;background:#111113;color:#d4d4d8;padding:9px 11px;font-family:JetBrains Mono,monospace;font-size:.68rem}.api-key-reveal button{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:9px;background:#fff;color:#050505;padding:8px 13px;cursor:pointer;font:inherit;font-size:.7rem;font-weight:800}.api-key-reveal>.api-agent-command{align-items:stretch;margin-top:3px;border-top:1px solid rgba(255,215,0,.14);padding-top:10px}.api-agent-command code{min-width:0;flex:1;overflow-wrap:anywhere;border:1px solid var(--border-color);border-radius:9px;background:#111113;color:#bdbdc5;padding:10px 11px;font-family:JetBrains Mono,monospace;font-size:.62rem;line-height:1.45}.api-key-list{display:flex;flex-direction:column;gap:8px;margin:18px 0 4px}.api-key-empty{color:var(--text-secondary);font-size:.78rem;margin:18px 0 4px}.api-key-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border-color);border-radius:11px}.api-key-row strong{display:block;font-size:.78rem}.api-key-row small{color:var(--text-secondary);font-size:.66rem}.api-key-row button{flex-shrink:0;border:1px solid var(--border-color);border-radius:8px;background:transparent;color:#f87171;padding:6px 11px;cursor:pointer;font:inherit;font-size:.68rem;font-weight:700}.api-key-example{overflow-x:auto;margin:16px 0 0;padding:12px;border:1px solid var(--border-color);border-radius:11px;background:#0e0e10;color:#9a9aa4;font-family:JetBrains Mono,monospace;font-size:.64rem;line-height:1.55}.api-direct-example{margin-top:16px;border-top:1px solid var(--border-color);padding-top:13px}.api-direct-example summary{width:fit-content;color:#8d8d97;cursor:pointer;font-size:.68rem;font-weight:750}.api-direct-example[open] summary{color:#d0d0d5}.api-direct-example .api-key-example{margin-top:11px}@media(max-width:768px){.device-controls{display:none}.comparison-grid{grid-template-columns:1fr}.modal-overlay.share-modal-overlay{align-items:flex-end;padding:0}.share-dream-modal{width:100%;max-height:88dvh;border-radius:22px 22px 0 0;padding-bottom:max(18px,env(safe-area-inset-bottom))}.featured-frame iframe{height:52vh}.project-card-directions{grid-template-columns:1fr 1fr}.api-key-example{font-size:.6rem}.api-agent-launchpad ol{grid-template-columns:1fr}.api-key-reveal>.api-agent-command{flex-direction:column}.api-agent-command button{min-height:44px;justify-content:center}.api-keys-modal input{font-size:1rem}}@media(max-width:768px)and (pointer:coarse){.studio-close-button{width:44px;height:44px}.studio-direction-chips button,.share-visibility-picker button,.api-key-row button,.model-lab-picker button,.screen-suggestions button,.flow-new-collection-button{min-height:44px;padding-top:10px;padding-bottom:10px}.studio-toolbar-actions button,.screen-menu button{min-height:44px}.featured-picker button{height:12px}}@media(max-height:520px)and (pointer:coarse){.device-controls{display:none}.studio-toolbar{grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:8px;min-height:64px;overflow:visible;padding:8px 10px}.studio-toolbar-project{width:100%;min-width:0}.studio-toolbar-actions{grid-column:auto;display:flex;flex-wrap:nowrap;justify-content:flex-end;width:auto}.studio-close-button{width:44px;height:44px}.studio-direction-chips button,.studio-toolbar-actions>button,.studio-command-menu>summary{min-height:44px}.studio-command-popover{position:fixed;top:calc(var(--nav-height) + 64px);right:10px;bottom:calc(var(--app-bottom-inset) + 8px);left:auto;width:min(330px,calc(100vw - 20px));max-height:none}}.publishing-inbox-overlay{z-index:5700;align-items:stretch;justify-content:flex-end;padding:12px;background:radial-gradient(circle at 88% 8%,rgba(216,255,103,.08),transparent 28%),#000000c2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.publishing-inbox{width:min(680px,100%);height:100%;display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:radial-gradient(circle at 92% 0,rgba(216,255,103,.055),transparent 32%),#0b0b0d;box-shadow:-34px 0 110px #000000a8}.publishing-inbox-header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;border-bottom:1px solid rgba(255,255,255,.08);padding:25px 26px 21px}.publishing-inbox-header h2{margin:6px 0 8px;color:#f7f7f8;font-size:clamp(1.55rem,4vw,2rem);letter-spacing:-.045em}.publishing-inbox-header p{max-width:500px;margin:0;color:#8d8d97;font-size:.76rem;line-height:1.55}.publishing-inbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 26px}.publishing-inbox-filters{display:inline-flex;gap:4px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#08080a;padding:4px}.publishing-inbox-filters button,.publishing-refresh-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;background:transparent;color:#85858f;padding:8px 11px;cursor:pointer;font:inherit;font-size:.68rem;font-weight:800}.publishing-inbox-filters button.active{background:#ffffff13;color:#f5f5f6}.publishing-inbox-filters button>span{min-width:20px;border-radius:99px;background:#ffffff14;color:#c8c8cd;padding:2px 6px;font-size:.58rem;font-variant-numeric:tabular-nums}.publishing-refresh-button{border:1px solid rgba(255,255,255,.09)}.publishing-inbox-filters button:hover,.publishing-refresh-button:hover:not(:disabled){color:#fff}.publishing-inbox-filters button:focus-visible,.publishing-refresh-button:focus-visible,.publishing-activity-actions button:focus-visible,.publishing-activity-actions a:focus-visible,.publishing-inbox-empty button:focus-visible{outline:2px solid #d8ff67;outline-offset:2px}.publishing-refresh-button:disabled{opacity:.45;cursor:wait}.publishing-inbox-error{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 26px 13px;border:1px solid rgba(251,113,133,.28);border-radius:11px;background:#7f1d1d33;color:#fecdd3;padding:10px 12px;font-size:.7rem;line-height:1.45}.publishing-inbox-error button{flex:0 0 auto;border:0;background:transparent;color:#fff;cursor:pointer;font:inherit;font-weight:850}.publishing-inbox-content{overflow-y:auto;overscroll-behavior:contain;padding:2px 26px 24px;scrollbar-gutter:stable}.publishing-inbox-loading,.publishing-inbox-empty{min-height:360px;display:grid;align-content:center;justify-items:center;text-align:center}.publishing-inbox-loading>span{width:34px;height:34px;margin-bottom:15px;border:2px solid rgba(255,255,255,.1);border-top-color:#d8ff67;border-radius:50%;animation:publishing-inbox-spin .8s linear infinite}@keyframes publishing-inbox-spin{to{transform:rotate(360deg)}}.publishing-inbox-loading strong,.publishing-inbox-empty h3{margin:0;color:#f2f2f4;font-size:1rem}.publishing-inbox-loading p,.publishing-inbox-empty p{max-width:390px;margin:8px 0 0;color:#777781;font-size:.72rem;line-height:1.55}.publishing-inbox-empty>span{width:48px;height:48px;display:grid;place-items:center;margin-bottom:14px;border:1px solid rgba(216,255,103,.22);border-radius:50%;background:#d8ff670f;color:#d8ff67;font-size:1.15rem}.publishing-inbox-empty button{min-height:42px;margin-top:18px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#ffffff0b;color:#fff;padding:9px 13px;cursor:pointer;font:inherit;font-size:.7rem;font-weight:800}.publishing-activity-list{display:grid;gap:11px;margin:0;padding:0;list-style:none}.publishing-activity-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#ffffff06;padding:16px}.publishing-activity-card:before{position:absolute;inset:0 auto 0 0;width:3px;background:#777782;content:""}.publishing-activity-card.is-unread{border-color:#d8ff6730;background:#d8ff6706}.publishing-activity-card.is-rejected:before{background:#fb923c}.publishing-activity-card.is-approved:before{background:#6ee7b7}.publishing-activity-card.is-pending:before{background:#f8c75c}.publishing-activity-status{display:flex;align-items:center;gap:7px;margin-bottom:12px}.publishing-activity-status>span{width:8px;height:8px;border-radius:50%;background:#777782}.is-rejected .publishing-activity-status>span{background:#fb923c}.is-approved .publishing-activity-status>span{background:#6ee7b7}.is-pending .publishing-activity-status>span{background:#f8c75c}.publishing-activity-status strong{color:#d8d8dd;font-size:.69rem}.publishing-activity-status small{border-radius:99px;background:#d8ff67;color:#111308;padding:2px 6px;font-size:.54rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.publishing-activity-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.publishing-activity-heading>div{min-width:0}.publishing-activity-heading h3{margin:0;overflow-wrap:anywhere;color:#f3f3f5;font-size:.94rem;letter-spacing:-.02em}.publishing-activity-heading p{margin:5px 0 0;color:#777781;font-size:.63rem}.publishing-activity-heading>span{flex:0 0 auto;border:1px solid rgba(255,255,255,.09);border-radius:99px;color:#85858e;padding:4px 7px;font-size:.54rem;font-weight:800;text-transform:capitalize}.publishing-activity-description{margin:12px 0 0;color:#9a9aa3;font-size:.7rem;line-height:1.5}.publishing-curator-note{margin:13px 0 0;border:1px solid rgba(251,146,60,.19);border-radius:11px;background:#fb923c0b;padding:11px 12px}.publishing-curator-note strong{color:#fdba74;font-size:.62rem}.publishing-curator-note p{margin:5px 0 0;overflow-wrap:anywhere;color:#c8c8ce;font-size:.7rem;line-height:1.55;white-space:pre-wrap}.publishing-activity-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.publishing-activity-actions button,.publishing-activity-actions a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:transparent;color:#d7d7dc;padding:9px 12px;cursor:pointer;font:inherit;font-size:.66rem;font-weight:850;text-decoration:none}.publishing-activity-actions .primary{border-color:#eefbc9;background:#edfbc4;color:#111308}.publishing-activity-actions button:hover:not(:disabled),.publishing-activity-actions a:hover:not([aria-disabled=true]){border-color:#ffffff4d}.publishing-activity-actions button:disabled{opacity:.48;cursor:wait}.publishing-inbox-footer{border-top:1px solid rgba(255,255,255,.075);color:#666670;padding:13px 26px max(13px,env(safe-area-inset-bottom));font-size:.61rem;line-height:1.45}@media(prefers-reduced-motion:no-preference){.publishing-inbox-overlay{animation:publishing-inbox-fade .18s ease-out backwards}.publishing-inbox{animation:publishing-inbox-enter .3s var(--motion-out) backwards}}@keyframes publishing-inbox-fade{0%{opacity:0}}@keyframes publishing-inbox-enter{0%{opacity:0;transform:translate(22px) scale(.99)}}@media(max-width:680px){.publishing-inbox-overlay{align-items:flex-end;padding:0}.publishing-inbox{width:100%;height:min(92dvh,860px);border-right:0;border-bottom:0;border-left:0;border-radius:24px 24px 0 0}.publishing-inbox-header{padding:20px 18px 16px}.publishing-inbox-toolbar{align-items:stretch;flex-direction:column;padding:12px 18px}.publishing-inbox-filters{display:grid;grid-template-columns:1fr 1fr}.publishing-inbox-filters button,.publishing-refresh-button{min-height:44px}.publishing-inbox-content{padding:2px 18px 18px}.publishing-inbox-error{margin-inline:18px}.publishing-activity-actions{align-items:stretch;flex-direction:column}.publishing-activity-actions button,.publishing-activity-actions a{min-height:48px;width:100%}.publishing-inbox-footer{padding-inline:18px}}.community-curator{--curator-bg: #060708;--curator-panel: #0a0b0d;--curator-panel-raised: #101114;--curator-line: rgba(255, 255, 255, .09);--curator-line-strong: rgba(255, 255, 255, .16);--curator-copy: #f3f3f0;--curator-muted: #98989f;--curator-dim: #696971;--curator-gold: var(--hero-gold);position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;isolation:isolate;display:flex;width:100%;height:100vh;height:100dvh;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 76% -18%,rgba(242,207,69,.08),transparent 32%),radial-gradient(circle at 0 100%,rgba(83,92,118,.07),transparent 28%),var(--curator-bg);color:var(--curator-copy);font-variant-numeric:tabular-nums}.community-curator button,.community-curator textarea{font:inherit}.community-curator-ambient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.community-curator-ambient:before{content:"";position:absolute;top:-180px;right:9%;width:520px;height:340px;border:1px solid rgba(242,207,69,.08);border-radius:50%;opacity:.6;transform:rotate(-8deg)}.community-curator-header{position:relative;z-index:2;display:flex;min-height:calc(72px + env(safe-area-inset-top));flex:0 0 auto;align-items:center;justify-content:space-between;gap:24px;padding:max(12px,env(safe-area-inset-top)) max(22px,env(safe-area-inset-right)) 12px max(22px,env(safe-area-inset-left));border-bottom:1px solid var(--curator-line);background:#060708d6;box-shadow:0 12px 38px #0000002e;backdrop-filter:blur(24px) saturate(125%);-webkit-backdrop-filter:blur(24px) saturate(125%)}.community-curator-brand,.community-curator-header-actions{display:flex;min-width:0;align-items:center}.community-curator-brand{gap:13px}.community-curator-header-actions{gap:9px}.community-curator-brand-mark{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid rgba(242,207,69,.36);border-radius:12px;background:linear-gradient(145deg,#f2cf452e,#f2cf4509),#0d0e10;box-shadow:inset 0 1px #ffffff1f,0 10px 30px #00000059;color:#f7dc6b;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700}.community-curator-brand>div{min-width:0}.community-curator-brand .eyebrow{display:block;margin-bottom:3px;color:#88888f;font-size:.57rem;letter-spacing:.15em}.community-curator-brand h1{margin:0;overflow:hidden;color:#fafaf8;font-size:.97rem;font-weight:720;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.community-curator-refresh,.community-curator-close,.community-curator-back,.community-curator-queue-state button,.community-curator-preview-state button{border:1px solid var(--curator-line-strong);background:#ffffff06;color:#d7d7da;cursor:pointer;font-weight:700}.community-curator-refresh{min-height:38px;border-radius:10px;padding:8px 13px;font-size:.68rem}.community-curator-close{display:grid;width:38px;height:38px;padding:0;place-items:center;border-radius:11px;font-size:1.25rem;font-weight:400;line-height:1}.community-curator-refresh:disabled{opacity:.48;cursor:wait}.community-curator-shell{position:relative;z-index:1;display:grid;min-height:0;flex:1;grid-template-columns:clamp(300px,22vw,340px) minmax(0,1fr);overflow:hidden}.community-curator-queue{display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;border-right:1px solid var(--curator-line);background:linear-gradient(180deg,rgba(255,255,255,.022),transparent 22%),#08090be0}.community-curator-queue-heading{display:flex;min-height:86px;flex:0 0 auto;align-items:flex-end;justify-content:space-between;gap:12px;padding:20px 18px 15px;border-bottom:1px solid var(--curator-line)}.community-curator-queue-heading>div{display:flex;align-items:center;gap:9px;color:#e5e5e3;font-size:.73rem;font-weight:760}.community-curator-queue-heading strong{display:grid;min-width:24px;height:24px;padding:0 7px;place-items:center;border:1px solid rgba(242,207,69,.2);border-radius:999px;background:#f2cf4512;color:#ebd777;font-size:.62rem}.community-curator-queue-heading p{margin:0;color:var(--curator-dim);font-size:.59rem;line-height:1.4;text-align:right}.community-curator-list{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding:9px;scrollbar-color:rgba(255,255,255,.16) transparent;scrollbar-width:thin}.community-curator-card{position:relative;display:grid;width:100%;min-height:104px;grid-template-columns:3px minmax(0,1fr) auto;align-items:center;gap:12px;overflow:hidden;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--curator-copy);padding:13px 11px;cursor:pointer;text-align:left;transition:border-color .18s ease,background-color .18s ease,transform .18s var(--motion-out)}.community-curator-card+.community-curator-card{margin-top:3px}.community-curator-card-accent{width:3px;height:52px;border-radius:999px;opacity:.76;box-shadow:0 0 18px #ffffff14}.community-curator-card-copy{display:block;min-width:0}.community-curator-card-meta{display:flex;align-items:center;gap:7px;overflow:hidden;color:#77777f;font-size:.56rem;font-weight:720;letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.community-curator-card-meta i{width:2px;height:2px;flex:0 0 2px;border-radius:50%;background:#606067}.community-curator-card-copy>strong,.community-curator-card-copy>span:not(.community-curator-card-meta),.community-curator-card-copy>small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-curator-card-copy>strong{margin-top:8px;color:#efefed;font-size:.79rem;font-weight:740;letter-spacing:-.01em}.community-curator-card-copy>span:not(.community-curator-card-meta){margin-top:4px;color:#a0a0a6;font-size:.64rem}.community-curator-card-copy>small{margin-top:7px;color:#65656d;font-size:.58rem}.community-curator-card-arrow{color:#595960;font-size:1rem;transition:color .18s ease,transform .18s var(--motion-out)}.community-curator-card.is-active{border-color:#f2cf4538;background:linear-gradient(90deg,#f2cf4513,#ffffff06 58%),#0e0f11;box-shadow:inset 0 1px #ffffff09}.community-curator-card.is-active .community-curator-card-arrow{color:#e7d36e;transform:translate(2px)}.community-curator-queue-state{display:flex;min-height:0;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px;color:var(--curator-muted);font-size:.72rem;line-height:1.55;text-align:center}.community-curator-queue-state>span:not(.community-curator-spinner){display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(112,219,149,.25);border-radius:50%;background:#70db9512;color:#8ee1aa}.community-curator-queue-state strong{color:#e3e3e1;font-size:.76rem}.community-curator-queue-state p{max-width:220px;margin:0;color:#777780}.community-curator-queue-state button,.community-curator-preview-state button{min-height:36px;margin-top:3px;border-radius:9px;padding:7px 12px;font-size:.66rem}.community-curator-spinner{display:block;width:17px;height:17px;border:2px solid rgba(255,255,255,.16);border-top-color:var(--curator-gold);border-radius:50%;animation:community-curator-spin .75s linear infinite}.community-curator-detail{display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 82% 0,rgba(242,207,69,.035),transparent 28%),#08090b}.community-curator-detail-empty{display:flex;min-height:0;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.community-curator-detail-empty>span{display:grid;width:52px;height:52px;place-items:center;border:1px solid var(--curator-line-strong);border-radius:16px;background:#ffffff06;color:#77777d;font-size:1.05rem}.community-curator-detail-empty h2{margin:18px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2vw,2rem);font-weight:400;letter-spacing:-.025em}.community-curator-detail-empty p{max-width:360px;margin:0;color:var(--curator-muted);font-size:.78rem;line-height:1.6}.community-curator-detail-header{flex:0 0 auto;padding:21px 24px 17px}.community-curator-back{display:none}.community-curator-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(24px,4vw,64px)}.community-curator-title-row>div:first-child{min-width:0;max-width:710px}.community-curator-category{display:inline-flex;align-items:center;gap:7px;color:#a3a3a9;font-size:.59rem;font-weight:780;letter-spacing:.1em;text-transform:uppercase}.community-curator-category i{display:block;width:7px;height:7px;border-radius:50%;box-shadow:0 0 14px currentColor}.community-curator-title-row h2{margin:8px 0 6px;color:#f7f7f4;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.25vw,2.45rem);font-weight:400;letter-spacing:-.035em;line-height:1.08}.community-curator-title-row p{display:-webkit-box;max-width:660px;overflow:hidden;margin:0;color:#96969d;font-size:.72rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.community-curator-facts{display:grid;min-width:min(340px,34vw);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:5px 0 0}.community-curator-facts div{min-width:0}.community-curator-facts dt{margin-bottom:6px;color:#65656d;font-size:.52rem;font-weight:780;letter-spacing:.095em;text-transform:uppercase}.community-curator-facts dd{overflow:hidden;margin:0;color:#c2c2c5;font-size:.63rem;font-weight:660;line-height:1.35;text-overflow:ellipsis}.community-curator-progress{display:flex;align-items:flex-end;gap:16px;margin-top:16px}.community-curator-progress>div:first-child{display:flex;min-width:190px;align-items:baseline;justify-content:space-between;gap:12px}.community-curator-progress>div:first-child span{color:#75757d;font-size:.57rem;font-weight:730;letter-spacing:.075em;text-transform:uppercase}.community-curator-progress>div:first-child strong{color:#c8c8ca;font-size:.6rem}.community-curator-progress-track{height:3px;flex:1;overflow:hidden;border-radius:999px;background:#ffffff16}.community-curator-progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#aa9140,#f2cf45);box-shadow:0 0 12px #f2cf454d;transition:width .35s var(--motion-out)}.community-curator-review{display:grid;min-height:0;flex:1;grid-template-columns:minmax(158px,188px) minmax(0,1fr);gap:13px;padding:0 24px 18px}.community-curator-screens{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:4px;scrollbar-color:rgba(255,255,255,.15) transparent;scrollbar-width:thin}.community-curator-screens button{display:grid;width:100%;min-height:48px;grid-template-columns:25px minmax(0,1fr) 18px;align-items:center;gap:8px;border:1px solid transparent;border-radius:10px;background:transparent;color:#8e8e95;padding:7px 9px;cursor:pointer;text-align:left;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.community-curator-screens button+button{margin-top:3px}.community-curator-screens button>span{display:grid;width:25px;height:25px;place-items:center;border:1px solid rgba(255,255,255,.105);border-radius:8px;color:#74747b;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.56rem}.community-curator-screens button strong{overflow:hidden;font-size:.64rem;font-weight:680;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.community-curator-screens button i{color:#76ce94;font-size:.62rem;font-style:normal;text-align:center}.community-curator-screens button.is-active{border-color:#f2cf4533;background:#f2cf450e;color:#f0e4ac}.community-curator-screens button.is-active>span{border-color:#f2cf4552;background:#f2cf451a;color:#f3dc71}.community-curator-stage{display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#121316;box-shadow:0 24px 60px #00000059,inset 0 1px #ffffff09}.community-curator-stage-bar{display:flex;min-height:42px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px;border-bottom:1px solid rgba(0,0,0,.3);color:#898991;font-size:.57rem}.community-curator-stage-bar>div{display:flex;min-width:0;align-items:center;gap:8px}.community-curator-stage-bar strong{overflow:hidden;color:#c9c9cc;font-size:.63rem;text-overflow:ellipsis;white-space:nowrap}.community-curator-stage-dot{width:7px;height:7px;flex:0 0 7px;border:1px solid rgba(242,207,69,.5);border-radius:50%;background:#f2cf452e}.community-curator-preview{position:relative;min-height:0;flex:1;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px #0000000a;isolation:isolate}.community-curator-preview iframe{display:block;width:100%;height:100%;border:0;background:#fff}.community-curator-preview-state{display:flex;width:100%;height:100%;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#f7f7f5;color:#55565c;padding:28px;font-size:.74rem;line-height:1.5;text-align:center}.community-curator-preview-state strong{color:#222327}.community-curator-preview-state p{max-width:360px;margin:0}.community-curator-preview-state button{border-color:#00000029;background:#fff;color:#24252a}.community-curator-preview-state .community-curator-spinner{border-color:#00000024;border-top-color:#8f7731}.community-curator-decisions{display:flex;min-height:74px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:24px;padding:12px max(24px,env(safe-area-inset-right)) 12px max(24px,env(safe-area-inset-left));border-top:1px solid var(--curator-line);background:#08090bf0;box-shadow:0 -16px 42px #00000029;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.community-curator-decisions>div:first-child{min-width:0}.community-curator-decisions>div:first-child span,.community-curator-decisions>div:first-child small{display:block}.community-curator-decisions>div:first-child span{color:#c7c7ca;font-size:.66rem;font-weight:680}.community-curator-decisions>div:first-child small{margin-top:4px;color:#696971;font-size:.57rem;line-height:1.4}.community-curator-decisions>div:last-child{display:flex;flex:0 0 auto;gap:9px}.community-curator-reject,.community-curator-approve{min-height:42px;border-radius:10px;padding:9px 15px;cursor:pointer;font-size:.66rem;font-weight:780}.community-curator-reject{border:1px solid rgba(255,135,135,.23);background:#ff60600b;color:#efb0b0}.community-curator-approve{border:1px solid #ead15a;background:linear-gradient(180deg,#f6dd70,#dfbd36);box-shadow:inset 0 1px #ffffff73,0 9px 24px #ab891d26;color:#17150c}.community-curator-approve:disabled{border-color:#ffffff17;background:#ffffff0d;box-shadow:none;color:#5f5f65;cursor:not-allowed}.community-curator-gate{position:relative;z-index:1;display:flex;min-height:0;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:36px max(20px,env(safe-area-inset-left));text-align:center}.community-curator-gate-mark{display:grid;width:52px;height:52px;margin-bottom:22px;place-items:center;border:1px solid rgba(242,207,69,.26);border-radius:17px;background:#f2cf4511;color:#dec75d;box-shadow:0 20px 60px #00000059}.community-curator-gate .eyebrow{color:#8d7c3d;font-size:.59rem}.community-curator-gate h2{max-width:620px;margin:14px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:400;letter-spacing:-.045em;line-height:1.05}.community-curator-gate p{max-width:500px;margin:0 0 24px;color:var(--curator-muted);font-size:.78rem;line-height:1.6}.community-curator-gate .auth-btn{min-height:42px;border-radius:10px;padding:9px 16px}.community-curator-gate-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.community-curator-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:max(20px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));background:#000000c7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.community-curator-dialog{width:min(100%,540px);max-height:calc(100dvh - 40px);overflow-y:auto;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.04),transparent 38%),#101114;box-shadow:0 32px 100px #000000a6;padding:clamp(24px,4vw,36px);animation:community-curator-dialog-in .24s var(--motion-out) both}.community-curator-dialog-icon{display:grid;width:42px;height:42px;margin-bottom:22px;place-items:center;border:1px solid var(--curator-line-strong);border-radius:13px;background:#ffffff0a;font-size:.9rem}.community-curator-dialog-icon.is-approved{border-color:#70db954d;background:#70db9512;color:#8fe1ab}.community-curator-dialog-icon.is-rejected{border-color:#ff7e7e47;background:#ff5f5f11;color:#f0aaaa}.community-curator-dialog .eyebrow{color:#96813d;font-size:.58rem}.community-curator-dialog h2{margin:10px 0;color:#f7f7f5;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,3vw,2rem);font-weight:400;letter-spacing:-.035em;line-height:1.15}.community-curator-dialog>p{margin:0;color:#9b9ba1;font-size:.75rem;line-height:1.65}.community-curator-reason{display:block;margin-top:22px}.community-curator-reason>span{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:#c9c9cb;font-size:.66rem;font-weight:720}.community-curator-reason small{color:#6f6f77;font-size:.57rem;font-weight:600}.community-curator-reason textarea{width:100%;min-height:124px;resize:vertical;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:#090a0c;color:#eeeeec;padding:12px 13px;font-size:.75rem;line-height:1.55}.community-curator-reason textarea::placeholder{color:#66666e}.community-curator-reason textarea:disabled{opacity:.55}.community-curator-dialog-error{margin-top:12px!important;border:1px solid rgba(255,104,104,.22);border-radius:9px;background:#5a12124d;color:#ffb0b0!important;padding:9px 10px;font-size:.67rem!important}.community-curator-dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:25px;padding-top:18px;border-top:1px solid var(--curator-line)}.community-curator-dialog-actions .auth-btn{min-height:42px;border-radius:10px;padding:9px 14px}.community-curator-dialog-actions .auth-btn.danger{border-color:#ff787873;background:#d75252;color:#fff}.community-curator-dialog-actions .auth-btn:disabled{opacity:.45;cursor:not-allowed}.community-curator :where(button,textarea):focus-visible{outline:2px solid #f3d761;outline-offset:3px}@media(hover:hover)and (pointer:fine){.community-curator-refresh:hover:not(:disabled),.community-curator-close:hover,.community-curator-back:hover,.community-curator-queue-state button:hover,.community-curator-preview-state button:hover{border-color:#ffffff47;background:#ffffff13;color:#fff}.community-curator-card:hover:not(.is-active){border-color:#ffffff14;background:#ffffff06;transform:translate(2px)}.community-curator-screens button:hover:not(.is-active){background:#ffffff08;color:#d0d0d3}.community-curator-reject:hover{border-color:#ff87876b;background:#ff606017;color:#ffd0d0}.community-curator-approve:hover:not(:disabled){background:linear-gradient(180deg,#fae584,#e7c542);transform:translateY(-1px)}.community-curator-dialog-actions .auth-btn.danger:hover:not(:disabled){background:#e45e5e}}@keyframes community-curator-spin{to{transform:rotate(360deg)}}@keyframes community-curator-dialog-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1040px)and (min-width:761px){.community-curator-shell{grid-template-columns:300px minmax(0,1fr)}.community-curator-title-row{display:block}.community-curator-facts{min-width:0;max-width:480px;margin-top:15px}.community-curator-title-row p{max-width:580px}.community-curator-review{grid-template-columns:148px minmax(0,1fr)}}@media(max-width:760px){.community-curator-header{min-height:calc(64px + env(safe-area-inset-top));gap:10px;padding:max(10px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) 10px max(12px,env(safe-area-inset-left))}.community-curator-brand{gap:9px}.community-curator-brand-mark{width:36px;height:36px;flex-basis:36px;border-radius:11px}.community-curator-brand .eyebrow{display:none}.community-curator-brand h1{font-size:.86rem}.community-curator-header-actions{gap:7px}.community-curator-refresh,.community-curator-close{min-height:44px}.community-curator-refresh{padding:9px 11px}.community-curator-close{width:44px;height:44px}.community-curator-shell{display:block;overflow:hidden}.community-curator-queue,.community-curator-detail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;transition:opacity .24s ease,transform .3s var(--motion-out),visibility 0s linear .3s}.community-curator-queue{transform:translate(0);visibility:visible}.community-curator-detail{overflow-y:auto;overflow-anchor:none;overscroll-behavior:contain;opacity:0;transform:translate(8%);visibility:hidden}.community-curator-shell.is-detail-open .community-curator-queue{opacity:0;pointer-events:none;transform:translate(-8%);visibility:hidden}.community-curator-shell.is-detail-open .community-curator-detail{opacity:1;pointer-events:auto;transform:translate(0);visibility:visible;transition-delay:0s}.community-curator-queue-heading{min-height:78px;padding:18px max(16px,env(safe-area-inset-right)) 14px max(16px,env(safe-area-inset-left))}.community-curator-list{padding:10px max(10px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}.community-curator-card{min-height:112px;padding:14px 12px}.community-curator-card-arrow{color:#8a8a91}.community-curator-detail-header{flex:0 0 auto;padding:14px max(16px,env(safe-area-inset-right)) 17px max(16px,env(safe-area-inset-left))}.community-curator-back{display:inline-flex;min-height:44px;align-items:center;border-radius:10px;margin-bottom:17px;padding:8px 12px;font-size:.66rem}.community-curator-title-row{display:block}.community-curator-title-row h2{margin-top:7px;font-size:clamp(1.55rem,8vw,2.05rem)}.community-curator-title-row p{display:block;font-size:.7rem;-webkit-line-clamp:unset}.community-curator-facts{width:100%;min-width:0;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid var(--curator-line)}.community-curator-facts dd{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.community-curator-progress{display:block;margin-top:15px}.community-curator-progress>div:first-child{width:100%}.community-curator-progress-track{margin-top:9px}.community-curator-review{display:flex;min-height:min(610px,66dvh);flex:0 0 auto;flex-direction:column;gap:10px;padding:0 max(12px,env(safe-area-inset-right)) 14px max(12px,env(safe-area-inset-left))}.community-curator-screens{display:flex;min-height:auto;flex:0 0 auto;gap:6px;overflow-x:auto;overflow-y:hidden;padding:3px 2px 7px;scroll-snap-type:x proximity}.community-curator-screens button{width:auto;min-width:140px;min-height:44px;flex:0 0 auto;grid-template-columns:25px minmax(0,1fr) 16px;scroll-snap-align:start}.community-curator-screens button+button{margin:0}.community-curator-stage{min-height:430px;flex:1;border-radius:12px}.community-curator-stage-bar{padding-right:10px;padding-left:10px}.community-curator-decisions{position:sticky;bottom:0;z-index:3;display:block;min-height:0;padding:10px max(12px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.community-curator-decisions>div:first-child{margin-bottom:9px;padding:0 2px}.community-curator-decisions>div:first-child small{display:none}.community-curator-decisions>div:last-child{width:100%;gap:8px}.community-curator-reject,.community-curator-approve{min-width:0;min-height:44px;flex:1;padding:9px 10px}.community-curator-detail-empty{min-height:100%;padding:32px max(24px,env(safe-area-inset-right)) max(32px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left))}.community-curator-dialog-backdrop{align-items:flex-end;padding:max(12px,env(safe-area-inset-top)) 0 0}.community-curator-dialog{width:100%;max-height:calc(100dvh - max(12px,env(safe-area-inset-top)));border-right:0;border-bottom:0;border-left:0;border-radius:22px 22px 0 0;padding:24px max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}.community-curator-dialog-icon{margin-bottom:17px}.community-curator-reason textarea{min-height:116px;font-size:1rem}.community-curator-dialog-actions{position:sticky;bottom:calc(0px - max(18px,env(safe-area-inset-bottom)));margin-right:calc(0px - max(18px,env(safe-area-inset-right)));margin-left:calc(0px - max(18px,env(safe-area-inset-left)));padding:13px max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));background:#101114}.community-curator-dialog-actions .auth-btn{min-height:44px;flex:1}}@media(max-width:420px){.community-curator-refresh{overflow:hidden;max-width:68px;font-size:0;white-space:nowrap}.community-curator-refresh:after{content:"Refresh";font-size:.65rem}.community-curator-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.community-curator-facts div:last-child{display:none}.community-curator-decisions>div:first-child span{font-size:.6rem}.community-curator-reject,.community-curator-approve{font-size:.61rem}.community-curator-dialog-actions{flex-direction:column-reverse}}@media(prefers-reduced-motion:reduce){.community-curator *,.community-curator *:before,.community-curator *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.community-curator-spinner{animation:none}}.journey-engagement-summary{margin:15px 0;border:1px solid rgba(167,157,255,.18);border-radius:16px;background:radial-gradient(circle at 100% 0,rgba(139,124,255,.1),transparent 34%),#ffffff06;box-shadow:inset 0 1px #ffffff06;padding:14px}.journey-engagement-summary-header{display:flex;min-width:0;align-items:flex-end;justify-content:space-between;gap:16px}.journey-engagement-summary-header>div{display:grid;min-width:0;gap:3px}.journey-engagement-summary-header .eyebrow{color:#a9a0ff;font-size:.54rem;letter-spacing:.13em}.journey-engagement-summary-header strong{color:#f4f4f7;font-size:.76rem;letter-spacing:-.01em}.journey-engagement-summary-header>small{flex:0 0 auto;color:#72717b;font-size:.58rem;white-space:nowrap}.journey-engagement-stats{display:grid;overflow:hidden;margin:12px 0 0;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#03030552;grid-template-columns:repeat(3,minmax(0,1fr))}.journey-engagement-stats>div{display:grid;min-width:0;gap:4px;padding:11px 13px}.journey-engagement-stats>div+div{border-left:1px solid rgba(255,255,255,.07)}.journey-engagement-stats dt{color:#777681;font-size:.53rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.journey-engagement-stats dd{margin:0;color:#fff;font-size:1.18rem;font-variant-numeric:tabular-nums;font-weight:830;letter-spacing:-.04em;line-height:1}.journey-engagement-summary>p{margin:9px 1px 0;color:#696873;font-size:.57rem;line-height:1.45}@media(max-width:520px){.journey-engagement-summary-header{align-items:flex-start;flex-direction:column;gap:5px}.journey-engagement-summary-header>small{white-space:normal}}@media(max-width:400px){.journey-engagement-stats{grid-template-columns:minmax(0,1fr)}.journey-engagement-stats>div{display:flex;min-height:43px;align-items:center;justify-content:space-between;gap:12px}.journey-engagement-stats>div+div{border-top:1px solid rgba(255,255,255,.07);border-left:0}}.shared-journey-completion{box-sizing:border-box;display:grid;min-width:0;max-width:980px;flex:1 0 100%;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;margin:3px auto 0;border:1px solid rgba(167,157,255,.28);border-radius:18px;background:radial-gradient(circle at 0 0,rgba(139,124,255,.18),transparent 35%),linear-gradient(135deg,#15141dfa,#0b0b0ffa);box-shadow:0 18px 54px #00000057,inset 0 1px #ffffff0a;padding:13px 14px;color:#f7f7fa;text-align:left}.shared-journey-completion-mark{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(216,255,103,.24);border-radius:14px;background:#d8ff6717;color:#d8ff67;box-shadow:inset 0 1px #ffffff0d}.shared-journey-completion-mark svg{width:18px;height:18px}.shared-journey-completion-copy{display:grid;min-width:0;gap:3px}.shared-journey-completion-copy .eyebrow{color:#aba3ff;font-size:.55rem;letter-spacing:.13em}.shared-journey-completion-copy strong{color:#fff;font-size:.78rem;letter-spacing:-.01em;line-height:1.3}.shared-journey-completion-copy>span:not(.eyebrow):not(.shared-journey-completion-error){color:#96949f;font-size:.65rem;line-height:1.45}.shared-journey-completion-error{margin-top:5px;border-left:2px solid #fb7185;color:#fecdd3;padding-left:8px;font-size:.65rem;line-height:1.45}.shared-journey-controls .shared-journey-completion-action{display:inline-flex;min-width:196px;min-height:48px;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#f7f5ff;color:#17151d;padding:0 18px;cursor:pointer;font:inherit;font-size:.69rem;font-weight:880;line-height:1.2;white-space:nowrap}.shared-journey-controls .shared-journey-completion-action svg{width:16px;height:16px;flex:0 0 auto}.shared-journey-controls .shared-journey-completion-action:focus-visible{outline:3px solid #d8ff67;outline-offset:3px}.shared-journey-controls .shared-journey-completion-action:disabled{cursor:wait;opacity:.68}.shared-journey-controls .shared-journey-completion-action:hover:not(:disabled){color:#17151d}@media(hover:hover)and (pointer:fine){.shared-journey-controls .shared-journey-completion-action:hover:not(:disabled){border-color:#fff;background:#fff;color:#17151d;box-shadow:0 10px 30px #a79dff2e;transform:translateY(-1px)}}@media(prefers-reduced-motion:no-preference){.shared-journey-completion{animation:sharedJourneyCompletionIn .42s var(--motion-out) backwards}.shared-journey-controls .shared-journey-completion-action{transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.shared-journey-completion-mark svg{animation:sharedJourneyCompletionSpark 1.8s ease-in-out .3s both}}@keyframes sharedJourneyCompletionIn{0%{opacity:0;transform:translateY(9px)}}@keyframes sharedJourneyCompletionSpark{0%,to{transform:rotate(0) scale(1)}45%{transform:rotate(7deg) scale(1.1)}}@media(max-width:680px){.shared-journey-completion{grid-template-columns:40px minmax(0,1fr);gap:10px 12px;border-radius:16px;padding:12px max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.shared-journey-completion-mark{width:40px;height:40px;border-radius:12px}.shared-journey-completion-copy strong{font-size:.74rem}.shared-journey-controls .shared-journey-completion-action{width:100%;min-width:0;min-height:48px;grid-column:1 / -1}}@media(max-width:360px){.shared-journey-completion{grid-template-columns:minmax(0,1fr)}.shared-journey-completion-mark{display:none}}@media(prefers-reduced-motion:reduce){.shared-journey-completion,.shared-journey-controls .shared-journey-completion-action,.shared-journey-completion-mark svg,.shared-journey-controls .shared-journey-completion-action .spin-icon{animation:none;transition:none}}@media(max-width:760px),(max-height:520px)and (pointer:coarse){:root{--nav-height: calc(64px + env(safe-area-inset-top)) ;--app-bottom-inset: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))}.nav-container{padding:env(safe-area-inset-top) max(14px,env(safe-area-inset-right)) 0 max(14px,env(safe-area-inset-left))}.desktop-primary-nav{display:none}.mobile-primary-nav{position:fixed;right:0;bottom:0;left:0;z-index:95;min-height:var(--app-bottom-inset);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:5px;padding:6px max(10px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(10px,env(safe-area-inset-left));border-top:1px solid rgba(255,255,255,.1);background:#070709f0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-primary-nav button{min-width:0;min-height:56px;flex-direction:column;gap:3px;padding:6px;border-radius:13px;font-size:.66rem;line-height:1}.mobile-primary-nav button svg{width:19px;height:19px}.mobile-primary-nav button.active{background:#ffffff13}.account-menu-trigger{max-width:min(168px,44vw)}.account-menu-trigger.is-conversion{min-width:82px}.account-popover{top:calc(100% + 7px);width:min(350px,calc(100vw - 20px));max-height:calc(100dvh - var(--nav-height) - 16px)}.app-footer{display:none}.immersive-app.focus-shell{--nav-height: env(safe-area-inset-top);--app-bottom-inset: env(safe-area-inset-bottom)}.app-nav.dimmed,.app-nav.dimmed:hover,.app-nav.dimmed:focus-within{opacity:0;pointer-events:none;visibility:hidden}}@media(max-width:380px){.nav-logo>span:last-child{display:none}.account-menu-trigger{max-width:58vw}}:root{--flow-violet: #8b7cff;--flow-violet-soft: rgba(139, 124, 255, .14);--flow-mint: #6ee7b7;--flow-warm: #ffd84a;--flow-panel: rgba(12, 12, 16, .92)}.journey-board{position:relative;isolation:isolate;overflow:hidden;margin:22px 0 0;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:radial-gradient(circle at 86% 0%,rgba(139,124,255,.16),transparent 32%),radial-gradient(circle at 8% 100%,rgba(255,216,74,.08),transparent 28%),linear-gradient(145deg,#121217f5,#070709f7);box-shadow:0 30px 90px #0000005c;padding:clamp(22px,3vw,36px)}.journey-board:focus{outline:none}.journey-board:focus-visible{outline:2px solid rgba(216,255,103,.55);outline-offset:5px}.journey-board:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 75%);mask-image:linear-gradient(to bottom,#000,transparent 75%)}.journey-board-header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:28px}.journey-board-header h2{max-width:720px;margin:7px 0 8px;color:#fff;font-size:clamp(1.55rem,3vw,2.45rem);letter-spacing:-.055em;line-height:1}.journey-board-header p{max-width:640px;margin:0;color:#8f8f9a;font-size:.84rem;line-height:1.55}.prototype-workspace-summary{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0}.prototype-workspace-summary>div{min-width:116px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#ffffff06;padding:8px 10px}.prototype-workspace-summary>div:last-child{min-width:min(250px,100%)}.prototype-workspace-summary dt{color:#62626c;font-size:.52rem;font-weight:820;letter-spacing:.09em;text-transform:uppercase}.prototype-workspace-summary dd{overflow:hidden;margin:4px 0 0;color:#d0d0d6;font-size:.64rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.journey-play-button{min-height:46px;border:0;border-radius:999px;background:var(--flow-warm);color:#11100b;padding:0 19px;cursor:pointer;font:inherit;font-size:.73rem;font-weight:850;letter-spacing:-.01em;transition:transform .28s var(--motion-out),filter .2s ease,opacity .2s ease}.journey-play-button{display:inline-flex;flex:0 0 auto;align-items:center;gap:9px}.journey-board-header-actions{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-end;gap:8px}.prototype-share-button,.prototype-more-menu>summary{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff09;color:#c8c8cf;padding:0 15px;cursor:pointer;font:inherit;font-size:.68rem;font-weight:820}.prototype-share-button:hover,.prototype-more-menu>summary:hover,.prototype-more-menu>summary:focus-visible,.prototype-more-menu[open]>summary{border-color:#ffffff47;background:#ffffff12;color:#fff}.prototype-share-button:focus-visible,.prototype-more-menu>summary:focus-visible{outline:2px solid var(--flow-warm);outline-offset:3px}.prototype-more-menu{position:relative;z-index:12}.prototype-more-menu>summary{list-style:none}.prototype-more-menu>summary::-webkit-details-marker{display:none}.prototype-more-menu>summary span{color:#74747c;font-size:.58rem}.prototype-more-menu>div{position:absolute;top:calc(100% + 9px);right:0;z-index:20;width:min(300px,calc(100vw - 32px));overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:#0d0d11fb;box-shadow:0 24px 64px #0009;padding:7px}.prototype-more-menu>div>span{display:block;padding:9px 10px 7px;color:#74747e;font-size:.52rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.prototype-more-menu>div>button{width:100%;min-height:56px;display:block;border:0;border-radius:10px;background:transparent;color:#e5e5e9;padding:9px 10px;cursor:pointer;font:inherit;text-align:left}.prototype-more-menu>div>button:hover:not(:disabled),.prototype-more-menu>div>button:focus-visible{background:#fff1}.prototype-more-menu>div>button:focus-visible{outline:2px solid var(--flow-warm);outline-offset:-2px}.prototype-more-menu>div>button:disabled{cursor:not-allowed;opacity:.4}.prototype-more-menu button strong,.prototype-more-menu button small{display:block}.prototype-more-menu button strong{font-size:.7rem}.prototype-more-menu button small{margin-top:3px;color:#767680;font-size:.59rem}.journey-setup-progress progress{width:100%;height:6px;overflow:hidden;border:0;border-radius:999px;background:#ffffff14}.journey-setup-progress progress::-webkit-progress-bar{background:#ffffff14}.journey-setup-progress progress::-webkit-progress-value{background:linear-gradient(90deg,var(--flow-violet),var(--flow-mint))}.journey-setup-progress progress::-moz-progress-bar{background:linear-gradient(90deg,var(--flow-violet),var(--flow-mint))}.journey-play-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-2px)}.journey-play-button:disabled{cursor:not-allowed;opacity:.42}.journey-board-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}.journey-board-list[data-count="1"]{grid-template-columns:minmax(0,min(440px,100%))}.journey-board-list[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-board-item{position:relative;min-width:0}.journey-board-item:nth-child(3n) .journey-board-connector{display:none}.journey-board-connector{position:absolute;z-index:3;top:50%;right:-13px;display:grid;width:26px;height:26px;place-items:center;border:1px solid rgba(139,124,255,.38);border-radius:50%;background:#111016;color:#b5acff;font-size:0;transform:translateY(-50%)}.journey-board-connector:after{content:"→";font-size:.75rem}.journey-screen-card{position:relative;display:flex;min-height:310px;height:100%;flex-direction:column;overflow:visible;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#08080bd1;box-shadow:0 16px 40px #0000002e;padding:18px;transition:border-color .22s ease,transform .35s var(--motion-out),box-shadow .35s ease}.journey-screen-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}.journey-screen-card:hover{border-color:#8b7cff57;box-shadow:0 22px 54px #0000004d;transform:translateY(-3px)}.journey-screen-card.is-start{border-color:#ffd84a57;background:linear-gradient(145deg,rgba(255,216,74,.055),transparent 42%),#08080be0}.journey-screen-card-header{display:flex;align-items:flex-start;gap:12px}.journey-screen-position{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#ffffff0b;color:#8a8a95;font-family:JetBrains Mono,monospace;font-size:.64rem}.journey-screen-heading{min-width:0}.journey-screen-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.journey-screen-heading h3{overflow:hidden;margin:2px 0 0;color:#fff;font-size:1rem;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.journey-screen-heading>p{display:-webkit-box;overflow:hidden;margin:8px 0 0;color:#74747e;font-size:.69rem;line-height:1.48;-webkit-box-orient:vertical;-webkit-line-clamp:3}.journey-screen-thumbnail{position:relative;overflow:hidden;height:128px;margin-top:14px;border:1px solid rgba(255,255,255,.085);border-radius:12px;background:linear-gradient(135deg,#8b7cff14,#ffffff06),#111116}.journey-screen-thumbnail:after{content:"";position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 1px #ffffff06}.journey-screen-thumbnail iframe{width:400%;height:400%;border:0;background:#fff;pointer-events:none;transform:scale(.25);transform-origin:top left}.journey-screen-thumbnail>span{display:grid;height:100%;place-items:center;color:#65656e;font-size:.6rem}.journey-start-badge{border:1px solid rgba(255,216,74,.28);border-radius:999px;background:#ffd84a17;color:#f8dc71;padding:3px 7px;font-size:.55rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.journey-screen-meta{display:grid;grid-template-columns:1.1fr .75fr 1.3fr;gap:5px;margin:auto 0 0;padding:18px 0 13px}.journey-screen-meta>div{min-width:0;border-left:1px solid rgba(255,255,255,.08);padding-left:9px}.journey-screen-meta>div:first-child{border-left:0;padding-left:0}.journey-screen-meta dt{margin-bottom:5px;color:#5f5f68;font-size:.53rem;font-weight:750;text-transform:uppercase;letter-spacing:.09em}.journey-screen-meta dd{display:flex;align-items:center;gap:5px;overflow:hidden;margin:0;color:#c3c3ca;font-size:.62rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.prototype-screen-status{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;margin:auto 0 0;padding:16px 0 13px}.prototype-screen-status>span{display:flex;min-width:0;align-items:center;gap:6px;overflow:hidden;color:#8a8a94;font-size:.61rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.prototype-screen-status>span:last-child{justify-content:flex-end;color:#aaa5c8;text-align:right}.prototype-screen-status>span:last-child.is-connected{color:#85cbb4}.journey-state-dot{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#777}.journey-state-dot-ready{background:var(--flow-mint);box-shadow:0 0 10px #6ee7b773}.journey-state-dot-building{background:#93c5fd;animation:journeyPulse 1.3s ease-in-out infinite}.journey-state-dot-attention{background:#fb7185}.journey-stale-note{margin:0 0 12px;border:1px solid rgba(251,191,36,.18);border-radius:9px;background:#fbbf240e;color:#d2b76d;padding:8px 9px;font-size:.61rem;line-height:1.4}.journey-screen-actions{display:flex;flex-wrap:wrap;gap:6px;padding-top:12px;border-top:1px solid rgba(255,255,255,.075)}.journey-screen-actions button,.journey-manage-section button,.journey-player-toolbar-actions button,.shared-journey-controls button{min-height:34px;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:#ffffff09;color:#bdbdc5;padding:0 10px;cursor:pointer;font:inherit;font-size:.61rem;font-weight:720}.journey-screen-actions>button:first-child{border-color:#8b7cff4d;background:var(--flow-violet-soft);color:#d3ceff}.journey-screen-actions>button:first-child{flex:1}.prototype-screen-menu{position:relative;margin-left:auto}.prototype-screen-menu>summary{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:#ffffff09;color:#a8a8b0;padding:0 9px;cursor:pointer;font-size:.6rem;font-weight:750;list-style:none}.prototype-screen-menu>summary::-webkit-details-marker{display:none}.prototype-screen-menu>summary span{color:#666670;font-size:.52rem}.prototype-screen-menu[open]>summary,.prototype-screen-menu>summary:hover,.prototype-screen-menu>summary:focus-visible{border-color:#ffffff42;color:#fff}.prototype-screen-menu>summary:focus-visible{outline:2px solid var(--flow-violet);outline-offset:2px}.prototype-screen-menu>div{position:absolute;right:0;bottom:calc(100% + 7px);z-index:15;width:210px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#0f0f13fb;box-shadow:0 18px 44px #00000094;padding:6px}.journey-screen-actions .prototype-screen-menu>div>button{width:100%;min-height:42px;display:block;border:0;background:transparent;padding:7px 9px;text-align:left}.journey-screen-actions .prototype-screen-menu>div>button:hover:not(:disabled),.journey-screen-actions .prototype-screen-menu>div>button:focus-visible{background:#ffffff12}.journey-screen-actions .prototype-screen-menu>div>button:focus-visible{outline:2px solid var(--flow-violet);outline-offset:-2px}.journey-screen-actions button:hover:not(:disabled),.journey-manage-section button:hover:not(:disabled),.shared-journey-controls button:hover:not(:disabled){border-color:#ffffff47;color:#fff}.journey-screen-actions button:disabled,.journey-manage-section button:disabled,.journey-player-toolbar-actions button:disabled,.shared-journey-controls button:disabled{cursor:not-allowed;opacity:.35}.journey-board-empty{padding:40px;text-align:center;color:#888893}.journey-board-empty h3{margin:0 0 8px;color:#fff}.identity-directions-disclosure{margin-top:18px;border-top:1px solid rgba(255,255,255,.08);padding-top:14px}.identity-directions-disclosure summary{width:fit-content;color:#777780;cursor:pointer;font-size:.67rem;font-weight:700}.identity-directions-disclosure[open] summary{margin-bottom:16px;color:#b7b7be}.journey-manage-modal{max-width:590px}.journey-manage-body{display:grid;gap:0}.journey-manage-section{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.075);padding:17px 0}.journey-manage-section:first-child{padding-top:0}.journey-manage-section:last-child{border-bottom:0;padding-bottom:0}.journey-manage-section>div:first-child{grid-column:1}.journey-manage-section h3{margin:0;color:#f5f5f7;font-size:.79rem}.journey-manage-section p{margin:5px 0 0;color:#74747e;font-size:.65rem;line-height:1.45}.journey-manage-section .listing-price-field{grid-column:1 / -1}.journey-manage-save{grid-column:2;grid-row:1}.journey-manage-button-row{display:flex;justify-content:flex-end;gap:7px}.journey-manage-danger h3{color:#ffb5b5}.journey-manage-section button.danger{border-color:#f8717145;background:#7f1d1d26;color:#fca5a5}.journey-remove-confirmation{grid-column:1 / -1;border:1px solid rgba(248,113,113,.2);border-radius:12px;background:#7f1d1d1f;padding:12px}.journey-connect-overlay{z-index:4200}.journey-connect-modal{width:min(1180px,100%);max-height:min(880px,calc(100dvh - 34px));overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:#0b0b0e;box-shadow:0 40px 120px #000000b3}.journey-connect-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);padding:21px 24px 18px}.journey-connect-header h2{margin:5px 0 6px;color:#fff;font-size:1.25rem;letter-spacing:-.035em}.journey-connect-header p{margin:0;color:#777780;font-size:.68rem}.journey-connect-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);min-height:0;height:min(690px,calc(100dvh - 144px))}.journey-connect-preview{display:flex;min-height:0;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);padding:19px}.journey-connect-section-heading{display:flex;align-items:flex-start;gap:10px}.journey-connect-section-heading>span{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:8px;background:var(--flow-violet-soft);color:#c5beff;font-size:.62rem;font-weight:850}.journey-connect-section-heading h3{margin:1px 0 3px;color:#eeeef2;font-size:.78rem}.journey-connect-section-heading p{margin:0;color:#686872;font-size:.61rem}.journey-connect-preview-frame{flex:1;overflow:hidden;min-height:320px;margin-top:14px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#151519;padding:8px}.journey-connect-preview-frame iframe{width:100%;height:100%;border:0;border-radius:11px;background:#fff}.journey-connect-settings{display:flex;min-height:0;flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.journey-selected-action{display:flex;align-items:center;gap:10px;min-height:70px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#ffffff06;padding:12px}.journey-selected-action>div{min-width:0;flex:1}.journey-selected-action small{display:block;color:#70707a;font-size:.56rem;text-transform:uppercase}.journey-selected-action strong{display:block;overflow:hidden;margin-top:4px;color:#fff;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.journey-selected-action p{margin:0;color:#777780;font-size:.64rem;line-height:1.45}.journey-selected-action button{border:0;background:transparent;color:#aaa2ff;cursor:pointer;font:inherit;font-size:.62rem;font-weight:750}.journey-selected-check{color:var(--flow-mint)}.journey-connect-settings .listing-price-field select{width:100%;min-height:43px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#111116;color:#fff;padding:0 11px;font:inherit;font-size:.71rem}.journey-connect-explanation{display:flex;gap:10px;border:1px solid rgba(139,124,255,.16);border-radius:12px;background:#8b7cff0e;color:#85818f;padding:11px}.journey-connect-explanation p{margin:0;font-size:.62rem;line-height:1.5}.journey-connect-explanation strong{color:#c9c4ef}.journey-existing-connections{border-top:1px solid rgba(255,255,255,.08);padding-top:2px}.journey-existing-heading{display:flex;align-items:center;justify-content:space-between;margin:10px 0 7px}.journey-existing-heading h3{margin:0;color:#d8d8df;font-size:.65rem}.journey-existing-heading span{display:grid;min-width:19px;height:19px;place-items:center;border-radius:999px;background:#8b7cff1f;color:#aaa2ff;font-size:.56rem;font-weight:800}.journey-existing-connections ul{display:grid;gap:5px;margin:0;padding:0;list-style:none}.journey-existing-connections li{display:flex;align-items:center;gap:9px;border-radius:9px;background:#ffffff06;padding:8px 9px}.journey-existing-connections li>div{min-width:0;flex:1}.journey-existing-connections strong,.journey-existing-connections small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journey-existing-connections strong{color:#dedee4;font-size:.61rem}.journey-existing-connections small{margin-top:3px;color:#6f6f79;font-size:.55rem}.journey-existing-connections button{border:0;background:transparent;color:#a58c91;cursor:pointer;font:inherit;font-size:.55rem;font-weight:750}.journey-existing-connections button:hover{color:#ffadb9}.journey-existing-connections button:disabled{cursor:wait;opacity:.45}.journey-connect-save{width:100%;margin-top:auto}.journey-connect-unavailable{display:grid;height:100%;place-content:center;text-align:center;color:#85858f}.journey-connect-unavailable strong{color:#fff}.journey-connect-unavailable p{max-width:390px;font-size:.7rem;line-height:1.5}.journey-player-overlay{position:fixed;z-index:5200;top:0;right:0;bottom:0;left:0;background:#050506}.journey-player{display:grid;height:100dvh;grid-template-rows:auto minmax(0,1fr) auto}.journey-player-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;min-height:68px;border-bottom:1px solid rgba(255,255,255,.085);background:#09090be6;padding:10px 16px}.journey-player-project{display:flex;align-items:center;gap:11px;min-width:0}.journey-player-project strong{display:block;overflow:hidden;color:#f4f4f6;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.journey-player-close{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:transparent;color:#d4d4d8;cursor:pointer;font:inherit;font-size:1.15rem}.journey-player-toolbar-actions{display:flex;justify-content:flex-end;gap:7px}.journey-player-stage{min-height:0;overflow:hidden;background:radial-gradient(circle at 50% 0,rgba(139,124,255,.1),transparent 38%),#08080a;padding:clamp(10px,2vw,24px)}.journey-player-frame,.shared-journey-frame{width:100%;height:100%;max-width:1480px;margin:auto;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:#fff;box-shadow:0 28px 90px #00000080;transition:max-width .35s var(--motion-out)}.journey-player-frame.device-tablet,.shared-journey-frame.device-tablet{max-width:840px}.journey-player-frame.device-mobile,.shared-journey-frame.device-mobile{max-width:430px}.journey-player-frame iframe,.shared-journey-frame iframe{display:block;width:100%;height:100%;border:0;background:#fff}.journey-player-footer{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,auto) minmax(220px,1fr);align-items:center;gap:18px;min-height:76px;border-top:1px solid rgba(255,255,255,.085);background:#09090b;padding:10px 16px max(10px,env(safe-area-inset-bottom))}.journey-player-progress{display:flex;align-items:center;gap:13px}.journey-player-progress strong{display:block;color:#fff;font-size:.72rem}.journey-player-progress span{display:block;margin-top:3px;color:#696972;font-size:.58rem}.journey-player-progress progress{width:min(150px,30vw);height:4px;accent-color:var(--flow-violet)}.journey-player-guidance{color:#85858e;font-size:.63rem;text-align:center}.journey-player-pulse{display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:var(--flow-mint);box-shadow:0 0 11px #6ee7b799}.journey-player-next{justify-self:end;min-height:44px;border:0;border-radius:999px;background:#f3f1ff;color:#111015;padding:0 17px;cursor:pointer;font:inherit;font-size:.68rem;font-weight:820}.journey-player-next span{color:#6a607c;font-weight:650}.journey-player-unavailable{display:grid;height:100%;place-content:center;text-align:center;background:#101014;color:#777780}.journey-player-unavailable span{color:#a59aff;font-size:2rem}.journey-player-unavailable h2{margin:12px 0 5px;color:#fff}.journey-player-unavailable p{max-width:430px;margin:0;font-size:.75rem;line-height:1.5}.shared-journey-view{position:fixed;z-index:3900;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#060607}.shared-journey-header{display:grid;grid-template-columns:minmax(170px,1fr) minmax(0,2fr) minmax(170px,1fr);align-items:center;gap:18px;min-height:78px;border-bottom:1px solid rgba(255,255,255,.085);background:#08080af0;padding:10px 18px}.shared-journey-heading{min-width:0;text-align:center}.shared-journey-heading h1{overflow:hidden;margin:4px 0 3px;color:#fff;font-size:1.05rem;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.shared-journey-heading p{margin:0;color:#777780;font-size:.62rem}.shared-journey-header-actions{justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:9px}.shared-journey-save-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#ffffff0b;color:#b9b9c2;cursor:pointer;font:inherit;font-size:.66rem;font-weight:850;white-space:nowrap}.shared-journey-save-button.is-saved{border-color:#d8ff674d;background:#d8ff6717;color:#e5ff9c}.shared-journey-save-button:disabled{cursor:wait;opacity:.5}.shared-journey-save-button:focus-visible{outline:3px solid var(--flow-warm);outline-offset:3px}.shared-journey-remix-button{min-height:40px;border:0;border-radius:999px;background:#f3f1ff;color:#111015;padding:0 15px;cursor:pointer;font:inherit;font-size:.67rem;font-weight:850;white-space:nowrap}.shared-journey-remix-button:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.shared-journey-remix-button:disabled{cursor:wait;opacity:.58}.shared-journey-remix-button:focus-visible{outline:3px solid var(--flow-warm);outline-offset:3px}.shared-journey-remix-error{position:fixed;z-index:3910;top:88px;left:50%;width:min(520px,calc(100vw - 28px));transform:translate(-50%);border:1px solid rgba(248,113,113,.35);border-radius:12px;background:#3e0e12f5;box-shadow:0 18px 50px #00000059;color:#fecaca;padding:10px 14px;font-size:.69rem;line-height:1.5;text-align:center}.shared-journey-stage{min-height:0;overflow:hidden;padding:12px}.shared-journey-player{display:grid;height:100%;grid-template-rows:auto minmax(0,1fr) auto;gap:9px}.shared-journey-progress{display:flex;justify-content:center;gap:5px}.shared-journey-progress i{width:20px;height:3px;border-radius:3px;background:#ffffff1f}.shared-journey-progress i.active{background:var(--flow-violet)}.shared-journey-controls{display:flex;justify-content:center;gap:8px}.shared-journey-controls .primary-pill-button{border:0;background:var(--flow-warm);color:#111}.shared-journey-state{display:grid;height:100%;place-content:center;justify-items:center;text-align:center}.shared-journey-state h2{margin:12px 0 7px;color:#fff}.shared-journey-state p{max-width:470px;margin:0 0 18px;color:#808089;font-size:.76rem;line-height:1.55}.shared-journey-state-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.shared-journey-state-actions button{min-height:42px;border:1px solid #fff;border-radius:999px;background:#fff;color:#111;padding:0 16px;cursor:pointer;font:inherit;font-size:.7rem;font-weight:800}.shared-journey-state-actions button.is-secondary{border-color:#ffffff2e;background:transparent;color:#e6e6eb}.shared-journey-state-actions button:focus-visible{outline:3px solid var(--flow-warm);outline-offset:3px}.journey-loading-mark{width:24px;height:24px;border:2px solid rgba(139,124,255,.25);border-top-color:#a99fff;border-radius:50%;animation:journeySpin .8s linear infinite}.journey-share-summary p{margin:4px 0 0;color:#787883;font-size:.62rem}.journey-share-update{width:100%}@keyframes journeyPulse{50%{opacity:.35;transform:scale(.8)}}@keyframes journeySpin{to{transform:rotate(360deg)}}@media(max-width:1120px){.journey-board-list{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-board-item:nth-child(3n) .journey-board-connector{display:grid}.journey-board-item:nth-child(2n) .journey-board-connector{display:none}.journey-connect-layout{grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr)}}@media(max-width:768px){.journey-board{border-radius:22px;padding:18px}.journey-board-header{align-items:stretch;flex-direction:column;gap:16px}.journey-board-header-actions{display:grid;grid-template-columns:1fr}.prototype-workspace-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.prototype-workspace-summary>div{min-width:0}.prototype-workspace-summary>div:last-child{min-width:0;grid-column:1 / -1}.prototype-share-button,.prototype-more-menu,.prototype-more-menu>summary{width:100%}.prototype-more-menu>div{right:0;left:0;width:auto}.journey-play-button{justify-content:center;width:100%}.journey-board-list,.journey-board-list[data-count="1"],.journey-board-list[data-count="2"]{grid-template-columns:1fr}.journey-board-connector,.journey-board-item:nth-child(2n) .journey-board-connector,.journey-board-item:nth-child(3n) .journey-board-connector{position:relative;top:auto;right:auto;display:grid;margin:7px auto -11px;transform:none}.journey-board-connector:after{content:"↓"}.journey-screen-card{min-height:280px}.prototype-screen-status{grid-template-columns:1fr}.prototype-screen-status>span:last-child{justify-content:flex-start;text-align:left}.journey-screen-actions>button:first-child,.prototype-screen-menu>summary{min-height:44px}.journey-manage-section{grid-template-columns:1fr}.journey-manage-save{grid-column:1;grid-row:auto}.journey-manage-section>button{width:100%}.journey-manage-button-row{justify-content:stretch}.journey-manage-button-row button{flex:1;min-height:44px}.journey-connect-overlay{align-items:flex-end;padding:0}.journey-connect-modal{max-height:94dvh;border-radius:22px 22px 0 0}.journey-connect-layout{display:block;height:calc(94dvh - 94px);overflow-y:auto}.journey-connect-preview{height:56dvh;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.journey-connect-settings{overflow:visible;padding-bottom:max(22px,env(safe-area-inset-bottom))}.journey-connect-save{position:sticky;bottom:0;min-height:48px}.journey-player-toolbar{grid-template-columns:minmax(0,1fr) auto}.journey-player-toolbar .device-controls{display:none}.journey-player-toolbar-actions button:last-child{display:none}.journey-player-stage{padding:7px}.journey-player-frame{border-radius:12px}.journey-player-footer{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:70px}.journey-player-guidance{display:none}.journey-player-progress progress{display:none}.journey-player-next{max-width:54vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-journey-header{grid-template-columns:auto minmax(0,1fr);min-height:64px;padding:8px 12px}.shared-journey-header-actions .device-controls{display:none}.shared-journey-header-actions{justify-self:end}.shared-journey-save-button{width:44px;min-width:44px;height:44px;padding:0;border-radius:13px}.shared-journey-save-button>span{display:none}.shared-journey-remix-button{position:fixed;z-index:3915;right:12px;bottom:max(12px,env(safe-area-inset-bottom));min-height:48px;box-shadow:0 14px 34px #00000073;padding-inline:19px}.shared-journey-remix-error{top:72px}.shared-journey-heading{text-align:right}.shared-journey-stage{padding:7px}.shared-journey-view.is-template .shared-journey-stage{padding-bottom:calc(67px + max(12px,env(safe-area-inset-bottom)))}.shared-journey-frame{border-radius:12px}.shared-journey-controls button{min-height:42px}}@media(prefers-reduced-motion:no-preference){.journey-board{animation:journeyBoardIn .62s var(--motion-out) backwards}.journey-board-item{animation:journeyCardIn .5s var(--motion-out) backwards}.journey-board-item:nth-child(2){animation-delay:.05s}.journey-board-item:nth-child(3){animation-delay:.1s}.journey-board-item:nth-child(4){animation-delay:.15s}.journey-board-item:nth-child(5){animation-delay:.2s}.journey-connect-modal{animation:journeyModalIn .42s var(--motion-out) backwards}@keyframes journeyBoardIn{0%{opacity:0;transform:translateY(16px) scale(.99)}}@keyframes journeyCardIn{0%{opacity:0;transform:translateY(12px)}}@keyframes journeyModalIn{0%{opacity:0;transform:translateY(18px) scale(.985)}}}@media(prefers-reduced-motion:reduce){.journey-state-dot-building,.journey-loading-mark{animation:none}.journey-screen-card,.journey-play-button,.journey-player-frame,.shared-journey-frame{transition:none}}.journey-setup-overlay{z-index:4150;align-items:center;overflow-y:auto;background:radial-gradient(circle at 50% 15%,rgba(109,214,180,.12),transparent 40%),#040406d6;padding:24px}.journey-setup-modal{width:min(760px,100%);max-height:min(880px,calc(100dvh - 48px));overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:27px;background:#0b0b0f;box-shadow:0 34px 120px #000000a6}.journey-setup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 12% 0,rgba(109,214,180,.1),transparent 42%),#ffffff04;padding:24px 25px 21px}.journey-setup-header>div{min-width:0}.journey-setup-header .eyebrow{color:#92d7c2}.journey-setup-header .eyebrow i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--flow-mint);box-shadow:0 0 14px var(--flow-mint)}.journey-setup-header h2{margin:7px 0;color:#f5f5f7;font-size:clamp(1.3rem,3vw,1.85rem);letter-spacing:-.045em}.journey-setup-header p{max-width:590px;margin:0;color:#85858f;font-size:.7rem;line-height:1.55}.journey-setup-body{max-height:calc(100dvh - 190px);overflow-y:auto;padding:22px 25px 25px}.journey-setup-progress{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.55fr);align-items:center;gap:20px;margin-bottom:14px}.journey-setup-progress span{display:block;color:#73737d;font-size:.57rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.journey-setup-progress strong{display:block;margin-top:4px;color:#ececf1;font-size:.76rem}.journey-setup-list{display:grid;gap:7px;margin:0;padding:0;list-style:none}.journey-setup-list li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-height:62px;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:#ffffff04;padding:9px 11px}.journey-setup-list li.is-current{border-color:#8b7cff57;background:#8b7cff0e}.journey-setup-list li.is-complete{border-color:#6dd6b424}.journey-setup-list li.is-reconnect{border-color:#fbbf2433}.journey-setup-list li.is-blocked{opacity:.72}.journey-setup-step-mark{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#ffffff0b;color:#777780;font-size:.58rem;font-weight:850}.is-current .journey-setup-step-mark{background:#8b7cff26;color:#c1baff}.is-complete .journey-setup-step-mark{background:#6dd6b41a;color:var(--flow-mint)}.journey-setup-list small,.journey-setup-next small,.journey-setup-finish small{display:block;color:#716a9e;font-size:.52rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.journey-setup-list strong{display:block;margin-top:3px;color:#e9e9ed;font-size:.7rem}.journey-setup-list strong span{color:#777781;padding:0 3px}.journey-setup-step-status{color:#6f6f78;font-size:.55rem;font-weight:760}.is-complete .journey-setup-step-status{color:#82bbaa}.is-reconnect .journey-setup-step-status{color:#c3a85f}.journey-setup-next,.journey-setup-finish{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:15px;border:1px solid rgba(139,124,255,.23);border-radius:16px;background:linear-gradient(100deg,#8b7cff16,#8b7cff06),#ffffff03;padding:15px}.journey-setup-next.is-reconnect{border-color:#fbbf2433;background:#fbbf240b}.journey-setup-next.is-blocked{border-color:#ffffff1a;background:#ffffff06}.journey-setup-finish{border-color:#6dd6b43b;background:#6dd6b40e}.journey-setup-next-icon,.journey-setup-finish>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#8b7cff1f;color:#bdb5ff;font-weight:850}.journey-setup-finish>span{background:#6dd6b41c;color:var(--flow-mint)}.journey-setup-next h3,.journey-setup-finish h3{margin:4px 0;color:#f1f1f4;font-size:.83rem}.journey-setup-next p,.journey-setup-finish p{margin:0;color:#797983;font-size:.61rem;line-height:1.48}.journey-setup-next>button,.journey-setup-finish-actions button,.journey-setup-empty button{min-height:42px;border:1px solid rgba(139,124,255,.3);border-radius:10px;background:#8b7cff1f;color:#d0cbff;cursor:pointer;font:inherit;font-size:.61rem;font-weight:820;padding:0 14px}.journey-setup-finish-actions{display:flex;align-items:stretch;gap:7px}.journey-setup-finish-actions button{border-color:#6dd6b440;background:#6dd6b41a;color:#b8eadb}.journey-setup-finish-actions button:last-child{border-color:#ffd84a3d;background:#ffd84a13;color:#ecd86f}.journey-setup-finish-actions button:disabled{cursor:wait;opacity:.55}.journey-setup-next>button:hover,.journey-setup-finish-actions button:hover,.journey-setup-empty button:hover{border-color:#ffffff4d;color:#fff}.journey-setup-safety{margin:13px 0 0;color:#62626b;font-size:.57rem;line-height:1.5;text-align:center}.journey-setup-empty{display:grid;min-height:320px;place-content:center;justify-items:center;text-align:center}.journey-setup-empty>span{color:#a89eff;font-size:2rem}.journey-setup-empty h3{margin:12px 0 6px;color:#f1f1f4;font-size:1rem}.journey-setup-empty p{max-width:430px;margin:0 0 18px;color:#7b7b85;font-size:.68rem;line-height:1.55}.quick-flow-overlay{z-index:5350;align-items:center;overflow-y:auto;background:radial-gradient(circle at 50% 15%,rgba(139,124,255,.16),transparent 38%),#040406d1;padding:24px}.quick-flow-modal{width:min(760px,100%);max-height:min(880px,calc(100dvh - 48px));overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:27px;background:#0b0b0f;box-shadow:0 34px 120px #0000009e}.quick-flow-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 12% 0,rgba(142,126,255,.13),transparent 40%),#ffffff04;padding:24px 25px 21px}.quick-flow-header>div{min-width:0}.quick-flow-header .eyebrow{color:#a69cff}.quick-flow-header .eyebrow i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--flow-violet);box-shadow:0 0 14px var(--flow-violet)}.quick-flow-header h2{margin:7px 0;color:#f5f5f7;font-size:clamp(1.3rem,3vw,1.85rem);letter-spacing:-.045em}.quick-flow-header p{max-width:590px;margin:0;color:#85858f;font-size:.7rem;line-height:1.55}.quick-flow-review,.quick-flow-run{max-height:calc(100dvh - 190px);overflow-y:auto;padding:22px 25px 25px}.quick-flow-review-intro,.quick-flow-progress-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}.quick-flow-review-intro span,.quick-flow-progress-summary span{display:block;color:#73737d;font-size:.57rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.quick-flow-review-intro strong,.quick-flow-progress-summary strong{display:block;margin-top:4px;color:#ececf1;font-size:.76rem}.quick-flow-review-intro>small{color:#6d6d77;font-size:.58rem}.quick-flow-review-list,.quick-flow-run-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.quick-flow-review-list>li{display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:#ffffff05;padding:4px 8px 4px 4px;transition:border-color .2s ease,background .2s ease,transform .2s ease}.quick-flow-review-list>li.is-selected{border-color:#8b7cff59;background:#8b7cff0e}.quick-flow-review-list>li:focus-within{border-color:#a99fff99}.quick-flow-candidate-main{min-width:0;flex:1}.quick-flow-review-list label{display:flex;min-width:0;align-items:flex-start;gap:12px;cursor:pointer;padding:12px}.quick-flow-review-list input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.quick-flow-check{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:transparent;font-size:.65rem;transition:background .2s ease,color .2s ease,border-color .2s ease}.is-selected .quick-flow-check{border-color:var(--flow-violet);background:var(--flow-violet);color:#fff}.quick-flow-review-list label>div{min-width:0}.quick-flow-review-list small,.quick-flow-run-list small{color:#837bb8;font-size:.54rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.quick-flow-review-list strong,.quick-flow-run-list strong{display:block;margin-top:3px;color:#eeeef2;font-size:.76rem}.quick-flow-review-list p,.quick-flow-run-list p{margin:4px 0 0;color:#777781;font-size:.61rem;line-height:1.45}.quick-flow-review-list details{margin:-4px 12px 10px 48px}.quick-flow-review-list summary{width:max-content;color:#8d87ab;cursor:pointer;font-size:.56rem;font-weight:750}.quick-flow-review-list details p{max-width:560px;color:#92929c}.quick-flow-order-actions{display:grid;gap:3px;flex:0 0 auto}.quick-flow-order-actions button{display:grid;width:28px;height:26px;place-items:center;border:0;border-radius:7px;background:#ffffff0a;color:#8d8d96;cursor:pointer;font:inherit}.quick-flow-order-actions button:hover:not(:disabled){background:#ffffff14;color:#fff}.quick-flow-order-actions button:disabled{cursor:default;opacity:.23}.quick-flow-safety-note,.quick-flow-connection-plan{display:flex;align-items:flex-start;gap:10px;margin-top:14px;border:1px solid rgba(109,214,180,.15);border-radius:12px;background:#6dd6b40b;color:#84938f;padding:11px 12px}.quick-flow-safety-note p,.quick-flow-connection-plan p{margin:0;font-size:.61rem;line-height:1.5}.quick-flow-connection-plan strong{display:block;margin-bottom:3px;color:#b9d8cf;font-size:.63rem}.quick-flow-connection-plan p{color:#7e918c}.quick-flow-review-actions,.quick-flow-run-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:17px}.quick-flow-review-actions>button:first-child,.quick-flow-stop{min-height:42px;border:0;background:transparent;color:#85858e;cursor:pointer;font:inherit;font-size:.65rem;font-weight:750;padding:0 12px}.quick-flow-review-actions .share-modal-create-button,.quick-flow-run-actions .share-modal-create-button{width:auto;min-width:190px}.quick-flow-progress-summary progress{width:min(260px,45%);height:6px;overflow:hidden;border:0;border-radius:999px;background:#ffffff14}.quick-flow-progress-summary progress::-webkit-progress-bar{background:#ffffff14}.quick-flow-progress-summary progress::-webkit-progress-value{background:linear-gradient(90deg,var(--flow-violet),var(--flow-mint))}.quick-flow-progress-summary progress::-moz-progress-bar{background:linear-gradient(90deg,var(--flow-violet),var(--flow-mint))}.quick-flow-run-list>li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:82px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:#ffffff05;padding:12px 13px}.quick-flow-run-list>li.is-building{border-color:#8b7cff61;background:#8b7cff0f}.quick-flow-run-list>li.is-complete{border-color:#6dd6b429}.quick-flow-run-list>li.is-failed{border-color:#ff829338}.quick-flow-step-number{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:#ffffff0b;color:#8b8b94;font-size:.63rem;font-weight:850}.is-building .quick-flow-step-number{background:#8b7cff29;color:#bbb4ff}.is-complete .quick-flow-step-number{background:#6dd6b41c;color:var(--flow-mint)}.is-failed .quick-flow-step-number{background:#ff82931a;color:#ff9eab}.quick-flow-step-status{display:flex;align-items:center;gap:6px;color:#73737c;font-size:.56rem;font-weight:750}.quick-flow-step-status i{width:7px;height:7px;border-radius:50%;background:var(--flow-violet);box-shadow:0 0 10px var(--flow-violet);animation:journeyPulse 1.15s ease-in-out infinite}.quick-flow-run-actions>p{min-width:0;flex:1;margin:0;color:#777781;font-size:.61rem;line-height:1.45}.quick-flow-empty{display:grid;min-height:330px;place-content:center;justify-items:center;text-align:center}.quick-flow-empty>span{color:#a89eff;font-size:2rem}.quick-flow-empty h3{margin:12px 0 6px;color:#f1f1f4;font-size:1.05rem}.quick-flow-empty p{max-width:440px;margin:0 0 18px;color:#7c7c86;font-size:.68rem;line-height:1.55}.quick-flow-empty .share-modal-create-button{width:auto;min-width:190px}@media(max-width:680px){.journey-setup-overlay{align-items:flex-end;padding:0}.journey-setup-modal{max-height:96dvh;border-radius:24px 24px 0 0}.journey-setup-header{padding:19px 18px 17px}.journey-setup-body{max-height:calc(96dvh - 145px);padding:17px 18px max(22px,env(safe-area-inset-bottom))}.journey-setup-progress{grid-template-columns:1fr;gap:10px}.journey-setup-list li{grid-template-columns:auto minmax(0,1fr)}.journey-setup-step-status{grid-column:2}.journey-setup-next,.journey-setup-finish{grid-template-columns:auto minmax(0,1fr)}.journey-setup-next>button,.journey-setup-finish-actions{grid-column:1 / -1;width:100%}.journey-setup-finish-actions{flex-direction:column}.journey-setup-finish-actions button{min-height:44px;width:100%}.quick-flow-overlay{align-items:flex-end;padding:0}.quick-flow-modal{max-height:96dvh;border-radius:24px 24px 0 0}.quick-flow-header{padding:19px 18px 17px}.quick-flow-review,.quick-flow-run{max-height:calc(96dvh - 145px);padding:17px 18px max(22px,env(safe-area-inset-bottom))}.quick-flow-review-list label{padding:10px 8px}.quick-flow-review-list details{display:none}.quick-flow-review-intro{align-items:flex-start}.quick-flow-review-intro>small{text-align:right}.quick-flow-run-list>li{grid-template-columns:auto minmax(0,1fr)}.quick-flow-step-status{grid-column:2}.quick-flow-review-actions,.quick-flow-run-actions{align-items:stretch;flex-direction:column}.quick-flow-review-actions>button,.quick-flow-run-actions>button,.quick-flow-review-actions .share-modal-create-button,.quick-flow-run-actions .share-modal-create-button{width:100%}.quick-flow-run-actions>p{text-align:center}}@media(max-width:768px)and (pointer:coarse){.journey-screen-actions button,.journey-player-toolbar-actions button,.shared-journey-controls button{min-height:44px}}@media(prefers-reduced-motion:reduce){.quick-flow-step-status i{animation:none}}.project-review-badge{display:inline-flex;width:fit-content;align-items:center;gap:6px;border:1px solid rgba(139,124,255,.28);border-radius:999px;background:#8b7cff1c;color:#c9c2ff;padding:4px 8px;font-size:.6rem;font-weight:800;letter-spacing:.01em}.project-card-stats .project-review-badge{border-color:#6ee7b73d;background:#6ee7b714;color:#9cede0}.recent-dream-meta>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.recent-dream-meta .project-review-badge{margin-top:5px}.journey-share-modal{width:min(760px,100%);max-height:min(880px,calc(100dvh - 32px))}.journey-share-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:18px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#ffffff06;padding:5px}.journey-share-tabs>button{display:flex;min-width:0;min-height:46px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;background:transparent;color:#777782;padding:8px 12px;cursor:pointer;font:inherit;font-size:.7rem;font-weight:820;transition:border-color .2s ease,background .2s ease,color .2s ease}.journey-share-tabs>button.active{border-color:#ffffff1c;background:#ffffff13;color:#f4f4f7;box-shadow:0 8px 24px #0000002e}.journey-share-tab-status,.journey-review-tab-badge{overflow:hidden;border-radius:999px;padding:3px 7px;font-size:.54rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.journey-share-tab-status{background:#6ee7b71a;color:#8fe0c7}.journey-share-tab-status.is-pending{background:#f8c75c1a;color:#f5ce72}.journey-share-tab-status.is-rejected{background:#fb923c1f;color:#fdba74}.journey-review-tab-badge{background:#8b7cff29;color:#c9c2ff}.journey-share-tab-panel:focus{outline:none}.journey-share-tab-panel:focus-visible{outline:2px solid rgba(139,124,255,.62);outline-offset:5px}.journey-share-privacy-note{margin:0 2px 14px;color:#777782;font-size:.67rem;line-height:1.5}.community-flow-submission-panel{display:flex;flex-direction:column;gap:15px}.community-flow-submission-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.075);padding-bottom:15px}.community-flow-submission-header h3{margin:5px 0 0;color:#f5f5f7;font-size:1.04rem;letter-spacing:-.025em}.community-flow-curation-badge{flex:none;border:1px solid rgba(216,255,103,.2);border-radius:999px;background:#d8ff6713;color:#d8ff67;padding:5px 9px;font-size:.58rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.community-flow-submission-intro{max-width:620px;margin:0;color:#81818b;font-size:.7rem;line-height:1.55}.community-flow-project-summary{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:#ffffff06;padding:12px 13px}.community-flow-project-summary>span{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(139,124,255,.25);border-radius:11px;background:#8b7cff17;color:#c9c2ff}.community-flow-project-summary>div{min-width:0;display:flex;flex-direction:column;gap:2px}.community-flow-project-summary small{color:#6f6f79;font-size:.57rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.community-flow-project-summary strong{overflow:hidden;color:#ececf0;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.community-flow-project-summary p{margin:1px 0 0;color:#777782;font-size:.62rem}.community-flow-loading{min-height:64px;display:flex;align-items:center;gap:11px;border:1px solid rgba(255,255,255,.07);border-radius:12px;color:#8c8c96;padding:14px;font-size:.7rem}.community-flow-loading-indicator{width:16px;height:16px;flex:none;border:2px solid rgba(255,255,255,.12);border-top-color:#d8ff67;border-radius:50%;animation:journeySpin .8s linear infinite}.community-flow-status{border:1px solid rgba(255,255,255,.085);border-radius:14px;background:#ffffff06;padding:15px}.community-flow-status.is-pending{border-color:#f8c75c33}.community-flow-status.is-approved{border-color:#6ee7b738}.community-flow-status.is-rejected{border-color:#fb923c3b}.community-flow-status.is-withdrawn{border-color:#a1a1aa29}.community-flow-status-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.community-flow-status-heading>span{width:8px;height:8px;border-radius:50%;background:#f8c75c;box-shadow:0 0 12px #f8c75c52}.community-flow-status.is-approved .community-flow-status-heading>span{background:#6ee7b7;box-shadow:0 0 12px #6ee7b757}.community-flow-status.is-rejected .community-flow-status-heading>span{background:#fb923c;box-shadow:0 0 12px #fb923c4d}.community-flow-status.is-withdrawn .community-flow-status-heading>span{background:#71717a;box-shadow:none}.community-flow-status-heading strong{color:#ededf0;font-size:.75rem}.community-flow-status-heading small{color:#70707a;font-size:.59rem}.community-flow-status>p{margin:9px 0 0 16px;color:#85858f;font-size:.68rem;line-height:1.5}.community-flow-status-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:13px 0 0}.community-flow-status-details>div{min-width:0;border:1px solid rgba(255,255,255,.065);border-radius:9px;background:#00000021;padding:9px 10px}.community-flow-status-details dt{color:#666671;font-size:.54rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.community-flow-status-details dd{overflow:hidden;margin:4px 0 0;color:#d7d7dc;font-size:.67rem;text-overflow:ellipsis;white-space:nowrap}.community-flow-review-note,.community-flow-revision-disclosure,.community-flow-ineligible-note{border:1px solid rgba(255,255,255,.075);border-radius:11px;background:#ffffff06;padding:12px 13px}.community-flow-review-note{margin-top:12px;border-color:#fb923c2e;background:#fb923c0b}.community-flow-review-note strong,.community-flow-revision-disclosure strong,.community-flow-ineligible-note strong{color:#e8e8ec;font-size:.68rem}.community-flow-review-note p,.community-flow-revision-disclosure p,.community-flow-ineligible-note p{margin:5px 0 0;color:#7f7f89;font-size:.65rem;line-height:1.5}.community-flow-review-note button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:11px;border:1px solid rgba(251,146,60,.25);border-radius:9px;background:#fb923c11;color:#fed7aa;padding:9px 12px;cursor:pointer;font:inherit;font-size:.65rem;font-weight:820}.community-flow-review-note button:hover{border-color:#fb923c73;background:#fb923c1a}.community-flow-public-link{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;border:1px solid rgba(110,231,183,.19);border-radius:10px;background:#6ee7b70e;color:#a7ead5;padding:0 12px;font-size:.68rem;font-weight:800;text-decoration:none}.community-flow-public-link:hover{background:#6ee7b717}.community-flow-error{margin:0}.community-flow-ineligible-note{border-color:#f8c75c2b;background:#f8c75c0a}.community-flow-sign-in-button{margin-top:12px}.community-flow-form fieldset{min-width:0;display:flex;flex-direction:column;gap:14px;margin:0;border:0;padding:0}.community-flow-field{position:relative;display:flex;flex-direction:column;gap:7px;color:#b9b9c1;font-size:.68rem;font-weight:800}.community-flow-field select,.community-flow-field textarea,.community-flow-field input{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:10px;outline:none;background:#0003;color:#f3f3f5;padding:10px 11px;font:inherit;font-size:max(16px,.72rem);font-weight:500;transition:border-color .2s ease,box-shadow .2s ease}.community-flow-field select{min-height:44px}.community-flow-field textarea{min-height:96px;resize:vertical;line-height:1.5}.community-flow-field select:focus,.community-flow-field textarea:focus,.community-flow-field input:focus{border-color:#8b7cff8c;box-shadow:0 0 0 3px #8b7cff1a}.community-flow-field>small{color:#6f6f79;font-size:.59rem;font-weight:500;line-height:1.45}.community-flow-character-count{align-self:flex-end;margin-top:-3px}.community-flow-revision-disclosure{border-color:#8b7cff26;background:#8b7cff0b}.community-flow-attestation{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;border:1px solid rgba(255,255,255,.075);border-radius:11px;padding:12px;cursor:pointer}.community-flow-attestation input{width:17px;height:17px;margin:1px 0 0;accent-color:#d8ff67}.community-flow-attestation span{display:flex;flex-direction:column;gap:4px}.community-flow-attestation strong{color:#dedee3;font-size:.66rem}.community-flow-attestation small{color:#777782;font-size:.6rem;line-height:1.45}.community-flow-submit-button{margin:0}.community-flow-withdraw{margin-top:-3px}.community-flow-withdraw-button{width:100%;margin:0}.community-flow-withdraw-confirm{margin-top:0}.community-flow-busy-status{margin:-5px 0 0}.journey-review-inbox{display:flex;flex-direction:column;gap:16px}.journey-review-inbox-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;border-bottom:1px solid rgba(255,255,255,.075);padding-bottom:15px}.journey-review-inbox-heading h3{margin:5px 0 6px;color:#f3f3f6;font-size:1.03rem;letter-spacing:-.025em}.journey-review-inbox-heading p{max-width:560px;margin:0;color:#80808a;font-size:.68rem;line-height:1.55}.journey-review-summary{display:grid;grid-template-columns:repeat(2,minmax(58px,1fr));gap:6px;margin:0}.journey-review-summary>div{min-width:58px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#ffffff06;padding:8px 10px;text-align:center}.journey-review-summary dt{color:#6e6e78;font-size:.53rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.journey-review-summary dd{margin:3px 0 0;color:#f5f5f7;font-size:1rem;font-weight:850}.journey-review-filters{display:flex;flex-wrap:wrap;gap:7px}.journey-review-filters button{display:inline-flex;min-height:40px;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff06;color:#8b8b95;padding:0 12px;cursor:pointer;font:inherit;font-size:.64rem;font-weight:780}.journey-review-filters button span{min-width:20px;border-radius:999px;background:#ffffff12;padding:2px 6px;color:#b8b8c0;text-align:center}.journey-review-filters button.active{border-color:#8b7cff61;background:#8b7cff1f;color:#d5d0ff}.journey-review-live-region{min-height:0;color:#8e87c8;font-size:.62rem;text-align:right}.journey-review-live-region:empty{display:none}.journey-review-state{display:grid;min-height:210px;place-content:center;justify-items:center;border:1px dashed rgba(255,255,255,.1);border-radius:17px;background:radial-gradient(circle at 50% 0%,rgba(139,124,255,.09),transparent 55%),#ffffff05;padding:28px;text-align:center}.journey-review-state-icon{margin-bottom:10px;color:#a79dff;font-size:1.45rem}.journey-review-state strong{color:#efeff2;font-size:.82rem}.journey-review-state p{max-width:390px;margin:6px 0 0;color:#777782;font-size:.67rem;line-height:1.5}.journey-review-state button,.journey-review-load-more{min-height:42px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:#ffffff0e;color:#e5e5e9;padding:0 14px;cursor:pointer;font:inherit;font-size:.66rem;font-weight:800}.journey-review-state button{margin-top:14px}.journey-review-error{border-color:#fb718542;background:#6412241f}.journey-review-error-inline{min-height:auto;grid-template-columns:minmax(0,1fr) auto;justify-items:start;gap:14px;padding:14px;text-align:left}.journey-review-error-inline button{margin-top:0}.journey-review-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.journey-review-list>li{content-visibility:auto}.journey-review-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:linear-gradient(140deg,rgba(255,255,255,.035),transparent 50%),#0a0a0c;padding:16px}.journey-review-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#8b7cff}.journey-review-card-approval:before{background:#6ee7b7}.journey-review-card-change_request:before{background:#ffd84a}.journey-review-card-resolved{opacity:.72}.journey-review-card-header h4{margin:9px 0 4px;color:#f2f2f4;font-size:.88rem;letter-spacing:-.015em}.journey-review-kind-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.journey-review-kind,.journey-review-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 8px;font-size:.56rem;font-weight:820}.journey-review-kind{background:#8b7cff1c;color:#c8c1ff}.journey-review-kind-approval{background:#6ee7b717;color:#9cede0}.journey-review-kind-change_request{background:#ffd84a17;color:#ead77a}.journey-review-status{border:1px solid rgba(255,255,255,.09);color:#888891}.journey-review-status-open{color:#c7c7ce}.journey-review-status-resolved{color:#85b7a8}.journey-review-meta{margin:0;color:#6d6d77;font-size:.58rem;line-height:1.45}.journey-review-meta strong{color:#aaaab2}.journey-review-body{margin:14px 0;border:1px solid rgba(255,255,255,.065);border-radius:11px;background:#ffffff06;color:#c3c3c9;padding:11px 12px;font-size:.69rem;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.journey-review-body-empty{color:#666670;font-style:italic}.journey-review-actions{display:flex;align-items:stretch;justify-content:space-between;gap:9px}.journey-review-actions button{min-height:44px;border-radius:10px;cursor:pointer;font:inherit;font-size:.64rem;font-weight:820}.journey-review-refine-button{display:grid;flex:1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;border:1px solid rgba(139,124,255,.28);background:#8b7cff1a;color:#d5d0ff;padding:7px 11px;text-align:left}.journey-review-refine-button small{color:#817aaf;font-size:.53rem;font-weight:750}.journey-review-status-button{border:1px solid rgba(255,255,255,.11);background:transparent;color:#aaaab2;padding:0 12px}.journey-review-actions button:disabled,.journey-review-load-more:disabled{cursor:wait;opacity:.48}.journey-review-load-more{width:100%;min-height:46px}.journey-share-tabs button:focus-visible,.journey-review-filters button:focus-visible,.journey-review-state button:focus-visible,.journey-review-actions button:focus-visible,.journey-review-load-more:focus-visible,.journey-feedback-sheet button:focus-visible,.journey-feedback-sheet input:focus-visible,.journey-feedback-sheet textarea:focus-visible{outline:2px solid rgba(167,157,255,.85);outline-offset:2px}.shared-journey-controls{flex-wrap:wrap}.shared-journey-feedback-button{border-color:#8b7cff4d!important;background:#8b7cff1a!important;color:#d0caff!important}.journey-feedback-overlay{position:fixed;z-index:4400;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow-y:auto;background:#020204c7;padding:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.journey-feedback-sheet{width:min(590px,100%);max-height:min(820px,calc(100dvh - 36px));overflow-y:auto;border:1px solid rgba(255,255,255,.14);border-radius:25px;background:radial-gradient(circle at 90% -8%,rgba(139,124,255,.16),transparent 36%),linear-gradient(150deg,#101014,#09090b 70%);box-shadow:0 36px 130px #000000d1;color:#f5f5f7}.journey-feedback-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.08);padding:23px 25px 18px}.journey-feedback-header h2{margin:5px 0 4px;color:#fff;font-size:1.55rem;letter-spacing:-.04em}.journey-feedback-header p{margin:0;color:#7d7d88;font-size:.66rem}.journey-feedback-form{display:flex;flex-direction:column;gap:18px;padding:21px 25px 25px}.journey-feedback-kinds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;border:0;padding:0}.journey-feedback-kinds legend{grid-column:1 / -1;margin-bottom:2px;color:#b8b8c0;font-size:.68rem;font-weight:800}.journey-feedback-kinds label{position:relative;display:flex;min-height:88px;align-items:flex-start;gap:8px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#ffffff06;padding:11px;cursor:pointer}.journey-feedback-kinds label.selected{border-color:#8b7cff6b;background:#8b7cff1a;box-shadow:inset 0 0 0 1px #8b7cff14}.journey-feedback-kinds input{flex:0 0 auto;margin:2px 0 0;accent-color:#8b7cff}.journey-feedback-kinds label>span{display:flex;min-width:0;flex-direction:column;gap:4px}.journey-feedback-kinds strong{color:#e5e5e9;font-size:.67rem}.journey-feedback-kinds small{color:#74747e;font-size:.58rem;line-height:1.4}.journey-feedback-field{display:flex;flex-direction:column;gap:7px;color:#b8b8c0;font-size:.68rem;font-weight:790}.journey-feedback-field>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.journey-feedback-field>span small,.journey-feedback-field>small{color:#686872;font-size:.57rem;font-weight:650}.journey-feedback-field>small{align-self:flex-end}.journey-feedback-field input,.journey-feedback-field textarea{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:#00000042;color:#f0f0f2;padding:11px 12px;font:inherit;font-size:max(16px,.74rem);line-height:1.5}.journey-feedback-field textarea{min-height:116px;resize:vertical}.journey-feedback-field input::placeholder,.journey-feedback-field textarea::placeholder{color:#5f5f69}.journey-feedback-error{border:1px solid rgba(251,113,133,.3);border-radius:11px;background:#64122429;color:#ffb4c0;padding:11px 12px;font-size:.66rem;line-height:1.45}.journey-feedback-actions,.journey-feedback-success-actions{display:flex;justify-content:flex-end;gap:9px}.journey-feedback-actions button,.journey-feedback-success-actions button{min-height:44px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:transparent;color:#babac2;padding:0 15px;cursor:pointer;font:inherit;font-size:.68rem;font-weight:820}.journey-feedback-actions .primary-pill-button,.journey-feedback-success-actions .primary-pill-button{border:0;background:#f2efff;color:#111015}.journey-feedback-actions button:disabled{cursor:wait;opacity:.5}.journey-feedback-success{display:grid;min-height:360px;place-content:center;justify-items:center;padding:34px 25px;text-align:center}.journey-feedback-success>span{display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(110,231,183,.27);border-radius:50%;background:#6ee7b717;color:#8fe0c7;font-size:1.3rem}.journey-feedback-success h3{margin:15px 0 7px;font-size:1.25rem}.journey-feedback-success p{max-width:390px;margin:0 0 20px;color:#81818b;font-size:.7rem;line-height:1.55}.refine-sidebar .chat-input-area .input-wrapper{align-items:flex-end}.refine-sidebar .chat-input-area textarea{min-height:72px;max-height:160px;resize:vertical}@media(prefers-reduced-motion:no-preference){.journey-feedback-overlay{animation:journeyFeedbackFade .2s ease-out backwards}.journey-feedback-sheet{animation:journeyFeedbackIn .34s var(--motion-out) backwards}}@keyframes journeyFeedbackFade{0%{opacity:0}}@keyframes journeyFeedbackIn{0%{opacity:0;transform:translateY(16px) scale(.985)}}@media(max-width:680px){.journey-share-modal{width:100%;max-height:94dvh;border-radius:24px 24px 0 0}.journey-share-modal .share-modal-header{padding:18px 18px 15px}.journey-share-modal .share-modal-body{padding:16px 18px max(22px,env(safe-area-inset-bottom))}.journey-share-tabs>button{min-height:48px;padding-inline:8px}.journey-review-inbox-heading{grid-template-columns:1fr;gap:12px}.journey-review-summary{width:100%}.community-flow-status-heading{grid-template-columns:auto minmax(0,1fr)}.community-flow-status-heading small{grid-column:2}.community-flow-status-details{grid-template-columns:1fr}.journey-review-actions{flex-direction:column}.journey-review-refine-button{flex:none;width:100%}.journey-review-status-button{width:100%}.journey-review-error-inline{grid-template-columns:1fr;justify-items:stretch}.journey-review-meta time>span:nth-child(n+2){display:none}.journey-feedback-overlay{align-items:flex-end;padding:0}.journey-feedback-sheet{width:100%;max-height:96dvh;border-right:0;border-bottom:0;border-left:0;border-radius:24px 24px 0 0;padding-bottom:max(0px,env(safe-area-inset-bottom))}.journey-feedback-header{padding:19px 18px 16px}.journey-feedback-form{padding:18px 18px 22px}.journey-feedback-kinds{grid-template-columns:1fr}.journey-feedback-kinds label{min-height:66px}.journey-feedback-actions,.journey-feedback-success-actions{align-items:stretch;flex-direction:column-reverse}.journey-feedback-actions button,.journey-feedback-success-actions button{width:100%}.journey-feedback-success{min-height:390px}.shared-journey-controls{gap:6px}}@media(max-width:420px){.journey-share-tabs>button{min-height:52px;padding-inline:4px;font-size:.62rem}.journey-review-tab-badge,.journey-share-tab-status{width:8px;height:8px;flex:0 0 8px;overflow:hidden;padding:0;color:transparent;font-size:0}.community-flow-submission-header{align-items:flex-start;flex-direction:column;gap:10px}.shared-journey-controls button{flex:1 1 calc(50% - 6px)}}@media(prefers-reduced-motion:reduce){.journey-feedback-overlay,.journey-feedback-sheet,.community-flow-loading-indicator{animation:none}}.community-curator-stage-actions,.community-curator-selection-prompt{display:flex;min-width:0;align-items:center;gap:9px}.community-curator-stage-actions>span{color:#898991;white-space:nowrap}.community-curator-add-issue,.community-curator-cancel-control{min-height:30px;border:1px solid rgba(242,207,69,.27);border-radius:8px;background:#f2cf4513;color:#f0dc83;padding:5px 9px;cursor:pointer;font-size:.58rem;font-weight:760;white-space:nowrap}.community-curator-cancel-control{border-color:#ffffff29;background:#ffffff0a;color:#d5d5d8}.community-curator-add-issue:disabled{opacity:.42;cursor:not-allowed}.community-curator-screens button:disabled{opacity:.46;cursor:not-allowed}.community-curator-screen-feedback{display:grid;min-width:18px;height:18px;place-items:center;border:1px solid rgba(255,133,133,.32);border-radius:999px;background:#ff5b5b1a;color:#ffc0c0;padding:0 5px;font-size:.53rem;font-style:normal;font-weight:800}.community-curator-issue-shelf{display:grid;max-height:176px;flex:0 0 auto;grid-template-columns:minmax(170px,220px) minmax(0,1fr);gap:15px;overflow:hidden;border-top:1px solid var(--curator-line);background:#0b0c0ef7;padding:12px 24px}.community-curator-issue-shelf>header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:10px;padding:6px 0}.community-curator-issue-shelf>header .eyebrow{display:block;color:#8f7940;font-size:.52rem}.community-curator-issue-shelf>header strong{display:block;margin-top:6px;color:#dddddf;font-size:.64rem;line-height:1.45}.community-curator-issue-shelf>header>small{color:#74747c;font-size:.55rem}.community-curator-issue-shelf>ol{display:flex;min-width:0;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;margin:0;padding:1px 2px 8px;list-style:none;scrollbar-color:rgba(255,255,255,.16) transparent;scrollbar-width:thin}.community-curator-issue-shelf li{display:flex;width:min(310px,72vw);min-width:260px;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff06;padding:10px}.community-curator-issue-shelf li>div:first-child{min-width:0}.community-curator-issue-shelf li span,.community-curator-issue-shelf li strong,.community-curator-issue-shelf li small{display:block}.community-curator-issue-shelf li span{color:#c19778;font-size:.53rem;font-weight:760;letter-spacing:.045em;text-transform:uppercase}.community-curator-issue-shelf li strong{display:-webkit-box;overflow:hidden;margin-top:5px;color:#dddddf;font-size:.61rem;font-weight:650;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.community-curator-issue-shelf li small{overflow:hidden;margin-top:6px;color:#7f7f87;font-size:.53rem;text-overflow:ellipsis;white-space:nowrap}.community-curator-issue-shelf li>div:last-child{display:flex;flex:0 0 auto;flex-direction:column;gap:5px}.community-curator-issue-shelf li button,.community-curator-control-target button{min-height:30px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:#ffffff09;color:#c9c9cc;padding:5px 8px;cursor:pointer;font-size:.55rem;font-weight:720}.community-curator-issue-shelf li button.danger{border-color:#ff767633;color:#e8aaaa}.community-curator-dialog-icon.is-feedback{border-color:#f2cf454d;background:#f2cf4513;color:#efd971}.community-curator-issue-form{margin-top:22px}.community-curator-issue-options{min-width:0;margin:0;border:0;padding:0}.community-curator-issue-options+.community-curator-issue-options{margin-top:18px}.community-curator-issue-options legend{margin-bottom:8px;color:#c9c9cb;font-size:.66rem;font-weight:720}.community-curator-issue-options>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.community-curator-issue-options label{position:relative;display:flex;min-height:42px;align-items:center;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:#0a0b0d;color:#9c9ca3;padding:8px 10px;cursor:pointer}.community-curator-issue-options label:has(input:checked){border-color:#f2cf455c;background:#f2cf4512;color:#f0dfa0}.community-curator-issue-options label:focus-within{outline:2px solid #f3d761;outline-offset:3px}.community-curator-issue-options input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.community-curator-issue-options label>span{display:block;min-width:0;font-size:.61rem;font-weight:720}.community-curator-issue-options.is-severity>div{grid-template-columns:repeat(3,minmax(0,1fr))}.community-curator-issue-options.is-severity label{align-items:flex-start;min-height:72px}.community-curator-issue-options.is-severity strong,.community-curator-issue-options.is-severity small{display:block}.community-curator-issue-options.is-severity strong{color:#dedee0;font-size:.62rem}.community-curator-issue-options.is-severity small{margin-top:4px;color:#777780;font-size:.52rem;font-weight:560;line-height:1.35}.community-curator-control-target{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff06;padding:11px 12px}.community-curator-control-target>div:first-child{min-width:0}.community-curator-control-target span,.community-curator-control-target strong{display:block}.community-curator-control-target span{color:#94949b;font-size:.59rem;font-weight:720}.community-curator-control-target span small{color:#66666e;font-size:inherit;font-weight:580}.community-curator-control-target strong{overflow:hidden;margin-top:5px;color:#d7d7d9;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.community-curator-control-target>div:last-child{display:flex;flex:0 0 auto;gap:6px}.community-curator-control-target button:disabled{opacity:.42;cursor:not-allowed}.community-curator-decision-checklist{max-height:min(300px,36dvh);overflow-y:auto;overscroll-behavior:contain;margin-top:20px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:#090a0c;padding:12px;scrollbar-color:rgba(255,255,255,.16) transparent;scrollbar-width:thin}.community-curator-decision-checklist>strong{display:block;color:#dfdfe1;font-size:.66rem}.community-curator-decision-checklist ol{margin:10px 0 0;padding:0;list-style:none}.community-curator-decision-checklist li{border-top:1px solid rgba(255,255,255,.075);padding:10px 0 2px}.community-curator-decision-checklist li+li{margin-top:8px}.community-curator-decision-checklist span,.community-curator-decision-checklist small{display:block;color:#aa8b73;font-size:.54rem;font-weight:760;text-transform:uppercase}.community-curator-decision-checklist p{margin:5px 0;color:#d0d0d2;font-size:.65rem;line-height:1.48}.community-curator-decision-checklist small{color:#74747c;font-weight:600;text-transform:none}.community-curator :where(input,select):focus-visible,.community-curator-issue-shelf button:focus-visible,.community-curator-control-target button:focus-visible,.community-curator-add-issue:focus-visible,.community-curator-cancel-control:focus-visible{outline:2px solid #f3d761;outline-offset:3px}@media(hover:hover)and (pointer:fine){.community-curator-add-issue:hover:not(:disabled),.community-curator-cancel-control:hover,.community-curator-issue-shelf li button:hover,.community-curator-control-target button:hover:not(:disabled){border-color:#f2cf4566;background:#f2cf451a;color:#fff0ae}}@media(max-width:760px){.community-curator-stage-bar{min-height:52px}.community-curator-stage-actions>span{display:none}.community-curator-add-issue,.community-curator-cancel-control{min-height:44px;padding-inline:11px}.community-curator-selection-prompt strong{display:-webkit-box;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.community-curator-issue-shelf{display:block;max-height:none;padding:13px max(12px,env(safe-area-inset-right)) 14px max(12px,env(safe-area-inset-left))}.community-curator-issue-shelf>header{padding:0 2px 10px}.community-curator-issue-shelf li{min-width:min(300px,82vw)}.community-curator-issue-shelf li button,.community-curator-control-target button{min-height:44px}.community-curator-issue-options>div,.community-curator-issue-options.is-severity>div{grid-template-columns:1fr}.community-curator-issue-options label,.community-curator-issue-options.is-severity label{min-height:52px}.community-curator-control-target{align-items:stretch;flex-direction:column}.community-curator-control-target>div:last-child{width:100%}.community-curator-control-target button{flex:1}.community-curator-issue-dialog textarea,.community-curator-issue-dialog input,.community-curator-issue-dialog select{font-size:1rem}}@media(max-width:420px){.community-curator-add-issue{font-size:0}.community-curator-add-issue:after{content:"+ Issue";font-size:.6rem}.community-curator-cancel-control{max-width:78px;white-space:normal}}.journey-community-feedback{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;border:1px solid rgba(251,146,60,.25);border-radius:17px;background:linear-gradient(105deg,#fb923c1b,#fb923c05),#ffffff03;padding:14px 15px}.journey-community-feedback-mark{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(251,146,60,.3);border-radius:12px;background:#fb923c1c;color:#fed7aa;font-size:.88rem;font-weight:850}.journey-community-feedback>div{min-width:0}.journey-community-feedback h3{margin:3px 0;color:#f4f1ee;font-size:.8rem}.journey-community-feedback p{margin:0;color:#8f7f74;font-size:.65rem;line-height:1.48}.journey-community-feedback>button,.journey-review-issue-badge{border:1px solid rgba(251,146,60,.28);background:#fb923c17;color:#fed7aa;cursor:pointer;font:inherit;font-weight:820;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.journey-community-feedback>button{min-height:40px;border-radius:10px;padding:0 13px;font-size:.66rem}.journey-review-issue-badge{min-height:26px;border-radius:999px;padding:3px 8px;font-size:.62rem;white-space:nowrap}.journey-community-feedback>button:hover,.journey-review-issue-badge:hover{border-color:#fb923c85;background:#fb923c26;color:#fff1e6;transform:translateY(-1px)}.community-flow-issue-checklist{overflow:hidden;border:1px solid rgba(251,146,60,.24);border-radius:15px;background:radial-gradient(circle at 100% 0,rgba(251,146,60,.07),transparent 38%),#07070985}.community-flow-issue-checklist-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;border-bottom:1px solid rgba(255,255,255,.075);padding:15px}.community-flow-issue-checklist-header>div{min-width:0}.community-flow-issue-checklist-header h4{margin:5px 0 4px;color:#f4f1ef;font-size:.84rem;letter-spacing:-.018em}.community-flow-issue-checklist-header p{max-width:500px;margin:0;color:#817b78;font-size:.66rem;line-height:1.5}.community-flow-issue-checklist-header>strong{border:1px solid rgba(251,146,60,.2);border-radius:999px;background:#fb923c11;color:#e8b78f;padding:6px 9px;font-size:.62rem;white-space:nowrap}.community-flow-issue-groups{display:flex;flex-direction:column;gap:12px;padding:13px}.community-flow-issue-group{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff06}.community-flow-issue-group>header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.07);padding:11px 12px}.community-flow-issue-group>header>div{min-width:0}.community-flow-issue-group>header span,.community-flow-issue-group>header h5{display:block}.community-flow-issue-group>header span{color:#77717a;font-size:.59rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.community-flow-issue-group>header h5{overflow:hidden;margin:3px 0 0;color:#e7e4e3;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.community-flow-issue-group>header small{flex:none;color:#80766f;font-size:.61rem}.community-flow-issue-group ol{margin:0;padding:0;list-style:none}.community-flow-issue-group li{padding:13px 12px;transition:background .2s ease,opacity .2s ease}.community-flow-issue-group li+li{border-top:1px solid rgba(255,255,255,.07)}.community-flow-issue-group li.is-addressed{background:#6ee7b709}.community-flow-issue-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.community-flow-issue-meta>span{border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff09;color:#a6a2a1;padding:3px 7px;font-size:.59rem;font-weight:780}.community-flow-issue-meta>span:first-child{border-color:#fb923c38;background:#fb923c12;color:#f2bb8d}.community-flow-issue-meta>span.is-important{border-color:#f8c75c33;background:#f8c75c0f;color:#e8cb86}.community-flow-issue-meta>span.is-polish{border-color:#8b7cff33;background:#8b7cff0f;color:#c3bdff}.community-flow-issue-meta small{margin-left:auto;color:#68646a;font-size:.6rem}.community-flow-issue-group li>p{overflow-wrap:anywhere;margin:9px 0 0;color:#d0ccca;font-size:.69rem;line-height:1.55}.community-flow-issue-control{display:flex;align-items:baseline;gap:7px;border-left:2px solid rgba(139,124,255,.3);padding-left:9px}.community-flow-issue-control span{flex:none;color:#77727c;font-size:.59rem;font-weight:760;text-transform:uppercase}.community-flow-issue-control strong{min-width:0;color:#aaa3d6;font-size:.64rem;font-weight:700}.community-flow-issue-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.community-flow-issue-actions>button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(139,124,255,.22);border-radius:9px;background:#8b7cff11;color:#c9c3ff;padding:0 11px;cursor:pointer;font:inherit;font-size:.64rem;font-weight:800}.community-flow-issue-actions>label{min-height:40px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff08;color:#c9c5c3;padding:0 11px;cursor:pointer;font-size:.64rem;font-weight:800}.community-flow-issue-actions input{width:17px;height:17px;margin:0;accent-color:var(--flow-mint)}.community-flow-issue-group li.is-addressed .community-flow-issue-actions>label{border-color:#6ee7b738;background:#6ee7b712;color:#a9e6d2}.community-flow-issue-actions>button:hover{border-color:#8b7cff73;background:#8b7cff1f}.community-flow-resubmit-gate{margin:0;border:1px solid rgba(251,146,60,.17);border-radius:10px;background:#fb923c0a;color:#a88a75;padding:10px 11px;font-size:.65rem;line-height:1.48}.community-flow-submit-button:disabled{cursor:not-allowed;filter:saturate(.55);opacity:.43}.journey-community-feedback>button:focus-visible,.journey-review-issue-badge:focus-visible,.community-flow-issue-actions>button:focus-visible,.community-flow-issue-actions input:focus-visible{outline:2px solid #d8ff67;outline-offset:3px}@media(max-width:760px){.journey-community-feedback{grid-template-columns:auto minmax(0,1fr)}.journey-community-feedback>button{min-height:44px;grid-column:1 / -1}.journey-review-issue-badge,.community-flow-issue-actions>button,.community-flow-issue-actions>label{min-height:44px}}@media(max-width:680px){.community-flow-issue-checklist-header{grid-template-columns:1fr}.community-flow-issue-checklist-header>strong{width:fit-content;white-space:normal}.community-flow-issue-meta small{width:100%;margin-left:0}.community-flow-issue-actions{align-items:stretch;flex-direction:column}.community-flow-issue-actions>button,.community-flow-issue-actions>label{min-height:48px;width:100%}.community-flow-issue-actions>label{justify-content:center}}@media(prefers-reduced-motion:reduce){.journey-community-feedback>button,.journey-review-issue-badge,.community-flow-issue-group li{transition:none}}:root{--dream-paper: #f3efe7;--dream-paper-bright: #fbf8f1;--dream-paper-deep: #e9e2d7;--dream-ink: #17131c;--dream-ink-soft: #28222e;--dream-ink-muted: #675f6c;--dream-coral: #ff6958;--dream-coral-deep: #e94f40;--dream-violet: #7657ff;--dream-blue: #4777ff;--dream-mint: #a7e4c4;--dream-line-dark: rgba(23, 19, 28, .13);--dream-line-light: rgba(255, 255, 255, .13);--dream-light: linear-gradient(105deg, #ff6958 0%, #dc5bd7 46%, #7657ff 74%, #4777ff 100%);--dream-shadow-soft: 0 24px 70px rgba(42, 31, 39, .11);--dream-shadow-board: 0 38px 100px rgba(34, 22, 34, .24);--bg-color: #0d0b10;--text-primary: #fbf8f1;--text-secondary: #a8a1ad;--accent-gold: var(--dream-coral);--hero-gold: var(--dream-coral);--hero-ivory: var(--dream-paper-bright);--hero-ink: var(--dream-ink);--border-color: rgba(255, 255, 255, .11);--glass-bg: rgba(255, 255, 255, .055);--glass-stroke: rgba(255, 255, 255, .105);--motion-out: cubic-bezier(.16, 1, .3, 1);--motion-soft: cubic-bezier(.22, 1, .36, 1);--nav-height: 86px}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--dream-ink)}.app-view-transition{min-width:0;min-height:0;display:flex;flex:1;flex-direction:column;overflow:hidden}.app-view-transition>:last-child{min-height:0;flex:1}.living-grid-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;opacity:.38;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse 82% 76% at 50% 45%,#000 5%,rgba(0,0,0,.66) 58%,transparent 100%);mask-image:radial-gradient(ellipse 82% 76% at 50% 45%,#000 5%,rgba(0,0,0,.66) 58%,transparent 100%)}button,input,textarea,select{font-family:inherit}::selection{background:#ff695847;color:currentColor}.eyebrow,.home-starters>span,.home-step-index,.direction-demo-toolbar,.direction-demo-brief>span,.hero-direction-demo figcaption,.direction-concept header span,.direction-decision-criteria li>span{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.eyebrow{color:var(--dream-coral-deep);font-size:.67rem;font-weight:600;letter-spacing:.105em}:where(.nav-logo,.desktop-primary-nav button,.mobile-primary-nav button,.account-menu-trigger,.home-prompt-shell button,.home-flow-library-link,.home-final-cta>button,.featured-remix,.artifact-shortlist-control,.artifact-decision-preview,.direction-decision-dock button):focus-visible{outline:3px solid rgba(255,105,88,.34);outline-offset:3px}.app-nav{height:var(--nav-height);padding:10px 12px;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.app-nav .nav-container{position:relative;width:min(1500px,100%);height:66px;overflow:visible;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#17131ce8;box-shadow:0 16px 44px #110c1438,inset 0 1px #ffffff12;padding:0 14px 0 18px;-webkit-backdrop-filter:blur(24px) saturate(135%);backdrop-filter:blur(24px) saturate(135%);pointer-events:auto}.app-nav .nav-container:before{content:"";position:absolute;top:-1px;left:clamp(82px,10vw,150px);width:clamp(80px,12vw,180px);height:1px;background:var(--dream-light);opacity:.9}.nav-logo{gap:11px;color:var(--dream-paper-bright);font-size:1.08rem;font-weight:750;letter-spacing:-.035em}.nav-logo>span:last-child{color:var(--dream-paper-bright)}.nav-logo .dreame-mark{width:30px;height:27px;flex-basis:30px}.dreame-mark i{top:5px;width:9px;height:17px;border-color:#ffffff9e;border-radius:4px;background:var(--dream-ink)}.dreame-mark i:nth-child(2){border-color:var(--dream-coral);background:var(--dream-coral);box-shadow:0 0 18px #ff695847}.desktop-primary-nav{gap:3px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#ffffff09}.desktop-primary-nav button,.mobile-primary-nav button{position:relative;isolation:isolate;overflow:hidden;color:#9d96a4;border-radius:11px;font-size:.77rem;font-weight:650}.desktop-primary-nav button>:not(.nav-active-indicator),.mobile-primary-nav button>:not(.nav-active-indicator){position:relative;z-index:1}.desktop-primary-nav button svg,.mobile-primary-nav button svg{flex:0 0 auto}.desktop-primary-nav button:hover,.mobile-primary-nav button:hover{color:var(--dream-paper-bright);background:#ffffff0d}.desktop-primary-nav button.active,.mobile-primary-nav button.active{color:var(--dream-ink);background:transparent;font-weight:750}.nav-active-indicator{position:absolute!important;top:2px;right:2px;bottom:2px;left:2px;z-index:0!important;border:1px solid rgba(255,255,255,.88);border-radius:9px;background:var(--dream-paper-bright);box-shadow:0 5px 16px #08050a33,inset 0 -1px #17131c14}.account-menu-trigger{border-color:#ffffff21;background:#ffffff0b;color:var(--dream-paper-bright)}.account-menu-trigger.is-conversion{border-color:var(--dream-coral);background:var(--dream-coral);color:var(--dream-ink);box-shadow:0 8px 24px #ff69582b}.account-menu-trigger.is-conversion:hover,.account-menu-trigger.is-conversion:focus-visible,.account-menu[open] .account-menu-trigger.is-conversion{border-color:#ff8172;background:#ff8172;color:var(--dream-ink)}.account-avatar{background:var(--dream-light);color:#fff}.account-unread{background:var(--dream-mint);color:var(--dream-ink)}.account-popover{border-color:#ffffff21;border-radius:20px;background:#17131cfb;box-shadow:0 28px 80px #0c080f75}.app-footer{border-top-color:#ffffff14;background:#0d0b10e6}.device-controls button{position:relative;isolation:isolate;overflow:hidden}.device-controls button.active{background:transparent;color:var(--dream-ink)}.device-active-indicator{position:absolute;top:2px;right:2px;bottom:2px;left:2px;z-index:0;border-radius:7px;background:var(--dream-coral);box-shadow:inset 0 1px #ffffff4d}.device-option-label,.device-controls button small{position:relative;z-index:1}.device-controls button.active small{color:#17131ca3}.studio-preview-document,.studio-preview-document iframe{display:block;width:100%;height:100%}.studio-preview-document iframe{border:0}.scaled-preview-viewport,.artifact-preview-transition{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%}.scaled-preview-iframe{display:block;border:0;transform-origin:0 0}.journey-board,.journey-board-item,.journey-screen-card{animation:none}.journey-screen-card{transition:border-color .22s ease,box-shadow .35s ease}.project-route li{position:relative;isolation:isolate;padding:5px 8px}.project-route li>:not(.project-route-phase-indicator){position:relative;z-index:1}.project-route li.is-upcoming{color:#aaa3ae}.project-route-phase-indicator{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border:1px solid rgba(255,105,88,.28);border-radius:8px;background:#ff695818;box-shadow:inset 0 1px #ffffff0b}@media(hover:hover)and (pointer:fine){.journey-screen-card:hover{transform:none}}.dream-home{color:var(--dream-ink);overflow-x:hidden;padding:clamp(54px,7vh,96px) clamp(22px,4.4vw,74px) 150px;background:radial-gradient(circle at 91% 7%,rgba(118,87,255,.12),transparent 27%),radial-gradient(circle at 8% 32%,rgba(255,105,88,.11),transparent 25%),linear-gradient(180deg,var(--dream-paper-bright),var(--dream-paper) 56%,#eee8df)}.dream-home:before{background:linear-gradient(90deg,transparent 0 49.95%,rgba(23,19,28,.075) 49.95% 50.05%,transparent 50.05%),repeating-linear-gradient(90deg,transparent 0 119px,rgba(23,19,28,.027) 119px 120px),linear-gradient(180deg,rgba(255,255,255,.42),transparent 32%);-webkit-mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.5) 54%,transparent 92%);mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.5) 54%,transparent 92%)}.dream-home-hero{width:min(1550px,100%);grid-template-columns:minmax(430px,.88fr) minmax(580px,1.12fr);gap:clamp(46px,6vw,104px);min-height:min(730px,calc(100dvh - var(--nav-height) - var(--app-bottom-inset) - 46px))}.dream-home-copy{position:relative;z-index:2}.hero-eyebrow{color:var(--dream-ink);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.65rem;font-weight:600;letter-spacing:.08em}.hero-eyebrow>i{background:var(--dream-coral);box-shadow:0 0 0 5px #ff69581f,0 0 22px #ff695840}.hero-eyebrow b{border-left-color:#17131c2e;color:var(--dream-ink-muted);font-weight:500}.dream-home-hero h1{max-width:800px;margin:25px 0;color:var(--dream-ink);font-size:clamp(3.65rem,5.25vw,6.65rem);font-weight:700;line-height:.89;letter-spacing:-.067em}.dream-home-hero h1 em{width:fit-content;color:var(--dream-coral-deep);background:var(--dream-light);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-size:1.09em;font-weight:400;letter-spacing:-.05em}.dream-home-copy>p{max-width:650px;color:#554e59;font-size:clamp(1rem,1.25vw,1.13rem);line-height:1.68}.home-prompt-shell{max-width:680px;margin-top:32px;border-color:#ffffff1c;border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(118,87,255,.12),transparent 36%),var(--dream-ink);box-shadow:0 28px 75px #2317222e,inset 0 1px #fff1;padding:15px}.home-prompt-shell:before{top:22px;bottom:22px;width:3px;background:var(--dream-light);box-shadow:0 0 18px #ff69582e}.home-prompt-shell:focus-within{border-color:#ff695880;box-shadow:0 34px 86px #2317223b,0 0 0 4px #ff695814}.home-prompt-heading label{color:var(--dream-paper-bright);font-size:.72rem;letter-spacing:.01em}.home-prompt-heading span{color:#8f8794;font-size:.66rem}.home-input-bar .input-wrapper{border-radius:14px;background:var(--dream-paper-bright);box-shadow:inset 0 0 0 1px #17131c0d}.home-input-bar .input-wrapper:focus-within{background:#fffdf9;box-shadow:0 0 0 3px #ff695885}.home-input-bar .input-wrapper input,.home-input-bar .input-wrapper textarea{color:var(--dream-ink)}.home-input-bar .input-wrapper input::placeholder,.home-input-bar .input-wrapper textarea::placeholder{color:#716976}.home-send-button{min-width:198px;border:1px solid rgba(23,19,28,.12);border-radius:11px;background:var(--dream-coral);color:var(--dream-ink);box-shadow:0 8px 20px #ff695829}.home-send-button:hover:not(:disabled),.home-send-button:focus-visible{background:#ff8172;color:var(--dream-ink)}.home-starters>span{color:#8f8794;font-size:.61rem;font-weight:500}.home-prompt-shell .suggestion-chip{border-color:#ffffff1c;border-radius:10px;background:#ffffff09;color:#b8b0bb;font-size:.68rem;font-weight:600}.home-prompt-shell .suggestion-chip:hover,.home-prompt-shell .suggestion-chip:focus-visible{border-color:#ff695880;background:#ff695817;color:var(--dream-paper-bright)}.surprise-chip{color:#ff9b8f!important}.home-guide-button{border-top-color:#ffffff17;color:var(--dream-paper-bright)}.home-guide-index{border-color:#ff69586b;color:#ff8b7d}.home-guide-button small,.home-guide-button>b{color:#918997}.home-guide-button:hover>b,.home-guide-button:focus-visible>b{color:#ff8b7d}.home-guide-button[aria-expanded=true] .home-guide-index{background:#ff69581f}.hero-proof-list{color:#69616d;font-size:.66rem;font-weight:650}.hero-proof-list i{background:var(--dream-coral);box-shadow:0 0 0 3px #ff695817}.dream-home-showcase{position:relative;min-width:0;width:100%}.dream-home-showcase:before{content:"";position:absolute;top:8%;right:-7%;bottom:-9%;left:-7%;z-index:-1;border-radius:46%;background:radial-gradient(circle at 28% 38%,rgba(255,105,88,.2),transparent 32%),radial-gradient(circle at 72% 46%,rgba(118,87,255,.19),transparent 36%);filter:blur(46px);opacity:.8;pointer-events:none}.hero-eyebrow,.dream-home-hero h1>span,.dream-home-hero h1 em,.dream-home-copy>p,.home-prompt-shell,.home-prompt-shell:before,.hero-proof-list,.hero-direction-demo,.hero-direction-demo:before,.direction-demo-toolbar,.direction-demo-brief,.direction-concept,.mini-class-row,.mini-motion-card,.mini-editorial-image,.hero-direction-demo figcaption{animation-name:none}.hero-direction-demo{border-color:#ffffff21;border-radius:26px;background:radial-gradient(circle at 86% 4%,rgba(118,87,255,.18),transparent 31%),radial-gradient(circle at 10% 96%,rgba(255,105,88,.14),transparent 29%),repeating-linear-gradient(90deg,transparent 0 74px,rgba(255,255,255,.022) 74px 75px),repeating-linear-gradient(0deg,transparent 0 74px,rgba(255,255,255,.018) 74px 75px),var(--dream-ink);box-shadow:var(--dream-shadow-board),inset 0 1px #ffffff13;padding:clamp(17px,2vw,25px)}.hero-direction-demo:before{right:10%;left:10%;background:var(--dream-light);opacity:.95}.hero-direction-demo:after{opacity:1;background:radial-gradient(circle at 24% 12%,rgba(255,105,88,.08),transparent 24%),radial-gradient(circle at 82% 76%,rgba(118,87,255,.08),transparent 27%)}.hero-direction-demo.is-analyzing{border-color:#ff69586b;box-shadow:0 42px 110px #22162247,0 0 0 4px #ff695812}.direction-demo-stage{transform-style:preserve-3d;transition:none;will-change:transform}.direction-demo-toolbar{color:#8f8794;font-size:.61rem;font-weight:500;letter-spacing:.1em}.direction-demo-status{color:#ebe5ed}.direction-demo-status i{background:var(--dream-mint);box-shadow:0 0 0 4px #a7e4c417}.hero-direction-demo.is-analyzing .direction-demo-status i{background:var(--dream-coral);box-shadow:0 0 0 4px #ff69581c}.direction-demo-brief{margin-top:17px;border-color:#ffffff1a;border-radius:12px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff09}.direction-demo-brief>span{color:#ff8b7d;font-size:.59rem;font-weight:600}.direction-demo-brief p{color:#d8d1dc;font-size:.72rem}.direction-branch:before,.direction-branch i{border-left-color:#ff69587a}.direction-branch:after{border-top-color:#ff69587a}.direction-concept{border-color:#ffffff1f;border-radius:14px;background:#ffffff0e;padding:8px;box-shadow:0 15px 32px #0503083b,inset 0 1px #ffffff0d;transform:none;transition:border-color .24s ease,box-shadow .42s var(--motion-out),opacity .24s ease}.direction-concept:before{box-shadow:inset 0 1px #ffffff14}.direction-concept:after{background:linear-gradient(180deg,transparent,rgba(255,105,88,.05) 43%,rgba(207,89,201,.34) 50%,rgba(118,87,255,.05) 57%,transparent)}.hero-direction-demo.is-analyzing .direction-concept{border-color:#ff69583d}.direction-concept header{padding:3px 2px 9px}.direction-concept header span{color:#ff8b7d;font-size:.58rem;font-weight:600}.direction-concept header strong{color:#aaa1af;font-size:.59rem;font-weight:650}.mini-site{border-radius:8px;box-shadow:inset 0 0 0 1px #0000001a,0 10px 24px #00000038}.mini-site-precision{background:#f2eee6}.mini-site-motion{background:#7158ff}.mini-motion-card{background:#ff725f}.mini-site-editorial{background:#e8d9c6}.hero-direction-demo figcaption{color:#88808d;font-size:.59rem;font-weight:500;letter-spacing:.07em}.hero-direction-demo figcaption i{background:#ffffff21}.hero-direction-demo figcaption strong{color:#ff8b7d}.direction-scroll-cue{color:#9b929f}.direction-scroll-cue i{background:#59515f}.direction-scroll-cue i:first-child{background:var(--dream-light)}.product-system-path{display:flex;align-items:center;gap:10px;margin:15px 3% 13px;color:#958c99;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.52rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-system-path i{position:relative;height:1px;flex:1;background:linear-gradient(90deg,#ff695899,#7657ff75)}.product-system-path i:after{content:"";position:absolute;top:-3px;right:-1px;width:7px;height:7px;border-radius:50%;background:var(--dream-light);box-shadow:0 0 0 4px #ff695817}.product-system-preview{position:relative;min-height:clamp(350px,39vw,500px);perspective:1100px}.product-desktop-concept,.product-mobile-concept{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#ffffff0e;box-shadow:0 24px 54px #05030852,inset 0 1px #ffffff0f}.product-desktop-concept{top:0;left:0;width:88%;border-radius:15px;padding:9px}.product-desktop-concept>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:1px 2px 9px;color:#8f8794;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.5rem;letter-spacing:.05em;text-transform:uppercase}.product-desktop-concept>header span{color:#ff8b7d}.product-desktop-concept>header strong{overflow:hidden;color:#c7becb;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.product-desktop-concept>header small{color:#746d78;font-size:inherit}.product-site-canvas{position:relative;aspect-ratio:1.43;overflow:hidden;border-radius:9px;background:#f1e9df;color:#211923;box-shadow:inset 0 0 0 1px #19101a1f}.product-site-nav{display:flex;height:13%;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(33,25,35,.15);padding:0 5%;font-size:clamp(.38rem,.56vw,.56rem)}.product-site-nav b{letter-spacing:-.04em}.product-site-nav span{color:#625768}.product-site-body{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(130px,.92fr);height:72%}.product-site-copy{padding:8% 7% 5%}.product-site-copy>small{color:#7d6d76;font-size:clamp(.34rem,.5vw,.49rem);letter-spacing:.05em;text-transform:uppercase}.product-site-copy>strong{display:block;margin-top:5%;font-family:Newsreader,Georgia,serif;font-size:clamp(1.6rem,3.25vw,3.25rem);font-weight:400;line-height:.82;letter-spacing:-.075em}.product-site-copy>strong em{color:#e25b50;font-weight:400}.product-site-copy>p{max-width:250px;margin:6% 0 0;color:#71646d;font-size:clamp(.36rem,.56vw,.55rem);line-height:1.5}.product-site-cta{display:inline-flex;min-height:26px;align-items:center;gap:14px;margin-top:7%;border-radius:999px;background:#211923;color:#fff8f2;padding:0 11px;font-size:clamp(.36rem,.52vw,.52rem);font-weight:700}.product-site-cta b{color:#ff8b7d}.product-site-feature{position:relative;display:flex;overflow:hidden;align-items:flex-start;flex-direction:column;justify-content:flex-end;margin:7% 7% 7% 0;border-radius:48% 48% 11px 11px;background:linear-gradient(145deg,#92766c,#c89d84 52%,#5c4653);color:#fff7ed;padding:9%}.product-site-feature:before{content:"";position:absolute;top:9%;right:9%;bottom:9%;left:9%;border:1px solid rgba(255,247,237,.28);border-radius:50%}.product-site-feature>span,.product-site-feature>strong,.product-site-feature>small{position:relative;z-index:1}.product-site-feature>span,.product-site-feature>small{font-size:clamp(.32rem,.47vw,.45rem)}.product-site-feature>strong{margin:5px 0 3px;font-family:Newsreader,Georgia,serif;font-size:clamp(.8rem,1.45vw,1.45rem);font-weight:400}.product-site-orbit{position:absolute;top:0;right:0;bottom:0;left:0}.product-site-orbit i{position:absolute;border:1px solid rgba(255,244,232,.25);border-radius:50%}.product-site-orbit i:nth-child(1){width:74%;aspect-ratio:1;top:-18%;right:-18%}.product-site-orbit i:nth-child(2){width:46%;aspect-ratio:1;top:16%;left:-15%}.product-site-orbit i:nth-child(3){width:7px;height:7px;top:21%;right:24%;background:#f6c85d}.product-site-ticker{display:flex;height:15%;align-items:center;gap:3%;border-top:1px solid rgba(33,25,35,.13);padding:0 5%;color:#71646d;font-size:clamp(.34rem,.5vw,.49rem);text-transform:uppercase}.product-site-ticker i{width:3px;height:3px;border-radius:50%;background:#e25b50}.product-site-ticker strong{margin-left:auto;color:#211923}.product-mobile-concept{top:15%;right:0;z-index:3;width:25%;border-radius:24px;background:#17121a;padding:7px;transform:rotate(1.4deg)}.product-mobile-concept>header{display:flex;height:18px;align-items:center;justify-content:space-between;color:#887f8c;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.42rem;text-transform:uppercase}.product-mobile-concept>header i{width:4px;height:4px;border-radius:50%;background:#635b67}.product-mobile-screen{position:relative;aspect-ratio:.56;overflow:hidden;border-radius:17px;background:#f1e9df;color:#211923;padding:11% 9%}.product-mobile-nav{display:flex;align-items:center;justify-content:space-between;font-size:clamp(.34rem,.48vw,.45rem)}.product-mobile-screen>small{display:block;margin-top:22%;color:#8a777f;font-size:clamp(.3rem,.43vw,.4rem);text-transform:uppercase}.product-mobile-screen>strong{display:block;margin-top:7%;font-family:Newsreader,Georgia,serif;font-size:clamp(.8rem,1.35vw,1.3rem);font-weight:400;line-height:.9;letter-spacing:-.055em}.product-mobile-screen>strong em{color:#e25b50;font-weight:400}.product-mobile-class{position:relative;margin-top:19%;border-radius:12px;background:#d86659;color:#211923;padding:11%}.product-mobile-class span,.product-mobile-class small{display:block;font-size:clamp(.28rem,.4vw,.38rem)}.product-mobile-class b{display:block;margin:7px 0 3px;font-family:Newsreader,Georgia,serif;font-size:clamp(.75rem,1.2vw,1.15rem);font-weight:500}.product-mobile-class i{position:absolute;right:11%;bottom:13%;font-style:normal}.product-mobile-tabs{position:absolute;right:8%;bottom:4%;left:8%;display:flex;justify-content:space-between;border-top:1px solid rgba(33,25,35,.13);padding-top:7%;color:#877881;font-size:clamp(.27rem,.38vw,.36rem)}.product-mobile-tabs b{color:#211923}.product-screen-flow{position:absolute;right:7%;bottom:0;left:4%;display:flex;align-items:center;gap:8px;color:#978e9b;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.48rem;letter-spacing:.04em;text-transform:uppercase}.product-screen-flow span{display:flex;align-items:center;gap:5px}.product-screen-flow b{color:#ff8b7d;font-weight:600}.product-screen-flow>i{height:1px;flex:1;background:#ffffff21}.hero-direction-demo.is-analyzing .product-desktop-concept,.hero-direction-demo.is-analyzing .product-mobile-concept{border-color:#ff69584d}@media(prefers-reduced-motion:no-preference){.hero-direction-demo.is-analyzing .product-site-orbit{animation:productOrbit 5s linear infinite}.hero-direction-demo.is-analyzing .product-site-cta{animation:productCtaPulse 1.8s ease-in-out infinite}}@keyframes productOrbit{to{transform:rotate(360deg)}}@keyframes productCtaPulse{50%{box-shadow:0 0 0 7px #ff69581a}}@media(hover:hover)and (pointer:fine){.direction-concept:hover{border-color:#ff695873;box-shadow:0 24px 54px #05030857,0 0 0 1px #ff69580f;transform:none}.direction-concept:nth-child(2):hover{transform:none}.direction-preview-grid:has(.direction-concept:hover) .direction-concept:not(:hover){opacity:.78;transform:none}}.featured-designs{gap:13px;max-width:none}.featured-frame{height:auto;aspect-ratio:1.34;overflow:hidden;border-color:#17131c2e;border-radius:26px;background:#fff;box-shadow:var(--dream-shadow-board),14px 14px #17131c0b}.featured-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff47;pointer-events:none}.featured-frame-motion{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.featured-frame iframe{width:100%;height:100%}.featured-designs figcaption{color:var(--dream-ink);padding:2px 3px 0}.featured-meta{gap:3px}.featured-meta strong{color:var(--dream-ink);font-size:.86rem;font-weight:750}.featured-meta span{color:var(--dream-ink-muted);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.62rem;font-weight:500}.featured-remix{min-height:42px;border-color:#17131c2e;background:var(--dream-ink);color:var(--dream-paper-bright);padding-inline:17px;font-size:.7rem}.featured-remix:hover{border-color:var(--dream-ink);background:var(--dream-ink-soft)}.featured-picker button{height:6px;background:#17131c2b}.featured-picker button.active{background:var(--dream-coral)}.home-category-story{width:min(1550px,100%);margin-top:clamp(110px,14vw,210px)}.home-category-section{border-top-color:var(--dream-line-dark);padding:clamp(76px,8vw,126px) 0}.home-section-heading h2,.home-faq-section .home-section-heading h2{color:var(--dream-ink);font-weight:700;letter-spacing:-.06em}.home-section-heading h2 em{width:fit-content;color:var(--dream-coral-deep);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:400;letter-spacing:-.045em}.home-section-heading>p{color:#625a67}.home-product-steps{gap:12px;border:0;border-radius:0;background:transparent;overflow:visible}.home-product-steps li{min-height:340px;overflow:hidden;border:1px solid rgba(23,19,28,.11);border-radius:22px;background:radial-gradient(circle at 95% 4%,rgba(255,105,88,.1),transparent 34%),#fffdf9b8;box-shadow:0 18px 60px #2a1f270e}.home-product-steps li:nth-child(2){background:radial-gradient(circle at 95% 4%,rgba(118,87,255,.1),transparent 34%),#fffdf9b8}.home-product-steps li:nth-child(3){background:radial-gradient(circle at 95% 4%,rgba(71,119,255,.08),transparent 34%),#fffdf9b8}.home-product-steps li:after{height:3px;background:var(--dream-light)}.home-step-index{color:#8b838f}.home-step-index span{color:var(--dream-coral-deep)}.home-product-steps h3{color:var(--dream-ink);font-weight:700}.home-product-steps p{color:#665e6a}.home-flow-proof-grid{gap:14px}.home-flow-proof-grid article{min-height:270px;border-color:#17131c1f;border-radius:22px;background:linear-gradient(145deg,#ffffffc2,#f8f3ebd1);box-shadow:0 18px 60px #2a1f270f}.home-flow-proof-grid article>span{color:var(--dream-coral-deep);font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600}.home-flow-proof-grid h3{color:var(--dream-ink)}.home-flow-proof-grid li:not(:last-child):after{background:linear-gradient(90deg,#ff6958b8,#17131c1f)}.home-flow-proof-grid i{border-color:#ff695859;background:var(--dream-paper-bright);color:var(--dream-coral-deep)}.home-flow-proof-grid small{color:#6d6570}.home-flow-library-link{border-color:var(--dream-ink);background:var(--dream-ink);color:var(--dream-paper-bright);box-shadow:0 14px 34px #17131c21}.home-flow-library-link:hover,.home-flow-library-link:focus-visible{border-color:var(--dream-coral);background:var(--dream-coral);color:var(--dream-ink)}.home-faq-list{border-top-color:#17131c26}.home-faq-list details{border-bottom-color:#17131c26}.home-faq-list summary{color:var(--dream-ink)}.home-faq-list summary>span{color:#8d8491;font-family:IBM Plex Mono,ui-monospace,monospace}.home-faq-list summary>i:before,.home-faq-list summary>i:after{background:var(--dream-coral-deep)}.home-faq-list details>p{color:#645c68}.home-final-cta{overflow:hidden;min-height:clamp(480px,60vw,720px);align-content:center;border:0;border-radius:32px;background:radial-gradient(circle at 16% 18%,rgba(255,105,88,.28),transparent 28%),radial-gradient(circle at 85% 82%,rgba(118,87,255,.28),transparent 31%),repeating-linear-gradient(90deg,transparent 0 109px,rgba(255,255,255,.024) 109px 110px),var(--dream-ink);padding-inline:clamp(24px,7vw,110px);box-shadow:var(--dream-shadow-board)}.home-final-cta .eyebrow{color:#ff9b90}.home-final-cta h2{max-width:1000px;color:var(--dream-paper-bright);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:400;letter-spacing:-.055em}.home-final-cta>p{color:#afa7b2}.home-final-cta>button{border-color:var(--dream-coral);border-radius:999px;background:var(--dream-coral);color:var(--dream-ink);box-shadow:0 12px 34px #ff695833}.home-final-cta>button:hover,.home-final-cta>button:focus-visible{border-color:var(--dream-paper-bright);background:var(--dream-paper-bright);color:var(--dream-ink)}.direction-decision-workspace{--decision-surface: rgba(255, 253, 249, .94);color:var(--dream-ink);background:radial-gradient(circle at 88% 4%,rgba(118,87,255,.1),transparent 27%),radial-gradient(circle at 7% 42%,rgba(255,105,88,.075),transparent 25%),var(--dream-paper);scrollbar-color:rgba(23,19,28,.18) transparent}.artifact-grid.is-single-result{grid-template-columns:minmax(0,1fr);max-width:1120px;max-height:min(76vh,820px);margin-inline:auto}.artifact-card.is-single-direction{border-radius:24px;box-shadow:0 24px 76px #2a1f271f}.artifact-card.is-single-direction .artifact-card-inner{min-height:min(66vh,680px)}.stage-container.mode-single-result .active-session{height:100%}.stage-container.mode-single-result .artifact-grid.is-single-result{min-height:0;flex:1}@media(max-width:768px){.artifact-card.is-single-direction .artifact-open-button,.artifact-card.is-single-direction .artifact-choose-identity{min-height:44px}}.direction-decision-header{padding-top:clamp(30px,4.4vw,66px)}.direction-decision-header .eyebrow,.direction-decision-plan .eyebrow{color:var(--dream-coral-deep)}.direction-decision-header h2{color:var(--dream-ink);font-size:clamp(2.25rem,4.2vw,4.65rem);font-weight:700;letter-spacing:-.065em}.direction-decision-header>div>p{color:#655d69}.direction-decision-status{border-left-color:#ff69586b;color:#5c5460}.direction-decision-criteria{border-block-color:rgba(23,19,28,.11)}.direction-decision-criteria>h3{color:#7f7684}.direction-decision-criteria li>span{color:var(--dream-coral-deep);font-weight:600}.direction-decision-criteria strong{color:var(--dream-ink)}.direction-decision-criteria p{color:#6d6571}.artifact-card.is-decision-card{overflow:hidden;border-color:#17131c21;border-radius:22px;background:var(--decision-surface);box-shadow:0 18px 58px #2a1f2714;transition:border-color .25s ease,box-shadow .35s var(--motion-out),background-color .25s ease}.artifact-card.is-decision-card.is-shortlisted{border-color:#ff6958d6;box-shadow:0 0 0 3px #ff69581a,0 28px 70px #2a1f2724}.artifact-card.is-decision-card .artifact-style-tag{border-color:#ff695840;border-radius:999px;background:#17131cdb;color:#ff9b90;font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:500}.artifact-decision-footer{border-top-color:#17131c1a;background:radial-gradient(circle at 100% 0,rgba(255,105,88,.085),transparent 40%),var(--dream-paper-bright)}.artifact-shortlist-control{border-color:#17131c21;background:#17131c06}.artifact-shortlist-control:has(input:checked){border-color:#ff69588a;background:#ff695814}.artifact-shortlist-control input{accent-color:var(--dream-coral)}.artifact-shortlist-control small{color:#837a87}.artifact-shortlist-control strong{color:var(--dream-ink)}.artifact-decision-guide{display:block;overflow:hidden;border:1px solid rgba(23,19,28,.1);border-radius:12px;background:#17131c06}.artifact-decision-guide summary{min-height:48px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 11px;color:var(--dream-ink);cursor:pointer;list-style:none}.artifact-decision-guide summary::-webkit-details-marker{display:none}.artifact-decision-guide summary>span,.artifact-decision-guide summary>small{color:#877e8b;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.5rem;font-weight:600;letter-spacing:.065em;text-transform:uppercase}.artifact-decision-guide summary>strong{overflow:hidden;color:var(--dream-ink);font-size:.6rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.artifact-decision-guide summary>small:after{content:" +";color:var(--dream-coral-deep)}.artifact-decision-guide[open] summary>small:after{content:" −"}.artifact-decision-guide dl{display:grid;gap:9px;margin:0;border-top:1px solid rgba(23,19,28,.09);padding:11px}.artifact-decision-guide dl>div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:9px}.artifact-decision-guide dt{color:#8e8592}.artifact-decision-guide dd{color:#625a66}.artifact-decision-preview{border-color:#17131c26;background:#17131c09;color:var(--dream-ink)}.direction-decision-plan{border-color:#17131c1c;background:radial-gradient(circle at 0 0,rgba(255,105,88,.095),transparent 34%),#fffdf9a8;box-shadow:0 18px 58px #2a1f270e}.direction-decision-plan h3{color:var(--dream-ink)}.direction-decision-plan>div>p,.direction-decision-plan li p,.direction-decision-plan-note{color:#6d6571}.direction-decision-plan li{border-left-color:#ff69584f}.direction-decision-plan li span{color:var(--dream-coral-deep)}.direction-decision-plan li strong{color:var(--dream-ink)}.direction-decision-plan-note{border-top-color:#17131c1a}.direction-decision-dock{min-height:92px;border-color:#ffffff24;border-radius:22px;background:radial-gradient(circle at 84% 0,rgba(118,87,255,.16),transparent 34%),#17131cf2;box-shadow:0 24px 76px #170e1757,inset 0 1px #ffffff12;-webkit-backdrop-filter:blur(25px) saturate(135%);backdrop-filter:blur(25px) saturate(135%)}.direction-decision-dock:before{content:"";position:absolute;top:-1px;left:8%;width:22%;height:1px;background:var(--dream-light)}.direction-decision-dock[data-state=ready],.direction-decision-dock[data-state=choosing]{border-color:#ff69586b}.direction-decision-dock-summary span,.direction-decision-dock-empty>span{color:#ff9185}.direction-decision-dock-summary strong,.direction-decision-dock-empty>strong{color:var(--dream-paper-bright)}.direction-decision-dock-copy p,.direction-decision-dock-empty p{color:#a49ba7}.direction-decision-account-note{color:#ffafa5!important}.direction-decision-dock-actions button{border-radius:12px}.direction-decision-preview-button{border-color:#ffffff29!important;background:#ffffff0a;color:var(--dream-paper-bright)}.direction-decision-commit-button{border-color:var(--dream-coral)!important;background:var(--dream-coral);color:var(--dream-ink);box-shadow:0 9px 24px #ff69582b}@media(hover:hover)and (pointer:fine){.artifact-card.is-decision-card:hover{border-color:#17131c4d;box-shadow:0 26px 70px #2a1f2721;transform:none}.artifact-card.is-decision-card.is-shortlisted:hover{border-color:#ff6958eb}.artifact-shortlist-control:hover{border-color:#ff695866}.artifact-decision-preview:hover,.direction-decision-preview-button:hover{border-color:#ff69586b}.artifact-decision-preview:hover{background:var(--dream-ink);color:var(--dream-paper-bright)}.direction-decision-commit-button:hover:not(:disabled){background:#ff8172}}@media(max-width:1100px){.dream-home-hero{grid-template-columns:minmax(0,1fr);gap:54px;min-height:0}.dream-home-copy,.dream-home-showcase{width:min(820px,100%);margin-inline:auto}.dream-home-showcase .hero-direction-demo,.dream-home-showcase .featured-designs{width:100%}.home-product-steps li{min-height:250px}}@media(max-width:760px),(max-height:520px)and (pointer:coarse){:root{--nav-height: calc(78px + env(safe-area-inset-top)) ;--mobile-nav-height: 74px;--app-bottom-inset: calc(84px + env(safe-area-inset-bottom)) }.app-nav{height:var(--nav-height);padding:calc(8px + env(safe-area-inset-top)) 8px 6px}.app-nav .nav-container{width:100%;height:62px;border-radius:17px;padding:0 10px 0 13px}.mobile-primary-nav{right:max(8px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom));left:max(8px,env(safe-area-inset-left));min-height:68px;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:#17131cf0;box-shadow:0 16px 46px #0b070d47,inset 0 1px #ffffff0f;padding:5px}.mobile-primary-nav button{min-height:56px;border-radius:14px}.mobile-primary-nav .nav-active-indicator{top:2px;right:2px;bottom:2px;left:2px;border-radius:12px}.dream-home{padding:30px 18px 116px}.dream-home:before{background:repeating-linear-gradient(90deg,transparent 0 79px,rgba(23,19,28,.025) 79px 80px),linear-gradient(180deg,rgba(255,255,255,.4),transparent 22%)}.dream-home-hero{gap:38px}.dream-home-hero h1{margin:19px 0 20px;font-size:clamp(3rem,13.2vw,4.55rem);line-height:.9}.dream-home-copy>p{font-size:.96rem;line-height:1.62}.home-prompt-shell{margin-top:25px;border-radius:19px;padding:12px}.hero-proof-list{gap:9px 15px}.dream-home-showcase:before{top:10%;right:-2%;bottom:-4%;left:-2%;filter:blur(30px)}.hero-direction-demo{border-radius:21px}.product-system-preview{min-height:clamp(360px,70vw,520px)}.product-desktop-concept{width:90%}.product-mobile-concept{width:28%}.featured-frame{aspect-ratio:.94;border-radius:21px}.featured-designs figcaption{align-items:flex-start}.home-category-story{margin-top:96px}.home-category-section{padding:76px 0}.home-section-heading h2,.home-section-heading-compact h2,.home-faq-section .home-section-heading h2{font-size:clamp(2.55rem,10.4vw,4.1rem)}.home-product-steps{gap:10px}.home-product-steps li,.home-flow-proof-grid article{border-radius:19px}.home-final-cta{min-height:540px;border-radius:25px}.direction-decision-workspace{padding-bottom:230px}.direction-decision-header{padding:28px 20px 24px}.direction-decision-header h2{font-size:clamp(2.25rem,10.2vw,3.45rem)}.direction-decision-status{border-top-color:#ff695847}.direction-decision-criteria{border-block-color:rgba(23,19,28,.11)}.artifact-card.is-decision-card{border-radius:20px}.direction-decision-dock{right:max(10px,env(safe-area-inset-right));bottom:calc(var(--app-bottom-inset) + 4px);left:max(10px,env(safe-area-inset-left));border-radius:19px}}@media(max-width:600px){.home-input-bar .input-wrapper{border-radius:13px}.home-send-button{min-height:50px}.direction-demo-brief{border-radius:11px}.direction-preview-grid{grid-auto-columns:min(78vw,286px)}.product-system-path{margin-inline:1%}.product-system-preview{min-height:360px}.product-desktop-concept{width:94%}.product-desktop-concept>header small{display:none}.product-site-body{grid-template-columns:minmax(0,1.08fr) minmax(92px,.92fr)}.product-site-copy>p{display:none}.product-site-ticker strong{display:none}.product-mobile-concept{top:21%;width:32%}.product-screen-flow{right:2%;left:2%}}@media(max-width:430px){.dream-home{padding-inline:14px}.hero-eyebrow{font-size:.59rem}.hero-eyebrow b{flex-basis:auto}.dream-home-hero h1{font-size:clamp(2.85rem,13.5vw,3.75rem)}.hero-proof-list{align-items:center;flex-direction:row;flex-wrap:nowrap;gap:13px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.hero-proof-list::-webkit-scrollbar{display:none}.hero-proof-list li{flex:0 0 auto}.home-starters{padding-top:9px}.home-starters>span,.home-starters .suggestion-chip:not(.surprise-chip){display:none}.home-prompt-shell .home-starters .suggestions-group{justify-content:flex-start;margin-top:0}.home-guide-button{min-height:44px;margin-top:8px;padding-top:8px}.home-guide-index{width:26px;height:26px}.hero-direction-demo{margin-inline:0;padding:13px}.product-system-path{font-size:.45rem}.product-system-preview{min-height:315px}.product-desktop-concept{width:96%;padding:7px}.product-desktop-concept>header{grid-template-columns:auto minmax(0,1fr);font-size:.43rem}.product-site-copy>strong{font-size:clamp(1.25rem,7.2vw,1.85rem)}.product-mobile-concept{top:22%;width:36%;border-radius:19px;padding:5px}.product-mobile-screen{border-radius:14px}.product-screen-flow{gap:5px;font-size:.4rem}.product-screen-flow span{gap:3px}.direction-demo-toolbar{font-size:.56rem}.hero-direction-demo figcaption{font-size:.53rem}.featured-remix{width:100%;justify-content:center}.home-final-cta{min-height:500px;padding-inline:18px}.direction-decision-header,.direction-decision-cards{padding-inline:14px}.direction-decision-criteria,.direction-decision-plan{margin-inline:14px}}@media(prefers-reduced-motion:reduce){.dream-home-showcase:before{filter:blur(36px)}.direction-demo-stage{will-change:auto}}:root{--dream-workbench: #100d13;--dream-workbench-raised: #18131b;--dream-workbench-soft: #211a24;--dream-workbench-muted: #978e9c;--dream-workbench-line: rgba(255, 255, 255, .105);--dream-paper-line: rgba(23, 19, 28, .12);--dream-positive: #86d8b1;--dream-warning: #f2bc72;--dream-danger: #ff8d92;--dream-command-shadow: 0 30px 90px rgba(6, 3, 8, .48);--flow-violet: var(--dream-coral);--flow-violet-soft: rgba(255, 105, 88, .105);--flow-mint: var(--dream-positive);--flow-warm: var(--dream-coral);--flow-panel: rgba(16, 13, 19, .96)}:where(.studio-workspace,.journey-board,.journey-player,.journey-connect-modal,.journey-setup-modal,.quick-flow-modal,.journey-feedback-sheet,.share-dream-modal,.terms-modal,.drawer-content){color-scheme:dark}:where(.studio-close-button,.studio-toolbar-actions>button,.studio-command-menu>summary,.project-route-action button,.journey-play-button,.prototype-share-button,.prototype-more-menu>summary,.journey-screen-actions button,.prototype-screen-menu>summary,.share-modal-create-button,.quiet-icon-button,.journey-feedback-actions button,.journey-feedback-success-actions button):focus-visible{outline:3px solid rgba(255,105,88,.34);outline-offset:3px}:where(.studio-toolbar-actions>button,.studio-command-menu>summary,.studio-close-button,.prototype-share-button,.prototype-more-menu>summary,.journey-screen-actions button,.prototype-screen-menu>summary,.version-actions button,.quiet-icon-button){transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .28s var(--motion-out),transform .28s var(--motion-out)}.studio-workspace{background:var(--dream-workbench);color:var(--dream-paper-bright)}.studio-toolbar{min-height:72px;grid-template-columns:minmax(300px,1fr) auto auto;gap:16px;border-bottom-color:#ffffff16;background:radial-gradient(circle at 16% -60%,rgba(255,105,88,.13),transparent 31%),#100d13f6;box-shadow:0 12px 42px #0503072e;padding:11px 18px;-webkit-backdrop-filter:blur(24px) saturate(125%);backdrop-filter:blur(24px) saturate(125%)}.studio-toolbar:before{content:"";position:absolute;top:-1px;left:clamp(68px,8vw,150px);width:clamp(92px,12vw,190px);height:1px;background:var(--dream-light);opacity:.92}.studio-toolbar-project{gap:10px}.studio-close-button{width:38px;height:38px;border-color:#ffffff1c;border-radius:12px;background:#ffffff09;color:#b9b1be}.studio-close-button:hover{border-color:#ff69585c;background:#ff695814;color:var(--dream-paper-bright)}.studio-toolbar-project>div{max-width:220px;gap:2px}.studio-toolbar-project strong{color:var(--dream-paper-bright);font-size:.82rem;font-weight:740;letter-spacing:-.015em}.studio-toolbar-project>div span,.save-status{color:#8d8492;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.55rem;letter-spacing:.035em}.save-status.saved{color:#83bda2}.save-status.saving{color:#d5a96d}.save-status.error{color:var(--dream-danger)}.artifact-brand-badge{border-color:#ffffff1a;background:#ffffff0a}.artifact-brand-badge.is-on-brand{border-color:#86d8b133;background:#86d8b112;color:#a5dec1}.artifact-brand-badge.has-drift{border-color:#f2bc7238;background:#f2bc7212;color:#e8bd83}.studio-direction-chips{gap:5px;padding-block:2px}.studio-direction-chips button{min-height:34px;max-width:145px;border-color:transparent;border-radius:10px;background:transparent;color:#89808e;padding-inline:10px;font-size:.64rem}.studio-direction-chips button:hover:not(:disabled){border-color:#ffffff17;background:#ffffff0a;color:#d9d2dc}.studio-direction-chips button.active{border-color:#ff695838;background:#ff695816;color:#ffaea5}.studio-direction-chips .studio-board-button{width:34px;padding:0}.studio-direction-chips .chip-building{background:var(--dream-coral);box-shadow:0 0 0 4px #ff695817}.device-controls{gap:2px;border-color:#ffffff16;border-radius:13px;background:#ffffff09;padding:3px;box-shadow:inset 0 1px #ffffff06}.device-controls button{min-width:68px;min-height:39px;border-radius:10px;color:#8e8593;font-size:.61rem}.device-controls button small{color:#68606c;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.49rem}.device-active-indicator{top:1px;right:1px;bottom:1px;left:1px;border:1px solid rgba(255,255,255,.24);border-radius:9px;background:var(--dream-paper-bright);box-shadow:0 6px 16px #0503073d}.device-controls button.active{color:var(--dream-ink)}.device-controls button.active small{color:#17131c94}.studio-toolbar-actions{gap:5px}.studio-toolbar-actions>button,.studio-command-menu>summary{min-height:40px;border-color:#ffffff18;border-radius:11px;background:#ffffff06;color:#b7aeba;padding-inline:11px;font-size:.65rem}.studio-toolbar-actions>button:first-child{border-color:#ff695838;background:#ff695813;color:#ffaba2}.studio-toolbar-actions>button:hover:not(:disabled),.studio-command-menu>summary:hover,.studio-command-menu>summary:focus-visible,.studio-command-menu[open]>summary{border-color:#ff69584d;background:#ff695816;color:var(--dream-paper-bright)}.studio-toolbar-actions button.active,.studio-command-menu[open]>summary{border-color:#ff695861;background:#ff69581c;color:#ffb2aa}.studio-toolbar-actions button>span{background:#ffffff12}.studio-toolbar-actions .licensed-remix-action{border-color:#ff695840;background:#ff695813;color:#ffb2aa}.studio-command-popover,.prototype-more-menu>div,.prototype-screen-menu>div,.screen-menu{border-color:#ffffff1f;border-radius:18px;background:radial-gradient(circle at 92% -15%,rgba(255,105,88,.11),transparent 38%),#141017fb;box-shadow:var(--dream-command-shadow),inset 0 1px #ffffff0e;padding:7px;-webkit-backdrop-filter:blur(24px) saturate(130%);backdrop-filter:blur(24px) saturate(130%)}.studio-command-heading,.prototype-more-menu>div>span{color:#8e8492;font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600}.studio-toolbar-actions .studio-command-popover>button,.prototype-more-menu>div>button,.prototype-screen-menu>div>button{border-radius:11px}.studio-toolbar-actions .studio-command-popover>button:hover:not(:disabled),.prototype-more-menu>div>button:hover:not(:disabled),.prototype-screen-menu>div>button:hover:not(:disabled){background:#ff695813}.studio-command-popover button small,.prototype-more-menu button small{color:#817884}.studio-status-banner{min-height:46px;border-bottom-color:#ff695826;background:#ff69580f;color:#ffc0b9}.studio-status-banner>span{border-color:#ff695845;background:#ff695814}.studio-status-banner small{color:#aa8583}.studio-status-banner.is-error{border-bottom-color:#ff8d9240;background:#70171f7a;color:#ffb6ba}.studio-body{position:relative;background:var(--dream-paper-deep)}.studio-preview-canvas{isolation:isolate;padding:clamp(20px,2.8vw,44px);background:linear-gradient(rgba(23,19,28,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,19,28,.035) 1px,transparent 1px),radial-gradient(circle at 50% 8%,rgba(255,255,255,.82),transparent 43%),var(--dream-paper-deep);background-size:34px 34px,34px 34px,auto,auto;scrollbar-color:rgba(23,19,28,.2) transparent;scrollbar-width:thin}.studio-preview-canvas:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 8% 88%,rgba(255,105,88,.08),transparent 25%),radial-gradient(circle at 93% 16%,rgba(118,87,255,.075),transparent 27%);pointer-events:none}.studio-preview-frame{border-color:#17131c2b;background:#fff;box-shadow:0 38px 100px #2f232b33,0 3px 10px #2f232b14,12px 12px #17131c09;transition:width .45s var(--motion-out),border-radius .45s var(--motion-out),box-shadow .35s ease}.studio-preview-frame.device-desktop{border-radius:15px}.studio-preview-frame.device-tablet{border-radius:22px}.studio-preview-frame.device-mobile{border-width:5px;border-color:var(--dream-ink);border-radius:34px;box-shadow:0 42px 100px #2f232b47,0 0 0 1px #ffffff2e}.studio-preview-document,.studio-preview-document iframe{width:100%;height:100%}.studio-generation-overlay,.historical-preview-notice,.stop-compare-button{border-color:#17131c1f;border-radius:14px;background:#17131cf0;color:var(--dream-paper-bright);box-shadow:0 15px 42px #2d1f293d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.studio-generation-overlay{padding:11px 15px}.studio-generation-overlay small{color:#98909c}.progress-dot{background:var(--dream-coral);box-shadow:0 0 #ff69586b}.historical-preview-notice{color:#ddc4a6}.recovery-notice{border-color:#ff8d924d;color:#ffb8bc}.recovery-notice button{background:var(--dream-paper-bright);color:var(--dream-ink)}.comparison-grid{gap:clamp(12px,2vw,24px)}.comparison-column{gap:10px}.comparison-column>span{color:var(--dream-ink-muted);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.58rem;letter-spacing:.055em}.stop-compare-button{border-color:#ff695842;color:#ffc0b8}.studio-direction-decision-dock{right:clamp(14px,2vw,28px);bottom:clamp(14px,2vw,28px);left:clamp(14px,2vw,28px);gap:22px;max-width:880px;border-color:#ff695842;border-radius:19px;background:radial-gradient(circle at 100% 0,rgba(118,87,255,.13),transparent 34%),#17131cf2;box-shadow:0 28px 90px #21141f57;-webkit-backdrop-filter:blur(25px) saturate(135%);backdrop-filter:blur(25px) saturate(135%)}.studio-direction-decision-dock span{color:#ff9c91}.studio-direction-decision-dock strong{color:var(--dream-paper-bright)}.studio-direction-decision-dock p{color:#968d9a}.studio-direction-decision-dock button{border-color:#ffffff1f;border-radius:11px;background:#ffffff09}.studio-direction-decision-dock .studio-direction-commit-button{border-color:var(--dream-coral);background:var(--dream-coral);color:var(--dream-ink)}.studio-sidebar{width:min(410px,38vw);min-width:340px;border-left-color:#ffffff16;background:radial-gradient(circle at 100% 0,rgba(255,105,88,.055),transparent 32%),var(--dream-workbench);padding:24px;box-shadow:-18px 0 60px #0503072e}.studio-sidebar-header{gap:16px;border-bottom-color:#ffffff16;padding-bottom:18px}.studio-sidebar-header .eyebrow{color:#ff978c}.studio-sidebar-header h2{color:var(--dream-paper-bright);font-size:1.34rem;font-weight:700;letter-spacing:-.045em}.quiet-icon-button{width:40px;height:40px;border-color:#ffffff1a;background:#ffffff06;color:#aaa1ae}.quiet-icon-button:hover{border-color:#ff695852;background:#ff695814;color:#fff}.version-history-help{color:#8d8491}.version-list{margin-top:10px;padding-left:20px;scrollbar-color:rgba(255,255,255,.16) transparent}.version-list li{margin-bottom:9px;border-color:#ffffff16;border-radius:14px;background:#ffffff06;padding:13px}.version-list li.active{border-color:#ff695845;background:#ff695811;box-shadow:inset 3px 0 0 var(--dream-coral)}.version-preview-button>span{color:#ff9d92}.version-preview-button small{color:#746c78}.version-preview-button p{color:#b9b1bc}.version-actions button{min-height:38px;border-color:#ffffff1a;border-radius:9px;background:#ffffff06;color:#c2bac5}.licensed-remix-note{border-color:#ff69582e;border-radius:13px;background:#ff69580e}.licensed-remix-note strong{color:#ffc0b9}.licensed-remix-note p{color:#9e8587}.refine-sidebar .chat-interface{padding-top:14px}.refine-sidebar .chat-messages{gap:10px!important;padding:10px 2px 16px!important;scrollbar-color:rgba(255,255,255,.15) transparent}.refine-sidebar .chat-messages>div{border:1px solid rgba(255,255,255,.085);box-shadow:none}.refine-sidebar .chat-input-area{margin-top:12px!important;border-top-color:#ffffff16!important;padding-top:14px!important}.refine-sidebar .chat-input-area .input-wrapper{gap:9px;border-color:#ffffff1c;border-radius:15px!important;background:#ffffff09!important;padding:9px 9px 9px 13px;-webkit-backdrop-filter:none;backdrop-filter:none}.refine-sidebar .chat-input-area .input-wrapper:focus-within{border-color:#ff69586b;background:#ffffff0d!important;box-shadow:0 0 0 4px #ff695812!important;transform:none}.refine-sidebar .chat-input-area textarea{color:var(--dream-paper-bright);font-size:.83rem;line-height:1.5}.refine-sidebar .send-button{flex:0 0 38px;width:38px!important;height:38px!important;border-radius:10px!important;background:var(--dream-coral);color:var(--dream-ink)}.project-brand-kit{border-color:#ff69582e;border-radius:18px;background:radial-gradient(circle at 82% -5%,rgba(118,87,255,.09),transparent 34%),linear-gradient(125deg,#18131b,#110e14 52%)}.project-brand-kit>header .eyebrow,.project-brand-add-color{color:#ff978c}.project-brand-kit>header .eyebrow i{background:var(--dream-coral);box-shadow:0 0 12px #ff695873}.project-brand-kit h2{color:var(--dream-paper-bright)}.project-brand-intro{color:#8d8491}.project-brand-intro strong{color:#d8d0da}.project-brand-swatch,.project-brand-details>div,.project-brand-editor{border-color:#ffffff16;background:#ffffff06}.project-brand-swatch{border-radius:11px}.project-brand-details>div{border-radius:10px}.project-brand-details dt{color:#736b77}.project-brand-details dd{color:#d1cad3}.project-brand-edit-button{border-color:#ff695847;background:#ff695812;color:#ffaaa1}.project-brand-next-button,.project-brand-editor-actions .project-brand-save{border-color:var(--dream-coral);background:var(--dream-coral);color:var(--dream-ink)}.project-brand-color-field input[type=text],.project-brand-editor-grid input{border-color:#ffffff1a;background:#ffffff09;color:#e3dce5}.project-brand-color-field input:focus,.project-brand-editor-grid input:focus{border-color:#ff695880;box-shadow:0 0 0 3px #ff695814}.project-brand-kit.is-compact{background:transparent;padding:24px}.project-route{gap:12px 20px;min-height:52px;border-bottom-color:#ffffff14;background:#ffffff05;padding:8px 18px}.project-route ol{gap:4px;flex-wrap:nowrap;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:#ffffff06;padding:3px}.project-route li{gap:6px;min-height:34px;border-radius:9px;color:#706875;padding-inline:10px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.57rem;letter-spacing:.045em}.project-route li.is-done{color:#85808a}.project-route li.is-done span{color:var(--dream-positive)}.project-route li.is-current{color:#ffaaa1}.project-route-phase-indicator{border-color:#ff695833;border-radius:9px;background:#ff695813}.project-route-next{gap:10px}.project-route-next small{color:#756d79}.project-route-next strong{color:#cfc7d2}.project-route.is-complete .project-route-next strong{color:#9dd8bb}.project-route-action button{min-height:36px;border-color:#ff695845;border-radius:10px;background:#ff695814;color:#ffb1a8;padding-inline:13px;font-size:.62rem}.project-route-action button:hover:not(:disabled){border-color:#ff69587a;background:#ff695824}.project-route-compact{min-height:48px;grid-template-columns:minmax(0,1fr) auto;border-bottom-color:#ffffff13;background:#120f15;padding-block:6px}.project-route-compact .project-route-next-text small{color:#ff9185;font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600}.project-route-compact .project-route-next-text strong{color:#b8b0bb;font-size:.68rem}.journey-board{margin-top:18px;border-color:#ffffff18;border-radius:25px;background:radial-gradient(circle at 94% -10%,rgba(118,87,255,.1),transparent 31%),radial-gradient(circle at 4% 104%,rgba(255,105,88,.1),transparent 29%),linear-gradient(145deg,#18131b,#100d13 68%);box-shadow:0 32px 90px #07040952,inset 0 1px #ffffff09;padding:clamp(22px,3vw,38px)}.journey-board:before{opacity:.13;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse at top,#000 0,transparent 72%);mask-image:radial-gradient(ellipse at top,#000 0,transparent 72%)}.journey-board-header{gap:34px;margin-bottom:25px}.journey-board-header h2{max-width:760px;color:var(--dream-paper-bright);font-size:clamp(1.75rem,3vw,2.65rem);font-weight:700}.journey-board-header p{color:#938a97}.journey-board .eyebrow{color:#ff958a}.prototype-workspace-summary{gap:6px;margin-top:16px}.prototype-workspace-summary>div{min-width:126px;border-color:#ffffff13;border-radius:10px;background:#ffffff06;padding:8px 10px}.prototype-workspace-summary dt{color:#6e6672;font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600}.prototype-workspace-summary dd{color:#c9c1cc}.journey-play-button{min-height:46px;border:1px solid var(--dream-coral);border-radius:12px;background:var(--dream-coral);color:var(--dream-ink);box-shadow:0 10px 24px #ff69581f}.prototype-share-button,.prototype-more-menu>summary{min-height:46px;border-color:#ffffff1a;border-radius:12px;background:#ffffff06;color:#b8b0bc}.prototype-share-button:hover,.prototype-more-menu>summary:hover,.prototype-more-menu>summary:focus-visible,.prototype-more-menu[open]>summary{border-color:#ff69584d;background:#ff695813}.journey-board-list{gap:16px}.journey-screen-card{min-height:320px;border-color:#ffffff16;border-radius:18px;background:#ffffff06;box-shadow:0 14px 36px #06030829;padding:16px}.journey-screen-card:before{right:18px;left:18px;height:1px;background:var(--dream-light);opacity:.35}.journey-screen-card:hover{border-color:#ff695840;box-shadow:0 25px 58px #06030847}.journey-screen-card.is-start{border-color:#ff69583d;background:linear-gradient(145deg,rgba(255,105,88,.055),transparent 44%),#ffffff07}.journey-screen-position{border-color:#ffffff17;border-radius:9px;background:#ffffff09;color:#827986;font-family:IBM Plex Mono,ui-monospace,monospace}.journey-screen-heading h3{color:var(--dream-paper-bright);font-weight:700}.journey-screen-heading>p{color:#7f7683}.journey-screen-thumbnail{height:138px;border-color:#ffffff1f;border-radius:12px;background:var(--dream-paper);box-shadow:0 16px 34px #04020633}.journey-screen-thumbnail>span{background:radial-gradient(circle at top,rgba(255,255,255,.7),transparent 50%),var(--dream-paper-deep);color:var(--dream-ink-muted)}.journey-start-badge{border-color:#ff695845;background:#ff695816;color:#ffaaa1}.prototype-screen-status{border-bottom:1px solid rgba(255,255,255,.065);padding-bottom:12px}.prototype-screen-status>span{color:#8a818e}.prototype-screen-status>span:last-child{color:#b0a1b9}.prototype-screen-status>span:last-child.is-connected{color:#9dd7ba}.journey-state-dot-ready{background:var(--dream-positive)}.journey-state-dot-building{background:var(--dream-coral)}.journey-state-dot-attention{background:var(--dream-danger)}.journey-stale-note{border-color:#f2bc7233;border-radius:10px;background:#f2bc720e;color:#d5ad78}.journey-screen-actions{border-top:0;padding-top:10px}.journey-screen-actions button,.prototype-screen-menu>summary{border-color:#ffffff17;border-radius:9px;background:#ffffff06;color:#aaa2ae}.journey-screen-actions>button:first-child{border-color:#ff695838;background:#ff695813;color:#ffaaa1}.journey-board-connector{border-color:#ff69584f;background:var(--dream-workbench-raised);color:#ffaca3;box-shadow:0 6px 18px #04020642}.journey-community-feedback{border-color:#ff695836;background:linear-gradient(105deg,#ff695816,#ff695805)}.journey-community-feedback-mark,.journey-community-feedback>button,.journey-review-issue-badge{border-color:#ff695840;background:#ff695814;color:#ffc0b8}.journey-player-overlay{background:var(--dream-workbench)}.journey-player-toolbar{border-bottom-color:#ffffff14;background:#100d13f7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.journey-player-close{border-color:#ffffff1a;border-radius:11px;background:#ffffff08}.journey-player-stage{background:linear-gradient(rgba(23,19,28,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(23,19,28,.03) 1px,transparent 1px),var(--dream-paper-deep);background-size:36px 36px}.journey-player-frame{border-color:#17131c29;box-shadow:0 36px 100px #30232c3d}.journey-player-frame.device-mobile{border:5px solid var(--dream-ink);border-radius:33px}.journey-player-footer{border-top-color:#ffffff14;background:var(--dream-workbench)}.journey-player-pulse{background:var(--dream-positive)}.journey-player-progress progress{accent-color:var(--dream-coral)}.journey-player-next{border-color:var(--dream-coral);border-radius:11px;background:var(--dream-coral);color:var(--dream-ink)}.journey-player-next span{color:#17131c94}.journey-connect-modal,.journey-setup-modal,.quick-flow-modal,.journey-feedback-sheet{border-color:#ffffff1f;border-radius:25px;background:radial-gradient(circle at 92% -12%,rgba(118,87,255,.09),transparent 34%),radial-gradient(circle at 5% 108%,rgba(255,105,88,.08),transparent 30%),var(--dream-workbench);box-shadow:0 42px 130px #070409b3,inset 0 1px #ffffff0b}.journey-connect-header,.journey-setup-header,.quick-flow-header,.journey-feedback-header{border-bottom-color:#ffffff14}.journey-connect-header .eyebrow,.journey-setup-header .eyebrow,.quick-flow-header .eyebrow,.journey-feedback-header .eyebrow{color:#ff958a}.journey-connect-preview{border-right-color:#ffffff14;background:var(--dream-paper-deep)}.journey-connect-preview-frame{border-color:#17131c29;border-radius:15px;box-shadow:0 26px 70px #2f222b33}.journey-connect-settings .listing-price-field :where(input,select),.journey-feedback-field :where(input,textarea){border-color:#ffffff1a;background:#ffffff09}.journey-selected-action,.journey-connect-explanation,.journey-existing-connections{border-color:#ff695829;background:#ff69580b}.journey-selected-check{background:var(--dream-coral);color:var(--dream-ink)}.journey-setup-progress progress::-webkit-progress-value,.quick-flow-progress-summary progress::-webkit-progress-value{background:var(--dream-light)}.journey-setup-progress progress::-moz-progress-bar,.quick-flow-progress-summary progress::-moz-progress-bar{background:var(--dream-light)}.journey-setup-list li,.quick-flow-run-list>li,.quick-flow-review-list label{border-color:#ffffff13;background:#ffffff05}.journey-setup-list li.is-current,.quick-flow-run-list>li.is-building,.quick-flow-review-list label.is-selected{border-color:#ff695842;background:#ff69580f}.is-current .journey-setup-step-mark,.is-building .quick-flow-step-number,.is-selected .quick-flow-check{border-color:var(--dream-coral);background:#ff695824;color:#ffb0a7}.journey-setup-next{border-color:#ff695833;background:#ff69580b}.journey-setup-next-icon{background:#ff69581a;color:#ffaaa1}.journey-setup-next>button,.quick-flow-review-actions .share-modal-create-button,.quick-flow-run-actions .share-modal-create-button{border-color:var(--dream-coral);background:var(--dream-coral);color:var(--dream-ink)}.journey-feedback-kinds label{border-color:#ffffff16;background:#ffffff06}.journey-feedback-kinds label.selected{border-color:#ff69584d;background:#ff695813;box-shadow:inset 0 0 0 1px #ff69580a}.journey-feedback-kinds input{accent-color:var(--dream-coral)}.journey-feedback-actions .primary-pill-button,.journey-feedback-success-actions .primary-pill-button{background:var(--dream-coral);color:var(--dream-ink)}.journey-review-inbox{color:#d9d2dc}.journey-review-summary>div,.journey-review-card,.journey-review-state{border-color:#ffffff14;border-radius:14px;background:#ffffff06}.journey-review-filters{gap:3px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:#ffffff05;padding:3px}.journey-review-filters button{border:0;border-radius:9px;background:transparent}.journey-review-filters button.active{background:var(--dream-paper-bright);color:var(--dream-ink)}.journey-review-card-change_request:before{background:var(--dream-coral)}.journey-review-card-approval:before{background:var(--dream-positive)}.journey-review-refine-button{border-color:#ff695840;background:#ff695813;color:#ffb0a7}.modal-overlay,.journey-feedback-overlay,.journey-player-overlay,.drawer-overlay{background:radial-gradient(circle at 50% 10%,rgba(255,105,88,.075),transparent 32%),#08050adb;-webkit-backdrop-filter:blur(18px) saturate(115%);backdrop-filter:blur(18px) saturate(115%)}.share-dream-modal,.terms-modal{position:relative;border-color:#ffffff1f;border-radius:25px;background:radial-gradient(circle at 95% -12%,rgba(118,87,255,.1),transparent 35%),var(--dream-workbench);box-shadow:0 42px 130px #070409b8,inset 0 1px #ffffff0b}.share-dream-modal:before,.terms-modal:not(.auth-modal):before{content:"";position:absolute;top:-1px;right:13%;left:13%;height:1px;background:var(--dream-light)}.share-modal-header,.drawer-header{border-bottom-color:#ffffff14}.share-modal-header h2,.drawer-header h2{color:var(--dream-paper-bright)}.share-modal-header .eyebrow{color:#ff958a}.share-modal-artifact-label,.share-modal-active,.share-modal-create-state,.upgrade-usage-summary,.api-agent-launchpad,.api-key-row,.api-key-reveal{border-color:#ffffff16;border-radius:15px;background:#ffffff06}.share-modal-artifact-label>span,.share-modal-link-illustration,.api-agent-mark{border-color:#ff695833;background:#ff695813;color:#ffaaa1}.share-visibility-picker button,.journey-share-tabs>button,.share-feature-toggle,.journey-remix-permission{border-color:#ffffff16;background:#ffffff05}.share-visibility-picker button.active,.journey-share-tabs>button.active{border-color:#ff695842;background:#ff695813;color:#ffb2aa}.share-modal-link-field input,.listing-price-field :where(input,textarea,select),.add-screen-modal textarea,.api-key-reveal input{border-color:#ffffff1a;border-radius:11px;background:#ffffff09;color:#e5dee7}.share-modal-link-field input:focus,.listing-price-field :where(input,textarea,select):focus,.add-screen-modal textarea:focus,.api-key-reveal input:focus{border-color:#ff695875;outline:none;box-shadow:0 0 0 4px #ff695812}.share-modal-link-field button,.share-modal-create-button{border-radius:11px;background:var(--dream-coral);color:var(--dream-ink);box-shadow:0 8px 20px #ff69581a}.share-modal-safety-note,.screen-recommendation-prefill{border-color:#ff69582b;background:#ff69580d}.share-modal-safety-note strong{color:#ffc0b8}.share-feature-toggle input{accent-color:var(--dream-coral)}.upgrade-price strong,.upgrade-benefits li:before,.api-key-reveal strong{color:#ff9c91}.upgrade-usage-summary progress::-webkit-progress-value{background:var(--dream-light)}.upgrade-usage-summary progress::-moz-progress-bar{background:var(--dream-light)}.drawer-overlay{z-index:4300}.drawer-content{border-left:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 100% 0,rgba(118,87,255,.08),transparent 30%),var(--dream-workbench);box-shadow:-30px 0 100px #04020675}.drawer-header{padding:26px 28px 21px}.drawer-body{padding:28px}.drawer-header .close-button,.terms-modal .close-button{border-color:#ffffff1a;background:#ffffff06;color:#aaa1ae}.code-block{border-color:#ffffff17;border-radius:15px;background:#09070b;box-shadow:inset 0 1px #ffffff06}.auth-modal-overlay{background:radial-gradient(circle at 22% 20%,rgba(255,105,88,.1),transparent 31%),#08050ae0}.auth-modal{border-radius:26px;background:var(--dream-workbench)}.auth-modal-topbar{border-bottom-color:#ffffff14}.auth-modal-context{border-right-color:var(--dream-paper-line);background:radial-gradient(circle at 2% 100%,rgba(255,105,88,.1),transparent 32%),var(--dream-paper)}.auth-modal-context:after{color:#17131c09}.auth-context-kicker{color:var(--dream-coral-deep)}.auth-context-kicker i{background:var(--dream-coral);box-shadow:0 0 0 5px #ff69581a}.auth-modal-context h2{color:var(--dream-ink)}.auth-modal-context>p{color:#665e6a}.auth-brief-preview{border-color:#17131c1f;border-left-color:var(--dream-coral);background:#ffffff6b}.auth-brief-preview>span{color:#746b78}.auth-brief-preview p{color:var(--dream-ink-soft)}.auth-guest-safety-note{border-color:#17131c1a;background:#ffffff57}.auth-guest-safety-note svg{fill:#ff695812;stroke:var(--dream-coral-deep)}.auth-guest-safety-note strong{color:var(--dream-ink)}.auth-guest-safety-note span{color:#716977}.auth-value-list{color:#5e5663}.auth-value-list li>span{color:var(--dream-coral-deep)}.auth-modal-actions{background:radial-gradient(circle at 100% 0,rgba(118,87,255,.075),transparent 34%),var(--dream-workbench)}.auth-google-button{border-radius:12px;background:var(--dream-paper-bright)}.auth-email-form input{border-color:#ffffff1a;border-radius:11px;background:#ffffff09}.auth-email-form input:focus{border-color:#ff695873;background:#ffffff0d;box-shadow:0 0 0 4px #ff695812}.auth-email-submit,.auth-continuity-retry{border-color:var(--dream-coral);border-radius:11px;background:var(--dream-coral);color:var(--dream-ink)}.auth-continuity-emblem:before{background:radial-gradient(circle,rgba(255,105,88,.13),rgba(255,105,88,.025) 64%,transparent 65%)}.auth-continuity-emblem svg{fill:#ff69580f;stroke:var(--dream-coral)}.auth-continuity-orbit{border-color:#ff69581f;border-top-color:var(--dream-coral)}.auth-continuity-orbit:after{background:var(--dream-coral);box-shadow:0 0 13px #ff69588c}@media(max-width:1240px){.studio-toolbar{grid-template-columns:minmax(260px,1fr) auto;gap:9px 13px}.studio-toolbar-actions{grid-column:1 / -1;justify-content:flex-end}.studio-preview-frame{height:min(760px,calc(100% - 8px))}.journey-board-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.project-route:not(.project-route-compact){align-items:stretch;flex-direction:column}.project-route ol{width:100%;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.project-route ol::-webkit-scrollbar{display:none}.project-route li{flex:1 0 auto;scroll-snap-align:start}.project-route-next{width:100%;margin-left:0}}@media(max-width:768px){.studio-workspace{inset:var(--nav-height) 0 var(--app-bottom-inset)}.studio-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:0;padding:8px 10px}.studio-toolbar-project{flex:1 0 100%;min-height:40px}.studio-toolbar-project>div{max-width:min(210px,54vw)}.studio-direction-chips{flex:1 1 auto}.device-controls{flex:0 0 auto}.device-controls button{min-width:54px;min-height:40px}.device-controls button small{display:none}.studio-toolbar-actions{display:flex;width:auto;min-width:0;flex:1 1 190px;justify-content:flex-end;overflow-x:auto;scrollbar-width:none}.studio-toolbar-actions::-webkit-scrollbar{display:none}.studio-toolbar-actions>button,.studio-command-menu,.studio-command-menu>summary{width:auto;min-width:max-content;min-height:42px;white-space:nowrap}.studio-command-popover{top:auto;right:8px;bottom:calc(var(--app-bottom-inset) + 8px);left:8px;max-height:min(64dvh,560px);border-radius:22px;padding:9px}.studio-body{min-height:0;flex-direction:row;overflow:hidden}.studio-preview-canvas{min-height:0;padding:12px}.studio-body.has-sidebar .studio-preview-canvas{flex:1 1 auto}.studio-preview-frame{height:calc(100% - 2px);min-height:350px}.studio-preview-frame.device-mobile{border-width:4px;border-radius:28px}.studio-sidebar{position:absolute;right:8px;bottom:8px;left:8px;z-index:70;width:auto;min-width:0;height:min(68dvh,620px);min-height:320px;border:1px solid rgba(255,255,255,.12);border-radius:23px;background:#100d13fb;box-shadow:0 30px 100px #0503078f;padding:20px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.brand-kit-sidebar{padding:0}.project-brand-kit.is-compact{padding:20px}.studio-direction-decision-dock{grid-template-columns:minmax(0,1fr);gap:12px;padding:14px}.studio-direction-decision-dock p{display:none}.studio-direction-decision-dock>div:last-child{width:100%}.studio-direction-decision-dock button{flex:1;min-height:48px}.studio-generation-overlay,.historical-preview-notice{bottom:10px;max-width:calc(100% - 20px)}.studio-generation-overlay small{display:none}.comparison-grid{width:780px;gap:12px}.project-route-compact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:48px;padding:6px 10px}.project-route-compact .project-route-next-text{grid-template-columns:minmax(0,1fr);gap:1px}.project-route-compact .project-route-next-text small,.project-route-compact .project-route-next-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-route-compact .project-route-action,.project-route-compact .project-route-action button{width:auto}.journey-board{border-radius:21px;padding:19px}.journey-board-list,.journey-board-list[data-count="1"],.journey-board-list[data-count="2"]{grid-template-columns:minmax(0,1fr)}.journey-screen-card{min-height:290px}.journey-connect-modal,.journey-setup-modal,.quick-flow-modal,.journey-feedback-sheet,.journey-share-modal,.share-dream-modal:not(.auth-modal){width:100%;max-height:94dvh;border-right:0;border-bottom:0;border-left:0;border-radius:24px 24px 0 0}.modal-overlay:has(.share-dream-modal:not(.auth-modal)),.journey-connect-overlay,.journey-setup-overlay,.quick-flow-overlay,.journey-feedback-overlay{align-items:flex-end;padding:0}.share-modal-header{padding:20px 18px 16px}.share-modal-body{padding:18px 18px max(22px,env(safe-area-inset-bottom))}.drawer-content{top:auto;width:100%;max-width:none;max-height:90dvh;border:1px solid rgba(255,255,255,.11);border-bottom:0;border-radius:24px 24px 0 0}.drawer-overlay{align-items:flex-end}.drawer-header{padding:20px 18px 16px}.drawer-body{padding:20px 18px max(24px,env(safe-area-inset-bottom))}.auth-modal-layout{grid-template-columns:minmax(0,1fr)}.auth-modal-context{border-right:0;border-bottom:1px solid var(--dream-paper-line)}}@media(max-width:520px){.studio-toolbar-project>div,.studio-toolbar-project .save-status{display:none}.studio-toolbar-project{flex-basis:auto}.studio-direction-chips button{max-width:104px;padding-inline:8px}.device-controls{flex:1 1 100%}.device-controls button{flex:1;min-width:0}.studio-toolbar-actions{flex:1 1 100%;justify-content:stretch}.studio-toolbar-actions>button,.studio-command-menu{flex:1 0 auto}.studio-command-menu>summary{justify-content:center}.studio-sidebar{right:4px;bottom:4px;left:4px;height:min(72dvh,640px);border-radius:22px}.studio-direction-decision-dock{right:8px;bottom:8px;left:8px}.studio-direction-decision-dock>div:last-child{flex-direction:column-reverse}.project-route-compact .project-route-next-text small{font-size:.5rem}.project-route-compact .project-route-next-text strong{font-size:.61rem}.project-route:not(.project-route-compact){padding-inline:10px}.project-route li{min-height:38px;padding-inline:9px}.journey-board-header h2{font-size:1.8rem}.prototype-workspace-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.prototype-workspace-summary>div:last-child{grid-column:1 / -1}.journey-screen-thumbnail{height:130px}.auth-modal-context,.auth-modal-actions{padding:28px 22px}.auth-modal-context h2{font-size:2.55rem}.auth-value-list{display:none}.share-modal-link-field>div{flex-direction:column}.share-modal-link-field button{min-height:44px}}@media(hover:hover)and (pointer:fine){.studio-direction-decision-dock .studio-direction-commit-button:hover:not(:disabled),.share-modal-create-button:hover:not(:disabled),.journey-play-button:hover:not(:disabled),.journey-player-next:hover:not(:disabled){border-color:#ff8172;background:#ff8172;color:var(--dream-ink);transform:translateY(-1px)}.version-actions button:hover:not(:disabled),.quiet-icon-button:hover{border-color:#ff695847;background:#ff695813}}@media(prefers-reduced-motion:reduce){.studio-preview-frame,.journey-screen-card,.journey-play-button,.journey-player-frame,.journey-player-next{transition:none}}:root{--dream-library-paper: var(--dream-paper, #f3efe7);--dream-library-paper-bright: var(--dream-paper-bright, #fbf8f1);--dream-library-paper-deep: var(--dream-paper-deep, #e9e2d7);--dream-library-ink: var(--dream-ink, #17131c);--dream-library-ink-soft: var(--dream-ink-soft, #28222e);--dream-library-muted: var(--dream-ink-muted, #675f6c);--dream-library-coral: var(--dream-coral, #ff6958);--dream-library-violet: var(--dream-violet, #7657ff);--dream-library-line: rgba(23, 19, 28, .13);--dream-library-line-strong: rgba(23, 19, 28, .2);--dream-library-shadow: 0 26px 70px rgba(42, 31, 39, .1);--dream-library-shadow-hover: 0 34px 84px rgba(42, 31, 39, .16)}.explore-view,.projects-view,.vault-view,.flow-library,.flow-saved-library{color:var(--dream-library-ink);background-color:var(--dream-library-paper)}.explore-view,.projects-view,.vault-view{background-image:radial-gradient(circle at 8% 4%,rgba(255,105,88,.08),transparent 28rem),radial-gradient(circle at 94% 18%,rgba(118,87,255,.07),transparent 34rem)}.flow-library,.flow-saved-library{background-color:transparent}.explore-view .eyebrow,.projects-view .eyebrow,.vault-view .eyebrow,.recent-dreams .eyebrow{color:var(--dream-library-coral)}.explore-navigation{width:min(1440px,calc(100% - 36px));justify-content:space-between;margin-top:18px}.explore-tabs{gap:3px;padding:4px;border-color:var(--dream-library-line);background:#fbf8f1e8;box-shadow:0 14px 40px #2a1f2717;-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.explore-tabs button{color:var(--dream-library-muted);font-weight:700}.explore-tabs button.active{background:var(--dream-library-ink);color:var(--dream-library-paper-bright);box-shadow:0 8px 22px #17131c2e}.explore-tab-count{background:#17131c12}.explore-tabs button.active .explore-tab-count{background:#ffffff1f}.explore-marketplace-link,.explore-marketplace-header>button{border-color:var(--dream-library-line);background:#fbf8f1c7;color:var(--dream-library-muted);box-shadow:0 10px 28px #2a1f270f}.explore-marketplace-link:hover,.explore-marketplace-header>button:hover{border-color:#ff695857;background:var(--dream-library-paper-bright);color:var(--dream-library-ink)}.explore-marketplace-header{width:min(1440px,calc(100% - 36px));justify-content:flex-start}.explore-marketplace-header .eyebrow{color:var(--dream-library-coral)}.explore-marketplace-header h1{color:var(--dream-library-ink)}.explore-marketplace-panel{background:transparent}.explore-marketplace-error,.flow-saved-inline-error,.projects-view .global-inline-error{border-color:#c5414038;background:#fff4eff0;color:#8f3433;box-shadow:0 14px 40px #5b23220f}.flow-library,.flow-saved-library{padding-top:26px}.flow-library-hero{min-height:310px;border-color:var(--dream-library-line);background:radial-gradient(circle at 86% 8%,rgba(118,87,255,.13),transparent 34%),radial-gradient(circle at 4% 100%,rgba(255,105,88,.11),transparent 32%),var(--dream-library-paper-bright);box-shadow:var(--dream-library-shadow)}.flow-library-hero:before{opacity:.36;background-image:linear-gradient(rgba(23,19,28,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(23,19,28,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.38) 55%,transparent 76%);mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.38) 55%,transparent 76%)}.flow-library-hero:after{content:"";position:absolute;z-index:-1;top:-90px;right:15%;width:250px;height:250px;border-radius:50%;background:var(--dream-light, linear-gradient(105deg, #ff6958, #7657ff));opacity:.11;filter:blur(18px);pointer-events:none}.flow-library-hero-copy h1,.flow-saved-header h1,.projects-header h1,.projects-signed-out h1,.vault-header h2,.recent-dreams .section-heading-row h2{font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:500}.flow-library-hero-copy h1{max-width:760px;color:var(--dream-library-ink);letter-spacing:-.055em}.flow-library-hero-copy>p{color:var(--dream-library-muted)}.flow-library-proof span{border-color:var(--dream-library-line);background:#fbf8f1b3;color:var(--dream-library-muted)}.flow-library-proof strong{color:var(--dream-library-ink)}.flow-library-hero-map{min-height:190px;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:27px;background:radial-gradient(circle at 70% 0%,rgba(118,87,255,.24),transparent 42%),var(--dream-library-ink);box-shadow:0 28px 64px #17131c33}.flow-library-hero-map:before{inset-inline:15%;background:linear-gradient(90deg,transparent,rgba(255,105,88,.82),rgba(118,87,255,.7),transparent);box-shadow:0 0 22px #ff695838}.flow-library-hero-map>div{border-color:#ffffff24;background:#ffffff12;box-shadow:0 16px 34px #00000038}.flow-library-hero-map i{border-color:#ff695833;background:var(--dream-library-coral);box-shadow:0 0 22px #ff695857}.flow-library-hero-map>div:nth-of-type(2) i{border-color:#dc5bd733;background:#dc5bd7;box-shadow:0 0 22px #dc5bd74d}.flow-library-hero-map>div:nth-of-type(3) i{border-color:#7657ff38;background:var(--dream-library-violet);box-shadow:0 0 22px #7657ff52}.flow-library-hero-map span{color:var(--dream-library-paper-bright);font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600}.flow-library-hero-map b{color:#ffffff80}.flow-library-discovery{border-color:var(--dream-library-line);background:#fbf8f1e8;box-shadow:0 18px 52px #2a1f271a;-webkit-backdrop-filter:blur(24px) saturate(120%);backdrop-filter:blur(24px) saturate(120%)}.flow-library-search-field,.flow-library-sort select,select.flow-library-sort,.flow-library-mobile-filter-trigger,.flow-filter-groups select{border-color:var(--dream-library-line);background:#17131c09;color:var(--dream-library-ink)}.flow-library-search-field:focus-within,.flow-library-sort select:focus-visible,select.flow-library-sort:focus-visible{border-color:#ff69588a;background:var(--dream-library-paper-bright);box-shadow:0 0 0 3px #ff69581f}.flow-library-search-field input{color:var(--dream-library-ink)}.flow-library-search-field input::placeholder{color:#8b828f}.flow-library-search-icon,.flow-library-search-clear,.flow-library-sort,.flow-filter-groups label>span,.flow-library-results-row,.flow-library-results-row output,.flow-library-results-row [role=status]{color:var(--dream-library-muted)}.flow-library-desktop-filters,.flow-library-applied-filters{border-color:#17131c17}.flow-filter-advanced>summary{color:var(--dream-library-muted)}.flow-filter-advanced>summary:before{color:var(--dream-library-coral)}.flow-filter-advanced>summary:hover,.flow-filter-advanced>summary:focus-visible{background:#17131c0e;color:var(--dream-library-ink)}.flow-filter-advanced>summary span,.flow-library-filter-chip,.flow-library-applied-filters>button{border-color:#ff69583d;background:#ff695813;color:#9d4038}.flow-library-filter-chip>button{color:#a95149}.flow-library-applied-filters>button:last-child:not(.flow-library-filter-chip),.flow-library-results-row>button,.flow-library-index-link{color:var(--dream-library-muted)}.flow-library-index-link:hover{color:var(--dream-library-ink)}.flow-filter-sheet-backdrop{background:#17131ca8}.flow-filter-sheet{border-color:#fff3;background:var(--dream-library-paper-bright);color:var(--dream-library-ink);box-shadow:0 34px 100px #17131c4d}.flow-filter-sheet-header,.flow-filter-sheet-footer{background:#fbf8f1f7;border-color:var(--dream-library-line)}.flow-filter-sheet-header button,.flow-filter-sheet-footer button{border-color:var(--dream-library-line);background:#17131c0b;color:var(--dream-library-ink)}.flow-filter-sheet-footer button:last-child{background:var(--dream-library-ink);color:var(--dream-library-paper-bright)}.flow-library-grid,.flow-library-skeleton-grid{gap:clamp(15px,1.55vw,22px)}.flow-library-card,.flow-saved-card,.flow-recent-list>li{--flow-accent-readable: color-mix(in srgb, var(--flow-accent, #ff6958) 30%, white);border-color:#ffffff1f;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--flow-accent, #ff6958) 14%,transparent),transparent 35%),linear-gradient(148deg,#211b25,#120f16 68%);box-shadow:0 26px 65px -50px color-mix(in srgb,var(--flow-accent, #ff6958) 58%,transparent)}.flow-library-card{min-height:380px;border-radius:25px}.flow-library-card:after{background:linear-gradient(120deg,rgba(255,255,255,.065),transparent 32%)}.flow-library-card:focus-within,.flow-library-card:hover{border-color:color-mix(in srgb,var(--flow-accent) 45%,rgba(255,255,255,.18));box-shadow:0 34px 80px -48px color-mix(in srgb,var(--flow-accent) 58%,rgba(23,19,28,.4))}.flow-card-topline>span,.flow-card-path li>span{font-family:IBM Plex Mono,ui-monospace,monospace}.flow-card-topline-actions>small,.flow-card-taxonomy span{border-color:#ffffff1a;background:#ffffff0b;color:#c8c0cc}.flow-card-copy h2,.flow-saved-card h3{color:var(--dream-library-paper-bright);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:500}.flow-card-copy p,.flow-saved-card>p,.flow-card-byline,.flow-card-footer small{color:#aaa1ae}.flow-card-byline strong,.flow-card-path small,.flow-card-footer strong{color:#eae4ec}.flow-card-path li:not(:last-child):after{background:linear-gradient(90deg,var(--flow-accent),rgba(255,255,255,.09))}.flow-card-path li>span{background:#0c0a0fe6}.flow-card-footer{border-color:#ffffff17}.flow-card-footer a,.flow-recent-list li>a,.flow-saved-card-actions a{background:var(--dream-library-paper-bright);color:var(--dream-library-ink);box-shadow:0 8px 24px #00000026}.flow-card-footer a:hover,.flow-recent-list li>a:hover,.flow-saved-card-actions a:hover{background:#fff}.flow-save-button{border-color:#ffffff21;background:#0a080db8;color:#c9c1cd}.flow-save-button.is-saved{border-color:#ff695859;color:#ff988b}.flow-library-skeleton-card{border-color:#17131c17;background:linear-gradient(145deg,#e8e1d8,#f7f3ec 72%);box-shadow:0 18px 48px #2a1f2712}.flow-library-skeleton-card:before{background:linear-gradient(105deg,transparent 34%,rgba(255,255,255,.68) 48%,transparent 62%)}.flow-library-skeleton-card:after{background:linear-gradient(#17131c1a,#17131c1a) 0 0 / 72px 10px no-repeat,linear-gradient(#17131c24,#17131c24) 0 54px / 72% 27px no-repeat,linear-gradient(#17131c12,#17131c12) 0 94px / 92% 10px no-repeat,linear-gradient(#17131c12,#17131c12) 0 112px / 74% 10px no-repeat,linear-gradient(#17131c13,#17131c13) 0 210px / 100% 50px no-repeat,linear-gradient(#17131c1a,#17131c1a) 0 100% / 100% 1px no-repeat}.flow-library-state,.empty-vault,.projects-empty{border-color:var(--dream-library-line-strong);background:radial-gradient(circle at 50% 0%,rgba(118,87,255,.06),transparent 50%),#fbf8f1c7;color:var(--dream-library-muted);box-shadow:0 18px 54px #2a1f270f}.flow-library-state strong,.projects-empty h2{color:var(--dream-library-ink)}.flow-library-state strong,.projects-empty h2,.empty-vault>span{font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:500}.flow-library-state button,.projects-empty button,.empty-vault .auth-btn,.flow-library-pagination button{border-color:transparent;background:var(--dream-library-ink);color:var(--dream-library-paper-bright);box-shadow:0 10px 28px #17131c29}.flow-library-pagination{color:var(--dream-library-muted)}.flow-library-pagination button:hover:not(:disabled){background:var(--dream-library-coral);color:var(--dream-library-ink)}.flow-saved-header{border-color:var(--dream-library-line);background:radial-gradient(circle at 86% 10%,rgba(118,87,255,.12),transparent 38%),radial-gradient(circle at 4% 100%,rgba(255,105,88,.09),transparent 32%),var(--dream-library-paper-bright);box-shadow:var(--dream-library-shadow)}.flow-saved-header h1{color:var(--dream-library-ink)}.flow-saved-header>div:first-child>p{color:var(--dream-library-muted)}.flow-retention-sync{border-color:var(--dream-library-line);background:#17131c0a}.flow-retention-sync>span{background:var(--dream-library-coral);box-shadow:0 0 16px #ff69584d}.flow-retention-sync.is-loading>span,.flow-retention-sync.is-syncing>span{background:var(--dream-library-violet);box-shadow:0 0 16px #7657ff47}.flow-retention-sync strong{color:var(--dream-library-ink)}.flow-retention-sync small{color:var(--dream-library-muted)}.flow-retention-sync button{border-color:#ff695840;background:#ff695814;color:#9d4038}.flow-recent-section,.flow-collection-section{border-color:var(--dream-library-line);background:#fbf8f1b8;box-shadow:0 16px 46px #2a1f270e}.flow-recent-section h2,.flow-collection-section h2{color:var(--dream-library-ink);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:500}.flow-recent-section>header>button,.flow-recent-clear-confirm button,.flow-new-collection-button,.flow-active-collection-tools button{border-color:var(--dream-library-line);background:#17131c09;color:var(--dream-library-muted)}.flow-recent-clear-confirm button:last-child,.flow-active-collection-tools button.is-danger{border-color:#c5414038;color:#a54040}.flow-recent-list>li{min-height:180px;border-color:#ffffff1f}.flow-recent-list li>span,.flow-saved-card-topline>span{color:#b7aebc;font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600}.flow-recent-list li>strong{color:var(--dream-library-paper-bright);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-size:1.16rem;font-weight:500}.flow-recent-list li>small,.flow-recent-list li>time{color:#968d9b}.flow-collection-chips button{border-color:var(--dream-library-line);background:#17131c09;color:var(--dream-library-muted)}.flow-collection-chips button.active{border-color:#7657ff4d;background:#7657ff17;color:#5639d8}.flow-collection-chips button span{background:#17131c12}.flow-active-collection-tools{border-color:var(--dream-library-line);background:#17131c06}.flow-active-collection-tools>p,.flow-active-collection-tools form label{color:var(--dream-library-muted)}.flow-active-collection-tools form input,.flow-collection-create input{border-color:var(--dream-library-line);background:var(--dream-library-paper-bright);color:var(--dream-library-ink)}.flow-saved-card{min-height:340px}.flow-saved-card:before{height:3px;background:linear-gradient(90deg,var(--flow-accent, var(--dream-library-coral)),transparent 62%)}.flow-saved-card-tags span{border-color:#ffffff17;background:#ffffff0a;color:#b8afbc}.flow-saved-card-actions{border-color:#ffffff17}.flow-saved-card-actions button,.flow-saved-card.is-unavailable>button{border-color:#ffffff1f;background:#ffffff0d;color:#d4ccd8}.flow-saved-card.is-unavailable{border-color:var(--dream-library-line);background:#fbf8f1b8}.flow-saved-card.is-unavailable h3{color:var(--dream-library-ink)}.flow-saved-card.is-unavailable>p{color:var(--dream-library-muted)}.flow-saved-card.is-unavailable>button{border-color:#c5414038;background:#c541400d;color:#9f3e3e}.flow-saved-empty>svg{color:var(--dream-library-coral)}.flow-collection-dialog-backdrop{background:#17131cb3}.flow-collection-dialog{border-color:#ffffff2e;background:var(--dream-library-paper-bright);color:var(--dream-library-ink);box-shadow:0 34px 110px #17131c57}.flow-collection-dialog>header{border-color:var(--dream-library-line)}.flow-collection-dialog h2{color:var(--dream-library-ink);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:500}.flow-collection-dialog header p,.flow-collection-memberships legend,.flow-collection-memberships small,.flow-collection-empty-note,.flow-collection-create label{color:var(--dream-library-muted)}.flow-collection-dialog header>button,.flow-collection-memberships label{border-color:var(--dream-library-line);background:#17131c09;color:var(--dream-library-ink)}.flow-collection-memberships strong{color:var(--dream-library-ink)}.flow-collection-memberships input{accent-color:var(--dream-library-coral)}.flow-collection-create input:focus{border-color:#ff695880;box-shadow:0 0 0 3px #ff69581c}.flow-collection-create button{background:var(--dream-library-ink);color:var(--dream-library-paper-bright)}.flow-save-notice{border-color:#ff695847;background:#fbf8f1f5;box-shadow:0 24px 80px #2a1f2733}.flow-save-notice strong{color:var(--dream-library-ink)}.flow-save-notice span{color:var(--dream-library-muted)}.flow-save-notice>button{border-color:#ff695842;background:#ff695814;color:#984039}.flow-save-notice>.flow-save-notice-close{border-color:var(--dream-library-line);color:var(--dream-library-muted)}.projects-view{padding-top:clamp(42px,5vw,72px)}.projects-header{margin-bottom:30px}.projects-header h1,.projects-signed-out h1{color:var(--dream-library-ink);font-weight:500}.projects-header p,.projects-signed-out p,.projects-empty p{color:var(--dream-library-muted)}.projects-header .primary-pill-button,.projects-signed-out .primary-pill-button{background:var(--dream-library-ink);color:var(--dream-library-paper-bright);box-shadow:0 12px 30px #17131c29}.projects-header .primary-pill-button:hover,.projects-signed-out .primary-pill-button:hover{background:var(--dream-library-coral);color:var(--dream-library-ink)}.projects-filter{border-color:var(--dream-library-line)}.projects-filter label{color:var(--dream-library-muted);font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600}.projects-filter select{border-color:var(--dream-library-line);background:var(--dream-library-paper-bright);color:var(--dream-library-ink);box-shadow:0 8px 24px #2a1f270d}.projects-filter select:focus-visible{outline:3px solid rgba(255,105,88,.22);outline-offset:2px;border-color:#ff695873}.projects-grid{gap:clamp(18px,2vw,26px)}.project-card{border-color:var(--dream-library-line);border-radius:24px;background:var(--dream-library-paper-bright);box-shadow:0 22px 56px #2a1f2714}.project-card:hover{transform:none;border-color:#17131c38;box-shadow:var(--dream-library-shadow-hover)}.project-card-directions{gap:8px;padding:9px;border-color:#ffffff1a;background:radial-gradient(circle at 100% 0%,rgba(118,87,255,.13),transparent 34%),var(--dream-library-ink)}.project-direction-thumb{border-radius:13px}.project-direction-thumb:hover:not(:disabled),.project-direction-thumb:focus-visible{border-color:#ff695885;background:#ffffff0f}.project-direction-viewport,.project-direction-tile{border-radius:10px}.project-direction-viewport-loading{background:#eee8df;color:var(--dream-library-muted)}.project-direction-tile{background:radial-gradient(circle at top,rgba(255,105,88,.15),transparent 54%),#211b25;color:#ff9b8f}.project-direction-tile.pending,.project-direction-thumb small{color:#a9a0ad}.project-card-preview{background:var(--dream-library-ink)}.project-preview-placeholder{background:radial-gradient(circle at 50% 0%,rgba(118,87,255,.18),transparent 48%),var(--dream-library-ink);color:var(--dream-library-coral)}.project-preview-placeholder small{color:#a99fad}.project-card-body{padding:22px}.project-card-heading h2{color:var(--dream-library-ink);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-size:1.42rem;font-weight:500}.project-card-heading span,.project-card-body>p{color:var(--dream-library-muted)}.project-card-stats span{border:1px solid rgba(23,19,28,.08);background:#17131c0a;color:var(--dream-library-muted)}.project-card-stats .project-review-badge{border-color:#7657ff2e;background:#7657ff12;color:#5840bd}.project-card-actions{border-color:var(--dream-library-line);background:#e9e2d752}.project-card-actions button,.project-actions-menu>summary{border-color:var(--dream-library-line);background:#17131c06;color:var(--dream-library-muted)}.project-card-actions .project-open-button{border-color:var(--dream-library-ink);background:var(--dream-library-ink);color:var(--dream-library-paper-bright)}.project-card-actions .project-open-button:hover{border-color:var(--dream-library-coral);background:var(--dream-library-coral);color:var(--dream-library-ink)}.project-card-actions .danger-text-button{border-color:#c5414033;color:#a54040}.project-actions-menu[open]>summary{background:#17131c0f}.project-actions-menu>div{border-color:#17131c17}.project-rename-form>label{color:var(--dream-library-muted)}.project-rename-form input{border-color:var(--dream-library-line);background:#fff;color:var(--dream-library-ink)}.project-rename-form button{border-color:var(--dream-library-ink);background:var(--dream-library-ink);color:var(--dream-library-paper-bright)}.project-rename-form button:last-child{border-color:var(--dream-library-line);background:transparent;color:var(--dream-library-muted)}.projects-hidden-note{max-width:1500px;margin-inline:auto;color:var(--dream-library-muted)}.projects-empty{position:relative;overflow:hidden;border-style:solid}.projects-empty:before{content:"✦";display:grid;width:48px;height:48px;place-items:center;margin:0 auto 18px;border-radius:16px;background:var(--dream-library-ink);color:var(--dream-library-coral);font-size:1.18rem;box-shadow:0 12px 30px #17131c29}.recent-dreams,.recent-dreams .section-heading-row h2{color:var(--dream-library-ink)}.recent-dreams .text-button{color:var(--dream-library-ink);text-decoration-color:#ff6958b3}.recent-dream-card{border-color:var(--dream-library-line);border-radius:23px;background:var(--dream-library-paper-bright);box-shadow:0 20px 56px #2a1f2717}.recent-dream-preview{padding:9px;background:radial-gradient(circle at 100% 0%,rgba(118,87,255,.16),transparent 36%),var(--dream-library-ink);color:#aaa1ae}.recent-dream-preview iframe{border-radius:10px}.recent-dream-meta strong{color:var(--dream-library-ink);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-size:1.06rem;font-weight:500}.recent-dream-meta span{color:var(--dream-library-muted)}.recent-dream-card>button{background:var(--dream-library-ink);color:var(--dream-library-paper-bright)}.vault-view{padding-top:clamp(44px,5vw,72px)}.vault-header{width:min(900px,100%);margin-bottom:clamp(32px,4vw,52px)}.vault-header h2{color:var(--dream-library-ink);font-size:clamp(3rem,7vw,5.6rem);font-weight:500}.vault-header p{color:var(--dream-library-muted)}.vault-controls-wrapper{max-width:1080px;margin-bottom:34px;padding:10px;border:1px solid var(--dream-library-line);border-radius:22px;background:#fbf8f1db;box-shadow:0 18px 50px #2a1f2714;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.vault-controls{max-width:none;gap:10px}.vault-controls .search-bar,.vault-controls .sort-dropdown,.vault-controls>button,.filter-panel{border-color:var(--dream-library-line);background:#17131c09;color:var(--dream-library-ink)}.vault-controls .search-bar,.vault-controls .sort-dropdown,.vault-controls>button{min-height:50px;border-radius:14px}.vault-controls .search-bar:focus-within{border-color:#ff695880;background:var(--dream-library-paper-bright);box-shadow:0 0 0 3px #ff69581c}.vault-controls .search-bar input,.vault-controls .sort-dropdown select{color:var(--dream-library-ink)}.vault-controls .search-bar input::placeholder{color:#8b828f}.vault-controls .sort-dropdown option{background:var(--dream-library-paper-bright);color:var(--dream-library-ink)}.vault-controls .sort-dropdown:after{border-top-color:var(--dream-library-muted)}.vault-controls>button:hover,.vault-controls>button.active,.filter-panel button:hover,.filter-panel button.active{border-color:#ff695861;background:#ff695814;color:#9d4038}.filter-panel{border-radius:16px;box-shadow:none}.filter-panel strong{color:var(--dream-library-muted);font-family:IBM Plex Mono,ui-monospace,monospace;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.filter-panel button{border-color:var(--dream-library-line);background:var(--dream-library-paper-bright);color:var(--dream-library-muted)}.vault-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:clamp(18px,2vw,28px);max-width:1500px}.vault-card{height:390px;border-color:var(--dream-library-line);border-radius:24px;background:var(--dream-library-ink);box-shadow:0 24px 64px #2a1f271f;transition:transform .28s var(--motion-out, ease),border-color .22s ease,box-shadow .22s ease}.vault-card:hover,.vault-card:focus-within{transform:translateY(-5px);border-color:#ff69585c;box-shadow:0 34px 78px #2a1f2733}.vault-card-preview{margin:8px 8px 0;border-radius:16px 16px 8px 8px;background:#fff}.vault-card-label{min-height:76px;padding:15px 18px;border-color:#ffffff1a;background:var(--dream-library-ink)}.vault-card-label strong{color:var(--dream-library-paper-bright);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-size:1.05rem;font-weight:500}.vault-card-label small{color:#a9a0ad}.price-chip,.unlocked-tag{border-radius:999px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.64rem;font-weight:600}.price-chip{background:var(--dream-library-coral);color:var(--dream-library-ink)}.unlocked-tag{background:#a7e4c4eb;color:#16392b}.pagination-controls{color:var(--dream-library-muted)}.pagination-controls button{width:46px;height:46px;border-color:var(--dream-library-line);background:var(--dream-library-paper-bright);color:var(--dream-library-ink);box-shadow:0 8px 22px #2a1f2712}.pagination-controls button:hover:not(:disabled){border-color:var(--dream-library-coral);background:var(--dream-library-coral);color:var(--dream-library-ink)}.pagination-controls span{color:var(--dream-library-muted)}.empty-vault{min-height:260px;padding:clamp(36px,7vw,72px);font-size:1rem;line-height:1.55}.empty-vault>span{max-width:470px;color:var(--dream-library-ink);font-size:clamp(1.35rem,3vw,2rem)}.vault-view.detail-mode{background:var(--dream-library-paper)}.detail-header{min-height:76px;border-color:#ffffff1a;background:#17131cf0;-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.detail-header .back-btn{color:var(--dream-library-paper-bright)}.detail-header .back-btn:hover{color:#c8becb}.detail-header .auth-btn{border:0;border-radius:999px;background:var(--dream-library-coral);color:var(--dream-library-ink);font-weight:800}.detail-preview{margin:14px 0 14px 14px;overflow:hidden;border:1px solid var(--dream-library-line);border-radius:22px;background:#fff;box-shadow:var(--dream-library-shadow)}.detail-sidebar{width:min(390px,34vw);border-color:var(--dream-library-line);background:var(--dream-library-paper-bright);color:var(--dream-library-ink)}.detail-sidebar h2{color:var(--dream-library-ink);font-family:Newsreader,Iowan Old Style,Baskerville,serif;font-weight:500}.badge.for-sale{background:var(--dream-library-coral);color:var(--dream-library-ink)}.badge.has-access{background:var(--dream-mint, #a7e4c4);color:#16392b}.vault-detail-list>div{border-color:var(--dream-library-line)}.vault-detail-list dt{color:var(--dream-library-muted)}.vault-detail-list dd{color:var(--dream-library-ink)}.vault-privacy-note{border-color:#43916c33;background:#a7e4c430;color:#315e4a}:where(.explore-tabs button,.explore-marketplace-link,.explore-marketplace-header>button,.flow-library-search-clear,.flow-library-mobile-filter-trigger,.flow-library-filter-chip>button,.flow-library-results-row>button,.flow-library-applied-filters>button,.flow-library-index-link,.flow-card-footer a,.flow-save-button,.flow-saved-card-actions a,.flow-saved-card-actions button,.projects-view button,.projects-view select,.recent-dreams button,.vault-view button,.vault-view input,.vault-view select):focus-visible{outline:3px solid rgba(255,105,88,.31);outline-offset:3px}@media(hover:hover)and (pointer:fine){.explore-tabs button:not(.active):hover,.flow-library-search-clear:hover,.flow-library-mobile-filter-trigger:hover,.flow-library-results-row>button:hover,.flow-library-applied-filters>button:hover,.flow-filter-sheet-header button:hover,.flow-filter-sheet-footer button:not(:last-child):not(:disabled):hover,.flow-recent-section>header>button:hover,.flow-new-collection-button:hover,.flow-active-collection-tools button:hover{border-color:#17131c2e;background:#17131c12;color:var(--dream-library-ink)}.flow-filter-groups select:hover{border-color:#ff695857;background:#ff69580f;color:#9d4038}.flow-save-button:hover,.flow-saved-card-actions button:hover{border-color:#ff69584d;background:#ff695817;color:#ffac9f}}@media(max-width:1180px){.vault-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.explore-navigation{width:calc(100% - 28px)}.flow-library-hero{min-height:0}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recent-dreams-grid.is-single .recent-dream-card{grid-template-columns:minmax(180px,.78fr) minmax(0,1fr)}.recent-dreams-grid.is-single .recent-dream-card>button{grid-column:2;justify-self:start;margin:-4px 18px 18px}}@media(max-width:760px){.flow-library,.flow-saved-library{padding:16px 12px calc(126px + env(safe-area-inset-bottom))}.explore-navigation{align-items:stretch;gap:8px}.flow-library-hero,.flow-saved-header{border-radius:23px}.flow-library-hero{padding:28px 20px}.flow-library-hero-copy h1{font-size:clamp(2.55rem,12vw,3.65rem)}.flow-library-hero-map{min-height:132px;padding:11px;border-radius:20px}.flow-library-discovery{border-radius:18px}.flow-library-card,.flow-saved-card{border-radius:21px}.projects-view{padding:34px 14px calc(118px + env(safe-area-inset-bottom))}.projects-header h1,.projects-signed-out h1{font-size:clamp(3.2rem,16vw,4.9rem)}.projects-filter{justify-content:stretch}.projects-filter label,.projects-filter select{width:100%}.projects-filter label{align-items:stretch;flex-direction:column}.projects-grid,.vault-grid,.recent-dreams-grid.is-single .recent-dream-card{grid-template-columns:1fr}.recent-dreams-grid.is-single .recent-dream-preview{height:190px}.recent-dreams-grid.is-single .recent-dream-card>button{grid-column:auto;width:calc(100% - 36px);justify-self:stretch;margin:0 18px 18px}.vault-view:not(.detail-mode){padding:36px 14px calc(118px + env(safe-area-inset-bottom))}.vault-header h2{font-size:clamp(3rem,15vw,4.5rem)}.vault-controls-wrapper{position:sticky;top:0;z-index:20;padding:8px;border-radius:18px}.vault-card{height:min(390px,70vh)}.detail-content{background:var(--dream-library-paper)}.detail-preview{min-height:50vh;margin:10px;border-radius:18px}.detail-sidebar{width:100%;border-color:var(--dream-library-line);padding:25px 20px calc(36px + env(safe-area-inset-bottom))}}@media(max-width:520px){.explore-navigation{align-items:stretch;flex-direction:column}.explore-tabs{width:100%}.explore-tabs button{flex:1 1 50%}.explore-marketplace-link{width:100%;align-self:stretch}.flow-library-hero-map{display:none}.flow-library-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.flow-library-proof span:last-child{grid-column:1 / -1}.flow-library-discovery-top{grid-template-columns:1fr 1fr}.flow-library-sort{min-width:0}.flow-library-mobile-filter-trigger,.flow-library-sort,.flow-library-sort select{width:100%}.flow-card-footer,.flow-saved-card-actions,.flow-saved-inline-error{align-items:stretch;flex-direction:column}.flow-card-footer a,.flow-saved-card-actions a,.flow-saved-card-actions button,.flow-saved-inline-error button{width:100%}.flow-active-collection-tools>span{grid-template-columns:1fr}.project-card-directions{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card-directions[data-count="1"]{grid-template-columns:1fr}.project-direction-thumb:nth-child(3){grid-column:1 / -1}.project-card-actions .project-open-button{flex-basis:100%}.project-actions-menu{width:100%;margin-left:0}.project-actions-menu>summary{width:100%}.project-actions-menu>div{grid-template-columns:1fr}.vault-controls{flex-direction:column}.vault-controls .search-bar,.vault-controls .sort-dropdown,.vault-controls>button{width:100%}.detail-header{padding:13px}.detail-header .auth-btn{min-height:48px}.empty-vault,.projects-empty,.flow-library-state{padding:34px 22px;border-radius:22px}}@media(prefers-reduced-motion:no-preference){.flow-library-hero:after{animation:dream-library-glow 12s ease-in-out infinite alternate}}@keyframes dream-library-glow{0%{transform:translate3d(-8%,-4%,0) scale(.94)}to{transform:translate3d(10%,8%,0) scale(1.08)}}@media(prefers-reduced-motion:reduce){.vault-card:hover,.vault-card:focus-within{transform:none}}
