:root{--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;--bg:#f7f2e8;--bg-elevated:#fffaf2c2;--bg-overlay:#faf5ece6;--bloom:#e5d8c5eb;--bloom-soft:#f4ebddbd;--panel:#fffbf5ad;--panel-strong:#fffbf5e0;--panel-soft:#fffbf58a;--panel-faint:#442e1214;--panel-home:#fffbf5d1;--chip-home:#f8f1e6f5;--field-home:#fcf8f1fa;--line:#72582d1f;--line-strong:#72582d38;--ink:#17120b;--muted:#17120bb3;--muted-2:#17120b85;--accent:#b99247;--accent-2:#c8a86a;--accent-3:#8f6b2e;--accent-soft:#b9924729;--shadow-lg:0 28px 80px #49311124;--shadow-md:0 18px 44px #4931111c;--shadow-sm:0 10px 24px #49311114;--surface-blur:18px;color:var(--ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;background-color:var(--bg)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#14110d;--bg-elevated:#17120ed1;--bg-overlay:#14100de6;--bloom:#362b1cd1;--bloom-soft:#2a2216b8;--panel:#1b1611a8;--panel-strong:#1f1913db;--panel-soft:#fff6ea14;--panel-faint:#ffeed10d;--panel-home:#1b1611d1;--chip-home:#2a2117f5;--field-home:#211a13fa;--line:#e8cd971f;--line-strong:#e8cd9733;--ink:#f6efe5;--muted:#f6efe5b8;--muted-2:#f6efe580;--accent-soft:#c8a86a33;--shadow-lg:0 32px 90px #0000006b;--shadow-md:0 18px 44px #00000057;--shadow-sm:0 10px 26px #00000042}}*{box-sizing:border-box}html,body{overscroll-behavior:none;width:100%;height:100%;min-height:100dvh;font-family:var(--font-sans);background:var(--bg);margin:0;overflow:hidden}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;background-color:var(--bg)}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{color:var(--ink);background-color:#0000;position:relative}body:before{content:"";z-index:-1;pointer-events:none;background-color:var(--bg);background-image:linear-gradient(180deg, var(--bg) 0%, var(--bg) 8%, color-mix(in srgb, var(--bg) 86%, var(--bloom-soft)) 22%, color-mix(in srgb, var(--bg) 76%, var(--bloom-soft)) 34%, color-mix(in srgb, var(--bg) 76%, var(--bloom-soft)) 66%, color-mix(in srgb, var(--bg) 86%, var(--bloom-soft)) 78%, var(--bg) 92%, var(--bg) 100%), radial-gradient(62rem 40rem at 62% 36%, var(--bloom) 0%, color-mix(in srgb, var(--bloom) 48%, var(--bg)) 36%, #0000 74%), radial-gradient(34rem 24rem at 38% 48%, var(--bloom-soft) 0%, color-mix(in srgb, var(--bloom-soft) 42%, var(--bg)) 42%, #0000 80%), linear-gradient(180deg, var(--bg) 0%, var(--bg) 100%);background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}button,input,textarea{font:inherit}a{color:inherit}svg{display:block}.morpheus-shell{height:100dvh;min-height:100dvh;padding:calc(.9rem + env(safe-area-inset-top)) .9rem calc(.9rem + env(safe-area-inset-bottom));position:relative}.morpheus-hidden-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.morpheus-splash-screen,.morpheus-stage-shell{width:min(100%,30rem);margin:0 auto}.morpheus-splash-screen{min-height:calc(100dvh - (1.8rem + env(safe-area-inset-top) + env(safe-area-inset-bottom)));place-items:center;padding:.75rem 0;display:grid}.morpheus-splash-card{width:100%;min-height:calc(100dvh - (3.3rem + env(safe-area-inset-top) + env(safe-area-inset-bottom)));color:var(--ink);box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:0;border-radius:0;flex-direction:column;gap:0;padding:1.35rem 1.15rem 1.4rem;display:flex}.morpheus-splash-copy{justify-items:center;gap:.7rem;margin-top:0;padding-top:clamp(2.3rem,7vh,4rem);display:grid}.morpheus-splash-title{width:100%;font-family:var(--font-display);letter-spacing:-.07em;color:var(--ink);text-align:center;margin:0;font-size:clamp(4.9rem,22vw,7.2rem);font-weight:700;line-height:.9}.morpheus-splash-subtitle{max-width:19rem;font-family:var(--font-sans);color:var(--ink);text-align:center;text-wrap:balance;margin:0;font-size:clamp(1.05rem,4vw,1.3rem);font-weight:400;line-height:1.22}.morpheus-intake-card{background:var(--panel-home);box-shadow:inset 0 1px 0 #ffffff14, var(--shadow-md);-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.04);border-radius:2rem;gap:1rem;margin-top:clamp(2.1rem,6vh,3rem);padding:1.2rem;display:grid}.morpheus-intake-option{border:1px solid var(--line);background:var(--chip-home);width:100%;min-height:5.8rem;color:var(--ink);text-align:left;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.1);border-radius:1.4rem;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.9rem;padding:1rem 1.05rem;transition:transform .14s,border-color .14s,box-shadow .16s,background .16s;display:grid;position:relative}.morpheus-intake-option-paste{overflow:hidden}.morpheus-intake-paste-shell{position:relative}.morpheus-intake-option:hover,.morpheus-intake-option:focus-visible{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.morpheus-intake-option-icon{width:1.2rem;height:1.2rem;color:var(--accent);z-index:2;pointer-events:none;flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.morpheus-intake-option-copy{z-index:2;pointer-events:none;gap:.18rem;min-width:0;display:grid;position:relative}.morpheus-intake-option-meta{color:var(--muted);font-size:.88rem;line-height:1.2}.morpheus-intake-option-title{color:var(--ink);font-size:1rem;font-weight:600;line-height:1.18}.morpheus-intake-divider{color:var(--muted-2);text-transform:lowercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;font-size:.84rem;display:grid}.morpheus-intake-divider:before,.morpheus-intake-divider:after{content:"";background:var(--line);height:1px}.morpheus-intake-paste-bar{border:1px solid color-mix(in srgb, var(--accent) 10%, var(--line));background:color-mix(in srgb, var(--field-home) 86%, var(--bg));width:100%;min-height:3.5rem;color:var(--ink);resize:none;font:inherit;border-radius:1rem;outline:none;padding:.96rem 1rem .96rem 2.9rem;line-height:1.2;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 1px 2px #00000005}.morpheus-intake-paste-bar::placeholder{color:#0000}.morpheus-intake-paste-bar:focus{border-color:color-mix(in srgb, var(--accent) 42%, var(--line));box-shadow:inset 0 1px 0 #ffffff14, 0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent)}.morpheus-intake-paste-icon{position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.morpheus-intake-paste-copy{color:color-mix(in srgb, var(--ink) 58%, var(--bg));pointer-events:none;z-index:2;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:400;line-height:1;position:absolute;top:50%;left:2.9rem;right:1rem;overflow:hidden;transform:translateY(-50%)}.morpheus-intake-paste-bar:focus+.morpheus-intake-paste-icon+.morpheus-intake-paste-copy{opacity:0}.morpheus-splash-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:clamp(1.25rem,4vh,1.9rem);display:grid}.morpheus-clipboard-debug{background:color-mix(in srgb, var(--panel-home) 88%, var(--bg));border:1px solid var(--line);box-shadow:var(--shadow-sm);text-align:left;border-radius:1rem;margin-top:.85rem;padding:.85rem .95rem}.morpheus-clipboard-debug-header{color:var(--ink);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.55rem;font-size:.74rem;font-weight:600;display:flex}.morpheus-clipboard-debug-header button{color:var(--accent);font:inherit;background:0 0;border:0;padding:0}.morpheus-clipboard-debug pre{white-space:pre-wrap;word-break:break-word;max-height:12rem;color:var(--muted);margin:0;font-size:.68rem;line-height:1.35;overflow:auto}.morpheus-splash-trust-item{text-align:center;grid-template-rows:auto minmax(2.1rem,auto);align-content:start;justify-items:center;gap:.56rem;min-width:0;display:grid}.morpheus-splash-trust-icon{width:1.72rem;height:1.72rem;color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:999px;justify-content:center;align-items:center;margin-inline:auto;display:inline-flex}.morpheus-splash-trust-icon svg{width:.96rem;height:.96rem}.morpheus-splash-trust-label{width:100%;max-width:5.2rem;color:var(--muted);text-wrap:balance;grid-template-rows:repeat(2,minmax(0,1fr));justify-items:center;margin-inline:auto;font-size:.72rem;font-weight:500;line-height:1.12;display:grid}.morpheus-splash-legal{padding-top:.4rem;padding-bottom:calc(env(safe-area-inset-bottom) + 4.5rem);align-self:stretch;justify-items:center;gap:.2rem;margin-top:clamp(1.1rem,3vh,1.75rem);display:grid}.morpheus-splash-legal a{font-family:var(--font-sans);letter-spacing:.01em;color:var(--muted-2);text-align:center;font-size:.8rem;font-weight:400;text-decoration:none}.morpheus-splash-legal a:hover,.morpheus-splash-legal a:focus-visible{color:var(--ink);text-decoration:underline}.morpheus-legal-page{min-height:100dvh;color:var(--ink);padding:calc(1.1rem + env(safe-area-inset-top)) 1rem calc(1.25rem + env(safe-area-inset-bottom));background:0 0}.morpheus-legal-card{background:linear-gradient(180deg, #fff3, #ffffff0a), var(--panel);border:1px solid var(--line);width:min(100%,42rem);font-family:var(--font-sans);box-shadow:inset 0 1px 0 #ffffff47, var(--shadow-lg);-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.08);border-radius:2rem;gap:1.1rem;margin:0 auto;padding:1.5rem 1.2rem 2rem;display:grid}.morpheus-legal-back{width:fit-content;color:var(--muted);text-decoration:none}.morpheus-legal-back:hover,.morpheus-legal-back:focus-visible{color:var(--ink);text-decoration:underline}.morpheus-legal-header{gap:.35rem;display:grid}.morpheus-legal-title{color:var(--accent);margin:0;font-size:clamp(2rem,8vw,3rem);font-weight:700;line-height:.98}.morpheus-legal-updated{color:var(--muted-2);margin:0;font-size:.88rem}.morpheus-legal-body{color:var(--muted);gap:1.15rem;font-size:.98rem;line-height:1.55;display:grid}.morpheus-legal-body section{gap:.45rem;display:grid}.morpheus-legal-body h2,.morpheus-legal-body p{font:inherit;margin:0}.morpheus-legal-body h2{color:var(--ink);font-weight:600}.morpheus-payment-page{min-height:100dvh;padding:calc(1.25rem + env(safe-area-inset-top)) 1rem calc(1.25rem + env(safe-area-inset-bottom));color:var(--ink);place-items:center;display:grid}.morpheus-payment-card{border:1px solid var(--line);background:linear-gradient(180deg, #ffffff2e, #ffffff0a), var(--panel);width:min(100%,28rem);box-shadow:inset 0 1px 0 #ffffff42, var(--shadow-lg);-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.08);border-radius:1.75rem;gap:.95rem;padding:1.5rem 1.2rem;display:grid}.morpheus-payment-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.78rem;font-weight:600}.morpheus-payment-title{color:var(--ink);margin:0;font-size:clamp(1.8rem,7vw,2.6rem);font-weight:700;line-height:1.02}.morpheus-payment-body{color:var(--muted);margin:0;line-height:1.55}.morpheus-payment-link,.morpheus-payment-cta{color:var(--accent);text-decoration:none}.morpheus-payment-link:hover,.morpheus-payment-link:focus-visible,.morpheus-payment-cta:hover,.morpheus-payment-cta:focus-visible{text-decoration:underline}.morpheus-payment-cta{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 84%, white), var(--accent));width:fit-content;min-height:2.85rem;box-shadow:0 16px 32px color-mix(in srgb, var(--accent) 28%, transparent);color:#fffdf8;border-radius:999px;justify-content:center;align-items:center;padding:0 1rem;font-weight:600;text-decoration:none;display:inline-flex}.morpheus-splash-pill-input{color:#0000;opacity:.01;resize:none;caret-color:#0000;background:0 0;border:0;outline:none;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.morpheus-button,.morpheus-icon-button,.morpheus-prompt-bubble,.morpheus-thumbnail,.morpheus-continue-rail{-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.08)}.morpheus-intake-option-icon svg,.morpheus-button svg,.morpheus-icon-button svg,.morpheus-continue-rail svg{flex:none;width:1.1rem;height:1.1rem}.morpheus-trigger-label{cursor:pointer}.morpheus-trigger-label.disabled{pointer-events:none}.morpheus-stage-shell{height:calc(100dvh - (1.8rem + env(safe-area-inset-top) + env(safe-area-inset-bottom)));grid-template-rows:auto minmax(0,1fr);gap:.75rem;display:grid}.morpheus-topbar{grid-row:1;justify-content:space-between;align-items:center;gap:1rem;min-height:2.9rem;display:flex}.morpheus-topbar-status{min-width:0;color:var(--accent);letter-spacing:.02em;align-items:center;gap:.35rem;font-size:.92rem;font-weight:500;display:inline-flex}.morpheus-topbar-export{min-width:0;box-shadow:none;color:var(--accent);font:inherit;letter-spacing:.02em;background:0 0;border:0;align-items:center;gap:.5rem;padding:0;font-size:.92rem;font-weight:500;display:inline-flex}.morpheus-topbar-launch{width:7.75rem;height:2.3rem;font:inherit;letter-spacing:.02em;white-space:nowrap;-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.08);border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.morpheus-topbar-launch-same_tab{background:color-mix(in srgb, var(--panel-strong) 92%, transparent);color:var(--ink);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line-strong) 78%, transparent)}.morpheus-topbar-launch-new_tab{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 84%, white), var(--accent));color:#fffaf1;box-shadow:0 12px 28px color-mix(in srgb, var(--accent) 24%, transparent)}.morpheus-topbar-export svg{flex:none;width:1rem;height:1rem}.morpheus-topbar-status span:first-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.morpheus-processing-status{place-items:center start;min-height:1.2em;display:inline-grid;position:relative}.morpheus-processing-status-copy{white-space:nowrap;grid-area:1/1;transition:opacity .12s linear}.morpheus-topbar-actions{align-items:center;gap:.55rem;display:inline-flex}.morpheus-icon-button{width:2rem;height:2rem;box-shadow:none;color:var(--ink);background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.morpheus-progress-rail{background:var(--panel-faint);border-radius:999px;grid-row:2;width:100%;height:.22rem;overflow:hidden}.morpheus-progress-rail.seam{margin-top:-.2rem}.morpheus-progress-bar{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-2));height:100%;box-shadow:0 0 18px color-mix(in srgb, var(--accent) 34%, transparent);transition:width .24s linear}.morpheus-stage-body{grid-row:2;grid-template-rows:minmax(0,1fr) auto;gap:.75rem;min-height:0;display:grid}.morpheus-stage-shell-processing{animation:3.6s ease-in-out infinite morpheus-processing-bloom}.morpheus-media-shell,.morpheus-media-empty-card{background:linear-gradient(180deg, #ffffff24, #ffffff08), var(--bg-elevated);width:100%;height:100%;min-height:0;box-shadow:var(--shadow-lg);border-radius:1.9rem;position:relative;overflow:hidden}.morpheus-media-empty-card{border:1px solid var(--line);color:var(--muted);text-align:center;place-items:center;padding:1.5rem;display:grid}.morpheus-media-loading-card{height:100%;min-height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;display:flex}.morpheus-media-loading-card-blank{background:0 0;border:0}.morpheus-loading-stack{justify-items:center;gap:.9rem;display:grid}.morpheus-spinner{border:1.5px solid var(--line);border-top-color:var(--accent);border-radius:999px;width:1.8rem;height:1.8rem;animation:.9s linear infinite morpheus-spin}.morpheus-loading-title{letter-spacing:.02em;color:var(--ink);margin:0;font-size:1rem;font-weight:550;line-height:1.2}.morpheus-status-scrim{z-index:60;padding:calc(env(safe-area-inset-top) + 1.5rem) 1.5rem calc(env(safe-area-inset-bottom) + 1.5rem);background:radial-gradient(circle at 62% 24%, #4b88ff24, transparent 26%), linear-gradient(180deg, var(--bg-overlay), var(--bg-overlay));place-items:center;display:grid;position:fixed;inset:0}.morpheus-status-scrim-opaque{background:radial-gradient(circle at 62% 24%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 28%), linear-gradient(180deg, var(--bg), var(--bg))}.morpheus-status-surface{text-align:center;justify-items:center;width:min(100%,22rem);display:grid}.morpheus-status-surface .morpheus-loading-stack{width:100%}.morpheus-status-surface h3{color:var(--ink);margin:0;font-size:1rem;font-weight:550}.morpheus-status-surface p{color:var(--muted);margin:0;line-height:1.45}.morpheus-media-frame{background:var(--bg);width:100%;height:100%;display:block}.morpheus-media-frame.contain{object-fit:contain}.morpheus-image-transition-stage{width:100%;height:100%;position:relative}.morpheus-image-transition-veil{pointer-events:none;opacity:0;background:#04050bbf;transition-property:opacity;transition-timing-function:linear;position:absolute;inset:0}.morpheus-media-shell video.morpheus-media-frame{object-fit:contain}.morpheus-processing-stage{align-content:center;justify-items:center;gap:1.5rem;height:100%;min-height:100%;padding:2rem 1.5rem;display:grid}.morpheus-processing-stage-blank{gap:0;padding:0}.morpheus-processing-stage-stalled{align-content:center}.morpheus-processing-wheel{--progress:0;--wheel-size:min(15.5rem, 62vw);width:var(--wheel-size);height:var(--wheel-size);place-items:center;display:grid;position:relative}.morpheus-processing-wheel:before{content:"";background:radial-gradient(circle at center, transparent 61%, color-mix(in srgb, var(--accent) 8%, transparent) 62%, transparent 63%), conic-gradient(from -90deg, color-mix(in srgb, var(--accent) 92%, white) 0deg, color-mix(in srgb, var(--accent) 92%, white) calc((var(--progress) / 100) * 360deg), color-mix(in srgb, var(--line) 74%, transparent) 0deg);border-radius:50%;position:absolute;inset:0;-webkit-mask:radial-gradient(circle,#0000 60%,#000 61%);mask:radial-gradient(circle,#0000 60%,#000 61%)}.morpheus-processing-wheel-ring{border:1px solid color-mix(in srgb, var(--line) 82%, transparent);background:color-mix(in srgb, var(--panel) 72%, transparent);box-shadow:inset 0 1px 0 #ffffff1f, 0 24px 60px color-mix(in srgb, var(--accent) 12%, transparent);-webkit-backdrop-filter:blur(calc(var(--surface-blur) * .65));border-radius:50%;position:absolute;inset:11%}.morpheus-processing-wheel-value{z-index:1;letter-spacing:-.04em;color:var(--accent);font-size:clamp(2.2rem,8vw,3.6rem);font-weight:600;line-height:1;position:relative}.morpheus-processing-ready-actions{justify-items:center;display:grid}.morpheus-processing-stalled-card{text-align:center;background:color-mix(in srgb, var(--panel) 86%, transparent);width:min(100%,24rem);box-shadow:var(--shadow-md);border:1px solid color-mix(in srgb, var(--line-strong) 72%, transparent);border-radius:1.5rem;justify-items:center;gap:1rem;padding:1.5rem;display:grid}.morpheus-processing-stalled-title{color:var(--ink);font-size:1.15rem;font-weight:600;line-height:1.2}.morpheus-processing-stalled-copy{max-width:20rem;color:var(--muted);font-size:.96rem;line-height:1.45}.morpheus-hidden-preload-host{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.morpheus-final-reveal-shell{box-shadow:none;background:0 0}.morpheus-final-reveal-cover{pointer-events:none;background:#000;transition:opacity 2s linear;position:absolute;inset:0}.morpheus-canvas-stage{width:100%;height:100%;position:relative}.morpheus-canvas-surface{width:100%;height:100%}.morpheus-canvas-surface.tap-enabled{cursor:pointer}.morpheus-hidden-native-video{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;bottom:0;left:0}.morpheus-canvas-hint{border:1px solid var(--line);background:var(--panel-strong);color:var(--ink);letter-spacing:.02em;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(var(--surface-blur));border-radius:999px;padding:.45rem .75rem;font-size:.78rem;position:absolute;bottom:.85rem;right:.85rem}.morpheus-thumbnail-overlay{background:linear-gradient(180deg, #0000, var(--bg-overlay) 78%);padding:0 .8rem .9rem;position:absolute;bottom:0;left:0;right:0}.morpheus-thumbnail-helper{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);pointer-events:none;margin:0;font-size:.76rem;font-weight:550;position:absolute;top:.85rem;left:.8rem}.morpheus-thumbnail-strip{scrollbar-width:none;grid-auto-columns:2.8rem;grid-auto-flow:column;gap:.5rem;min-width:0;padding:3.5rem 0 .1rem;display:grid;overflow-x:auto}.morpheus-thumbnail-strip::-webkit-scrollbar{display:none}.morpheus-thumbnail{appearance:none;box-shadow:var(--shadow-sm);background:var(--panel);border:0;border-radius:.72rem;margin:0;padding:0;transition:transform .16s,box-shadow .16s,opacity .16s;overflow:hidden;transform:translateY(0)}.morpheus-thumbnail.active{box-shadow:0 12px 30px color-mix(in srgb, var(--accent) 24%, transparent);transform:translateY(-.15rem)}.morpheus-thumbnail-image{object-fit:cover;width:100%;height:4.4rem;display:block}.morpheus-continue-rail{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 84%, white), var(--accent));min-width:7.25rem;min-height:2.4rem;box-shadow:0 14px 30px color-mix(in srgb, var(--accent) 30%, transparent);color:#fffdf8;border:0;border-radius:.95rem;flex-direction:row;justify-content:center;align-items:center;gap:.4rem;padding:0 .9rem;display:inline-flex;position:absolute;top:.25rem;right:.8rem}.morpheus-continue-rail span{letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.morpheus-pose-layer{position:absolute;inset:0}.morpheus-background-prompt-trigger{z-index:4;width:2.7rem;height:2.7rem;color:var(--ink);background:linear-gradient(180deg, #ffffff3d, #ffffff0f), var(--panel-strong);box-shadow:inset 0 1px 0 #ffffff61, var(--shadow-sm);-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.08);border:0;border-radius:.95rem;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:.85rem;right:.85rem}.morpheus-background-prompt-trigger svg{flex:none;width:1.3rem;height:1.3rem}.morpheus-pose-debug-layer{pointer-events:none;width:100%;height:100%;overflow:visible}.morpheus-pose-debug-layer line{stroke:#ffd60ae0;stroke-width:1.8px;stroke-linecap:round}.morpheus-pose-debug-layer circle{fill:#6fc9fff2}.morpheus-pose-hitbox{background:#ffffff1f;border:1.5px solid #ffffff47;border-radius:1rem;position:absolute;box-shadow:inset 0 0 0 1px #ffffff0a}.morpheus-pose-hitbox.green{background:#50dd8929;border-color:#50dd89eb}.morpheus-pose-hitbox.red{background:#ff616129;border-color:#ff6161eb}.morpheus-pose-hitbox.blue{background:#5892ff29;border-color:#5892ffeb}.morpheus-prompt-overlay{padding:0 .8rem max(.8rem, env(safe-area-inset-bottom));background:linear-gradient(180deg, #0000, var(--bg-overlay) 78%);flex-wrap:wrap;align-items:flex-end;gap:.45rem;display:flex;position:absolute;bottom:0;left:0;right:0}.morpheus-prompt-bubble{background:var(--panel-strong);max-width:min(72%,14rem);color:var(--ink);text-align:left;box-shadow:var(--shadow-md);border:0;border-radius:.95rem;align-items:center;gap:.45rem;padding:.5rem .8rem;display:inline-flex}.morpheus-prompt-bubble.green{border-color:#50dd8961}.morpheus-prompt-bubble.red{border-color:#ff616161}.morpheus-prompt-bubble.blue{border-color:#5892ff61}.morpheus-prompt-bubble.background{max-width:min(82%,16rem)}.morpheus-prompt-bubble-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:.68rem;font-weight:700}.morpheus-prompt-bubble-text{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--muted);font-size:.82rem;overflow:hidden}.morpheus-action-row{justify-content:center;align-items:center;min-height:2.9rem;display:flex}.morpheus-action-row:empty{min-height:0;display:none}.morpheus-button{background:var(--panel);min-height:3rem;box-shadow:var(--shadow-md);color:var(--ink);border:0;border-radius:.95rem;justify-content:center;align-items:center;gap:.55rem;padding:0 1.1rem;font-weight:600;display:inline-flex}.morpheus-button.slim{min-width:min(100%,13rem);min-height:2.7rem;padding:0 1rem}.morpheus-button.secondary,.morpheus-button.ghost{background:var(--panel-soft)}.morpheus-button.ghost{border:0}.morpheus-button:disabled,.morpheus-splash-pill:disabled,.morpheus-icon-button:disabled,.morpheus-topbar-launch:disabled,.morpheus-topbar-export:disabled,.morpheus-trigger-label.disabled,.morpheus-thumbnail:disabled,.morpheus-continue-rail:disabled{opacity:.45;pointer-events:none}.morpheus-meta{color:var(--muted);margin:0;font-size:.9rem;line-height:1.45}.morpheus-input,.morpheus-textarea{border:1px solid var(--line);background:var(--panel-soft);width:100%;color:var(--ink);border-radius:1.1rem;outline:none;padding:.95rem 1rem}.morpheus-input::placeholder,.morpheus-textarea::placeholder{color:var(--muted-2)}.morpheus-textarea{resize:vertical;min-height:9rem}.morpheus-modal-scrim{z-index:50;background:color-mix(in srgb, var(--bg) 52%, transparent);-webkit-backdrop-filter:blur(10px);align-items:end;display:grid;position:fixed;inset:0}.morpheus-modal{width:min(100%,32rem);padding:1.2rem 1rem calc(1.1rem + env(safe-area-inset-bottom));border:1px solid var(--line);background:var(--panel-strong);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(var(--surface-blur)) saturate(1.08);border-bottom:0;border-radius:1.6rem 1.6rem 0 0;gap:.8rem;margin:auto auto 0;display:grid}.morpheus-modal h3{color:var(--ink);margin:0;font-size:1.15rem;font-weight:650}.morpheus-modal p{color:var(--muted);margin:0;line-height:1.45}.morpheus-modal.sheet{width:min(100%,36rem)}.morpheus-home-loader-modal{border-bottom:1px solid var(--line);text-align:center;border-radius:1.5rem;align-self:center;justify-items:center;width:min(100% - 2rem,24rem);margin:auto;padding:1.35rem 1.2rem}.morpheus-home-loader-modal .morpheus-loading-stack{width:100%}.morpheus-home-loader-modal h3{font-size:1rem;font-weight:550}.morpheus-modal-actions,.morpheus-modal-actions-inline{flex-wrap:wrap;gap:.65rem;display:flex}.morpheus-modal-actions{justify-content:flex-end}.morpheus-modal-actions-spread{justify-content:space-between;align-items:center}@keyframes morpheus-pulse{0%,20%{opacity:.2}50%{opacity:1}to{opacity:.2}}@keyframes morpheus-spin{to{transform:rotate(360deg)}}@keyframes morpheus-processing-bloom{0%,to{filter:brightness();transform:translateZ(0)}50%{filter:brightness(1.06);transform:translateZ(0)}}@media (min-width:768px){.morpheus-shell{padding:calc(1.1rem + env(safe-area-inset-top)) 1.2rem calc(1rem + env(safe-area-inset-bottom))}.morpheus-stage-shell,.morpheus-splash-screen{width:min(100%,34rem)}.morpheus-splash-title{font-size:clamp(4.75rem,13vw,6.8rem)}.morpheus-thumbnail-strip{grid-auto-columns:3.2rem}.morpheus-thumbnail-image{height:5rem}.morpheus-modal{border-bottom:1px solid var(--line);border-radius:1.6rem;margin:auto;padding-bottom:1.2rem}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_fd091ad6-module__giF-bG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_fd091ad6-module__giF-bG__variable{--font-sans:"Inter", "Inter Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e50b939c4e3518a9-s.1_-y3t15h7ixh.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7a03f7a08146f938-s.0xn1ufqfc19ns.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6bb62198a3d8dd21-s.p.38eumgkwyr26c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_331a8cc0-module__615luG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal;font-weight:700}.space_grotesk_331a8cc0-module__615luG__variable{--font-display:"Space Grotesk", "Space Grotesk Fallback"}
