.auth-button{display:inline-grid;place-items:center;width:350px;height:58px;border:0;border-radius:20px;background:var(--bp-color-text-strong);color:var(--bp-color-surface-subtle);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-lg);font-weight:var(--bp-font-weight-regular);line-height:1;cursor:pointer;transition:opacity .12s ease}.auth-button:active{opacity:.8}.auth-button:disabled{cursor:not-allowed;opacity:.45}.auth-button:focus-visible{outline:2px solid var(--bp-color-focus);outline-offset:3px}.auth-input{display:grid;align-content:center;width:350px;min-height:58px;padding:9px 20px;border:1px solid rgb(32 32 32 / 18%);border-radius:20px;background:transparent;color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui);transition:min-height .18s ease,border-color .18s ease,background-color .18s ease}.auth-input:focus-within,.auth-input--filled{min-height:68px}.auth-input--invalid{border-color:var(--bp-color-b-red)}.auth-input__label{color:var(--bp-color-text-strong);font-size:14px;font-weight:var(--bp-font-weight-regular);line-height:1.2;opacity:.5;transition:opacity .18s ease}.auth-input__control{width:100%;min-width:0;padding:3px 0 0;border:0;outline:0;appearance:none;background:transparent;color:var(--bp-color-text-strong);font:var(--bp-text-regular);opacity:.5}.auth-input__control::placeholder{color:var(--bp-color-text-strong);opacity:.35}.auth-input:focus-within .auth-input__control{opacity:1}.auth-input__control:-webkit-autofill{transition:background-color 9999s ease-in-out 0s}.auth-shell{display:grid;min-width:320px;min-height:100vh;place-items:center;padding:32px 20px;background:var(--bp-color-ui-bg-white);color:var(--bp-color-text-strong)}.auth-shell__panel{display:grid;justify-items:center;width:min(350px,100%);gap:24px}.auth-shell__back{justify-self:start;color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui);font-size:14px;line-height:1;opacity:.5;text-decoration:none}.auth-shell__title{width:100%;margin:0;color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui);font-size:22px;font-weight:var(--bp-font-weight-regular);line-height:1;text-align:left}.auth-shell__content{display:grid;width:100%;gap:10px}.auth-shell__message{width:100%;margin:0;color:var(--bp-color-b-red);font-family:var(--bp-font-family-ui);font-size:13px;line-height:1.35}.auth-shell__footer{display:grid;justify-items:center;width:100%;gap:12px}.auth-shell__link{border:0;appearance:none;background:transparent;color:var(--bp-color-text-strong);font:inherit;opacity:.5;text-decoration:none;cursor:pointer}.auth-password-rules{width:350px;color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui);font-size:13px;line-height:1.35;opacity:.5}.auth-password-rules p{margin:0 0 8px}.auth-password-rules ul{display:grid;gap:4px;margin:0;padding-left:18px}.auth-password-rules li.is-met{opacity:1}.chat-input{display:flex;gap:10px;align-items:center;width:100%;min-width:0;min-height:60px;padding:5px 5px 5px 25px;border-radius:var(--bp-radius-chat-input);background:var(--bp-color-surface);overflow:hidden}.chat-input--multiline{align-items:flex-end}.chat-input__textarea{flex:1 1 0;min-width:0;max-height:180px;padding:0;border:0;outline:0;resize:none;overflow-y:auto;color:var(--bp-color-focus-control);background:transparent;font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-regular);line-height:normal;letter-spacing:0}.chat-input--multiline .chat-input__textarea{margin-top:10px}.chat-input__textarea::placeholder{color:var(--bp-color-focus-control);opacity:.5}.chat-input__submit{display:grid;place-items:center;flex:0 0 auto;width:50px;height:50px;align-self:flex-end;padding:15px;border:0;border-radius:var(--bp-radius-pill);background:var(--bp-color-focus-control);color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);line-height:1;cursor:pointer}.chat-stamp{display:flex;flex-direction:column;gap:10px;width:100%;min-width:0;font-family:var(--bp-font-family-ui)}.chat-stamp__bubble{width:100%;min-width:0;padding:15px;border-radius:var(--bp-radius-lg);background:var(--bp-color-surface);box-shadow:var(--bp-shadow-module-image);color:var(--bp-color-text-strong);overflow-wrap:anywhere}.chat-stamp__prompt{margin:0;color:inherit;font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-regular);line-height:1.2;letter-spacing:0;white-space:pre-wrap}.chat-stamp__info{display:flex;align-items:center;justify-content:flex-end;gap:5px;min-width:0;color:var(--bp-color-text-inverse);font-size:var(--bp-font-size-2xs);font-weight:var(--bp-font-weight-regular);line-height:1;letter-spacing:0;white-space:nowrap}.chat-stamp__undo{padding:0;border:0;color:inherit;background:transparent;font:inherit;cursor:pointer;opacity:1;transition:opacity .12s ease}.chat-stamp__undo:hover{opacity:.5}.chat-stamp__undo:focus-visible{opacity:.5}.chat-stamp__undo:active{opacity:.5}.chat-stamp__undo:disabled{cursor:default}.chat-stamp__separator{flex:0 0 auto;width:2px;height:2px;border-radius:50%;background:currentColor}.chat-stamp__object-name,.chat-stamp__time{min-width:0;overflow:hidden;color:inherit;text-overflow:ellipsis}.focus-navigation{display:flex;align-items:center;justify-content:flex-start;gap:5px;color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-semibold);line-height:18px;letter-spacing:0;white-space:nowrap}.focus-navigation__back,.focus-navigation__crumb{color:inherit;text-decoration:none}.focus-navigation__back{display:grid;place-items:center;opacity:1;line-height:18px}.focus-navigation__crumb{display:inline-flex;align-items:center;gap:5px;line-height:18px}.focus-navigation__crumb--inactive{opacity:.5;transition:opacity .12s ease}.focus-navigation__crumb--inactive:hover{opacity:1}.focus-navigation__crumb--inactive:focus-visible{opacity:1}.focus-navigation__crumb--inactive:active,.focus-navigation__crumb--current{opacity:1}.focus-image-stage{display:flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;min-height:0;width:100%;height:100%}.focus-image-stage__frame{position:relative;width:100%;max-width:100%;max-height:100%;border-radius:var(--bp-radius-xs);box-shadow:var(--bp-shadow-module-image);overflow:hidden;cursor:crosshair}.focus-image-stage__image{display:block;width:100%;height:100%;border-radius:var(--bp-radius-xs);object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.focus-image-stage__mask{position:absolute;background:#dc1d1d33;border:1px solid var(--bp-color-b-red);pointer-events:none}.focus-image-stage__mask--image{background:#dc1d1d33;border:1px solid var(--bp-color-b-red)}.focus-image-stage__box-draft{position:absolute;background:#dc1d1d1f;border:1px dashed var(--bp-color-b-red, rgb(220 29 29));pointer-events:none}.focus-image-stage__mask-unavailable{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:1;padding:6px 12px;border:1px solid rgb(255 200 200 / 60%);border-radius:var(--bp-radius-xs);background:#3c0000c7;color:#fff0f0eb;font:var(--bp-text-regular-small);pointer-events:none}.focus-image-stage__mask-toggle{position:absolute;top:12px;right:12px;z-index:1;display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid rgb(255 255 255 / 34%);border-radius:var(--bp-radius-xs);background:#141414b8;color:var(--bp-color-text-inverse);cursor:pointer}.focus-image-stage__status{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0;color:#ffffffb3;font:var(--bp-text-regular-medium)}.focus-page{--focus-safe-margin: 30px;--focus-chat-width: 494px;--focus-chat-top: 48px;--focus-image-chat-gap: 30px;position:fixed;inset:0;width:100vw;height:100dvh;padding:var(--focus-safe-margin);background:var(--bp-color-ui-black);color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);overflow:hidden}.focus-page__navigation{position:absolute;top:var(--focus-safe-margin);left:var(--focus-safe-margin);z-index:3}.focus-page__intro{position:absolute;top:78px;left:var(--focus-safe-margin);z-index:2;display:flex;flex-direction:column;gap:8px;pointer-events:none}.focus-page__mode-title,.focus-page__mode-copy,.focus-page__render-status{margin:0}.focus-page__mode-title{color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-semibold);line-height:18px;letter-spacing:0}.focus-page__mode-copy{color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-regular);line-height:18px;letter-spacing:0;opacity:.5}.focus-page__image-area{position:absolute;top:var(--focus-safe-margin);right:calc(var(--focus-safe-margin) + var(--focus-chat-width) + var(--focus-image-chat-gap));bottom:var(--focus-safe-margin);left:var(--focus-safe-margin);display:grid;place-items:center;min-width:0;min-height:0}.focus-page__stage{position:relative;display:grid;place-items:center;width:100%;height:100%;min-width:0;min-height:0}.focus-page__selection-status,.focus-page__selection-choices{position:absolute;left:50%;z-index:2;transform:translate(-50%)}.focus-page__selection-status{bottom:30px;padding:8px 12px;border:1px solid rgb(255 255 255 / 18%);border-radius:8px;background:#0000009e;color:#ffffffdb;font:var(--bp-text-regular-small);white-space:nowrap}.focus-page__selection-choices{bottom:72px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:min(520px,70%)}.focus-page__selection-choice{min-height:32px;padding:0 12px;border:1px solid rgb(255 255 255 / 24%);border-radius:8px;background:#0000009e;color:var(--bp-color-text-inverse);font:var(--bp-text-regular-small);cursor:pointer}.focus-page__selection-choice:hover,.focus-page__selection-choice:focus-visible{border-color:#ffffff85;outline:none}.focus-page__chat{position:absolute;top:var(--focus-chat-top);right:var(--focus-safe-margin);bottom:var(--focus-safe-margin);z-index:2;display:flex;flex-direction:column;gap:30px;width:var(--focus-chat-width);min-height:0;padding:10px;overflow:hidden}.focus-page__history{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;min-height:0;overflow-y:auto}.focus-page__render-status{color:#ffffffb8;font:var(--bp-text-regular-small)}@media(max-width:900px){.focus-page{min-width:calc((var(--focus-safe-margin) * 2) + var(--focus-chat-width) + 270px)}}.add-project-button{display:inline-flex;align-items:center}.add-project-button__control{min-width:161px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:15px 25px;border:0;border-radius:var(--bp-radius-pill);background:var(--bp-color-surface-inverse);color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-regular);line-height:1;letter-spacing:0;white-space:nowrap;cursor:pointer}.add-project-button__control:focus-visible{outline:2px solid var(--bp-color-focus);outline-offset:3px}.add-project-button__input{display:none}.project-tile{width:240px;min-width:0;display:flex;flex-direction:column;gap:15px;align-items:flex-start;color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui)}.project-tile__link{width:100%;display:flex;flex-direction:column;gap:15px;align-items:flex-start;color:inherit;font-family:var(--bp-font-family-ui);text-decoration:none}.project-tile__link:focus-visible{outline:2px solid var(--bp-color-focus);outline-offset:4px;border-radius:var(--bp-radius-xs)}.project-tile__thumbnail-frame{width:240px;height:240px;margin:0;overflow:hidden;border-radius:var(--bp-radius-xs);background:var(--bp-color-surface-media)}.project-tile__thumbnail{display:block;width:100%;height:100%;margin:0;object-fit:cover}.project-tile__thumbnail-fallback{width:100%;height:100%;display:grid;place-items:center;padding:16px;color:var(--bp-color-control-text-muted);font-size:var(--bp-font-size-xs);line-height:1.2;text-align:center}.project-tile__info{width:100%;min-width:0;display:flex;flex-direction:column;gap:5px;overflow:hidden}.project-tile__name{width:100%;min-width:0;margin:0;line-height:1;letter-spacing:0;overflow-wrap:anywhere;color:var(--bp-color-text-strong);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-regular)}.project-tile__edited-at{width:100%;min-width:0;margin:0;line-height:1;letter-spacing:0;overflow-wrap:anywhere;color:var(--bp-color-text-strong);font-size:var(--bp-font-size-2xs);font-weight:var(--bp-font-weight-regular);opacity:.5}.home-user{display:flex;align-items:center;height:32px;gap:15px;color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-semibold);line-height:18px;letter-spacing:0}.home-user__welcome,.home-user__name{display:block;min-width:0;white-space:nowrap}.home-user__avatar{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;border-radius:var(--bp-radius-pill);background:var(--bp-color-text-strong);color:var(--bp-color-text-inverse);font-size:var(--bp-font-size-xs);font-weight:var(--bp-font-weight-semibold);line-height:1;letter-spacing:0;overflow:hidden}.home-page{width:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:30px;background:var(--bp-color-surface);color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui)}.home-page>.home-user{align-self:flex-start}.home-page__library{width:min(1020px,100%);display:flex;flex-direction:column;align-items:flex-start;gap:30px;margin-top:80px}.home-page__title{margin:0;color:var(--bp-color-text-strong);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-semibold);line-height:18px;letter-spacing:0}.home-page__status{margin:0}.home-page__body{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.home-page__status{color:var(--bp-color-text-muted);font-size:var(--bp-font-size-md);line-height:1.4}.home-page__project-grid{display:grid;grid-template-columns:repeat(4,240px);gap:20px;align-items:start;overflow:visible}@media(max-width:1119px){.home-page__library{width:min(760px,100%)}.home-page__project-grid{grid-template-columns:repeat(3,240px)}}@media(max-width:840px){.home-page__library{width:min(500px,100%);margin-top:64px}.home-page__project-grid{grid-template-columns:repeat(2,240px)}}@media(max-width:580px){.home-page__library{width:min(240px,100%);margin-top:48px}.home-page__project-grid{grid-template-columns:240px}}.module-iteration{width:600px;max-width:100%;display:flex;flex-direction:column;gap:20px;align-items:stretch;padding:10px;border-radius:var(--bp-radius-xs);background:var(--bp-color-module-surface-dark);color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);overflow:hidden}.module-iteration__link{display:block;max-width:100%;color:inherit;text-decoration:none;pointer-events:auto}.module-iteration__info{display:flex;flex-direction:column;gap:5px;align-items:flex-start;justify-content:center;width:100%;min-width:0;overflow:hidden}.module-iteration__object-name,.module-iteration__prompt{width:100%;min-width:0;margin:0;color:var(--bp-color-text-inverse);font-size:var(--bp-font-size-md);line-height:normal;overflow-wrap:anywhere}.module-iteration__object-name{font-weight:var(--bp-font-weight-medium)}.module-iteration__prompt{font-weight:var(--bp-font-weight-regular);opacity:.5}.module-iteration__image-frame{width:100%;aspect-ratio:3024 / 1440;border-radius:var(--bp-radius-xs);overflow:hidden;background:var(--bp-color-surface-media);box-shadow:var(--bp-shadow-module-image)}.module-iteration__image{display:block;width:100%;height:100%;border-radius:var(--bp-radius-xs);object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.module-iteration__image-frame--empty{display:grid;place-items:center}.module-iteration__fallback{display:grid;place-items:center;width:100%;height:100%;min-height:180px;padding:32px;border-radius:var(--bp-radius-xs);color:var(--bp-color-text-inverse-muted);font-size:var(--bp-font-size-md);line-height:1.3;text-align:center}.module-original__link{display:block;color:inherit;text-decoration:none;pointer-events:auto}.module-original{width:600px;max-width:100%;display:flex;flex-direction:column;gap:20px;align-items:stretch;padding:10px;border-radius:var(--bp-radius-xs);background:var(--bp-color-module-surface-dark);color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);overflow:hidden}.module-original__info{display:flex;flex-direction:column;gap:5px;align-items:flex-start;justify-content:center;width:100%;min-width:0;overflow:hidden}.module-original__file-name,.module-original__project-name{width:100%;min-width:0;margin:0;color:var(--bp-color-text-inverse);font-size:var(--bp-font-size-md);line-height:normal;overflow-wrap:anywhere}.module-original__file-name{font-weight:var(--bp-font-weight-medium)}.module-original__project-name{font-weight:var(--bp-font-weight-regular);opacity:.5}.module-original__image-frame{width:100%;aspect-ratio:3024 / 1440;border-radius:var(--bp-radius-xs);overflow:hidden;background:var(--bp-color-surface-media);box-shadow:var(--bp-shadow-module-image)}.module-original__image{display:block;width:100%;height:100%;border-radius:var(--bp-radius-xs);object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.module-original__image-frame--empty{display:grid;place-items:center}.module-original__fallback{display:grid;place-items:center;width:100%;height:100%;min-height:180px;padding:32px;border-radius:var(--bp-radius-xs);color:var(--bp-color-text-inverse-muted);font-size:var(--bp-font-size-md);line-height:1.3;text-align:center}.storyboard-page{position:fixed;inset:0;width:100vw;height:100dvh;overflow:hidden;padding:30px;background:var(--bp-color-surface);color:var(--bp-color-ui-black);font-family:var(--bp-font-family-ui);touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none;isolation:isolate}.storyboard-page__canvas-layer,.storyboard-page__modules-layer,.storyboard-page__navigation-layer{position:absolute;inset:0}.storyboard-page__canvas-layer{z-index:var(--bp-z-storyboard-canvas);overflow:hidden;pointer-events:none}.storyboard-page__canvas-grid{--storyboard-grid-dot-size: 2px;--storyboard-grid-spacing: 24px;position:absolute;inset:calc(var(--storyboard-grid-spacing) * -1);background-image:radial-gradient(circle,rgb(var(--bp-color-ui-black-rgb) / 20%) 0 calc(var(--storyboard-grid-dot-size) / 2),transparent calc(var(--storyboard-grid-dot-size) / 2));background-size:var(--storyboard-grid-spacing) var(--storyboard-grid-spacing);background-repeat:repeat;pointer-events:none;transform:translateZ(0);will-change:transform}.storyboard-page__modules-layer{z-index:var(--bp-z-storyboard-modules);pointer-events:none}.storyboard-page__world{position:absolute;top:100px;left:50px;width:max-content;transform:translateZ(0);will-change:transform}.storyboard-page__columns{display:flex;align-items:flex-start;gap:100px}.storyboard-page__source-column{width:600px;max-width:600px;display:flex;flex-direction:column;align-items:stretch;gap:30px}.storyboard-page__objects-column{width:max-content;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.storyboard-page__column-label{margin:0;color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-medium);line-height:1;letter-spacing:0}.storyboard-page__object-rows{display:flex;flex-direction:column;align-items:flex-start;gap:100px}.storyboard-page__object-row{display:flex;align-items:flex-start;gap:50px}.storyboard-page__navigation-layer{z-index:var(--bp-z-storyboard-navigation);pointer-events:none}.storyboard-page__top-navigation{position:absolute;top:30px;left:30px;display:flex;align-items:center;justify-content:flex-start;font-family:var(--bp-font-family-ui);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-semibold);line-height:18px;color:var(--bp-color-ui-black);white-space:nowrap;letter-spacing:0;pointer-events:auto}.storyboard-page__project-title{display:flex;align-items:center;justify-content:flex-start;gap:4px}.storyboard-page__back-link{display:grid;place-items:center;color:inherit;text-decoration:none;line-height:1}.storyboard-page__title{margin:0;font:inherit}@font-face{font-family:Pretendard Variable;src:url(/assets/PretendardVariable-CJuje-Rk.woff2) format("woff2");font-weight:45 920;font-style:normal;font-display:swap}:root{--bp-font-family-sans: "Pretendard Variable", Pretendard, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bp-font-family-ui: "Pretendard Variable", Pretendard, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bp-font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, ui-monospace, monospace;--bp-font-size-2xs: 12px;--bp-font-size-xs: 13px;--bp-font-size-sm: 14px;--bp-font-size-md: 15px;--bp-font-size-lg: 17px;--bp-font-size-brand: 18px;--bp-font-size-hero: 52px;--bp-font-size-hero-mobile: 36px;--bp-font-weight-regular: 400;--bp-font-weight-medium: 500;--bp-font-weight-semibold: 600;--bp-font-weight-bold: 700;--bp-text-regular: var(--bp-font-weight-regular) var(--bp-font-size-lg) / 1 var(--bp-font-family-ui);--bp-text-regular-medium: var(--bp-font-weight-medium) var(--bp-font-size-lg) / 1.2 var(--bp-font-family-ui);--bp-text-regular-small: var(--bp-font-weight-regular) var(--bp-font-size-2xs) / 1.2 var(--bp-font-family-ui);--bp-color-b-red: #DC1D1D;--bp-color-ui-black: #181818;--bp-color-ui-black-rgb: 24 24 24;--bp-color-focus-page: #262626;--bp-color-focus-control: #282828;--bp-color-page: #f5f7f8;--bp-color-ui-bg-white: #f5f3f1;--bp-color-surface: #ffffff;--bp-color-surface-subtle: #f5f5f5;--bp-color-surface-muted: #e5e5e5;--bp-color-module-surface: #f8f9fc;--bp-color-module-surface-dark: #262626;--bp-color-surface-media: #d1d1d1;--bp-color-surface-inverse: #202020;--bp-color-surface-queue: #595858;--bp-color-text: #162123;--bp-color-text-strong: #202020;--bp-color-text-muted: #526260;--bp-color-text-inverse: #ffffff;--bp-color-text-inverse-muted: rgb(255 255 255 / 50%);--bp-color-text-soft-inverse: #f5f5f5;--bp-color-text-soft-inverse-muted: rgb(245 245 245 / 50%);--bp-color-border: #d9e0df;--bp-color-border-subtle: #edf1f1;--bp-color-focus: #8fc7ff;--bp-color-control-muted: rgb(32 32 32 / 50%);--bp-color-control-ring: rgb(32 32 32 / 18%);--bp-color-control-border-muted: rgb(32 32 32 / 22%);--bp-color-control-text-muted: rgb(32 32 32 / 60%);--bp-color-ui-stroke: #a8a8a8;--bp-radius-xs: 5px;--bp-radius-sm: 6px;--bp-radius-md: 8px;--bp-radius-lg: 10px;--bp-radius-input: 20px;--bp-radius-chat-bubble: 20px;--bp-radius-chat-input: 30px;--bp-radius-panel: 23px;--bp-radius-pill: 50px;--bp-shadow-panel: 0 16px 48px rgb(22 33 35 / 8%);--bp-shadow-control: 0 2px 20px rgb(0 0 0 / 15%);--bp-shadow-module-image: 0 2px 20px rgb(0 0 0 / 25%);--bp-shadow-chat-bubble: 0 2px 10px rgb(0 0 0 / 25%);--bp-shadow-floating: 0 2px 40px rgb(0 0 0 / 15%);--bp-motion-input-panel-duration: .22s;--bp-motion-input-panel-ease: cubic-bezier(.22, 1, .36, 1);--bp-z-storyboard-canvas: 0;--bp-z-storyboard-modules: 100;--bp-z-storyboard-navigation: 300}:root{color-scheme:light;font-family:var(--bp-font-family-sans);background:var(--bp-color-page);color:var(--bp-color-text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.app-header{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px;border-bottom:1px solid var(--bp-color-border);background:var(--bp-color-surface)}.brand{font-size:var(--bp-font-size-brand);font-weight:var(--bp-font-weight-bold);line-height:1;text-decoration:none}.app-nav{display:flex;align-items:center;gap:16px;font-size:var(--bp-font-size-sm);font-weight:var(--bp-font-weight-semibold);color:var(--bp-color-text-muted)}.app-nav a{text-decoration:none}.app-main{display:grid;align-items:center;padding:48px 24px}.placeholder-panel{width:min(720px,100%);margin:0 auto;padding:32px;border:1px solid var(--bp-color-border);border-radius:var(--bp-radius-md);background:var(--bp-color-surface);box-shadow:var(--bp-shadow-panel)}.eyebrow{margin:0 0 12px;color:var(--bp-color-text-muted);font-size:var(--bp-font-size-xs);font-weight:var(--bp-font-weight-bold);letter-spacing:0;text-transform:uppercase}h1{margin:0;max-width:640px;font-size:var(--bp-font-size-hero);line-height:1;letter-spacing:0}.placeholder-copy{max-width:560px;margin:18px 0 0;color:var(--bp-color-text-muted);font-size:var(--bp-font-size-lg);line-height:1.55}.config-list{display:grid;gap:12px;margin:28px 0 0}.config-list div{display:grid;grid-template-columns:minmax(96px,140px) minmax(0,1fr);gap:16px;align-items:center;padding:14px 0;border-top:1px solid var(--bp-color-border-subtle)}.config-list dt{color:var(--bp-color-text-muted);font-size:var(--bp-font-size-xs);font-weight:var(--bp-font-weight-bold)}.config-list dd{min-width:0;margin:0;overflow-wrap:anywhere;font-family:var(--bp-font-family-mono);font-size:var(--bp-font-size-sm)}.button-link{display:inline-flex;align-items:center;min-height:40px;margin-top:24px;padding:0 16px;border-radius:var(--bp-radius-sm);background:var(--bp-color-text);color:var(--bp-color-text-inverse);font-size:var(--bp-font-size-sm);font-weight:var(--bp-font-weight-bold);text-decoration:none}@media(max-width:640px){.app-header{height:auto;min-height:56px;padding:0 20px}.app-main{align-items:start;padding:28px 16px}.placeholder-panel{padding:24px}h1{font-size:var(--bp-font-size-hero-mobile)}.config-list div{grid-template-columns:1fr;gap:6px}}
