@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,Arial,sans-serif;color:#18211f;background:#eef2ef;font-synthesis:none;--ink: #18211f;--muted: #6f7975;--paper: #eef2ef;--surface: #fff;--line: #d7ded9;--teal: #17766b;--teal-dark: #105e56;--dark: #182122;--radius: 7px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper)}button,textarea,input{font:inherit}button{color:inherit}button:focus-visible,textarea:focus-visible,input:focus-visible{outline:2px solid rgba(23,118,107,.35);outline-offset:2px}.app-shell{min-height:100vh}.app-header{width:min(1040px,calc(100% - 36px));height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.wordmark{justify-self:start;border:0;background:transparent;font-size:19px;font-weight:800;letter-spacing:-.055em;cursor:pointer;padding:4px 0}.header-link{justify-self:end;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#53605c;cursor:pointer;font-size:10px;font-weight:600}.editor-page{width:min(1040px,calc(100% - 36px));margin:0 auto;padding-bottom:52px}.workspace{display:grid;grid-template-columns:310px minmax(0,1fr);gap:12px;align-items:start}.product-section,.selection-panel,.results-page{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 25px #23373009}.product-section{padding:10px}.selection-panel{padding:12px}.section-heading,.option-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading h2,.option-heading h2{margin:0;font-size:11px;letter-spacing:-.02em;font-weight:750}.optional,.option-heading span{color:#8a938f;font-size:8px}.dropzone{position:relative;height:280px;margin:8px 0 11px;overflow:hidden;border:1px dashed #bfc9c2;border-radius:5px;background:#f5f7f5;transition:border-color .2s,background .2s}.dropzone.dragging{border-color:var(--teal);background:#eef9f6}.dropzone img{width:100%;height:100%;display:block;object-fit:contain;padding:7px;background:#f4f6f4}.dropzone-empty{width:100%;height:100%;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;gap:6px}.dropzone-empty strong{font-size:11px}.dropzone-empty span,.dropzone-empty small{color:var(--muted);font-size:8px}.upload-mark{width:42px;height:42px;display:grid;place-items:center;margin-bottom:4px;border-radius:50%;background:#e1efeb;color:var(--teal)!important}.remove-image{position:absolute;top:8px;right:8px;width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.replace-image{position:absolute;right:8px;bottom:8px;display:flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid var(--line);border-radius:5px;background:#fffffff2;font-size:8px;cursor:pointer}.replace-image svg{width:12px}.field-label{display:block;margin:0 0 5px;font-size:9px;font-weight:650}textarea{width:100%;min-height:107px;resize:vertical;padding:9px;border:1px solid #cfd7d1;border-radius:5px;background:#fff;color:var(--ink);font-size:9px;line-height:1.45}textarea::placeholder{color:#99a19e}.field-meta{display:flex;justify-content:space-between;margin-top:4px;color:#9ba39f;font-size:7px}.analyze-button,.create-button{width:100%;border:0;border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700;cursor:pointer}.analyze-button{height:34px;margin-top:8px;background:var(--teal);font-size:9px}.analyze-button:hover{background:var(--teal-dark)}.analyze-button:disabled,.create-button:disabled{opacity:.42;cursor:not-allowed}.analysis-ready{display:flex;align-items:center;gap:7px;margin-top:7px;padding:7px 8px;border:1px solid #cfe1db;border-radius:4px;background:#f1f8f6}.ready-check{width:17px;height:17px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--teal);border-radius:50%;color:var(--teal);font-size:9px}.analysis-ready div{display:flex;flex-direction:column;gap:1px}.analysis-ready strong{font-size:8px}.analysis-ready span:last-child{color:#64746f;font-size:7px}.analysis-ready.has-warning{border-color:#e4d3a8;background:#fff9ec}.selection-content{display:flex;flex-direction:column;gap:11px}.analysis-summary,.empty-summary{display:grid;grid-template-columns:1.15fr .85fr;gap:15px;min-height:91px;padding:10px;border:1px solid var(--line);border-radius:5px;background:#f8faf8}.analysis-summary>div>span,.empty-summary>span,.results-intro>div>span{color:var(--teal);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.analysis-summary h2,.empty-summary h2{margin:4px 0 3px;font-size:17px;line-height:1.04;letter-spacing:-.04em}.analysis-summary p,.empty-summary p{margin:0;color:var(--muted);font-size:10px;line-height:1.45}.analysis-summary ul{list-style:none;margin:0;padding:0 0 0 12px;border-left:1px solid #cbd4ce;display:flex;flex-direction:column;justify-content:space-around}.analysis-summary li{position:relative;padding-left:9px;color:#53605c;font-size:10px;line-height:1.3}.analysis-summary li:before{content:"";position:absolute;left:0;top:.45em;width:3px;height:3px;border-radius:50%;background:var(--teal)}.option-heading{margin-bottom:5px}.style-grid,.benefit-grid,.empty-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.style-option,.benefit-option{position:relative;min-height:88px;padding:11px 32px 10px 11px;border:1px solid #b9c9c3;border-radius:4px;background:#f5faf8;box-shadow:0 1px 3px #1b493f0f;cursor:pointer;text-align:left;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s}.style-option:hover,.benefit-option:hover{border-color:var(--teal);background:#edf7f4;transform:translateY(-1px);box-shadow:0 4px 10px #1b493f1a}.style-option.selected,.benefit-option.selected{border:2px solid var(--teal);background:#e5f3ef;box-shadow:inset 0 0 0 1px #ffffffbf,0 3px 9px #17766b21}.option-copy{display:block}.option-copy strong,.benefit-option>strong{display:block;padding-right:4px;font-size:12px;line-height:1.25}.option-copy small,.benefit-option small{display:block;margin-top:6px;color:var(--muted);font-size:10px;line-height:1.4}.style-palette{display:flex;flex-wrap:wrap;gap:5px 8px;margin-top:8px}.palette-color{display:inline-flex;align-items:center;gap:4px;color:#66716d;font:8px/1.1 ui-monospace,SFMono-Regular,Consolas,monospace}.palette-color i{width:10px;height:10px;border:1px solid rgba(31,46,42,.22);border-radius:50%;box-shadow:inset 0 0 0 1px #ffffff59}.select-dot{position:absolute;top:8px;right:8px;width:12px;height:12px;display:grid;place-items:center;border:1px solid var(--teal);border-radius:50%;color:#fff;background:#fff;font-size:7px}.selected .select-dot{background:var(--teal)}.create-button{height:36px;margin-top:11px;background:var(--dark);font-size:9px}.create-button:hover:not(:disabled){background:#263332}.create-button svg{width:13px}.selection-empty{display:flex;flex-direction:column;gap:11px}.empty-summary{display:block}.empty-summary h2{color:#56615e}.empty-options{opacity:.62}.empty-grid span{height:69px;border:1px solid var(--line);border-radius:4px;background:linear-gradient(100deg,#f5f7f5 20%,#fafbfa,#f5f7f5 70%);background-size:220% 100%;animation:shimmer 1.5s infinite}.selection-skeleton{display:flex;flex-direction:column;gap:10px}.skeleton-title{width:42%;height:14px;border-radius:3px;background:#edf1ee;animation:pulse 1.2s infinite}.skeleton-title.short{width:31%}.skeleton-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.skeleton-grid div{height:69px;border-radius:4px;background:#edf1ee;animation:pulse 1.2s infinite}@keyframes pulse{50%{opacity:.45}}@keyframes shimmer{to{background-position:-220% 0}}.results-page{margin-top:12px;padding:12px}.results-intro{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:9px}.results-intro h2{margin:2px 0 0;font-size:20px;line-height:1;letter-spacing:-.045em}.results-intro p{margin:4px 0 0;color:var(--muted);font-size:8px}.download-all,.again-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:4px;background:#fff;cursor:pointer;font-size:8px;font-weight:650}.download-all{padding:7px 10px}.download-all:disabled,.result-card button:disabled,.modal-action:disabled{opacity:.45;cursor:not-allowed}.generation-progress{width:100%;height:3px;margin:0 0 10px;overflow:hidden;border-radius:99px;background:#e7ece9}.generation-progress>span{display:block;height:100%;border-radius:inherit;background:var(--teal);transition:width .45s ease}.result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.result-card{position:relative;overflow:hidden;margin:0;border:1px solid var(--line);border-radius:4px;background:#fff}.result-card.is-generating{border-color:#17766b8c;box-shadow:0 0 0 2px #17766b14}.result-image-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.result-card img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;background:#f2f4f2;transition:transform .25s ease}.result-image-button:hover img{transform:scale(1.025)}.result-placeholder{width:100%;aspect-ratio:3/4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px;color:#86918d;background:linear-gradient(125deg,#f2f5f3,#f8faf8,#edf3f0);text-align:center}.result-placeholder>svg{width:25px;opacity:.45}.result-placeholder strong{color:#52605b;font-size:9px}.result-placeholder span:not(.card-spinner){font-size:8px}.result-placeholder small{color:#a84a3c;font-size:7px;line-height:1.3}.card-spinner{width:22px;height:22px;border:2px solid rgba(23,118,107,.2);border-top-color:var(--teal);border-radius:50%;animation:spin .75s linear infinite}.card-progress-overlay{position:absolute;inset:0 0 42px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#fff;background:#0b1a1794;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:9px}.card-progress-overlay .card-spinner{border-color:#ffffff4d;border-top-color:#fff}.result-card footer{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:4px;padding:5px 5px 5px 8px;font-size:7px}.result-card footer b{font-size:8px}.card-actions{display:flex;gap:3px}.result-card footer button{display:flex;align-items:center;gap:3px;padding:4px 5px;border:1px solid var(--line);border-radius:3px;background:#fff;cursor:pointer;font-size:7px}.result-card footer .regenerate-card{color:var(--teal-dark);border-color:#c7ddd7;background:#f1f8f6}.result-card footer svg{width:10px}.again-button{margin:10px auto 0;padding:7px 10px}.card-modal-backdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:20px;background:#091210c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card-modal{position:relative;width:min(520px,calc(100vw - 40px));height:min(760px,calc(100vh - 40px));display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 28px 90px #00000061}.card-modal>img{display:block;width:100%;height:100%;min-height:0;object-fit:contain;background:#edf1ee}.card-modal-close{position:absolute;z-index:2;top:10px;right:10px;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:#121d1bc7;color:#fff;cursor:pointer}.card-modal-close svg,.card-modal-arrow svg{width:17px}.card-modal-arrow{position:absolute;z-index:2;top:46%;width:34px;height:46px;display:grid;place-items:center;border:0;background:#121d1bb8;color:#fff;cursor:pointer}.card-modal-arrow.previous{left:0;border-radius:0 5px 5px 0}.card-modal-arrow.next{right:0;border-radius:5px 0 0 5px}.card-modal-footer{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px}.card-modal-footer div{display:flex;min-width:0;flex-direction:column;gap:3px}.card-modal-footer strong{font-size:11px}.card-modal-footer span{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.card-modal-footer button{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border:0;border-radius:4px;background:var(--teal);color:#fff;cursor:pointer;font-size:8px;font-weight:700}.error-banner,.mode-banner{margin:0 0 9px;padding:8px 10px;display:flex;align-items:center;gap:8px;border-radius:5px;font-size:9px}.error-banner{border:1px solid #ebc7be;background:#fff4f1;color:#963d2e}.mode-banner{border:1px solid #cbded8;background:#f0f8f5;color:#2f665e}.error-banner button,.mode-banner button{margin-left:auto;border:0;background:transparent;cursor:pointer;font-size:8px;font-weight:700}.spinner{width:13px;height:13px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:#141d1b6b}.settings-modal{position:relative;width:min(430px,100%);padding:27px;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0003}.settings-modal h2{margin:0;font-size:22px;letter-spacing:-.04em}.settings-title{display:flex;align-items:flex-start;gap:11px;margin-bottom:18px;padding-right:24px}.settings-title>svg{width:20px;margin-top:3px;color:var(--teal)}.settings-title p{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.provider-note{margin:-5px 0 14px;padding:8px 9px;border-radius:4px;background:#f0f8f5;color:#46625c;font-size:8px;line-height:1.45}.settings-modal code{padding:2px 4px;border-radius:3px;background:#edf1ee;font-size:9px}.modal-close{position:absolute;top:14px;right:14px;width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.modal-close svg{width:15px}.provider-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #e8ece9}.provider-row div{display:flex;flex-direction:column;gap:2px}.provider-row strong{font-size:10px}.provider-row span:last-child{color:var(--muted);font-size:8px}.provider-dot{width:9px;height:9px;border-radius:50%}.provider-dot.openrouter{background:#111}.provider-dot.runware{background:var(--teal)}.api-key-field{display:flex;flex-direction:column;gap:6px;margin:12px 0}.api-key-field span{color:#4e5b57;font-size:9px;font-weight:700}.api-key-field .api-key-label{display:flex;align-items:center;justify-content:space-between;gap:12px}.api-key-field .key-status{display:inline-flex;align-items:center;gap:4px;color:#8a5c52;font-size:8px;font-weight:600;white-space:nowrap}.api-key-field .key-status.configured{color:var(--teal)}.api-key-field .key-status svg{width:12px;height:12px}.api-key-field input{width:100%;height:39px;padding:0 10px;border:1px solid #cfd7d1;border-radius:4px;color:var(--ink);background:#fbfcfb;font-size:10px}.api-key-field input::placeholder{color:#a4aca8}.settings-message{margin:11px 0 2px;padding:8px 9px;border-radius:4px;color:#35665f;background:#edf7f4;font-size:8px;line-height:1.45}.modal-action{width:100%;height:36px;margin-top:10px;border:0;border-radius:4px;background:var(--dark);color:#fff;cursor:pointer;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px}@media(max-width:760px){.app-header{width:calc(100% - 28px);height:58px}.wordmark{max-width:220px;font-size:15px}.header-link{width:28px;height:28px;justify-content:center;font-size:0}.editor-page{width:calc(100% - 24px);padding-bottom:30px}.workspace{display:block}.product-section{margin-bottom:9px}.selection-panel{padding:10px}.dropzone{height:310px}textarea{min-height:115px}.analysis-summary,.empty-summary{grid-template-columns:1fr}.analysis-summary ul{margin-top:4px;padding:7px 0 0;border-left:0;border-top:1px solid var(--line);gap:5px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.results-intro{align-items:center}}@media(max-width:420px){.wordmark{max-width:230px;font-size:14px}.dropzone{height:280px}.style-grid,.benefit-grid,.empty-grid{grid-template-columns:1fr}.style-option,.benefit-option,.empty-grid span{min-height:63px}.result-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
