:root{color-scheme:light dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1f2933;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}html{scroll-behavior:smooth}button{font:inherit}.app-shell{max-width:1080px;width:min(100%,1080px);margin:0 auto;padding:32px 24px 96px}.home-shell{display:flex;flex-direction:column;gap:24px}.app-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;margin-bottom:16px}.app-header__headline{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.app-header__logo{width:68px;height:68px;border-radius:20px;box-shadow:0 8px 24px -12px #2563ebbf}.app-header__title{font-size:2.25rem;font-weight:700;margin:0;letter-spacing:.01em;color:#0f172a}.app-header__back{align-self:flex-start;margin-top:12px}.app-header--with-nav{--app-header-home-size: 40px;--app-header-home-icon-size: 20px;align-items:center;text-align:center;gap:12px;width:100%}.app-header--with-nav .app-header__headline{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.app-header--with-nav .app-header__title{text-align:center;flex:1 1 auto}.app-header--with-nav .app-header__home,.app-header--with-nav .app-header__action{flex:0 0 var(--app-header-home-size);min-width:var(--app-header-home-size)}.app-header__home{display:inline-flex;align-items:center;justify-content:center;width:var(--app-header-home-size);height:var(--app-header-home-size);padding:0;border-radius:14px}.app-header__home-icon{display:block;flex-shrink:0;width:var(--app-header-home-icon-size);height:var(--app-header-home-icon-size)}.app-header__action{display:flex;justify-content:flex-end}.app-header__share{width:var(--app-header-home-size);height:var(--app-header-home-size);padding:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center}.app-header__share-icon{display:block;flex-shrink:0;width:var(--app-header-home-icon-size);height:var(--app-header-home-icon-size)}@media (min-width: 768px){.app-header--with-nav{--app-header-home-size: 56px;--app-header-home-icon-size: 32px}.app-header__home,.app-header__share{border-radius:18px}}.home-subtitle{margin:0;color:#475569;font-size:1.05rem;line-height:1.7}.home-feature-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.home-feature-card{background:linear-gradient(135deg,#3b82f614,#2dd4bf14);border-radius:20px;padding:24px;box-shadow:inset 0 0 0 1px #94a3b840;display:flex;flex-direction:column;gap:12px}.home-feature-card h2{margin:0;font-size:1.35rem}.home-feature-card p{margin:0;color:#475569;line-height:1.6}.home-feature-card .button{margin-top:auto;align-self:flex-start}.telephoto-shell{display:flex;flex-direction:column;gap:24px}.telephoto-header{align-items:center;text-align:center;gap:12px;padding-top:calc(env(safe-area-inset-top,0px) + 24px)}.telephoto-header__headline{width:100%}.telephoto-header__subtitle{margin:0;color:#475569;font-size:1rem;line-height:1.6}.telephoto-card{display:flex;flex-direction:column;gap:16px}.telephoto-upload-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.telephoto-upload h3{margin-top:0;margin-bottom:12px;font-size:1.1rem}.upload-dropzone{border:2px dashed rgba(37,99,235,.3);border-radius:16px;padding:32px 16px;display:flex;align-items:center;justify-content:center;color:#1d4ed8;font-weight:600;cursor:pointer;background:#2563eb0d;transition:background .2s ease,border-color .2s ease;position:relative}.upload-dropzone:hover,.upload-dropzone:focus-within{background:#2563eb1f;border-color:#2563eb99}.upload-dropzone input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer}.telephoto-preview{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(148,163,184,.3);box-shadow:0 16px 40px -28px #0f172a66}.telephoto-preview img{display:block;width:100%;height:auto}.telephoto-preview__actions{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px}.telephoto-focus-options{display:flex;flex-wrap:wrap;gap:12px}.telephoto-focus-option{position:relative;border-radius:16px;padding:16px 18px;background:#3b82f614;color:#1e3a8a;cursor:pointer;flex:1 1 220px;box-shadow:inset 0 0 0 1px #2563eb4d;transition:transform .2s ease,box-shadow .2s ease}.telephoto-focus-option input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0}.telephoto-focus-option__label{display:block;font-weight:700;font-size:1.05rem;margin-bottom:6px}.telephoto-focus-option__description{display:block;color:#475569;line-height:1.5}.telephoto-focus-option--active{background:linear-gradient(135deg,#2563eb26,#3b82f626);box-shadow:inset 0 0 0 2px #2563eb8c,0 10px 24px -20px #2563eba6;transform:translateY(-2px)}.avatar-shell{display:flex;flex-direction:column;gap:24px}.avatar-header{align-items:center;text-align:center;gap:12px;padding-top:calc(env(safe-area-inset-top,0px) + 24px)}.avatar-header__headline{width:100%}.avatar-header__subtitle{margin:0;color:#475569;font-size:1rem;line-height:1.6}.avatar-card{display:flex;flex-direction:column;gap:16px}.avatar-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.avatar-card__header h2{margin:0 0 6px}.avatar-card__header p{margin:0;color:#475569}.avatar-upload{display:flex;flex-direction:column;gap:16px}.avatar-upload__dropzone{position:relative;border:2px dashed rgba(168,85,247,.4);border-radius:20px;padding:32px 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#3b82f60d,#ec489914);color:#1e1b4b;font-weight:600;cursor:pointer;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;overflow:hidden}.avatar-upload__dropzone:hover,.avatar-upload__dropzone:focus-within{background:linear-gradient(145deg,#3b82f61f,#ec48991f);border-color:#3b82f699;box-shadow:0 20px 45px -30px #0e749059}.avatar-upload__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.avatar-upload__placeholder{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.avatar-upload__icon{font-size:2.5rem}.avatar-upload__tips{margin:0;color:#6b7280;font-size:.9rem}.avatar-preview{position:relative;width:min(360px,100%);border-radius:20px;overflow:hidden;box-shadow:0 24px 60px -38px #6d28d9a6;border:1px solid rgba(148,163,184,.25)}.avatar-preview img{display:block;width:100%;height:auto}.avatar-preview__hint{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#0f172aa6;color:#fff;padding:6px 12px;border-radius:999px;font-size:.85rem}.avatar-settings{display:flex;flex-direction:column;gap:16px}.avatar-settings__field{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-weight:600;color:#312e81}.avatar-settings__field select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(99,102,241,.4);background:#4f46e50d;color:#312e81;font-weight:500}.avatar-settings__hint{margin:0;color:#475569;font-size:.95rem;line-height:1.6}.app-header__mode-toggle{margin-left:auto}.workflow-progress{position:sticky;top:calc(env(safe-area-inset-top,0px) + 16px);z-index:700;border:1px solid rgba(148,163,184,.3);border-radius:16px;padding:16px 20px 20px;background:#fffffff2;box-shadow:0 12px 40px -24px #0f172a59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:24px}.workflow-progress__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap}.workflow-progress__label{font-weight:700;color:#1f2937;font-size:1.05rem;flex:1;min-width:0}.workflow-progress__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;margin-left:auto;flex-shrink:0}.workflow-progress__bar{width:100%;height:8px;border-radius:999px;overflow:hidden;background-color:#e2e8f0;border:none;margin-top:12px}.workflow-progress__bar::-webkit-progress-bar{background-color:#e2e8f0;border-radius:999px}.workflow-progress__bar::-webkit-progress-value{background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:999px}.workflow-progress__bar::-moz-progress-bar{background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:999px}.workflow-progress__steps{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:12px}.workflow-progress__step{padding:6px 12px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.85rem;font-weight:600;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.workflow-progress__step--active{background:#2563eb26;color:#1d4ed8;box-shadow:inset 0 0 0 1px #2563eb59}.workflow-progress__step--done{background:#10b98126;color:#047857}.app-shell--card-mode .card{margin-bottom:0}.view-mode-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;color:#1d4ed8;position:relative;padding:6px 10px;border-radius:999px;background:#2563eb14}.view-mode-switch__text{font-size:.9rem;color:#334155}.view-mode-switch input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;pointer-events:none}.view-mode-switch__indicator{width:38px;height:20px;border-radius:999px;background:#cbd5f5;display:inline-block;position:relative;transition:background .2s ease;box-shadow:inset 0 0 0 1px #2563eb1a}.view-mode-switch__indicator:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a33;transition:transform .2s ease}.view-mode-switch input:checked+.view-mode-switch__indicator{background:#2563eb}.view-mode-switch input:checked+.view-mode-switch__indicator:after{transform:translate(18px)}.workflow-section+.workflow-section{margin-top:16px}.card{background:#fff;border-radius:16px;box-shadow:0 24px 64px -32px #0f172a40;padding:24px;margin-bottom:24px;border:1px solid rgba(15,23,42,.05)}.card h2{margin-top:0;margin-bottom:12px;font-size:1.25rem}.card h3{margin-top:24px;margin-bottom:12px;font-size:1.1rem}.wallet-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;pointer-events:none}.wallet-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto}.wallet-modal__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;width:min(480px,calc(100vw - 32px));background:#fff;border-radius:24px;padding:32px 28px 28px;box-shadow:0 24px 60px #0f172a59;pointer-events:auto;transform:translateY(10px);animation:walletModalFade .35s ease}@media (max-width: 600px){.wallet-modal__content{padding:28px 22px 24px;border-radius:20px}}.wallet-modal__title{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a}.wallet-modal__description{margin:0;color:#475569;line-height:1.6}.wallet-modal__wallet{margin:0;font-size:.95rem;color:#1d4ed8}.wallet-modal__wallet code{font-family:Fira Code,SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#3b82f61f;padding:2px 6px;border-radius:8px}.wallet-modal__form{display:flex;flex-direction:column;gap:12px}.wallet-modal__label{font-size:.85rem;font-weight:600;color:#1f2937}.wallet-modal__input{width:100%;border-radius:14px;border:1px solid rgba(148,163,184,.6);padding:12px 16px;font-size:.95rem;color:#0f172a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.wallet-modal__input:focus{outline:none;border-color:#2563ebb3;box-shadow:0 0 0 4px #2563eb2e}.wallet-modal__submit{width:100%;justify-content:center;display:inline-flex;align-items:center;gap:8px}.wallet-modal__hint{margin:0;font-size:.82rem;color:#64748b}.wallet-modal__status{margin:0;font-size:.9rem;color:#0369a1;font-weight:600}.wallet-modal__status--error{color:#b91c1c}.wallet-modal__issuer{margin:0;font-size:.82rem;color:#475569}.wallet-modal__issuer span{font-weight:600}@keyframes walletModalFade{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(10px) scale(1)}}.section-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.button{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:12px 20px;cursor:pointer;font-weight:600;transition:background .2s ease,transform .1s ease}.button--compact{padding:8px 16px;border-radius:10px;font-size:.9rem}.button.secondary{background:#e2e8f0;color:#1e293b}.button:disabled{opacity:.6;cursor:not-allowed}.button:not(:disabled):hover{background:#1d4ed8}.upload-area{--upload-tile-min-size: 180px;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--upload-tile-min-size),1fr));column-gap:12px;row-gap:16px;margin:16px 0 12px;align-items:stretch}.upload-area input[type=file]{display:none}.upload-area__button,.photo-preview{aspect-ratio:1;width:100%}.upload-area__button{border-radius:16px;background:linear-gradient(135deg,#2563eb14,#0ea5e914);border:1px solid rgba(148,163,184,.35);display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;color:#1d4ed8}.upload-area__button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.upload-area__button:hover,.upload-area__button:focus-visible{transform:translateY(-1px);box-shadow:0 8px 16px #0f172a1f}.upload-area__icon{font-size:2.5rem;line-height:1}.upload-area__hint{margin:0 0 16px;color:#475569;font-size:.95rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.photo-preview{position:relative;margin:0;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#2563eb1f,#0ea5e91f);border:1px solid rgba(148,163,184,.35);display:flex;flex-direction:column}.photo-preview img{width:100%;height:100%;flex:1 1 auto;object-fit:cover}.photo-preview figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:4px;padding:10px 12px 14px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.photo-preview__name{font-weight:600;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-preview__meta{font-size:.75rem;color:#64748b}.photo-preview__remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:999px;background:#0f172a8c;color:#fff;border:none;cursor:pointer;display:grid;place-items:center;font-size:18px;line-height:1;transition:transform .15s ease,background .15s ease}.photo-preview__remove:hover{transform:scale(1.05);background:#0f172acc}.insight-list{display:grid;gap:12px;margin-top:16px;padding:0;list-style:none}.insight-item{border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;background:#f1f5f9;display:flex;flex-direction:column;gap:8px}.insight-item__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.insight-item__filename{font-weight:600;color:#1f2937;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insight-item__summary{margin:0;color:#1f2937;font-size:.9rem}.insight-item__summary--muted{color:#94a3b8}.insight-item__meta{display:flex;flex-wrap:wrap;gap:8px;color:#64748b;font-size:.85rem}.insight-item__meta span:before{content:"•";margin-right:6px;color:#64748b80}.insight-item__meta span:first-child:before{content:"";margin-right:0}.analyzer-select{display:flex;align-items:center;gap:12px;margin-top:12px}.analyzer-select label{font-weight:600;white-space:nowrap}.analyzer-select select{flex:1;border-radius:10px;border:1px solid #cbd5f5;padding:10px 12px;font-size:.95rem}.help-text{margin:4px 0 0;font-size:.85rem;color:#64748b}.section-hint{margin:0 0 12px;color:#475569;font-size:.95rem}.empty-hint{margin:12px 0 0;color:#94a3b8;font-size:.9rem}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#2563eb1f;color:#1d4ed8;font-weight:600;font-size:.8rem}.prompt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.prompt-card{border:1px solid #cbd5f5;border-radius:16px;padding:16px;background:#f8fbff;display:flex;flex-direction:column;gap:8px}.prompt-card.active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.prompt-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.prompt-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.prompt-card__footer .button{align-self:flex-end}.prompt-card__score{font-size:.85rem;color:#475569}.prompt-card__prompt{font-size:.95rem;color:#1f2937;line-height:1.5;white-space:pre-wrap}textarea{width:100%;min-height:96px;border-radius:12px;border:1px solid #cbd5f5;padding:12px;font-family:inherit;font-size:1rem;resize:vertical}textarea:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.template-editor{margin-top:24px;display:flex;flex-direction:column;gap:8px}.color-strip{display:flex;gap:8px;margin-top:8px}.color-chip{width:24px;height:24px;border-radius:8px;border:1px solid rgba(15,23,42,.1);box-shadow:inset 0 0 0 1px #fff9}.generated-grid-wrapper{margin-top:16px;display:flex;flex-direction:column;gap:12px}.generated-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.generated-grid__item{display:flex;flex-direction:column;gap:10px}.generated-grid__preview-trigger{border:none;padding:0;border-radius:16px;overflow:hidden;cursor:pointer;background:transparent;box-shadow:0 10px 30px -20px #0f172a99;transition:transform .2s ease,box-shadow .2s ease}.generated-grid__preview-trigger:hover,.generated-grid__preview-trigger:focus-visible{transform:translateY(-2px);box-shadow:0 14px 36px -18px #0f172aa6}.generated-grid img{width:100%;border-radius:16px;object-fit:cover;aspect-ratio:1 / 1;border:1px solid rgba(148,163,184,.4)}.generated-grid figcaption{margin:0;font-size:.85rem;color:#475569}.generated-grid__actions{display:flex;flex-wrap:wrap;gap:8px}.generated-grid--loading{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));justify-content:center;justify-items:center}.generated-grid__placeholder{border-radius:16px;aspect-ratio:1 / 1;background:linear-gradient(120deg,#e2e8f0,#f8fafc,#e2e8f0);background-size:200% 200%;animation:shimmer 1.4s ease-in-out infinite;border:1px solid rgba(148,163,184,.3);width:min(220px,100%)}.generated-grid__feedback{align-self:flex-start;background:#2563eb1a;color:#1d4ed8;padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:600}.generated-grid__preview{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.generated-grid__preview-body{background:#fff;border-radius:20px;padding:24px;max-width:min(90vw,840px);max-height:min(90vh,720px);overflow:auto;position:relative;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 60px -24px #0f172a80}.generated-grid__preview-body img{width:100%;border-radius:16px}.generated-grid__preview-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:999px;border:none;background:#0f172aa6;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer}.generated-grid__preview-actions{display:flex;flex-wrap:wrap;gap:10px}.workflow-card-mode{display:flex;flex-direction:column}.workflow-card-mode__viewport{--card-pagination-height: 96px;width:100%;overflow:hidden;border-radius:20px;position:relative;min-height:420px;background:#f8fafca6}.workflow-card-mode__slider{display:flex;width:100%;position:relative;transition:transform .45s ease;will-change:transform;height:100%}.workflow-card-mode__slide{flex:0 0 100%;padding:0;display:flex;height:100%}.workflow-card-mode__slide>.card{width:100%;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-bottom:calc(var(--card-pagination-height, 96px) + 16px)}.workflow-card-mode__pagination{position:absolute;left:0;right:0;bottom:0;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:#fffffff2;border-radius:0 0 20px 20px;border-top:1px solid rgba(15,23,42,.08);padding:8px 16px calc(10px + env(safe-area-inset-bottom,0px));box-shadow:0 18px 40px -28px #0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.workflow-card-mode__actions{display:inline-flex;align-items:center;gap:8px}.workflow-card-mode__status{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;font-size:.95rem;font-weight:600;color:#1e293b}.workflow-card-mode__status-step{color:inherit}.workflow-card-mode__status-separator{color:#94a3b8;font-weight:400}.workflow-card-mode__status-label{color:#475569;font-weight:500}.toggle-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;position:relative}.toggle-switch input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.toggle-switch__indicator{width:44px;height:24px;border-radius:999px;background:#94a3b866;position:relative;transition:background .2s ease;box-shadow:inset 0 0 0 1px #0f172a4d}.toggle-switch__indicator:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 2px 6px #0f172a40}.toggle-switch input:checked+.toggle-switch__indicator{background:#2563eb}.toggle-switch input:checked+.toggle-switch__indicator:after{transform:translate(20px)}.toggle-switch__label{font-size:.95rem}.card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.card__header h2{margin:0}.card__header .button--compact{padding:6px 12px;font-size:.85rem}.generation-result{margin-top:16px;padding:16px;border-radius:12px;background:#f8fbff;border:1px solid #cbd5f5;color:#0f172a}.generation-result--pending{border-style:dashed;background:#e2e8f073}.generation-result pre{background:#fff;padding:12px;border-radius:10px;border:1px solid #e2e8f0;font-size:.9rem;line-height:1.4;overflow-x:auto}.generation-result__prompt{white-space:pre-wrap;min-height:72px}.generation-result__prompt--typing{border-right:2px solid rgba(37,99,235,.8);animation:caret .8s steps(1) infinite}.generation-info{margin-top:8px;color:#1d4ed8}.generation-warning{margin-top:8px;color:#b45309}.generation-success{margin-top:8px;color:#047857}.error{color:#b91c1c;background:#ef44441f;border:1px solid rgba(239,68,68,.3);padding:12px 16px;border-radius:12px;margin-top:12px}@media (max-width: 720px){.app-shell{padding:24px 16px 64px}.upload-area{padding:24px 16px}.analyzer-select{flex-direction:column;align-items:stretch}.analyzer-select label,.analyzer-select select{width:100%}.photo-preview{min-height:160px}.photo-preview img{height:120px}.workflow-card-mode__pagination{flex-direction:column;align-items:stretch}.workflow-card-mode__status{width:100%}.workflow-card-mode__status-label{text-align:center}}@media (max-width: 520px){.app-shell h1{font-size:1.7rem}.card{padding:20px 16px}.section-actions{flex-direction:column;align-items:stretch}.button,.button.secondary{width:100%}.card__header .button,.card__header .button.secondary{width:auto;align-self:flex-start}.app-header__logo{width:56px;height:56px}.upload-area{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes caret{0%,50%{border-right-color:#2563ebcc}51%,to{border-right-color:transparent}}
