.fabric-swap-root,.fabric-swap-root *{box-sizing:border-box}.fabric-swap-root{color:#222;font-family:sans-serif;height:calc(100vh - 72px);min-height:520px}.fabric-swap-root .logo{position:absolute;top:12px;left:16px;height:36px;width:auto;z-index:100}.fabric-swap-root.app{position:relative;max-width:1080px;width:100%;height:calc(100vh - 84px);max-height:calc(100vh - 84px);margin:0 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}.fabric-swap-root .step-stage{flex:1;min-height:0;width:100%;display:flex;transition:opacity .2s ease,transform .2s ease}.fabric-swap-root .step-stage--in{opacity:1;transform:translateY(0)}.fabric-swap-root .step-stage--out{opacity:0;transform:translateY(8px)}.fabric-swap-root .step{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%;flex:1;min-height:0;overflow:hidden}.fabric-swap-root .step-header{text-align:left;width:100%;flex-shrink:0}.fabric-swap-root .step-title{font-size:1.25rem;font-weight:700;color:#222}.fabric-swap-root .step-upload .asset-cards{flex:1;min-height:0}.fabric-swap-root .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}.fabric-swap-root .asset-cards>.asset-card{grid-row:1;min-height:48vh}.fabric-swap-root .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-swap-root .asset-card--filled{border-color:#222}.fabric-swap-root .asset-card-title{font-weight:600;font-size:.85rem;flex-shrink:0}.fabric-swap-root .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}.fabric-swap-root .asset-card--filled .asset-card-preview{border-style:solid;border-color:#ddd;background:#f7f7f7;padding:6px}.fabric-swap-root .asset-card-preview img{width:100%;height:100%;object-fit:contain}.fabric-swap-root .asset-card-placeholder{color:#999;font-size:.8rem;text-align:center;line-height:1.3}.fabric-swap-root .presets-under{grid-column:1;grid-row:2;min-width:0;width:100%;max-width:220px;flex-shrink:0;align-self:start}.fabric-swap-root .presets{width:100%;display:flex;flex-direction:column;gap:2px;flex-shrink:0}.fabric-swap-root .presets-label{text-align:center;color:#666;font-size:.75rem;font-weight:500}.fabric-swap-root .presets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:100%;margin:0}.fabric-swap-root .preset-thumb{position:relative;display:block;padding:2px;background:#fff;border:1.5px solid #ddd;border-radius:5px;cursor:pointer;color:inherit;font:inherit;aspect-ratio:3 / 4;max-height:72px;overflow:hidden;flex-shrink:0}.fabric-swap-root .preset-thumb--selected{border-color:#222;box-shadow:0 0 0 1px #2222221f}.fabric-swap-root .preset-thumb img{width:100%;height:100%;max-height:none;aspect-ratio:unset;object-fit:contain;object-position:center;border-radius:3px;background:#f7f7f7;display:block}.fabric-swap-root .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}.fabric-swap-root .btn-next{align-self:center;flex-shrink:0}.fabric-swap-root .fabric-hex-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-shrink:0;flex-wrap:wrap}.fabric-swap-root .fabric-hex-swatch{width:22px;height:22px;border-radius:4px;border:1px solid #ccc;flex-shrink:0}.fabric-swap-root .fabric-hex-status{margin:0;font-size:.85rem;color:#444}.fabric-swap-root .fabric-hex-status code{font-size:.9rem;color:#111}.fabric-swap-root .btn-next,.fabric-swap-root .btn-primary,.fabric-swap-root .btn-secondary,.fabric-swap-root .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}.fabric-swap-root .btn-next:hover:not(:disabled),.fabric-swap-root .btn-primary:hover:not(:disabled),.fabric-swap-root .modal-upload-btn:hover:not(:disabled){background:#444}.fabric-swap-root .btn-next--disabled,.fabric-swap-root button:disabled{background:#aaa;opacity:.55;cursor:not-allowed}.fabric-swap-root .btn-secondary{background:#fff;color:#222;border:1.5px solid #222;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.fabric-swap-root .btn-secondary:hover{background:#f5f5f5}.fabric-swap-root .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}.fabric-swap-root .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}.fabric-swap-root .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}.fabric-swap-root .modal-close:hover{background:#f0f0f0;color:#222}.fabric-swap-root .modal-title{font-size:1.2rem;font-weight:700}.fabric-swap-root .modal-upload-btn{width:100%;max-width:240px}.fabric-swap-root .modal-formats{text-align:center;display:flex;flex-direction:column;gap:10px}.fabric-swap-root .modal-formats-label{color:#666;font-size:.85rem;font-weight:600}.fabric-swap-root .modal-format-tags{display:flex;gap:8px;justify-content:center}.fabric-swap-root .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)}}.fabric-swap-root .step-orchestration,.fabric-swap-root .step-error{justify-content:flex-start}.fabric-swap-root .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}.fabric-swap-root .loader{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.fabric-swap-root .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}.fabric-swap-root .loader-dot{width:8px;height:8px;border-radius:50%;background:#222;opacity:.85}.fabric-swap-root .agent-copy{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;min-height:0;max-width:420px}.fabric-swap-root .agent-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#666;font-weight:600}.fabric-swap-root .agent-heading{font-size:1.05rem;font-weight:700;color:#222;line-height:1.35}.fabric-swap-root .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)}}.fabric-swap-root .step-results .results-layout{flex:1;min-height:0}.fabric-swap-root .results-layout{display:grid;grid-template-columns:minmax(140px,180px) minmax(0,1fr);gap:16px;width:100%;align-items:center}.fabric-swap-root .results-refs{display:flex;flex-direction:column;gap:10px;min-height:0;max-height:100%}.fabric-swap-root .ref-block{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:0;flex:1}.fabric-swap-root .ref-label{font-weight:600;font-size:.8rem;flex-shrink:0;width:52px;text-align:left}.fabric-swap-root .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}.fabric-swap-root .ref-frame img{width:100%;height:100%;object-fit:contain;display:block}.fabric-swap-root .results-main{display:flex;flex-direction:column;align-items:center;gap:10px;min-height:0;height:100%;overflow-x:hidden;overflow-y:auto}.fabric-swap-root .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}.fabric-swap-root .final-frame img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.fabric-swap-root .result-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;flex-shrink:0}.fabric-swap-root .share-note,.fabric-swap-root .error{color:#c0392b;font-size:.85rem;text-align:center;flex-shrink:0}.fabric-swap-root .share-note{color:#666}.fabric-swap-root .final-frame--with-dl{position:relative}.fabric-swap-root .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}.fabric-swap-root .img-dl-btn:hover{background:#000000bf}.fabric-swap-root .agent3-block,.fabric-swap-root .agent3-tools,.fabric-swap-root .fabric-compare-block{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;width:100%}.fabric-swap-root .fabric-compare-row{display:flex;align-items:center;gap:8px;justify-content:center}.fabric-swap-root .fabric-compare-row .img-dl-btn{position:static;background:#222}.fabric-swap-root .fabric-compare-row .img-dl-btn:hover{background:#000}.fabric-swap-root .agent3-sub{margin:0;font-size:.8rem;color:#666;text-align:center;max-width:280px;line-height:1.35}.fabric-swap-root .agent3-badge{margin:0;font-size:.75rem;color:#444;text-align:center}.fabric-swap-root .btn-compare{display:inline-flex;align-items:center;gap:6px}.fabric-swap-root .compare-icon{font-size:1rem;line-height:1}.fabric-swap-root .loader--inline{margin-top:4px;transform:scale(.7)}.fabric-swap-root .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}.fabric-swap-root .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}.fabric-swap-root .compare-close{position:absolute;top:8px;right:12px;border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:#333}.fabric-swap-root .compare-title{margin:0 28px 14px 0;font-size:1.1rem}.fabric-swap-root .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fabric-swap-root .compare-col{display:flex;flex-direction:column;gap:6px;min-width:0}.fabric-swap-root .compare-label{margin:0;font-size:.85rem;font-weight:600;text-align:center}.fabric-swap-root .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}.fabric-swap-root .compare-frame img{width:100%;height:100%;object-fit:contain;display:block}.fabric-swap-root .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)}.fabric-swap-root .compare-color-swatch{width:16px;height:16px;border-radius:4px;border:1px solid #ccc;flex-shrink:0}.fabric-swap-root .compare-color-name{font-size:.75rem;font-weight:600;color:#222;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fabric-swap-root .compare-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}@media(max-width:560px){.fabric-swap-root .compare-grid{grid-template-columns:1fr}.fabric-swap-root .compare-frame{aspect-ratio:4 / 5;max-height:38vh}}@media(max-width:860px){.fabric-swap-root.app{padding:48px 16px 12px}.fabric-swap-root .results-layout{grid-template-columns:minmax(130px,160px) minmax(0,1fr);gap:12px}.fabric-swap-root .ref-frame{max-height:12vh}}@media(max-width:560px){.fabric-swap-root .logo{height:30px;top:10px;left:10px}.fabric-swap-root.app{width:100%;height:calc(100vh - 72px);max-height:calc(100vh - 72px);margin:0 auto;padding:42px 10px 10px;gap:8px}.fabric-swap-root .step-title{font-size:1.05rem}.fabric-swap-root .asset-card-title{font-size:.75rem}.fabric-swap-root .asset-card-placeholder{font-size:.7rem}.fabric-swap-root .result-actions{gap:6px}.fabric-swap-root .result-actions .btn-primary,.fabric-swap-root .result-actions .btn-secondary,.fabric-swap-root .btn-next{padding:8px 14px;font-size:.85rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}body{background:#fff;color:#1a1a1f;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d2d2da;border-radius:3px}@keyframes ldot{0%,to{opacity:1}50%{opacity:.25}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.animate-in{animation:fadeIn .25s ease both}.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}
