:root{--bg-color:#080a0f;--bg-surface:#121826;--bg-glass:#121826a6;--accent-primary:#00d2ff;--accent-secondary:#3a7bd5;--text-main:#f8f9fa;--text-muted:#94a3b8;--border-color:#ffffff12}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 15%,#00d2ff0a,#0000 25%),radial-gradient(circle at 85% 30%,#3a7bd50a,#0000 25%);min-height:100vh;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:600}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 32px #0000004d}.premium-button{background:linear-gradient(135deg, var(--accent-secondary) 0%, var(--accent-primary) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-family:Inter,sans-serif;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #00d2ff40}.premium-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d2ff66}.premium-button-outline{color:var(--text-main);cursor:pointer;background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-weight:500;transition:all .3s;display:flex}.premium-button-outline:hover{background:#ffffff0f;border-color:#fff3}.premium-input{border:1px solid var(--border-color);color:var(--text-main);background:#ffffff08;border-radius:8px;width:100%;padding:14px 18px;font-family:Inter,sans-serif;transition:all .3s}.premium-input:focus{border-color:var(--accent-primary);background:#ffffff0d;outline:none;box-shadow:0 0 0 3px #00d2ff26}select.premium-input option{background-color:var(--bg-surface);color:var(--text-main)}select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}select option,select optgroup,select option:checked{color:#f5f7fb;background-color:#161a20}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.account-menu-item{color:#d8e5f0;width:100%;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:flex}.account-menu-item:hover,.account-menu-item:focus-visible{background:#52ddff1a;outline:2px solid #52ddff59}.account-menu-item-danger{color:#ff8c8c}
.peakstar-wordmark{flex:none;align-items:center;line-height:0;display:inline-flex}.peakstar-wordmark img{width:auto;max-width:100%;display:block}.app-container{gap:2rem;max-width:1600px;min-height:100vh;margin:0 auto;padding:2rem 4rem;display:flex}.header-nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.brand-logo{background:linear-gradient(135deg,#fff 0%,#a0a5b1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.token-badge{color:var(--accent-primary);background:#00d2ff1a;border:1px solid #00d2ff33;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-weight:600;display:flex}.main-content{flex-direction:column;flex:1;gap:2rem;margin-top:5rem;display:flex}.sidebar{flex-direction:column;gap:1.5rem;width:380px;margin-top:5rem;padding:2rem;display:flex}.upload-zone{cursor:pointer;background:#ffffff05;border:2px dashed #ffffff26;border-radius:24px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.upload-zone:hover{border-color:var(--accent-primary);background:#00d2ff08}.form-group{flex-direction:column;gap:8px;margin-bottom:1.5rem;display:flex}.form-group label{color:var(--text-muted);font-size:.9rem;font-weight:500}.checkbox-wrap{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:12px;padding:1rem;display:flex}.range-slider{width:100%;accent-color:var(--accent-primary);border-radius:4px;height:6px}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{gap:2rem;width:90%;max-width:1200px;height:85vh;padding:2rem;display:flex}.preview-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.img-card{aspect-ratio:1;cursor:pointer;background:#00000080;border:1px solid #ffffff0d;border-radius:12px;transition:transform .3s;position:relative;overflow:hidden}.img-card:hover{border-color:#fff3;transform:translateY(-5px)}.img-card-hover-layer{pointer-events:none;position:absolute;inset:0}.card-dl-btn{pointer-events:all;color:#fff;opacity:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#000000b8;border:1px solid #ffffff2e;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;text-decoration:none;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:10px;right:10px;transform:scale(.8)}.img-card:hover .card-dl-btn{opacity:1;transform:scale(1)}.img-placeholder{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.skeleton-card{background:#111418!important;border:1px solid #ffffff0f!important}.skeleton-inner{background:linear-gradient(110deg,#111418 30%,#1a1f28 50%,#111418 70%) 0 0/200% 100%;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;padding:14px;animation:2.2s linear infinite shimmer;display:flex}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-badge{color:#b4d23c;letter-spacing:.02em;background:#14181ee6;border:1px solid #b4d23c4d;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.skeleton-spinner{font-size:1rem;line-height:1;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.img-card-overlay{opacity:0;background:linear-gradient(#0000 0%,#000000bf 100%);border-radius:0 0 12px 12px;align-items:flex-end;padding:10px 14px;transition:opacity .25s;display:flex;position:absolute;bottom:0;left:0;right:0}.img-card:hover .img-card-overlay{opacity:1}.img-role-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;text-overflow:ellipsis;background:#00000080;border:1px solid #ffffff26;border-radius:999px;max-width:100%;padding:3px 10px;font-size:.75rem;font-weight:600;overflow:hidden}.landing-container{background:radial-gradient(circle at 50% -20%, #00d2ff26, var(--bg-main) 70%);min-height:100vh}.landing-nav{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.hero-section{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.hero-badge{color:#00d2ff;background:#00d2ff1a;border:1px solid #00d2ff33;border-radius:999px;align-items:center;gap:8px;margin-bottom:2rem;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.live-dot{background:#00d2ff;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #00d2ff66}70%{box-shadow:0 0 0 10px #00d2ff00}to{box-shadow:0 0 #00d2ff00}}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(90deg,#00d2ff,#3a7bd5);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:var(--text-muted);max-width:700px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.hero-cta-group{flex-direction:column;align-items:center;gap:1rem;display:flex}.legal-kicker{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem;font-size:.78rem;font-weight:800;display:inline-block}.large-btn{border-radius:12px;height:60px;padding:0 32px;font-size:1.1rem;display:inline-flex}.sub-cta-text{color:var(--text-muted);font-size:.85rem}.sub-cta-text a{color:#dff7ff;font-weight:800;text-decoration:none}.sub-cta-text a:hover{color:#fff}.service-overview{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:min(980px,100%);margin:4rem auto 0;display:grid}.service-overview article{background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;padding:1.25rem}.service-overview span,.business-note strong{color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900}.service-overview h2{color:#fff;margin:.75rem 0 .55rem;font-size:1.08rem;line-height:1.25}.service-overview p{color:var(--text-muted);margin:0;font-size:.94rem;line-height:1.55}.business-note{text-align:left;background:#00d2ff0e;border:1px solid #00d2ff2e;border-radius:16px;width:min(780px,100%);margin:1.2rem auto 0;padding:1.25rem 1.4rem}.business-note p{color:#c9d7e8;margin:.6rem 0 0;line-height:1.65}.features-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:6rem;display:grid}.feature-card{border-radius:16px;padding:2rem}.feature-card h3{color:#fff;margin:1.2rem 0 .8rem;font-size:1.3rem}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.landing-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;padding:2.5rem 2rem 3rem;display:flex}.landing-footer strong,.legal-brand{color:#fff;font-size:1.25rem;font-weight:800;text-decoration:none}.landing-footer p{max-width:520px;color:var(--text-muted);margin:.5rem 0 0;line-height:1.55}.landing-footer-meta{font-size:.86rem}.landing-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:.75rem 1rem;max-width:520px;display:flex}.landing-footer a,.legal-login{color:#c9d7e8;font-size:.92rem;font-weight:700;text-decoration:none}.landing-footer a:hover,.legal-login:hover,.legal-brand:hover{color:#fff}.legal-page{background:radial-gradient(circle at 50% -20%, #00d2ff1f, var(--bg-main) 70%);min-height:100vh;padding:1.5rem}.legal-nav{justify-content:space-between;align-items:center;width:min(980px,100%);margin:0 auto 1.5rem;display:flex}.legal-card{background:#0c1016e0;border:1px solid #ffffff14;border-radius:8px;width:min(980px,100%);margin:0 auto 3rem;padding:2.5rem;box-shadow:0 24px 80px #00000047}.legal-card h1{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,3.3rem)}.legal-updated{color:var(--text-muted);margin:.8rem 0 0;font-size:.92rem}.legal-intro{color:#d9e3ef;max-width:760px;margin:1.4rem 0 0;font-size:1.08rem;line-height:1.7}.legal-contact-list{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;margin-top:1.8rem}.legal-contact-row{border-top:1px solid #ffffff0f;grid-template-columns:minmax(120px,180px) 1fr;gap:1rem;padding:.9rem 0;display:grid}.legal-contact-row:first-child{border-top:0}.legal-contact-row span{color:var(--text-muted);font-size:.92rem;font-weight:700}.legal-contact-row a,.legal-contact-row strong{color:#fff;font-size:.98rem;font-weight:700;text-decoration:none}.legal-contact-row a:hover{color:var(--accent-primary)}.legal-sections{gap:0;margin-top:2.1rem;display:grid}.legal-sections section{background:0 0;border-top:1px solid #ffffff12;padding:1.15rem 0}.legal-sections h2{color:#fff;margin:0 0 .55rem;font-size:1.05rem}.legal-sections p,.legal-note{color:var(--text-muted);margin:0;line-height:1.65}.legal-sections a{color:#d6f3ff;font-weight:700;text-decoration:none}.legal-sections a:hover{color:var(--accent-primary)}.legal-note{margin-top:1.6rem;font-size:.9rem}@media (max-width:760px){.landing-nav{padding:1.1rem 1.2rem}.hero-section{padding:4rem 1.2rem}.hero-title{font-size:3rem}.service-overview{grid-template-columns:1fr;margin-top:3rem}.landing-footer{flex-direction:column;padding:2rem 1.2rem 2.5rem}.landing-footer nav{justify-content:flex-start}.legal-card{padding:1.4rem}.legal-contact-row{grid-template-columns:1fr;gap:.2rem}}.auth-container{background:radial-gradient(circle at top right, #00d2ff14, transparent 40%), var(--bg-main);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-box{border-radius:20px;width:100%;max-width:420px;padding:2.5rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-wordmark{justify-content:center;width:100%;margin-bottom:1.35rem}.auth-wordmark img{width:min(250px,78%);height:auto}.auth-header h2{margin-bottom:.5rem;font-size:1.8rem}.auth-header p{color:var(--text-muted);font-size:.9rem}.auth-form{flex-direction:column;gap:1.2rem;display:flex}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-muted);position:absolute;left:14px}.pl-40{padding-left:40px!important}.auth-footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}.text-link{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;margin-left:8px;font-weight:600}.text-link:hover{text-decoration:underline}.auth-alert{border-radius:8px;align-items:center;gap:10px;margin-bottom:1.5rem;padding:12px 16px;font-size:.85rem;display:flex}.auth-alert.error{color:#ff4d4f;background:#ff4d4f1a;border:1px solid #ff4d4f4d}.auth-alert.success{color:#52c41a;background:#52c41a1a;border:1px solid #52c41a4d}
.hf-studio-shell{--hf-primary:#d9ff00;--hf-primary-soft:#d9ff0029;--hf-bg:#050505;--hf-panel:#111111eb;--hf-border:#ffffff1a;--hf-muted:#ffffff7a;background:radial-gradient(circle at 50% 35%, #d9ff000f, transparent 26%), radial-gradient(circle at 50% 100%, #00d2ff0d, transparent 28%), var(--hf-bg);color:#fff;height:100%;min-height:100%;position:relative;overflow:hidden}.hf-studio-content{position:absolute;inset:0;overflow:hidden}.hf-canvas-view{z-index:50;flex-direction:column;justify-content:center;align-items:center;padding:24px 36px 34px;display:flex;position:absolute;inset:0}.hf-prompt-view{position:absolute;inset:0;overflow:hidden}.hf-gallery-stage{background:linear-gradient(#0000002e,#0000 22%,#00000057 100%),#050505;padding:12px 0 230px;position:absolute;inset:0;overflow:auto}.hf-gallery-stage:after{content:"";pointer-events:none;z-index:8;background:linear-gradient(#0000,#000000db);height:260px;position:fixed;bottom:0;left:0;right:0}.hf-gallery-toolbar{justify-content:space-between;align-items:center;gap:8px;min-height:46px;padding:0 180px 12px 18px;display:flex}.hf-gallery-tabs{scrollbar-width:none;align-items:center;gap:8px;min-width:0;max-width:100%;display:flex;overflow-x:auto}.hf-gallery-tabs::-webkit-scrollbar{display:none}.hf-gallery-toolbar button{color:#ffffff7a;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:0;border-radius:8px;min-height:34px;padding:0 18px;font-size:.78rem;font-weight:850}.hf-gallery-toolbar button:disabled{cursor:not-allowed;opacity:.48}.hf-gallery-toolbar button.is-active,.hf-workspace-tab.is-active .hf-workspace-tab-main{color:#fff;background:#ffffff1a}.hf-workspace-tab{background:#ffffff0f;border:1px solid #ffffff0f;border-radius:8px;align-items:stretch;min-height:34px;display:inline-flex;overflow:hidden}.hf-workspace-tab.is-active{border-color:#d9ff005c;box-shadow:0 0 0 1px #d9ff0014}.hf-workspace-tab.has-active-job{border-color:#00d2ff47}.hf-workspace-tab .hf-workspace-tab-main,.hf-workspace-tab .hf-workspace-tab-close{background:0 0;border-radius:0}.hf-workspace-tab .hf-workspace-tab-main{text-overflow:ellipsis;max-width:120px;padding:0 10px 0 14px;overflow:hidden}.hf-workspace-tab .hf-workspace-tab-close{place-items:center;width:30px;min-height:34px;padding:0;display:inline-grid}.hf-gallery-tab-add{place-items:center;width:34px;min-width:34px;display:inline-grid;color:var(--hf-primary)!important;padding:0!important}.hf-grid-density-slider{z-index:12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000a6;border-radius:100px;align-items:center;min-width:110px;max-width:140px;padding:6px 14px;display:flex;position:absolute;top:14px;right:18px}.hf-grid-density-slider input[type=range]{appearance:none;cursor:pointer;background:#ffffff2e;border-radius:3px;outline:none;width:100%;height:3px}.hf-grid-density-slider input[type=range]::-webkit-slider-thumb{appearance:none;cursor:grab;background:#fff;border:none;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0006}.hf-grid-density-slider input[type=range]::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.15)}.hf-grid-density-slider input[type=range]::-moz-range-thumb{cursor:grab;background:#fff;border:none;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0006}.hf-grid-density-slider input[type=range]::-moz-range-track{background:#ffffff2e;border-radius:3px;height:3px}.hf-toggle-failed{font-variant-numeric:tabular-nums;align-items:center;gap:5px;display:inline-flex;cursor:pointer!important}.hf-toggle-failed:not(.is-active){color:#ff7878b3;background:#ff505014}.hf-toggle-failed.is-active{color:#ffb4b4e6;background:#ff505026}.hf-gallery-card.is-limbo .hf-skeleton-shimmer{background:linear-gradient(90deg,#ffb4320f 0%,#ffc85024 50%,#ffb4320f 100%)}.hf-gallery-card.is-limbo .hf-gallery-status{color:#ffc878e6}.hf-gallery-grid{grid-template-columns:repeat(auto-fill, minmax(var(--grid-col-min,220px), 1fr));grid-auto-rows:auto;align-items:start;gap:3px;display:grid}.hf-gallery-masonry{align-items:start;gap:3px;display:grid}.hf-gallery-grid+.hf-gallery-masonry{margin-top:3px}.hf-gallery-masonry-column{flex-direction:column;gap:3px;min-width:0;display:flex}.hf-empty-gallery{background:radial-gradient(circle at 48% 40%,#d9ff000f,#0000 24%),radial-gradient(circle at 50% 100%,#00d2ff0a,#0000 30%);min-height:100%}.hf-gallery-card{width:100%;min-width:0;max-width:100%;min-height:180px;aspect-ratio:var(--hf-card-aspect,1 / 1);color:#fff;text-align:left;cursor:pointer;box-sizing:border-box;background:#171717;border:0;border-radius:0;place-self:start stretch;padding:0;display:block;position:relative;overflow:hidden}.hf-gallery-card.is-bulk-selected{box-shadow:inset 0 0 0 3px #20d6ef}.hf-gallery-select-control{z-index:12;color:#0000;opacity:0;background:#0d141ba3;border:2px solid #ffffffe6;border-radius:999px;place-items:center;width:22px;height:22px;padding:0;transition:opacity .14s,background .14s,color .14s,transform .14s;display:grid;position:absolute;top:10px;left:10px}.hf-gallery-card:hover .hf-gallery-select-control,.hf-gallery-card:focus-within .hf-gallery-select-control,.hf-gallery-select-control[aria-checked=true]{opacity:1}.hf-gallery-select-control[aria-checked=true]{color:#04151b;background:#20d6ef;border-color:#20d6ef}.hf-gallery-select-control:hover{transform:scale(1.08)}.hf-gallery-select-control:focus-visible{opacity:1;outline-offset:2px;outline:2px solid #fff}.hf-gallery-bulk-bar{z-index:10020;color:#edf6fb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12181ff7;border:1px solid #32475b;border-radius:14px;align-items:center;gap:10px;max-width:calc(100vw - 28px);padding:10px 12px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 18px 55px #00000080}.hf-gallery-bulk-bar strong{white-space:nowrap;padding:0 5px}.hf-gallery-bulk-bar button{color:#f1f6f9;white-space:nowrap;background:#29323c;border:1px solid #3a4c5c;border-radius:9px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-weight:800;display:inline-flex}.hf-gallery-bulk-bar button:hover:not(:disabled){background:#35414d;border-color:#5e7488}.hf-gallery-bulk-bar button.is-danger{color:#ffc2c8;background:#5a252d;border-color:#7e3741}.hf-gallery-bulk-bar button.is-close{border-radius:999px;justify-content:center;width:38px;padding:0}.hf-gallery-bulk-bar button:disabled{opacity:.48;cursor:not-allowed}@media (hover:none){.hf-gallery-select-control{opacity:1}}@media (max-width:700px){.hf-gallery-bulk-bar{justify-content:flex-start;overflow-x:auto}.hf-gallery-bulk-bar strong{background:#12181f;position:sticky;left:0}}.hf-gallery-grid.has-active-job{grid-template-columns:repeat(auto-fill, minmax(var(--grid-col-min,220px), 1fr));grid-auto-rows:auto;align-items:start}.hf-gallery-grid.has-active-job .hf-gallery-card.is-active-slot{aspect-ratio:var(--hf-card-aspect,1 / 1)}.hf-gallery-load-trigger{color:#ffffff8a;letter-spacing:.02em;text-transform:uppercase;justify-content:center;align-items:center;min-height:72px;padding:12px 18px 0;font-size:.78rem;font-weight:750;display:flex}.hf-gallery-card:disabled{cursor:default}.hf-gallery-card.has-image img{object-fit:contain;background:#0d0d0d;width:100%;height:100%;display:block;position:absolute;inset:0}.hf-gallery-card.has-image:after{content:"";pointer-events:none;background:0 0;transition:background .15s;position:absolute;inset:0}.hf-gallery-card.has-image:hover:after{background:#0000001a}.hf-gallery-card.is-active:after{content:"";border:2px solid var(--hf-primary);pointer-events:none;background:0 0;position:absolute;inset:0}.hf-gallery-card.is-failed{background:radial-gradient(circle at 50% 35%,#ff4d4f2e,#0000 30%),linear-gradient(135deg,#ffffff14,#ff4d4f0f)}.hf-failed-art{color:#ffffffd1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:18px;display:flex;position:absolute;inset:0}.hf-failed-art svg{color:#f77}.hf-failed-art strong{color:#fff;font-size:.9rem}.hf-failed-art span{color:#ffffff7a;max-width:220px;font-size:.72rem;line-height:1.35}.hf-failed-art em{color:var(--hf-primary);background:#d9ff001a;border:1px solid #d9ff003d;border-radius:999px;align-items:center;gap:6px;margin-top:4px;padding:7px 10px;font-size:.72rem;font-style:normal;font-weight:900;display:inline-flex}.hf-failed-art em svg{color:var(--hf-primary)}.hf-placeholder-art{background:radial-gradient(circle at 72% 22%,#d9ff002e,#0000 24%),linear-gradient(135deg,#ffffff21,#ffffff05 48%,#d9ff000f);flex-direction:column;justify-content:flex-end;gap:10px;padding:18px;display:flex;position:absolute;inset:0}.hf-placeholder-art span{color:#ffffffb3;max-width:72%;font-size:clamp(1rem,1.7vw,1.55rem);font-weight:950;line-height:1.05}.hf-placeholder-art i{background:#ffffff29;border-radius:999px;height:10px;display:block}.hf-placeholder-art i:nth-child(3){width:78%}.hf-placeholder-art i:nth-child(4){width:52%}.hf-gallery-caption{opacity:0;z-index:3;pointer-events:none;align-items:center;gap:8px;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:10px;left:10px;right:88px;transform:translateY(8px)}.hf-gallery-card:hover .hf-gallery-caption,.hf-gallery-card-skeleton .hf-gallery-caption{opacity:1;transform:translateY(0)}.hf-gallery-caption strong,.hf-gallery-caption span,.hf-gallery-status{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000a3;border:1px solid #ffffff14;border-radius:8px;align-items:center;min-height:28px;padding:0 9px;font-size:.68rem;font-weight:900;display:inline-flex}.hf-gallery-caption strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.hf-gallery-caption span{color:var(--hf-primary)}.hf-gallery-state-badge{z-index:3;letter-spacing:.01em;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:8px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:.68rem;font-weight:950;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;bottom:10px;right:10px;transform:translateY(8px)}.hf-gallery-card:hover .hf-gallery-state-badge{opacity:1;transform:translateY(0)}.hf-gallery-state-badge.is-ready{color:#0a0a0a;background:#d9ff00f5;border:1px solid #d9ff00bf;box-shadow:0 10px 24px #00000042}.hf-gallery-card-skeleton{min-height:180px;aspect-ratio:var(--hf-card-aspect,1 / 1);background:radial-gradient(circle at 50% 38%,#d9ff0033,#0000 32%),linear-gradient(135deg,#ffffff1c,#ffffff06 48%,#d9ff0012);grid-area:span 1/span 1}.hf-gallery-status{z-index:2;color:#fff;gap:7px;position:absolute;top:10px;left:10px}.hf-product-project-menu{z-index:22;color:#e8f1fa;flex:none;position:relative}.hf-product-project-menu>summary{color:#dceaf5;cursor:pointer;background:#ffffff12;border:1px solid #3ddcff33;border-radius:8px;align-items:center;gap:7px;max-width:260px;min-height:34px;padding:0 12px;list-style:none;display:flex}.hf-product-project-menu>summary::-webkit-details-marker{display:none}.hf-product-project-menu>summary span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.hf-product-project-menu[open]>summary{background:#102433;border-color:#27cde8}.hf-product-project-menu-popover{color:#dceaf5;background:#0b1420;border:1px solid #30465a;border-radius:11px;gap:6px;width:min(340px,100vw - 32px);padding:10px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 18px 50px #0000008c}.hf-product-project-menu-popover>strong{padding:3px 5px 6px;font-size:12px}.hf-product-project-menu-popover>small{color:#8fa2b6;padding:6px}.hf-product-project-menu-popover button{color:#dceaf5;text-align:left;background:#111c29;border:1px solid #263b4e;border-radius:7px;align-items:center;gap:7px;width:100%;min-height:36px;padding:7px 9px;display:flex}.hf-product-project-menu-popover button:hover,.hf-product-project-menu-popover button:focus-visible,.hf-product-project-menu-popover button.is-active{border-color:#27cde8}.hf-product-project-menu-list{gap:5px;max-height:210px;display:grid;overflow-y:auto}.hf-product-project-menu-list button{gap:2px;display:grid}.hf-product-project-menu-list button span{text-overflow:ellipsis;white-space:nowrap;font-weight:800;overflow:hidden}.hf-product-project-menu-list button small{color:#8fa2b6}.hf-product-flow-notice.is-toolbar-notice{z-index:11;margin-top:-6px;position:relative}@media (max-width:720px){.hf-gallery-toolbar{padding-right:18px}.hf-product-project-menu>summary{justify-content:center;width:34px;padding:0}.hf-product-project-menu>summary span{display:none}}.hf-gallery-image-error{color:#ffffffb8;text-align:center;background:radial-gradient(circle at 50% 42%,#ffffff0f,#0000 34%),#ffffff05;align-content:center;place-items:center;gap:8px;width:100%;height:100%;min-height:120px;font-size:.78rem;font-weight:900;display:inline-grid}.hf-hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:48px;animation:.42s both hfFadeUp;display:flex}.hf-icon-orbit{place-items:center;width:128px;height:128px;margin-bottom:28px;display:grid;position:relative}.hf-icon-orbit:before{content:"";background:var(--hf-primary-soft);filter:blur(58px);border-radius:999px;position:absolute;inset:-54px}.hf-icon-card{width:112px;height:112px;color:var(--hf-primary);background:linear-gradient(145deg,#d9ff001f,#0a0a0aeb);border:1px solid #ffffff1a;border-radius:8px;place-items:center;display:grid;position:relative;box-shadow:inset 0 0 40px #d9ff000a,0 20px 60px #00000057}.hf-eyebrow{color:#ffffff57;letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px;font-size:.72rem;font-weight:900}.hf-hero h1{color:#fff;letter-spacing:-.04em;max-width:860px;margin:0;font-size:clamp(2.4rem,5.6vw,5.8rem);font-weight:950;line-height:.96}.hf-hero p{color:#ffffff70;margin:16px 0 0;font-size:.95rem;font-weight:600}.hf-prompt-card{z-index:30;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#141516f0;border:1px solid #ffffff1a;border-radius:8px;width:min(1100px,100% - 56px);max-width:100%;margin:0 auto;padding:9px;animation:.42s 90ms both hfFadeUp;position:absolute;bottom:18px;left:0;right:0;box-shadow:0 28px 90px #00000094}.hf-prompt-layout{grid-template-columns:minmax(0,1fr);gap:0;display:grid}.hf-prompt-card.is-drop-active{border-color:#d9ff00b8;box-shadow:0 28px 90px #00000094,0 0 0 1px #d9ff0033,0 0 34px #d9ff0038}.hf-prompt-card.is-drop-active:after{content:"Drop image as input";z-index:4;color:var(--hf-primary);letter-spacing:.08em;text-transform:uppercase;pointer-events:none;background:#0000008f;border:1px dashed #d9ff009e;border-radius:8px;place-items:center;font-size:.78rem;font-weight:950;display:grid;position:absolute;inset:8px}.hf-composer-meta{color:#ffffff85;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.hf-composer-meta div{align-items:center;gap:8px;display:flex}.hf-composer-meta img,.hf-mini-ref{object-fit:cover;width:36px;height:36px;color:var(--hf-primary);background:#ffffff12;border:1px solid #ffffff17;border-radius:8px;place-items:center;display:grid}.hf-composer-meta strong{color:#fff;font-size:.86rem}.hf-composer-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.76rem;font-weight:700;overflow:hidden}.hf-input-row{min-width:0;display:block}.hf-input-row.is-compact-empty{display:block}.hf-composer-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:16px;display:grid}.hf-composer-main{gap:9px;min-width:0;display:grid}.hf-input-actions-inline{align-items:center;gap:8px;width:fit-content;margin-top:4px;display:inline-flex}.hf-input-shell{background:0 0;border:0;border-radius:0;min-width:0;display:block;overflow:visible}.hf-input-copy{min-width:0;padding:0 0 0 8px}.hf-input-label{color:#ffffff70;letter-spacing:.08em;text-transform:uppercase;margin:0 0 2px;font-size:.72rem;font-weight:900;display:block}.hf-brand-kit-block{background:linear-gradient(#d9ff0014,#d9ff0005),#ffffff08;border:1px solid #d9ff002e;border-radius:12px;margin-bottom:4px;padding:4px 8px}.hf-brand-kit-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.hf-brand-kit-summary{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.hf-brand-kit-kicker{color:#ffffff75;letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:900}.hf-brand-kit-summary>strong{color:#fff;white-space:nowrap;font-size:.88rem;font-weight:900;line-height:1.05}.hf-brand-kit-actions{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.hf-brand-kit-actions button{color:#ffffffd1;min-height:26px;font:inherit;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;padding:0 9px;font-size:.68rem;font-weight:850}.hf-brand-kit-body{gap:8px;margin-top:6px;display:grid}.hf-brand-kit-context{color:#ffffffd6;white-space:pre-wrap;background:#00000047;border-radius:10px;margin-top:10px;padding:10px 12px;font-size:.8rem;line-height:1.5}.hf-brand-kit-meta{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.hf-brand-kit-chip{background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:5px;min-width:0;max-width:min(100%,180px);padding:4px 7px;display:inline-flex}.hf-brand-kit-chip span{color:#ffffff75;letter-spacing:.05em;text-transform:uppercase;flex:none;font-size:.58rem;font-weight:900}.hf-brand-kit-chip strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.66rem;font-weight:850;overflow:hidden}.hf-brand-kit-strip{align-items:center;gap:6px;min-width:0;padding-bottom:2px;display:flex;overflow:auto hidden}.hf-brand-kit-thumb,.hf-brand-kit-overflow{background:#ffffff0f;border:1px solid #d9ff002e;border-radius:10px;flex:0 0 34px;width:34px;height:34px;position:relative;overflow:hidden}.hf-brand-kit-thumb img{object-fit:cover;width:100%;height:100%;display:block}.hf-brand-kit-thumb-badge{color:#fff;text-align:center;letter-spacing:.03em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;background:#000000b8;border-radius:999px;padding:3px 4px;font-size:.47rem;font-weight:900;line-height:1;position:absolute;bottom:2px;left:2px;right:2px;overflow:hidden}.hf-brand-kit-overflow{color:var(--hf-primary);place-items:center;font-size:.72rem;font-weight:950;display:inline-grid}.hf-reference-tray{scrollbar-width:thin;align-items:center;gap:0;width:100%;min-width:0;margin-bottom:0;padding-bottom:0;display:flex;overflow:auto hidden}.hf-reference-drop-slot{opacity:.78;border-radius:999px;flex:0 0 12px;align-self:stretch;transition:opacity .16s;position:relative}.hf-reference-drop-slot:before{content:"";transform-origin:50%;opacity:0;background:#d9ff00eb;border-radius:999px;width:3px;transition:opacity .14s,transform .14s;position:absolute;top:6px;bottom:6px;left:50%;transform:translate(-50%)scaleY(.4);box-shadow:0 0 0 1px #d9ff002e,0 0 14px #d9ff003d}.hf-reference-drop-slot.is-active:before{opacity:1;transform:translate(-50%)scaleY(1)}.hf-upload-button{color:#ffffffbd;cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:6px;min-width:34px;height:34px;padding:0 12px;transition:border-color .15s,background .15s,color .15s,transform .15s;display:inline-flex;position:relative;overflow:hidden}.hf-upload-button:disabled{cursor:not-allowed;opacity:.5}.hf-upload-button:hover:not(:disabled){color:#fff;background:#d9ff000e;border-color:#d9ff0061;transform:translateY(-1px)}.hf-upload-button.is-icon-only{width:34px;padding:0}.hf-assets-input-button{color:#ffffffc7}.hf-assets-input-button svg{color:var(--hf-primary)}.hf-upload-button span{text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:800}.hf-upload-button.has-image img{object-fit:cover;width:100%;height:100%}.hf-upload-button.has-image svg{background:#000000c7;border-radius:999px;padding:2px;position:absolute;top:5px;right:5px}.hf-reference-chip{cursor:grab;background:#111;border:1px solid #d9ff0047;border-radius:8px;flex:0 0 58px;width:58px;height:58px;transition:opacity .16s,transform .16s,border-color .16s,box-shadow .16s;position:relative;overflow:visible;box-shadow:0 0 18px #d9ff0014}.hf-reference-chip:hover{border-color:#d9ff009e;transform:translateY(-1px)}.hf-reference-chip:focus-visible{outline-offset:3px;outline:2px solid #d9ff00e6}.hf-reference-chip.is-pending{cursor:default;box-shadow:none;background:#ffffff08;border-style:dashed;border-color:#ffffff24}.hf-reference-chip.is-pending:hover{border-color:#ffffff24;transform:none}.hf-reference-chip.is-unavailable{border-color:#ff5c5c85;box-shadow:0 0 18px #ff5c5c1a}.hf-reference-chip.is-locked{cursor:default;border-color:#d9ff0075}.hf-reference-chip.is-locked:hover{transform:none}.hf-reference-chip.is-dragging{opacity:.48;cursor:grabbing}.hf-reference-chip.is-drop-before:before,.hf-reference-chip.is-drop-after:after{content:"";z-index:4;pointer-events:none;background:#d9ff00eb;border-radius:999px;width:3px;position:absolute;top:5px;bottom:5px;box-shadow:0 0 0 1px #d9ff002e,0 0 14px #d9ff003d}.hf-reference-chip.is-drop-before:before{left:-8px}.hf-reference-chip.is-drop-after:after{right:-8px}.hf-reference-chip img{object-fit:cover;border-radius:inherit;cursor:zoom-in;width:100%;height:100%;display:block}.hf-reference-chip-thumbnail-error{border-radius:inherit;color:#ff7878eb;cursor:zoom-in;background:radial-gradient(circle at 50% 45%,#ff5a5a2e,#0000 56%),#ffffff09;place-items:center;width:100%;height:100%;display:inline-grid}.hf-reference-chip-skeleton{border-radius:inherit;background-color:#ffffff05;background-image:linear-gradient(110deg,#ffffff0a 8%,#ffffff24 18%,#ffffff0a 33%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:200% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:100%;animation:1.1s linear infinite hf-reference-skeleton}.hf-reference-chip small{min-width:18px;height:18px;color:var(--hf-primary);background:#000000b8;border:1px solid #d9ff0038;border-radius:999px;place-items:center;font-size:.62rem;font-weight:950;display:inline-grid;position:absolute;bottom:5px;left:5px}.hf-reference-chip button{color:#fff;cursor:pointer;background:#000000c7;border:0;border-radius:999px;place-items:center;width:20px;height:20px;padding:0;display:inline-grid;position:absolute;top:5px;right:5px}.hf-reference-chip button:disabled{cursor:not-allowed;opacity:.45}@keyframes hf-reference-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.hf-reference-lock{min-width:22px;height:20px;color:var(--hf-primary);letter-spacing:.04em;text-transform:uppercase;background:#000c;border:1px solid #d9ff0038;border-radius:999px;place-items:center;font-size:.58rem;font-weight:950;display:inline-grid;position:absolute;top:5px;right:5px}.hf-input-row textarea{color:#fff;resize:none;width:100%;min-height:52px;max-height:210px;font:inherit;background:0 0;border:0;outline:0;min-width:0;padding:2px 0 4px;font-size:1.05rem;line-height:1.45}.hf-input-row textarea::placeholder{color:#ffffff38}.hf-control-row{border-top:0;min-width:0;margin-top:0;padding-top:0;display:block}.hf-control-group{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.hf-chip-dropdown{position:relative}.hf-chip-trigger{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-size:.82rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex}.hf-chip-trigger:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff2e}.hf-chip-trigger.is-open{background:#ffffff1a;border-color:#ffffff38}.hf-chip-trigger:disabled{opacity:.4;cursor:not-allowed}.hf-chip-icon{color:#ffffff8c;align-items:center;display:flex}.hf-chip-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:800}.hf-chip-value{color:#fff}.hf-chip-chevron{color:#ffffff59;transition:transform .2s}.hf-chip-trigger.is-open .hf-chip-chevron{transform:rotate(180deg)}.hf-chip-panel{scrollbar-width:none;-ms-overflow-style:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:80;background:#161719f7;border:1px solid #ffffff1f;border-radius:12px;min-width:160px;max-height:min(90vh,520px);padding:6px;animation:.15s hfChipPanelIn;position:absolute;bottom:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 16px 48px #0000008c}.hf-chip-panel::-webkit-scrollbar{display:none}@keyframes hfChipPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hf-chip-option{color:#ffffffc7;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:.85rem;font-weight:600;display:flex}.hf-chip-option:hover{background:#ffffff14}.hf-chip-option.is-selected{color:#fff}.hf-chip-option-check{width:18px;color:var(--hf-primary);justify-content:center;align-items:center;display:flex}.hf-chip-option-split{border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px;padding-top:8px;display:grid}.hf-chip-option.hf-chip-option--half{justify-content:center;gap:6px;width:100%;min-width:0;padding:8px 6px}.hf-chip-option--half .hf-chip-option-check{width:14px;min-width:14px}.hf-model-trigger{gap:8px}.hf-model-icon{color:#fff;border-radius:6px;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:.72rem;font-weight:900;display:inline-grid}.hf-model-panel{min-width:300px;padding:0}.hf-model-search{color:#fff6;border-bottom:1px solid #ffffff14;align-items:center;gap:8px;padding:10px 14px;display:flex}.hf-model-search input{color:#fff;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:.88rem}.hf-model-search input::placeholder{color:#ffffff4d}.hf-model-list{scrollbar-width:none;-ms-overflow-style:none;max-height:300px;padding:6px;overflow-y:auto}.hf-model-list::-webkit-scrollbar{display:none}.hf-model-option{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px;display:flex}.hf-model-option:hover{background:#ffffff12}.hf-model-option.is-selected{background:#ffffff0d}.hf-model-option-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hf-model-option-info strong{align-items:center;gap:8px;font-size:.88rem;font-weight:700;display:flex}.hf-model-badge{background:var(--hf-primary);color:#000;letter-spacing:.03em;border-radius:4px;padding:2px 7px;font-size:.62rem;font-weight:800;line-height:1.3}.hf-model-desc{color:#fff6;font-size:.78rem;font-weight:500}.hf-model-check{color:var(--hf-primary);flex-shrink:0}.hf-count-stepper{color:#ffffffe6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;min-height:36px;padding:0 6px 0 12px;font-size:.82rem;font-weight:700;display:inline-flex}.hf-count-stepper span{color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;margin-right:2px;font-size:.72rem;font-weight:800}.hf-count-stepper strong{text-align:center;color:#fff;min-width:30px}.hf-count-stepper button{color:#fff;width:24px;height:24px;font:inherit;cursor:pointer;background:#ffffff17;border:0;border-radius:50%;place-items:center;font-size:1rem;line-height:1;transition:background .15s;display:inline-grid}.hf-count-stepper button:hover:not(:disabled){background:var(--hf-primary);color:#000}.hf-count-stepper button:disabled{cursor:not-allowed;opacity:.36}.hf-select-button{color:#ffffffe6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-size:.82rem;font-weight:700;display:inline-flex;position:relative}.hf-select-button span{color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:800}.hf-select-button select{color:#fff;max-width:160px;font:inherit;cursor:pointer;background:0 0;border:0;outline:0}.hf-select-button select option{color:#fff;background:#111}.hf-generate,.hf-canvas-actions button{background:var(--hf-primary);color:#000;cursor:pointer;white-space:nowrap;border:0;border-radius:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-height:58px;padding:10px 18px 9px;font-size:.93rem;font-weight:950;display:inline-flex;box-shadow:0 0 28px #d9ff0033}.hf-generate{justify-content:center;align-self:center;align-items:center;gap:6px;min-height:72px;padding:14px 22px}.hf-generate-main{justify-content:center;align-items:center;gap:10px;width:auto;display:inline-flex}.hf-generate-credits{letter-spacing:.01em;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:2px 0 2px 8px;font-size:.82rem;font-weight:900;display:inline-flex}.hf-generate-meta{letter-spacing:.03em;text-transform:uppercase;opacity:.64;text-align:center;font-size:.66rem;font-weight:900}.hf-generate:disabled,.hf-canvas-actions button:disabled{cursor:not-allowed;opacity:.7}.hf-canvas-actions button{border-radius:22px;flex-direction:row;align-items:center;gap:8px;min-height:44px;padding:0 24px}.hf-error{color:#ff9a9a;background:#ff4d4f1a;border:1px solid #ff4d4f4d;border-radius:8px;margin-top:14px;padding:10px 12px;font-size:.86rem}.hf-generation-skeleton{z-index:18;background:linear-gradient(#d9ff000f,#ffffff06);border:1px solid #d9ff002e;border-radius:8px;width:min(980px,100vw - 330px);max-width:100%;margin-top:18px;padding:14px;animation:.26s both hfFadeUp;position:relative;box-shadow:0 26px 72px #00000057,0 0 42px #d9ff0014}.hf-skeleton-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.hf-skeleton-head div{align-items:center;gap:10px;display:flex}.hf-skeleton-head span{background:var(--hf-primary);color:#000;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:0 9px;font-size:.68rem;font-weight:950;display:inline-flex}.hf-skeleton-head span:before{content:"";background:#000;border-radius:999px;width:7px;height:7px;animation:.9s ease-in-out infinite hfPulse}.hf-skeleton-head strong{color:#ffffffd1;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.hf-skeleton-head small{color:#ffffff5c;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800}.hf-skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:12px;display:grid}.hf-skeleton-tile{min-height:132px;aspect-ratio:var(--hf-skeleton-aspect,1 / 1);background:radial-gradient(circle at 50% 28%,#d9ff002e,#0000 34%),linear-gradient(135deg,#ffffff17,#ffffff05 45%,#d9ff000d);border:1px solid #ffffff17;border-radius:8px;max-height:280px;position:relative;overflow:hidden}.hf-skeleton-shimmer{background:linear-gradient(90deg,#0000,#ffffff29,#0000);animation:1.45s ease-in-out infinite hfShimmer;position:absolute;inset:0;transform:translate(-120%)}.hf-skeleton-icon{width:48px;height:48px;color:var(--hf-primary);background:#00000047;border:1px solid #d9ff0038;border-radius:8px;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hf-skeleton-lines{gap:7px;display:grid;position:absolute;bottom:12px;left:12px;right:12px}.hf-skeleton-lines span{background:#ffffff1f;border-radius:999px;height:8px;display:block}.hf-skeleton-lines span:last-child{width:62%}.hf-assets-backdrop{z-index:80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;background:#000000b8;justify-content:center;align-items:stretch;padding:28px;display:flex;position:fixed;inset:0}.hf-assets-panel{border:1px solid var(--hf-border);background:#0e0e0efa;border-radius:8px;grid-template-columns:230px minmax(0,1fr);width:min(1520px,100%);min-height:0;display:grid;overflow:hidden;box-shadow:0 28px 80px #00000085}.hf-assets-sidebar{background:#080808d1;border-right:1px solid #ffffff14;min-width:0;padding:16px;overflow-y:auto}.hf-input-row.is-compact-empty textarea{min-height:46px;padding-top:4px;padding-bottom:4px}.hf-assets-search{color:#ffffff7a;background:#ffffff14;border-radius:8px;align-items:center;gap:8px;height:40px;margin-bottom:14px;padding:0 12px;display:flex}.hf-assets-search input{color:#fff;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-weight:700}.hf-assets-search input::placeholder{color:#ffffff73}.hf-assets-nav{color:#ffffffa3;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:38px;padding:0 10px;font-weight:850;display:grid}.hf-assets-nav-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.hf-assets-nav-copy strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hf-assets-nav-copy small{color:#d9ff00d6;letter-spacing:.05em;text-transform:uppercase;font-size:.62rem;font-weight:900}.hf-assets-nav:hover,.hf-assets-nav.is-active{color:#fff;background:#ffffff1a}.hf-assets-nav span{min-width:26px;color:var(--hf-primary);text-align:center;background:#ffffff14;border-radius:8px;justify-self:end;padding:3px 7px;font-size:.7rem}.hf-assets-folder-head{color:#ffffff6b;text-transform:uppercase;justify-content:space-between;align-items:center;margin:22px 2px 10px;font-size:.74rem;font-weight:900;display:flex}.hf-assets-folder-head button{color:#ffffffb8;cursor:pointer;background:#ffffff14;border:0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.hf-assets-folder-head button:hover{color:#000;background:var(--hf-primary)}.hf-assets-folder-list{gap:4px;display:grid}.hf-assets-empty-note{color:#ffffff5c;padding:8px 10px;font-size:.78rem;font-weight:750}.hf-assets-main{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.hf-assets-header{border-bottom:1px solid #ffffff14;flex:none;justify-content:space-between;align-items:center;gap:14px;min-height:70px;padding:16px 20px;display:flex}.hf-assets-header p{color:#ffffff6b;text-transform:uppercase;margin:0 0 2px;font-size:.76rem;font-weight:900}.hf-assets-header h2{color:#fff;margin:0;font-size:1.3rem;font-weight:950}.hf-assets-title-tag{color:var(--hf-primary);letter-spacing:.06em;text-transform:uppercase;vertical-align:middle;background:#d9ff001f;border-radius:999px;align-items:center;margin-left:10px;padding:4px 8px;font-size:.62rem;font-weight:950;display:inline-flex}.hf-assets-refreshing{color:var(--hf-primary);text-transform:uppercase;vertical-align:middle;background:#d9ff001a;border-radius:8px;align-items:center;margin-left:8px;padding:4px 7px;font-size:.62rem;font-weight:950;display:inline-flex}.hf-assets-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.hf-assets-actions button,.hf-assets-actions select{border:1px solid var(--hf-border);color:#fff;min-height:38px;font:inherit;background:#ffffff14;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:.8rem;font-weight:850;display:inline-flex}.hf-assets-actions button{cursor:pointer}.hf-assets-actions button:disabled{cursor:not-allowed;opacity:.45}.hf-assets-actions select{color:#ffffffd1;outline:0}.hf-assets-primary{background:var(--hf-primary)!important;color:#000!important;border-color:#0000!important}.hf-assets-primary span{background:#00000029;border-radius:8px;min-width:22px;padding:2px 6px}.hf-assets-close{justify-content:center;width:38px;padding:0!important}.hf-assets-error{color:#ff8f8f;background:#ff4d4f14;border:1px solid #ff4d4f47;border-radius:8px;flex:none;margin:14px 20px 0;padding:10px 12px;font-weight:800}.hf-assets-loading,.hf-assets-empty{color:#ffffff8c;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;min-height:0;font-weight:850;display:flex}.hf-assets-empty strong{color:#fff}.hf-assets-empty span{color:#ffffff70;font-size:.85rem}.hf-assets-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-auto-rows:170px;align-content:start;gap:12px;min-height:0;padding:20px;display:grid;overflow-y:auto}.hf-asset-card{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;place-self:stretch stretch;width:100%;min-width:0;height:100%;padding:0;display:block;position:relative;overflow:hidden}.hf-asset-card img{object-fit:cover;width:100%;height:100%;transition:transform .16s,opacity .16s;display:block;position:absolute;inset:0}.hf-asset-card:hover img,.hf-asset-card.is-selected img{opacity:.86;transform:scale(1.03)}.hf-asset-card.is-selected{border-color:var(--hf-primary);box-shadow:0 0 0 1px #d9ff0061}.hf-asset-check{color:#000;background:#0000009e;border:1px solid #ffffff29;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:8px;right:8px}.hf-asset-card.is-selected .hf-asset-check{background:var(--hf-primary);border-color:var(--hf-primary)}.hf-asset-pin{min-height:22px;color:var(--hf-primary);letter-spacing:.05em;text-transform:uppercase;background:#000000bd;border:1px solid #d9ff003d;border-radius:999px;align-items:center;padding:0 8px;font-size:.62rem;font-weight:950;display:inline-flex;position:absolute;top:8px;left:8px}.hf-asset-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-align:left;background:#0000009e;border-radius:8px;min-height:28px;padding:7px 9px;font-size:.72rem;font-weight:900;position:absolute;bottom:8px;left:8px;right:8px;overflow:hidden}.hf-history-rail{z-index:45;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#000000a3;border-left:1px solid #ffffff12;flex-direction:column;align-items:center;gap:9px;width:86px;height:100%;padding:18px 10px;display:flex;position:absolute;top:0;right:0;overflow-y:auto}.hf-dialog-backdrop{z-index:220;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000a8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.hf-dialog{background:#0c0c0cf5;border:1px solid #ffffff1a;border-radius:20px;width:min(1120px,100vw - 48px);max-height:min(92vh,940px);padding:24px;overflow:auto;box-shadow:0 24px 80px #00000080}.hf-dialog-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.hf-dialog-head p{color:#ffffff6b;text-transform:uppercase;margin:0 0 4px;font-size:.74rem;font-weight:900}.hf-dialog-head h3{color:#fff;margin:0;font-size:1.2rem;font-weight:950}.hf-dialog-head button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.hf-dialog-toggle{color:#fff;align-items:center;gap:10px;margin-bottom:18px;font-size:.9rem;font-weight:850;display:flex}.hf-dialog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.hf-dialog-grid label{gap:8px;min-width:0;display:grid}.hf-dialog-grid label.is-wide{grid-column:1/-1}.hf-dialog-grid span{color:#ffffff8f;letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:900}.hf-dialog-grid input,.hf-dialog-grid textarea{color:#fff;width:100%;font:inherit;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;outline:0;padding:12px 14px}.hf-dialog-grid textarea{resize:vertical;min-height:84px}.hf-dialog-summary{color:#ffffffbd;background:#d9ff0014;border-radius:12px;align-items:center;gap:10px;margin-top:16px;padding:12px 14px;display:flex}.hf-dialog-summary strong{color:var(--hf-primary);font-size:1rem}.hf-dialog-lower-grid{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:14px;margin-top:14px;display:grid}.hf-dialog-lower-grid.is-single{grid-template-columns:minmax(0,1fr)}.hf-dialog-upload{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;gap:10px;padding:14px;display:grid}.hf-dialog-upload-head{gap:4px;display:grid}.hf-dialog-upload-head strong{color:#fff;font-size:.9rem;font-weight:900}.hf-dialog-upload-head span{color:#ffffff8f;font-size:.78rem;line-height:1.4}.hf-dialog-upload-trigger{color:#fff;min-height:40px;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;justify-self:start;align-items:center;gap:8px;padding:0 14px;font-weight:850;display:inline-flex}.hf-dialog-upload-trigger:disabled{opacity:.7;cursor:wait}.hf-dialog-upload-error{color:#ff8e8e;margin:0;font-size:.78rem;font-weight:700}.hf-dialog-brand-inputs{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;gap:12px;padding:14px;display:grid}.hf-dialog-brand-inputs-head{gap:4px;display:grid}.hf-dialog-brand-inputs-head strong{color:#fff;font-size:.92rem;font-weight:900}.hf-dialog-brand-inputs-head span{color:#ffffff8f;font-size:.78rem;line-height:1.45}.hf-dialog-brand-inputs-list{gap:10px;display:grid}.hf-dialog-brand-input{background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:96px minmax(0,1fr) 160px;align-items:center;gap:10px;padding:10px;display:grid}.hf-dialog-brand-input.is-logo{grid-template-columns:132px minmax(0,1fr) 160px}.hf-dialog-brand-input-preview{background:linear-gradient(#ffffff0a,#ffffff05),#101314;border:1px solid #ffffff14;border-radius:12px;place-items:center;width:100%;height:72px;padding:6px;display:grid;overflow:hidden}.hf-dialog-brand-input-preview.is-logo{background:linear-gradient(#ffffff1f,#ffffff0f),#ecefe2;width:100%}.hf-dialog-brand-input-preview img{object-fit:contain;width:100%;height:100%;display:block}.hf-dialog-brand-input-copy{gap:4px;min-width:0;display:grid}.hf-dialog-brand-input-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:850;overflow:hidden}.hf-dialog-brand-input-copy span{color:#ffffff9e;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.74rem;line-height:1.35;display:-webkit-box;overflow:hidden}.hf-dialog-brand-role-dropdown{min-width:0}.hf-dialog-brand-role-dropdown .hf-chip-dropdown{width:100%}.hf-dialog-brand-role-dropdown .hf-chip-trigger{border-radius:12px;justify-content:space-between;gap:8px;width:100%;min-height:40px;padding:0 12px}.hf-dialog-brand-role-dropdown .hf-chip-value{text-align:left;flex:1;min-width:0}.hf-dialog-brand-role-dropdown .hf-chip-panel{width:100%;min-width:100%;max-width:100%}.hf-dialog-brand-role-dropdown .hf-chip-option{font-weight:700}@media (max-width:900px){.hf-dialog{width:min(720px,100vw - 24px);max-height:min(90vh,820px);padding:20px}.hf-dialog-grid,.hf-dialog-lower-grid,.hf-dialog-brand-input{grid-template-columns:minmax(0,1fr)}.hf-dialog-brand-input-preview,.hf-dialog-brand-input-preview.is-logo{width:100%;max-width:220px}}.hf-dialog-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.hf-dialog-actions button{color:#fff;min-height:40px;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:0 16px;font-weight:850}.hf-dialog-primary{background:var(--hf-primary)!important;color:#000!important;border-color:#0000!important}.hf-history-title{color:#ffffff52;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px;font-size:.58rem;font-weight:950}.hf-history-thumb{cursor:pointer;background:#111;border:2px solid #ffffff14;border-radius:8px;width:58px;height:58px;padding:0;transition:border-color .16s,transform .16s;overflow:hidden}.hf-history-thumb:hover,.hf-history-thumb.is-active{border-color:var(--hf-primary);transform:translateY(-1px)}.hf-history-thumb img{object-fit:cover;width:100%;height:100%}.hf-canvas-view{background:#000000b8;gap:24px}.hf-result-frame{border:1px solid #ffffff1a;border-radius:8px;max-width:min(86vw,1060px);max-height:68vh;overflow:hidden;box-shadow:0 30px 90px #0000008c}.hf-result-frame img{object-fit:contain;max-width:min(86vw,1060px);max-height:68vh;display:block}.hf-canvas-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.hf-canvas-actions button{color:#fff;box-shadow:none;background:#ffffff1a;border:1px solid #ffffff14}.hf-canvas-actions button.hf-primary{background:var(--hf-primary);color:#000;border-color:var(--hf-primary);box-shadow:0 0 24px #d9ff0038}.hf-canvas-view{z-index:140;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overscroll-behavior:contain;background:#000000c7;gap:0;padding:16px;position:fixed;inset:0}.hf-viewer-shell{grid-template-columns:minmax(0,1fr) 344px;align-items:stretch;gap:24px;width:min(1520px,100vw - 32px);height:calc(100dvh - 32px);display:grid}.hf-viewer-main{justify-content:center;align-items:center;min-width:0;min-height:0;display:flex}.hf-result-frame{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:none;height:100%;max-height:none;display:flex;overflow:hidden;box-shadow:0 30px 90px #00000073}.hf-result-frame img{object-fit:contain;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.hf-viewer-loading{color:#ffffffe0;place-items:center;width:100%;height:100%;display:grid}.hf-detail-panel{background:#141414f5;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:14px;min-height:0;padding:16px;display:flex;overflow:auto;box-shadow:0 24px 80px #00000057}.hf-detail-section{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:14px}.hf-detail-section-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.hf-detail-section-head span{color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:900}.hf-detail-ref-strip{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.hf-detail-ref-thumb{cursor:zoom-in;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex:none;width:58px;height:58px;padding:0;overflow:hidden}.hf-detail-ref-thumb img{object-fit:cover;width:100%;height:100%;display:block}.hf-detail-ref-thumb:hover,.hf-detail-ref-thumb:focus-visible{border-color:#d9ff00b8;box-shadow:0 0 0 2px #d9ff001f}.hf-detail-empty{color:#ffffff70;margin-bottom:12px;font-size:.8rem;line-height:1.45}.hf-detail-prompt-text{color:#ffffffe0;white-space:pre-wrap;word-break:break-word;background:#00000038;border:1px solid #ffffff14;border-radius:12px;min-height:120px;max-height:240px;padding:12px 13px;font-size:.93rem;line-height:1.55;overflow:auto}.hf-detail-info-list{flex-direction:column;display:flex}.hf-detail-info-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.hf-detail-info-row:last-child{border-bottom:0;padding-bottom:0}.hf-detail-info-row span{color:#ffffff8a;font-size:.9rem}.hf-detail-info-row strong{color:#fff;text-align:right;font-size:.95rem;font-weight:900}.hf-detail-panel .hf-canvas-actions{flex-wrap:wrap;justify-content:stretch;gap:10px;margin-top:auto;display:flex}.hf-detail-panel .hf-canvas-actions button{flex:100%;justify-content:center}.hf-detail-panel .hf-canvas-actions button.hf-load-form-button{color:#fff;background:#ffffff14;border-color:#ffffff24}.hf-detail-panel .hf-canvas-actions button.hf-load-form-button.is-loaded{color:var(--hf-primary);background:#d9ff0029;border-color:#d9ff006b}.hf-reference-lightbox{z-index:180;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000bd;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.hf-reference-lightbox-shell{background:#0e0e0ef5;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;width:min(980px,100vw - 36px);max-height:calc(100dvh - 36px);display:flex;overflow:hidden;box-shadow:0 28px 100px #0000008c}.hf-reference-lightbox-head{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.hf-reference-lightbox-head span{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.92rem;font-weight:900;overflow:hidden}.hf-reference-lightbox-head button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;flex:none;align-items:center;gap:7px;padding:8px 12px;font-size:.8rem;font-weight:900;display:inline-flex}.hf-reference-lightbox-stage{place-items:center;min-height:0;padding:14px;display:grid}.hf-reference-lightbox-stage img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 138px);display:block}.hf-spin{animation:.9s linear infinite hfSpin}@keyframes hfSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hfFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hfShimmer{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes hfPulse{0%,to{opacity:.28;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@media (max-width:980px){.hf-assets-backdrop{padding:14px}.hf-assets-panel{grid-template-columns:1fr}.hf-assets-sidebar{border-bottom:1px solid #ffffff14;border-right:0;max-height:190px}.hf-assets-header{flex-direction:column;align-items:flex-start}.hf-assets-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-auto-rows:120px}.hf-canvas-view{padding:12px}.hf-viewer-shell{grid-template-columns:1fr;width:calc(100vw - 24px);height:auto;max-height:none}.hf-viewer-main{min-height:0}.hf-result-frame{height:auto;min-height:0;max-height:62vh}.hf-detail-panel{max-height:none}.hf-reference-lightbox{padding:10px}.hf-reference-lightbox-shell{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.hf-reference-lightbox-head,.hf-reference-lightbox-stage{padding:10px}.hf-reference-lightbox-stage img{max-height:calc(100dvh - 116px)}.hf-gallery-stage{padding:128px 0 310px}.hf-gallery-toolbar{padding-right:18px}.hf-grid-density-slider{top:60px;right:18px}.hf-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-auto-rows:auto}.hf-prompt-card{width:calc(100% - 36px);bottom:18px}.hf-control-row{width:100%}.hf-composer-row{grid-template-columns:minmax(0,1fr);gap:12px}.hf-generate{align-self:stretch;width:100%}.hf-generate-main{gap:10px}.hf-generate-credits{padding:4px 9px}.hf-history-rail{display:none}}.hf-product-project-bar{color:#e8f1fa;background:#0c1521;border:1px solid #263749;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin:14px 18px 0;padding:14px 16px;display:flex}.hf-product-project-identity{gap:3px;min-width:0;display:grid}.hf-product-project-identity>span{letter-spacing:.08em;color:#3ddcff;font-size:11px;font-weight:800}.hf-product-project-identity>strong{font-size:16px}.hf-product-project-identity>small{color:#8fa2b6}.hf-product-project-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hf-product-project-actions select,.hf-product-project-actions button{color:#e8f1fa;background:#111c29;border:1px solid #34485c;border-radius:9px;min-height:38px;padding:0 12px}.hf-product-project-actions button{align-items:center;gap:7px;font-weight:700;display:inline-flex}.hf-product-flow-notice{color:#8deaff;background:#092632;border:1px solid #146d7b;border-radius:8px;margin:8px 18px 0;padding:9px 12px}.hf-product-flow-overlay{z-index:10040;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#020812cc;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.hf-product-flow-dialog{color:#eaf3fb;background:#0b1420;border:1px solid #32485d;border-radius:18px;width:min(980px,96vw);max-height:90dvh;overflow:auto;box-shadow:0 30px 90px #0009}.hf-product-flow-dialog.is-wide{width:min(1320px,97vw)}.hf-product-flow-dialog.is-final-picker{width:min(720px,94vw)}.hf-product-flow-dialog>header{z-index:2;background:#0b1420;border-bottom:1px solid #263749;justify-content:space-between;gap:20px;padding:20px 22px;display:flex;position:sticky;top:0}.hf-product-flow-dialog header span{letter-spacing:.09em;color:#3ddcff;font-size:11px;font-weight:900}.hf-product-flow-dialog header h2{margin:4px 0;font-size:24px}.hf-product-flow-dialog header p{color:#91a4b7;margin:0}.hf-product-flow-dialog header>button{color:#dbe8f3;background:#162332;border:0;border-radius:9px;width:38px;height:38px}.hf-product-flow-columns{grid-template-columns:1fr 1fr;gap:18px;padding:20px;display:grid}.hf-product-flow-columns>div{align-content:start;gap:8px;display:grid}.hf-product-flow-columns h3,.hf-product-reference-group h3{margin:0 0 7px;font-size:15px}.hf-product-flow-row{text-align:left;color:#e7f0f8;background:#111c29;border:1px solid #2c4053;border-radius:10px;gap:4px;padding:13px;display:grid}.hf-product-flow-row:hover{border-color:#27cde8}.hf-product-flow-row span{color:#8fa3b6;font-size:12px}.hf-product-flow-empty{color:#8da0b2}.hf-product-flow-error{color:#ffb4bd;background:#32161c;border:1px solid #8a3f46;border-radius:9px;margin:14px 20px 0;padding:11px 13px}.hf-product-reference-groups{gap:20px;padding:20px;display:grid}.hf-product-reference-group{gap:8px;display:grid}.hf-product-reference-group h3 span{color:#e4ae45;font-size:11px}.hf-product-reference-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:10px;display:grid}.hf-product-reference-card{cursor:pointer;background:#0e1926;border:1px solid #2a4054;border-radius:10px;gap:5px;padding:8px;display:grid;position:relative}.hf-product-reference-card.is-selected{border-color:#2ed7ef;box-shadow:0 0 0 1px #2ed7ef}.hf-product-reference-card input{position:absolute;top:8px;right:8px}.hf-product-reference-card img{aspect-ratio:1;object-fit:contain;background:#f2f4f5;border-radius:7px;width:100%}.hf-product-reference-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.hf-product-reference-card span{color:#869bad;font-size:11px}.hf-product-reference-card.is-readonly{cursor:default;opacity:.8}.hf-product-flow-dialog>footer{background:#0b1420;border-top:1px solid #263749;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex;position:sticky;bottom:0}.hf-product-flow-dialog>footer button{color:#e7f0f8;background:#142130;border:1px solid #33495d;border-radius:9px;min-height:40px;padding:0 16px}.hf-product-flow-dialog>footer .hf-primary{color:#04131b;background:#00a8c7;border-color:#0ebbd8;font-weight:900}.hf-listing-final-preview{background:#101b28;border:1px solid #2a4054;border-radius:12px;align-items:center;gap:15px;margin:20px;padding:14px;display:flex}.hf-listing-final-preview img{aspect-ratio:1;object-fit:contain;background:#f4f5f6;border-radius:8px;width:112px}.hf-listing-final-preview div{gap:5px;display:grid}.hf-listing-final-preview span{color:#91a4b7}.hf-listing-target-picker{gap:7px;margin:0 20px 20px;display:grid}.hf-listing-target-picker span{font-weight:800}.hf-listing-target-picker select{color:#e9f2fa;background:#101b28;border:1px solid #34495d;border-radius:9px;min-height:46px;padding:0 12px}.hf-add-listing-final-button{z-index:4;color:#8eeeff;opacity:0;background:#031923eb;border:1px solid #18bfd9;border-radius:7px;min-height:28px;font-size:11px;font-weight:850;transition:all .16s;position:absolute;bottom:30px;left:7px;right:7px;transform:translateY(4px)}.hf-gallery-card:hover .hf-add-listing-final-button,.hf-gallery-card:focus-within .hf-add-listing-final-button{opacity:1;transform:none}.hf-gallery-card{cursor:pointer;position:relative}.hf-gallery-card[role=button]:focus{outline-offset:2px;outline:2px solid #36d8ee}@media (max-width:800px){.hf-product-flow-columns{grid-template-columns:1fr}}.hf-product-flow-dialog{box-sizing:border-box;width:min(980px,100vw - 32px);max-height:calc(100dvh - 32px)}.hf-product-flow-dialog.is-cleanup{width:min(640px,100vw - 32px)}.hf-cleanup-dialog-body{gap:18px;padding:22px;display:grid}.hf-cleanup-warning{color:#ffd2d6;background:#7518222e;border:1px solid #ff707a52;border-radius:11px;align-items:flex-start;gap:12px;padding:14px;display:flex}.hf-cleanup-warning svg{color:#ff7f89;flex:none}.hf-cleanup-warning div{gap:4px;display:grid}.hf-cleanup-warning span{color:#cdaeb1}.hf-cleanup-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.hf-cleanup-stats div{background:#101b28;border:1px solid #2c4053;border-radius:10px;gap:5px;padding:14px;display:grid}.hf-cleanup-stats span{color:#91a4b7;font-size:11px}.hf-cleanup-stats strong{font-size:22px}.hf-cleanup-confirmation{gap:8px;display:grid}.hf-cleanup-confirmation span{color:#b9c8d5}.hf-cleanup-confirmation input{color:#f4f8fb;background:#07111b;border:1px solid #3c5062;border-radius:9px;min-height:44px;padding:0 12px;font-weight:800}.hf-product-flow-dialog>footer .hf-cleanup-danger{color:#fff;background:#8a2531;border-color:#9d3440;align-items:center;gap:8px;font-weight:900;display:inline-flex}.hf-product-flow-dialog>footer .hf-cleanup-danger:hover:not(:disabled){background:#a92e3c}.hf-product-flow-dialog>footer .hf-cleanup-danger:disabled{opacity:.45;cursor:not-allowed}@media (max-width:640px){.hf-cleanup-stats{grid-template-columns:1fr}.hf-gallery-toolbar{flex-wrap:wrap}.hf-gallery-toolbar .hf-gallery-cleanup-button{order:3;margin-left:0}}.hf-product-flow-context{background:#0e1b29;border:1px solid #294258;border-radius:12px;gap:4px;margin:16px 20px 0;padding:14px 16px;display:grid}.hf-product-flow-context strong{overflow-wrap:anywhere;color:#f1f7fb;font-size:16px}.hf-product-flow-context span{color:#65dff1;font-size:12px}.hf-product-flow-context small{color:#91a4b7}@media (max-width:800px){.hf-product-flow-overlay{padding:16px}.hf-product-flow-dialog{width:100%;max-height:calc(100dvh - 32px)}.hf-product-flow-dialog>header{padding:16px}.hf-product-flow-dialog header h2{font-size:21px}.hf-product-flow-context{margin:12px 14px 0}.hf-product-reference-groups,.hf-product-flow-columns{padding:14px}.hf-product-flow-dialog>footer{flex-wrap:wrap;padding:12px 14px}.hf-product-flow-dialog>footer span{margin-right:auto}}
.ly-shell{color:#fff;background:radial-gradient(circle at 30% 30%,#00d2ff0d,#0000 30%),radial-gradient(circle at 70% 80%,#a050ff0a,#0000 30%),#050505;height:100%;overflow:hidden}.ly-layout{height:100%;display:flex;overflow:hidden}.ly-sidebar{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;background:#00000040;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:14px;width:380px;min-width:320px;padding:18px;display:flex;overflow-y:auto}.ly-upload-zone{cursor:pointer;background:#ffffff08 50%/cover;border:2px dashed #ffffff1f;border-radius:14px;min-height:160px;transition:border-color .2s;position:relative;overflow:hidden}.ly-upload-zone:hover{border-color:#00d2ff66}.ly-upload-zone.has-preview .ly-upload-overlay{background:#0000008c}.ly-upload-overlay{color:#fff9;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:.82rem;font-weight:600;transition:background .2s,color .2s;display:flex;position:absolute;inset:0}.ly-upload-zone:hover .ly-upload-overlay{color:#fff}.ly-upload-overlay svg{color:#00d2ffb3}.ly-settings-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:12px;padding:18px;display:flex}.ly-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-bottom:-4px;font-size:.76rem;font-weight:700;display:flex}.ly-label-value{color:#fffc;font-variant-numeric:tabular-nums;margin-left:auto}.ly-optional{text-transform:none;color:#ffffff40;font-style:italic;font-weight:500}.ly-range{appearance:none;cursor:pointer;background:#ffffff1a;border-radius:4px;outline:none;width:100%;height:4px}.ly-range::-webkit-slider-thumb{-webkit-appearance:none;cursor:grab;background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0006}.ly-range::-moz-range-thumb{cursor:grab;background:#fff;border:none;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0006}.ly-input{color:#fff;resize:vertical;background:#0000004d;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.85rem;transition:border-color .2s}.ly-input:focus{border-color:#00d2ff66}.ly-input-sm{font-variant-numeric:tabular-nums;padding:8px 10px}.ly-row{gap:12px;display:flex}.ly-field{flex-direction:column;flex:1;gap:8px;display:flex}.ly-chip-row{gap:6px;display:flex}.ly-chip{color:#ffffff80;text-transform:capitalize;cursor:pointer;background:#0000004d;border:1px solid #ffffff14;border-radius:8px;flex:1;padding:7px 0;font-size:.78rem;font-weight:700;transition:all .15s}.ly-chip.is-active{color:#fff;background:#00d2ff1f;border-color:#00d2ff59}.ly-chip:disabled{opacity:.5;cursor:not-allowed}.ly-generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00d2ffcc,#7850ffcc);border:none;border-radius:14px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%;margin-top:4px;padding:12px 14px 11px;font-size:.92rem;font-weight:800;transition:opacity .2s;display:flex}.ly-generate-btn:hover:not(:disabled){opacity:.88}.ly-generate-btn:disabled{opacity:.4;cursor:not-allowed}.ly-generate-main{justify-content:space-between;align-items:center;gap:12px;width:100%;display:inline-flex}.ly-generate-credits{white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:2px 0 2px 8px;font-size:.8rem;font-weight:900;display:inline-flex}.ly-generate-meta{letter-spacing:.03em;text-transform:uppercase;opacity:.78;font-size:.67rem;font-weight:800}.ly-error{color:#ff8080;background:#ff3c3c1a;border:1px solid #ff3c3c33;border-radius:10px;padding:10px 14px;font-size:.82rem}.ly-error-inline{margin-top:14px}.ly-results{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;flex-direction:column;flex:1;gap:18px;min-width:0;min-height:0;padding:18px;display:flex;overflow-y:auto}.ly-section-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;flex:none;gap:14px;padding:18px;display:flex;position:relative}.ly-section-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.ly-section-head h2{letter-spacing:-.01em;margin:0;font-size:1.12rem;font-weight:800}.ly-section-kicker{letter-spacing:.08em;text-transform:uppercase;color:#00d2ffbf;margin-bottom:4px;font-size:.7rem;font-weight:800;display:inline-block}.ly-section-note{color:#ffffff73;white-space:nowrap;font-size:.78rem;font-weight:600}.ly-empty-inline,.ly-selected-empty{color:#ffffff6b;text-align:center;background:#ffffff04;border:1px dashed #ffffff14;border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:100px;padding:20px;display:flex}.ly-selected-empty{flex-direction:column;min-height:220px}.ly-selected-empty p{max-width:520px;margin:0;line-height:1.55}.ly-run-strip{scrollbar-width:thin;grid-auto-columns:minmax(260px,280px);grid-auto-flow:column;gap:12px;padding-bottom:4px;display:grid;overflow-x:auto}.ly-run-card,.ly-history-card{color:#fff;text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:12px;width:100%;padding:12px;transition:border-color .2s,background .2s,transform .2s;display:flex}.ly-history-card{min-height:110px;overflow:hidden}.ly-run-card:hover,.ly-history-card:hover{background:#ffffff09;border-color:#00d2ff3d;transform:translateY(-1px)}.ly-run-card.is-selected,.ly-history-card.is-selected{background:#00d2ff14;border-color:#00d2ff73;box-shadow:inset 0 0 0 1px #00d2ff2e}.ly-run-card-thumb,.ly-history-thumb,.ly-selected-source{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;overflow:hidden}.ly-run-card-thumb,.ly-history-thumb{width:72px;height:72px}.ly-selected-source{width:140px;height:140px}.ly-run-card-thumb img,.ly-history-thumb img,.ly-selected-source img{object-fit:cover;width:100%;height:100%}.ly-run-card-fallback{color:#00d2ff66;place-items:center;width:100%;height:100%;display:grid}.ly-run-card-body,.ly-history-body{flex-direction:column;gap:8px;min-width:0;display:flex;overflow:hidden}.ly-run-card-topline{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.ly-run-card-topline strong{text-overflow:ellipsis;white-space:nowrap;color:#ffffffdb;min-width:0;font-size:.86rem;font-weight:700;overflow:hidden}.ly-run-card-body span,.ly-history-body span{color:#ffffff85;font-size:.78rem}.ly-history-body>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.ly-run-status{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.ly-run-status.is-queued{color:#78e1fff2;background:#00d2ff1f}.ly-run-status.is-processing{color:#ffd75ef2;background:#ffc4001f}.ly-run-status.is-completed{color:#81ffacf2;background:#3add761f}.ly-run-status.is-failed{color:#ff9191f2;background:#ff50501f}.ly-selected-panel{min-height:320px;overflow:visible}.ly-selected-summary{align-items:stretch;gap:18px;display:flex}.ly-selected-metrics{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ly-selected-stat{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;justify-content:center;gap:6px;padding:14px 16px;display:flex}.ly-selected-stat span{text-transform:uppercase;letter-spacing:.05em;color:#ffffff73;font-size:.73rem;font-weight:700}.ly-selected-stat strong{color:#ffffffe0;font-size:.95rem}.ly-history-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));align-items:stretch;gap:12px;display:grid}.ly-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.ly-card{aspect-ratio:1;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;transition:border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.ly-card.is-pending{border-color:#00d2ff26;animation:3s ease-in-out infinite ly-card-glow;box-shadow:0 0 20px #00d2ff0d}@keyframes ly-card-glow{0%,to{border-color:#00d2ff1a;box-shadow:0 0 12px #00d2ff0a}50%{border-color:#00d2ff40;box-shadow:0 0 24px #00d2ff14}}.ly-card.has-image img{object-fit:contain;background:repeating-conic-gradient(#ffffff0a 0% 25%,#0000 0% 50%) 0 0/20px 20px;width:100%;height:100%}.ly-download{z-index:2;color:#fff;opacity:0;cursor:pointer;background:#0009;border:none;border-radius:8px;place-items:center;width:32px;height:32px;padding:0;transition:opacity .15s,background .15s;display:grid;position:absolute;top:8px;right:8px}.ly-download:hover{background:#000000d9}.ly-card:hover .ly-download{opacity:1}.ly-skeleton{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ly-skeleton-shimmer{background:linear-gradient(110deg,#00d2ff05 0%,#00d2ff0f 20%,#00d2ff1f 50%,#00d2ff0f 80%,#00d2ff05 100%) 0 0/250% 100%;animation:2s ease-in-out infinite ly-shimmer;position:absolute;inset:0}@keyframes ly-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ly-skeleton-content{color:#00d2ffb3;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:0 16px;font-size:.8rem;font-weight:600;display:flex;position:relative}.ly-skeleton-ring{width:56px;height:56px;position:relative}.ly-skeleton-ring:before{content:"";border:2.5px solid #00d2ff1a;border-radius:50%;position:absolute;inset:0}.ly-skeleton-ring:after{content:"";border:2.5px solid #00d2ffb3;border-color:#00d2ffb3 #00d2ff4d #0000 #0000;border-radius:50%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite ly-ring-spin;position:absolute;inset:0}.ly-skeleton-ring svg{color:#00d2ff80;animation:2s ease-in-out infinite ly-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ly-ring-spin{to{transform:rotate(360deg)}}@keyframes ly-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.ly-failed-content{color:#ff6464cc;text-align:center;background:#ff28280f;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:.78rem;display:flex;position:absolute;inset:0}.ly-failed-content strong{font-size:.85rem}.ly-card-caption{background:linear-gradient(#0000,#000000b3);justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:.75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.ly-card-caption strong{color:#fffc}.ly-card-caption span{color:#fff6}.ly-card.is-pending .ly-card-caption span{color:#00d2ff80}.ly-card.is-pending .ly-card-caption strong{color:#00d2ffb3}.ly-spin{animation:1s linear infinite ly-spin-anim}@keyframes ly-spin-anim{to{transform:rotate(360deg)}}@media (max-width:1120px){.ly-selected-summary{flex-direction:column}.ly-selected-source{width:100%;max-width:220px;height:220px}}@media (max-width:800px){.ly-layout{flex-direction:column}.ly-sidebar{border-bottom:1px solid #ffffff0f;border-right:0;width:100%;min-width:0;max-height:55vh}.ly-results{padding:14px}.ly-section-head{flex-direction:column}.ly-selected-metrics{grid-template-columns:1fr}.ly-run-strip{grid-auto-columns:minmax(220px,240px)}}
