*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:sans-serif;background:#f0f0f0;color:#222}.logo{position:absolute;top:12px;left:16px;height:36px;width:auto;z-index:100}.app{position:relative;max-width:1080px;width:calc(100% - 24px);height:calc(100vh - 24px);max-height:calc(100vh - 24px);margin:12px auto;padding:52px 28px 16px;display:flex;flex-direction:column;align-items:stretch;gap:12px;background:#fff;border-radius:16px;box-shadow:0 4px 32px #00000014;overflow:hidden}.step-stage{flex:1;min-height:0;width:100%;display:flex;transition:opacity .2s ease,transform .2s ease}.step-stage--in{opacity:1;transform:translateY(0)}.step-stage--out{opacity:0;transform:translateY(8px)}.step{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%;flex:1;min-height:0;overflow:hidden}.step-header{text-align:left;width:100%;flex-shrink:0}.auth-bar{position:absolute;top:14px;right:16px;z-index:100;display:flex;align-items:center;gap:10px}.auth-bar-credits{font-size:.75rem;color:#555;white-space:nowrap}.auth-bar-credits strong{color:#222;font-weight:600}.auth-bar-email{font-size:.8rem;color:#555;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-logout{border:1.5px solid #ddd;background:#fff;color:#222;border-radius:8px;padding:6px 10px;font:inherit;font-size:.8rem;cursor:pointer}.btn-logout:hover{border-color:#222}.step-login{max-width:420px;margin:0 auto;justify-content:center}.login-sub{margin-top:6px;color:#666;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:14px;margin-top:18px;width:100%}.login-label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;color:#333}.login-input{width:100%;padding:10px 12px;border:1.5px solid #ddd;border-radius:10px;font:inherit;font-weight:400;color:#222;background:#fff}.login-input:focus{outline:none;border-color:#222}.login-submit{margin-top:6px;align-self:stretch;justify-content:center}.step-title{font-size:1.25rem;font-weight:700;color:#222}.step-upload .asset-cards{flex:1;min-height:0}.asset-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(0,1fr) auto;gap:8px 12px;width:100%;align-items:stretch}.asset-cards>.asset-card,.asset-cards>.fabric-matrix-card{grid-row:1;min-height:48vh}.asset-card{display:flex;flex-direction:column;gap:8px;width:100%;height:100%;min-height:0;padding:10px;background:#fff;border:1.5px solid #ddd;border-radius:12px;cursor:pointer;text-align:left;color:#222;font:inherit}.fabric-matrix-card{display:flex;flex-direction:column;gap:8px;width:100%;height:100%;min-height:0;padding:10px;background:#fff;border:1.5px solid #ddd;border-radius:12px;text-align:left;color:#222;font:inherit}.fabric-matrix-card--filled{border-color:#222}.fabric-matrix{flex:1;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:6px;width:100%}.fabric-matrix-cell{position:relative;display:block;width:100%;height:100%;min-height:0;padding:3px;background:#f7f7f7;border:1.5px solid #ddd;border-radius:8px;cursor:pointer;color:inherit;font:inherit;overflow:hidden}.fabric-matrix-cell--selected{border-color:#222;box-shadow:0 0 0 1px #2222221f}.fabric-matrix-cell img{width:100%;height:100%;object-fit:cover;border-radius:5px;display:block}.fabric-upload-under{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:4px}.fabric-upload-btn{width:100%;padding:8px 10px;background:#fff;border:1.5px solid #ddd;border-radius:8px;cursor:pointer;color:#222;font:inherit;font-size:.8rem;font-weight:500}.fabric-upload-btn:hover{border-color:#222}.fabric-matrix-card--custom .fabric-custom-preview{flex:1;min-height:0;width:100%;border-radius:8px;border:1.5px solid #ddd;background:#f7f7f7;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:6px}.fabric-matrix-card--custom .fabric-custom-preview img{width:100%;height:100%;object-fit:contain;display:block}.asset-card--filled{border-color:#222}.asset-card-title{font-weight:600;font-size:.85rem;flex-shrink:0}.asset-card-preview{width:100%;flex:1;min-height:0;border-radius:8px;border:1.5px dashed #aaa;background:#f7f7f7;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:8px}.asset-card--filled .asset-card-preview{border-style:solid;border-color:#ddd;background:#f7f7f7;padding:6px}.asset-card-preview img{width:100%;height:100%;object-fit:contain}.asset-card-placeholder{color:#999;font-size:.8rem;text-align:center;line-height:1.3}.presets-under{grid-row:2;min-width:0;width:100%;max-width:220px;justify-self:center}.presets-under--design{grid-column:2}.presets{width:100%;display:flex;flex-direction:column;gap:2px;flex-shrink:0}.presets-label{text-align:center;color:#666;font-size:.75rem;font-weight:500}.presets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:100%;margin:0}.preset-thumb{position:relative;display:block;padding:2px;background:#fff;border:1.5px solid #ddd;border-radius:5px;cursor:pointer;color:inherit;font:inherit}.preset-thumb--selected{border-color:#222;box-shadow:0 0 0 1px #2222221f}.preset-thumb img{width:100%;aspect-ratio:3 / 4;max-height:72px;object-fit:contain;border-radius:3px;background:#f7f7f7;display:block}.preset-check{position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;background:#222;color:#fff;font-size:.55rem;display:flex;align-items:center;justify-content:center}.btn-next{align-self:center;flex-shrink:0}.fabric-hex-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-shrink:0;flex-wrap:wrap}.fabric-hex-swatch{width:22px;height:22px;border-radius:4px;border:1px solid #ccc;flex-shrink:0}.fabric-hex-status{margin:0;font-size:.85rem;color:#444}.fabric-hex-status code{font-size:.9rem;color:#111}.btn-next,.btn-primary,.btn-secondary,.modal-upload-btn{padding:10px 28px;background:#222;color:#fff;border:none;border-radius:8px;font-size:.95rem;cursor:pointer;transition:background .2s,opacity .2s}.btn-next:hover:not(:disabled),.btn-primary:hover:not(:disabled),.modal-upload-btn:hover:not(:disabled){background:#444}.btn-next--disabled,button:disabled{background:#aaa;opacity:.55;cursor:not-allowed}.btn-secondary{background:#fff;color:#222;border:1.5px solid #222;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background:#f5f5f5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:24px;z-index:200;animation:fadeIn .2s ease}.modal-panel{position:relative;width:min(420px,100%);background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000002e;padding:36px 28px 28px;display:flex;flex-direction:column;align-items:center;gap:20px;animation:modalIn .25s ease}.modal-close{position:absolute;top:10px;right:12px;width:36px;height:36px;padding:0;background:transparent;color:#666;font-size:1.5rem;line-height:1;border-radius:8px}.modal-close:hover{background:#f0f0f0;color:#222}.modal-title{font-size:1.2rem;font-weight:700}.modal-upload-btn{width:100%;max-width:240px}.modal-formats{text-align:center;display:flex;flex-direction:column;gap:10px}.modal-formats-label{color:#666;font-size:.85rem;font-weight:600}.modal-format-tags{display:flex;gap:8px;justify-content:center}.modal-format-tags span{border:1px solid #ddd;border-radius:8px;padding:6px 14px;font-size:.85rem;color:#444;background:#fafafa}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.step-orchestration,.step-error{justify-content:flex-start}.orchestration-panel{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:0;border-radius:0;background:transparent;border:none;animation:fadeSlide .35s ease}.loader{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.loader-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #ddd;border-top-color:#222;animation:spin .9s linear infinite}.loader-dot{width:8px;height:8px;border-radius:50%;background:#222;opacity:.85}.agent-copy{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;min-height:0;max-width:420px}.agent-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#666;font-weight:600}.agent-heading{font-size:1.05rem;font-weight:700;color:#222;line-height:1.35}.agent-sub{color:#666;font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.step-results .results-layout{flex:1;min-height:0}.results-layout{display:grid;grid-template-columns:minmax(140px,180px) minmax(0,1fr);gap:16px;width:100%;align-items:center}.results-refs{display:flex;flex-direction:column;gap:10px;min-height:0;max-height:100%}.ref-block{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:0;flex:1}.ref-label{font-weight:600;font-size:.8rem;flex-shrink:0;width:52px;text-align:left}.ref-frame{border-radius:10px;overflow:hidden;border:1px solid #e5e5e5;background:#f7f7f7;flex:1;min-height:0;min-width:0;max-height:12vh;aspect-ratio:1}.ref-frame img{width:100%;height:100%;object-fit:contain;display:block}.results-main{display:flex;flex-direction:column;align-items:center;gap:10px;min-height:0;height:100%;overflow-x:hidden;overflow-y:auto}.final-frame{width:100%;flex:1;min-height:0;max-width:420px;border-radius:14px;overflow:hidden;background:#f7f7f7;box-shadow:0 8px 28px #0000001f;display:flex;align-items:center;justify-content:center}.final-frame img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.result-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;flex-shrink:0}.share-note,.error{color:#c0392b;font-size:.85rem;text-align:center;flex-shrink:0}.share-note{color:#666}.final-frame--with-dl{position:relative}.img-dl-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border:none;border-radius:8px;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2}.img-dl-btn:hover{background:#000000bf}.agent3-block,.agent3-tools,.fabric-compare-block{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;width:100%}.fabric-compare-row{display:flex;align-items:center;gap:8px;justify-content:center}.fabric-compare-row .img-dl-btn{position:static;background:#222}.fabric-compare-row .img-dl-btn:hover{background:#000}.btn-compare{display:inline-flex;align-items:center;gap:6px}.compare-icon{font-size:1rem;line-height:1}.loader--inline{margin-top:4px;transform:scale(.7)}.compare-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.compare-panel{position:relative;background:#fff;border-radius:14px;padding:20px 18px 16px;width:min(920px,100%);max-height:min(90vh,800px);overflow:auto;box-shadow:0 16px 48px #00000040}.compare-close{position:absolute;top:8px;right:12px;border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:#333}.compare-title{margin:0 28px 14px 0;font-size:1.1rem}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.compare-col{display:flex;flex-direction:column;gap:6px;min-width:0}.compare-label{margin:0;font-size:.85rem;font-weight:600;text-align:center}.compare-frame{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e5e5e5;background:#f7f7f7;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center}.compare-frame img{width:100%;height:100%;object-fit:contain;display:block}.compare-color-chip{position:absolute;left:8px;bottom:8px;display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:8px;background:#ffffffeb;border:1px solid #e0e0e0;z-index:2;max-width:calc(100% - 48px)}.compare-color-swatch{width:16px;height:16px;border-radius:4px;border:1px solid #ccc;flex-shrink:0}.compare-color-name{font-size:.75rem;font-weight:600;color:#222;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}@media (max-width: 560px){.compare-grid{grid-template-columns:1fr}.compare-frame{aspect-ratio:4 / 5;max-height:38vh}}@media (max-width: 860px){.app{padding:48px 16px 12px}.results-layout{grid-template-columns:minmax(130px,160px) minmax(0,1fr);gap:12px}.ref-frame{max-height:12vh}}@media (max-width: 560px){.logo{height:30px;top:10px;left:10px}.app{width:calc(100% - 12px);height:calc(100vh - 12px);max-height:calc(100vh - 12px);margin:6px auto;padding:42px 10px 10px;gap:8px}.step-title{font-size:1.05rem}.asset-card-title{font-size:.75rem}.asset-card-placeholder{font-size:.7rem}.result-actions{gap:6px}.result-actions .btn-primary,.result-actions .btn-secondary,.btn-next{padding:8px 14px;font-size:.85rem}}
