.chat-input{display:flex;gap:10px;align-items:center;width:100%;min-width:0;padding:5px 5px 5px 25px;border-radius:var(--bp-radius-chat-input);background:var(--bp-color-surface);overflow:hidden}.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__textarea::placeholder{color:var(--bp-color-focus-control);opacity:.5}.chat-input__submit{display:grid;place-items:center;flex:0 0 auto;width:50px;min-height:48px;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;gap:40px;align-items:center;width:100%;min-width:0;font-family:var(--bp-font-family-ui)}.chat-stamp__timestamp{display:flex;gap:6px;align-items:center;flex:0 0 auto;overflow:hidden;color:var(--bp-color-text-inverse);font-size:var(--bp-font-size-2xs);font-weight:var(--bp-font-weight-regular);line-height:1;white-space:nowrap}.chat-stamp__time{color:inherit}.chat-stamp__undo{display:grid;place-items:center;width:15px;height:15px;padding:0;border:0;color:var(--bp-color-text-inverse);background:transparent;cursor:pointer}.chat-stamp__undo:disabled{cursor:default;opacity:.5}.chat-stamp__bubble{flex:1 1 0;min-width:0;padding:15px 20px;border-radius:var(--bp-radius-chat-bubble);background:var(--bp-color-surface);box-shadow:var(--bp-shadow-chat-bubble);color:var(--bp-color-text-strong);overflow-wrap:anywhere}.chat-stamp__object-name,.chat-stamp__prompt{margin:0;font-size:var(--bp-font-size-md);line-height:normal;letter-spacing:0}.chat-stamp__object-name{color:var(--bp-color-b-red);font-weight:var(--bp-font-weight-medium)}.chat-stamp__prompt{margin-top:18px;font-weight:var(--bp-font-weight-regular);white-space:pre-wrap}.focus-image-stage{display:flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;min-height:0;height:100%}.focus-image-stage__frame{position:relative;width:100%;max-width:100%;max-height:100%;border-radius:var(--bp-radius-xs);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:#dc1d1d66;border:1px solid var(--bp-color-b-red);pointer-events:none}.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{position:fixed;inset:0;display:flex;flex-direction:column;gap:80px;width:100vw;height:100dvh;padding:50px;background:var(--bp-color-focus-page);color:var(--bp-color-text-inverse);font-family:var(--bp-font-family-ui);overflow:hidden}.focus-page__top{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:18px;color:var(--bp-color-text-inverse);font:var(--bp-text-regular-medium);white-space:nowrap}.focus-page__back-link{color:inherit;text-decoration:none;line-height:1}.focus-page__title{margin:0;font:inherit}.focus-page__brand{position:absolute;top:0;right:0;margin:0;font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-semibold);line-height:1;letter-spacing:0}.focus-page__body{display:flex;flex:1 1 0;gap:50px;align-items:center;width:100%;min-height:0;overflow:hidden}.focus-page__chat{display:flex;flex:0 0 488px;flex-direction:column;gap:10px;align-items:stretch;width:488px;height:100%;min-height:0;overflow:hidden}.focus-page__history{display:flex;flex-direction:column;gap:10px;min-height:0;overflow-y:auto}.focus-page__chat-spacer{flex:1 1 0;min-height:24px}.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-page{width:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;gap:80px;padding:50px;background:var(--bp-color-surface);color:var(--bp-color-text-strong);font-family:var(--bp-font-family-ui)}.home-page__top{position:relative;width:100%;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;font-size:var(--bp-font-size-md);line-height:1;letter-spacing:0}.home-page__start,.home-page__brand,.home-page__status{margin:0}.home-page__start{position:absolute;left:50%;transform:translate(-50%);min-width:0;color:var(--bp-color-text-strong);font-weight:var(--bp-font-weight-medium);text-align:center;white-space:nowrap}.home-page__brand{flex:0 0 auto;color:var(--bp-color-b-red);font-weight:var(--bp-font-weight-semibold);white-space:nowrap}.home-page__body{width:min(1020px,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__body{align-items:center}.home-page__project-grid{grid-template-columns:repeat(3,240px)}}@media(max-width:840px){.home-page{padding:32px 24px;gap:56px}.home-page__project-grid{grid-template-columns:repeat(2,240px)}}@media(max-width:580px){.home-page{padding:24px 16px;gap:40px}.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;background:var(--bp-color-surface);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);pointer-events:none}.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:50px;left:0;right:0;display:flex;align-items:center;justify-content:center;font:var(--bp-text-regular-medium);color:var(--bp-color-text-strong);white-space:nowrap;letter-spacing:0;pointer-events:auto}.storyboard-page__project-title{display:flex;align-items:center;justify-content:center;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}.storyboard-page__brand{position:absolute;top:0;right:50px;margin:0;color:var(--bp-color-text-strong);font-size:var(--bp-font-size-md);font-weight:var(--bp-font-weight-semibold);line-height:1;letter-spacing:0}@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-color-b-red: #DC1D1D;--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}}
