:root{--color-bg-primary: #000000;--color-bg-card: #121212;--color-bg-input: #1A1A1A;--color-bg-elevated: #242424;--color-border: #252525;--color-border-hover: #3A3A3A;--color-border-focus: #FFFFFF;--color-text-primary: #FFFFFF;--color-text-secondary: #6D6D6D;--color-text-muted: #808080;--color-accent: #FFFFFF;--color-accent-hover: #E5E5E5;--color-accent-soft: rgba(255, 255, 255, .05);--color-accent-medium: rgba(255, 255, 255, .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-display-size: 36px;--text-display-weight: 700;--text-display-tracking: -.02em;--text-heading-size: 26px;--text-heading-weight: 700;--text-label-size: 12px;--text-label-weight: 600;--text-label-tracking: .1em;--text-body-size: 14px;--text-body-weight: 400;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--shadow-accent: 0 4px 16px rgba(255, 255, 255, .15);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}.text-display{font-size:var(--text-display-size);font-weight:var(--text-display-weight);letter-spacing:var(--text-display-tracking);color:var(--color-text-primary)}.text-heading{font-size:var(--text-heading-size);font-weight:var(--text-heading-weight);color:var(--color-text-primary)}.text-label{font-size:var(--text-label-size);font-weight:var(--text-label-weight);letter-spacing:var(--text-label-tracking);text-transform:uppercase;color:var(--color-text-secondary)}.text-body{font-size:var(--text-body-size);font-weight:var(--text-body-weight);color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-body-size);font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition-normal);cursor:pointer;border:1px solid transparent}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-text-primary);color:var(--color-bg-primary);border-color:var(--color-text-primary)}.btn-primary:hover:not(:disabled){background:#e5e5e5;border-color:#e5e5e5}.btn-secondary{background:var(--color-bg-primary);color:var(--color-text-primary);border-color:var(--color-border)}.btn-secondary:hover:not(:disabled){border-color:var(--color-text-secondary)}.btn-accent{background:var(--color-accent);color:var(--color-text-primary);border-color:var(--color-accent)}.btn-accent:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.btn-icon{padding:var(--spacing-sm);background:transparent;color:var(--color-text-secondary);border:none}.btn-icon:hover:not(:disabled){color:var(--color-text-primary);background:var(--color-bg-elevated)}.input{width:100%;padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-body-size);color:var(--color-text-primary);background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color var(--transition-normal);outline:none}.input::placeholder{color:var(--color-text-secondary)}.input:focus{border-color:var(--color-border-focus)}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-lg)}.card-elevated{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-lg)}.selection-card{position:relative;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:border-color var(--transition-normal)}.selection-card:hover{border-color:var(--color-text-secondary)}.selection-card.selected{border-color:var(--color-accent)}.selection-card .check-indicator{position:absolute;top:var(--spacing-sm);right:var(--spacing-sm);width:24px;height:24px;border-radius:var(--radius-full);background:var(--color-accent);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-fast)}.selection-card.selected .check-indicator{opacity:1}.file-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:var(--spacing-xl);background:var(--color-bg-input);border:2px dashed var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--transition-normal)}.file-upload:hover{border-color:var(--color-accent)}.file-upload .upload-icon{color:var(--color-text-secondary)}.file-upload .upload-text{font-size:var(--text-body-size);color:var(--color-text-secondary)}.file-upload .upload-hint{font-size:var(--text-label-size);color:var(--color-text-muted)}.segmented-control{display:flex;gap:var(--spacing-xs);padding:4px;background:var(--color-bg-input);border-radius:var(--radius-sm)}.segmented-control .segment{flex:1;padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-body-size);font-weight:500;color:var(--color-text-secondary);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all var(--transition-fast)}.segmented-control .segment:hover{color:var(--color-text-primary)}.segmented-control .segment.active{background:var(--color-bg-elevated);color:var(--color-text-primary)}.select{position:relative;width:100%}.select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-body-size);color:var(--color-text-primary);background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--transition-normal)}.select-trigger:hover{border-color:var(--color-text-secondary)}.select-trigger .chevron{color:var(--color-text-secondary);transition:transform var(--transition-fast)}.select.open .select-trigger .chevron{transform:rotate(180deg)}.select-dropdown{position:absolute;top:calc(100% + var(--spacing-xs));left:0;right:0;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:50;max-height:240px;overflow-y:auto}.select-option{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--text-body-size);color:var(--color-text-primary);cursor:pointer;transition:background var(--transition-fast)}.select-option:hover{background:var(--color-bg-input)}.select-option.selected{background:var(--color-accent-soft);color:var(--color-accent)}:root{--red: #e63946;--red-bright: #ff4d5e;--red-deep: #b82a36;--red-soft: rgba(230, 57, 70, .12);--red-glow: rgba(230, 57, 70, .35)}.hero-grid-bg{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,#000 40%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,#000 40%,transparent 80%)}.feature-glow-line{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--red-glow),transparent);opacity:0;transition:opacity .3s ease}.group:hover .feature-glow-line{opacity:1}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff40}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{animation:shimmer 1.5s ease-in-out infinite}button{font:inherit;color:inherit;border:0;background:transparent;padding:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.rlx-shell{height:100vh;min-height:100vh;background:#f5f1eb;color:#1c1b19;display:flex;flex-direction:column;overflow:hidden}.rlx-header{height:72px;padding:0 32px;border-bottom:1px solid rgba(35,32,28,.12);background:#f5f1ebeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);align-items:center;gap:24px;flex-shrink:0;z-index:20}.rlx-brand{display:inline-flex;align-items:center;gap:12px;justify-self:start;border:0;background:transparent}.rlx-back-btn{display:inline-flex;align-items:center;gap:6px;justify-self:start;padding:8px 14px;border-radius:999px;background:#fffaf3cc;border:1px solid rgba(35,32,28,.1);color:#322d27;font-size:13px;font-weight:800;cursor:pointer;transition:.16s ease}.rlx-back-btn:hover{border-color:#cf2f3b73;color:#cf2f3b;background:#fffaf3}.rlx-header-project{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;min-width:0}.rlx-header-project .rlx-kicker{font-size:10.5px;color:#8a8177;letter-spacing:.4px;margin:0}.rlx-header-project h2{font-size:15px;font-weight:820;color:#322d27;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(48vw,480px)}.rlx-brand img{width:42px;height:42px;object-fit:contain}.rlx-brand span{display:flex;flex-direction:column;line-height:1.1}.rlx-brand strong{font-size:13.5px;font-weight:800;letter-spacing:.2px}.rlx-brand em{color:#8a8177;font-size:10.5px;font-style:normal;text-transform:uppercase}.rlx-nav{background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:999px;padding:5px;display:flex;gap:4px}.rlx-nav-item{height:36px;min-width:86px;border-radius:999px;border:0;background:transparent;color:#635b53;font-size:14px;transition:.16s ease}.rlx-nav-item.is-active{background:#1f2926;color:#fffaf3}.rlx-account{justify-self:end;display:flex;align-items:center;gap:8px}.rlx-account-menu-wrap{position:relative}.rlx-account-menu-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:79;cursor:default}.rlx-account-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:80;min-width:138px;padding:6px;border:1px solid rgba(35,32,28,.12);border-radius:12px;background:#fffaf3;box-shadow:0 18px 44px #1f292624}.rlx-account-menu-item{width:100%;min-height:38px;padding:0 10px;border-radius:8px;display:flex;align-items:center;gap:8px;color:#5d554d;font-size:13px;font-weight:750;transition:.16s ease}.rlx-account-menu-item:hover{background:#cf2f3b14}.rlx-account-menu-item.danger{color:#b82731}.rlx-main{flex:1;overflow-y:auto}.rlx-shell:has(.rlx-home-hero){background:#f7f6f3}.rlx-shell:has(.rlx-home-hero) .rlx-header{background:#f5f1ebeb}.rlx-home-hero{padding:24px 4.2vw 30px;background:#f7f6f3}.rlx-home-hero .rlx-hero-showcase{min-height:clamp(360px,48vh,520px);width:100%;perspective:none;--showcase-card-left: 0px;--showcase-card-width: 100%}.rlx-home-hero .rlx-showcase-hitbox{top:0;right:0;bottom:0;left:0;height:auto}.rlx-home-hero .rlx-showcase-main{position:relative;inset:auto;width:100%;height:clamp(350px,47vh,510px);transform:none;border-radius:8px;border:1px solid rgba(35,32,28,.12);box-shadow:0 18px 46px #1f29261c;overflow:hidden}.rlx-home-hero .rlx-showcase-card-inner{border-radius:inherit}.rlx-home-hero .rlx-showcase-main img{filter:saturate(.86) contrast(.94)}.rlx-home-hero .rlx-showcase-panel{display:none}.rlx-home-hero .rlx-hero-showcase.is-swapped .rlx-showcase-main,.rlx-home-hero .rlx-hero-showcase.is-restored .rlx-showcase-main{animation:none;transform:none;box-shadow:none}.rlx-banner-track{display:flex;height:100%;will-change:transform}.rlx-banner-slide{position:relative;flex:0 0 auto;height:100%}.rlx-banner-slide>img{width:100%;height:100%;object-fit:cover;display:block}.rlx-home-banner-copy{position:absolute;left:32px;bottom:38px;display:grid;gap:6px;color:#fffaf3;text-shadow:0 2px 18px rgba(0,0,0,.45)}.rlx-home-banner-copy span{font-size:12px;font-weight:850;letter-spacing:.12em}.rlx-home-banner-copy strong{font-size:clamp(24px,3.2vw,42px);font-weight:850;letter-spacing:0}.rlx-home-banner-dots{position:absolute;left:32px;bottom:18px;display:flex;gap:7px}.rlx-home-banner-dots button{width:24px;height:3px;border-radius:999px;background:#ffffff7a}.rlx-home-banner-dots button.is-active{background:#fff}.rlx-home-materials{padding:0 4.2vw 58px;background:#f7f6f3}.rlx-home-category-tabs{position:sticky;top:0;z-index:8;display:flex;flex-wrap:wrap;gap:6px;margin:0 0 20px;padding:8px 0;border:0;border-radius:0!important;background:#f7f6f3f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 18px #1f29260a}.rlx-home-category-tabs button{min-height:34px;padding:0 15px;color:#625a52;font-size:14px;font-weight:800;border-radius:0;border:1px solid transparent;transition:.16s ease}.rlx-home-category-tabs button:hover{color:#b82731;background:#cf2f3b12}.rlx-home-category-tabs button.is-active{color:#1f2926;background:#f2d5da;border-color:#cf2f3b33;border-radius:4px;box-shadow:none}.rlx-home-masonry{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:76px;grid-auto-flow:dense;gap:20px}.rlx-home-material-card{position:relative;min-height:0;border-radius:0!important;border:1px solid rgba(25,25,25,.28);background:#fffaf3;overflow:hidden;cursor:pointer;transition:.18s ease}.rlx-home-material-card:hover{border-color:#cf2f3b7a;transform:translateY(-2px);box-shadow:0 16px 36px #1f29261c}.rlx-home-material-card.span-1,.rlx-home-material-card.span-5{grid-row:span 3}.rlx-home-material-card.span-2,.rlx-home-material-card.span-4{grid-row:span 5}.rlx-home-material-card.span-3{grid-row:span 2}.rlx-home-material-card img{width:100%;height:100%;object-fit:cover;display:block}.rlx-home-material-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#b9afa4;background:#ebe4da}.rlx-home-material-meta{position:absolute;left:0;right:0;bottom:0;padding:38px 14px 14px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.62) 100%);color:#fff;display:grid;gap:4px;opacity:0;transition:.18s ease}.rlx-home-material-card:hover .rlx-home-material-meta{opacity:1}.rlx-home-material-meta span{font-size:12px;font-weight:800;color:#f4d7dc}.rlx-home-material-meta strong{font-size:17px;font-weight:850}.rlx-home-material-meta em{color:#ffffffc2;font-size:12px;font-style:normal;font-weight:750}.rlx-home-material-more{display:flex;justify-content:center;padding-top:28px}.rlx-primary-btn,.rlx-secondary-btn,.rlx-ghost-btn,.rlx-credit,.rlx-avatar,.rlx-text-btn,.rlx-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-weight:700;transition:.16s ease;white-space:nowrap}.rlx-primary-btn{min-height:46px;padding:0 20px;background:linear-gradient(135deg,#e63946,#cf2f3b 58%,#b82731);color:#fff;box-shadow:0 12px 26px #cf2f3b33}.rlx-primary-btn:hover{background:linear-gradient(135deg,#f04450,#cf2f3b 48%,#a9222c);transform:translateY(-1px);box-shadow:0 16px 34px #cf2f3b42}.rlx-primary-btn.small{min-height:38px}.rlx-primary-btn.full{width:100%}.rlx-secondary-btn,.rlx-ghost-btn{min-height:40px;padding:0 15px;border:1px solid rgba(35,32,28,.14);background:#fffaf3;color:#1f2926}.rlx-secondary-btn:hover,.rlx-ghost-btn:hover{border-color:#cf2f3b6b;color:#b82731;background:#fffaf3f5}.rlx-credit{height:40px;padding:0 13px;border:1px solid rgba(168,136,85,.32);background:linear-gradient(180deg,#fffaf3,#f7efe2);color:#4c3a1f;box-shadow:inset 0 1px #ffffffb8}.rlx-credit svg{color:#b8872f}.rlx-credit span{color:#8a8177;font-size:12px;font-weight:750}.rlx-credit strong{color:#1f2926;font-size:14px;font-weight:850;font-variant-numeric:tabular-nums}.rlx-credit:hover{border-color:#a8885594;transform:translateY(-1px)}.rlx-avatar{height:44px;padding:4px 12px 4px 5px;border:1px solid rgba(35,32,28,.12);background:#fffaf3c7;color:#1f2926;border-radius:999px}.rlx-avatar:hover{background:#fffaf3;border-color:#cf2f3b47;transform:translateY(-1px)}.rlx-avatar-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#1f2926;color:#fffaf3;flex:0 0 auto}.rlx-avatar-text{display:grid;gap:1px;text-align:left;line-height:1.05}.rlx-avatar-text strong{max-width:112px;color:#1f2926;font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis}.rlx-avatar-text em{color:#8a8177;font-size:11px;font-style:normal;font-weight:650}.rlx-text-btn{color:#cf2f3b}.rlx-back{color:#5d554d;margin-bottom:18px}.rlx-hero{min-height:max(620px,calc(100vh - 72px));position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.82fr);gap:56px;align-items:center;padding:58px 6vw 64px;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#fffaf3f5,#f1ebe2f0),#f5f1eb}.rlx-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(207,47,59,.08),transparent 42%),linear-gradient(0deg,#f5f1eb,#f5f1eb00 28%)}.rlx-hero-copy{max-width:760px;color:#1c1b19;padding-bottom:0}.rlx-eyebrow,.rlx-kicker{color:#cf2f3b;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rlx-hero-copy h1{margin:14px 0 18px;max-width:760px;font-size:clamp(44px,6vw,76px);line-height:1.02;font-weight:850;letter-spacing:0}.rlx-hero-copy p:not(.rlx-eyebrow){max-width:620px;color:#5d554d;font-size:19px;line-height:1.8}.rlx-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.rlx-hero-stats{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:620px}.rlx-hero-stats span{min-height:78px;padding:14px 16px;border-radius:8px;border:1px solid rgba(35,32,28,.1);background:#fffaf3b8;display:grid;align-content:center;gap:5px}.rlx-hero-stats strong{color:#1f2926;font-size:22px;line-height:1}.rlx-hero-stats em{color:#7b7369;font-size:12px;font-style:normal;font-weight:750}.rlx-hero-showcase{position:relative;min-height:500px;perspective:1000px;--showcase-card-left: 28px;--showcase-card-width: calc(100% - var(--showcase-card-left))}.rlx-showcase-hitbox{position:absolute;left:calc(var(--showcase-card-left) + 26px);right:0;top:-28px;height:430px;z-index:3;cursor:pointer}.rlx-showcase-main,.rlx-showcase-panel{position:absolute;left:var(--showcase-card-left);right:auto;box-sizing:border-box;border-radius:16px;width:var(--showcase-card-width);transform-style:preserve-3d}.rlx-showcase-main{top:0;height:430px;border:1px solid rgba(35,32,28,.14);background:#fffaf3;box-shadow:0 30px 90px #1f29262e;z-index:2;transform:translate(26px,-28px);pointer-events:none}.rlx-showcase-card-inner{width:100%;height:100%;box-sizing:border-box;border-radius:inherit;overflow:hidden;background:#fffaf3;transform:rotate(0);transform-origin:center;transition:transform .92s cubic-bezier(.22,1,.36,1)}.rlx-showcase-main img,.rlx-showcase-card-inner>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .68s cubic-bezier(.2,.8,.2,1)}.rlx-showcase-caption{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:10px;background:#fffaf3e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;gap:4px}.rlx-showcase-caption span{color:#b82731;font-size:12px;font-weight:850}.rlx-showcase-caption strong{color:#1c1b19;font-size:15px}.rlx-showcase-panel{bottom:0;border:1px solid rgba(35,32,28,.12);background:#fffaf3;box-shadow:0 24px 70px #1f292629;z-index:5;transform:translate(0);pointer-events:auto}.rlx-showcase-panel .rlx-showcase-card-inner{padding:18px}.rlx-showcase-panel-head{display:flex;align-items:center;gap:8px;color:#b82731;font-size:13px;font-weight:850;margin-bottom:14px}.rlx-showcase-flow{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#7b7369;font-size:12px;font-weight:800}.rlx-showcase-flow span{height:28px;padding:0 12px;border-radius:999px;background:#f5f1eb;display:inline-flex;align-items:center}.rlx-showcase-examples{display:grid;gap:8px}.rlx-showcase-examples span{min-height:38px;padding:8px 10px;border-radius:8px;background:#f5f1eb;display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center}.rlx-showcase-examples strong{color:#b82731;font-size:12px;font-weight:900}.rlx-showcase-examples em{color:#1c1b19;font-size:13px;font-style:normal;font-weight:800}.rlx-showcase-assets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.rlx-showcase-assets button{min-width:0;border-radius:8px;overflow:hidden;background:#f5f1eb;border:1px solid rgba(35,32,28,.08);text-align:left}.rlx-showcase-assets img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.rlx-showcase-assets span{display:block;padding:8px;color:#1c1b19;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rlx-hero-showcase.is-swapped .rlx-showcase-main{animation:rlxBgCardForward .62s cubic-bezier(.4,0,.2,1) forwards;box-shadow:0 36px 110px #1f29263d}.rlx-hero-showcase.is-restored .rlx-showcase-main{animation:rlxBgCardBackward .62s cubic-bezier(.4,0,.2,1) forwards}.rlx-hero-showcase.is-swapped .rlx-showcase-main img{transform:none}.rlx-hero-showcase.is-swapped .rlx-showcase-panel{animation:rlxSampleCardBackward .62s cubic-bezier(.4,0,.2,1) forwards;box-shadow:0 12px 34px #1f29261a}.rlx-hero-showcase.is-restored .rlx-showcase-panel{animation:rlxSampleCardForward .62s cubic-bezier(.4,0,.2,1) forwards}@keyframes rlxBgCardForward{0%{transform:translate(26px,-28px);z-index:2}50%{transform:translate(-52px,-76px);z-index:6}to{transform:translate(0);z-index:6}}@keyframes rlxBgCardBackward{0%{transform:translate(0);z-index:6}50%{transform:translate(-52px,-76px);z-index:6}to{transform:translate(26px,-28px);z-index:2}}@keyframes rlxSampleCardBackward{0%{transform:translate(0);z-index:5}50%{transform:translate(58px,72px);z-index:1}to{transform:translate(26px,-28px);z-index:1}}@keyframes rlxSampleCardForward{0%{transform:translate(26px,-28px);z-index:1}50%{transform:translate(58px,72px);z-index:1}to{transform:translate(0);z-index:5}}.rlx-section,.rlx-page{padding:56px 6vw}.rlx-page{min-height:calc(100vh - 72px)}.rlx-page:has(.rlx-workbench-layout){padding:0}.rlx-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px;position:relative}.rlx-section-head:before{content:"";width:36px;height:3px;border-radius:999px;background:#cf2f3b;position:absolute;left:0;top:-14px}.rlx-section-head.compact{align-items:center;margin-bottom:16px}.rlx-section-head h2{margin-top:7px;font-size:clamp(28px,3vw,44px);line-height:1.1;font-weight:820}.rlx-module-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.rlx-module-card{min-height:238px;border-radius:8px;padding:22px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);text-align:left;display:flex;flex-direction:column;align-items:flex-start;transition:.18s ease;position:relative;overflow:hidden}.rlx-module-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#e63946,#e639461f);opacity:.78}.rlx-module-card:hover{transform:translateY(-3px);border-color:#cf2f3b73;box-shadow:0 18px 50px #cf2f3b24}.rlx-module-card svg{color:#cf2f3b;margin-bottom:34px}.rlx-module-card span{color:#b82731;font-size:11px;font-weight:800;text-transform:uppercase}.rlx-module-card strong{margin-top:8px;font-size:20px}.rlx-module-card p{margin-top:12px;color:#6b6259;line-height:1.7}.rlx-material-grid,.rlx-project-grid,.rlx-asset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:max-content;gap:16px}.rlx-material-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.rlx-material-card,.rlx-project-card,.rlx-asset-card{border-radius:8px;overflow:hidden;background:#fffaf3;border:1px solid rgba(35,32,28,.1);text-align:left;position:relative;transition:.18s ease}.rlx-material-card{border-radius:0}.rlx-material-card:hover,.rlx-project-card:hover,.rlx-asset-card:hover{border-color:#cf2f3b52;box-shadow:0 16px 42px #cf2f3b1a}.rlx-material-card img,.rlx-project-cover img,.rlx-asset-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.rlx-project-cover.is-empty{width:100%;aspect-ratio:4 / 3;background:radial-gradient(circle at 30% 28%,rgba(207,47,59,.07),transparent 35%),radial-gradient(circle at 75% 78%,rgba(31,41,38,.06),transparent 35%),linear-gradient(180deg,#f5f1eb,#ede4d6)}.rlx-project-cover-empty{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#a8a094}.rlx-project-cover-empty svg{opacity:.7}.rlx-project-cover-empty span{font-size:12px;font-weight:800;letter-spacing:.5px;color:#8a8177!important}.rlx-material-card>div,.rlx-project-card>div:not(.rlx-project-cover),.rlx-asset-card>div{padding:16px}.rlx-material-card span,.rlx-project-card span,.rlx-asset-card span{color:#b82731;font-size:12px;font-weight:750}.rlx-material-card h3,.rlx-project-card h3,.rlx-asset-card strong{display:block;margin-top:8px;font-size:18px;font-weight:780}.rlx-material-card p,.rlx-project-card p,.rlx-asset-card p{margin-top:8px;color:#6b6259;font-size:14px}.rlx-material-card footer,.rlx-project-card footer,.rlx-asset-card footer{padding:0 16px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.rlx-asset-card{border-radius:10px;aspect-ratio:4 / 3}.rlx-asset-img-btn{display:block;width:100%;height:100%;padding:0;border:0;background:#ede7dc;cursor:zoom-in}.rlx-asset-img-btn .rlx-asset-thumb{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;display:block}.rlx-asset-hover-actions{position:absolute;top:8px;right:8px;display:flex;gap:6px;opacity:0;transform:translateY(-4px);transition:.16s ease;pointer-events:none}.rlx-asset-card:hover .rlx-asset-hover-actions{opacity:1;transform:translateY(0);pointer-events:auto}.rlx-asset-hover-actions button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:0;background:#23201cb3;color:#fffaf3;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:.14s ease}.rlx-asset-hover-actions button:hover{background:#cf2f3b}.rlx-asset-filter-select{display:inline-flex;align-items:center;gap:8px}.rlx-asset-filter-select>span{font-size:12px;font-weight:800;color:#8a8177}.rlx-asset-filter-select select{min-height:34px;padding:0 30px 0 12px;border-radius:9px;background:#fffaf3;border:1px solid rgba(35,32,28,.14);color:#322d27;font-size:13px;font-weight:760;cursor:pointer;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238a8177' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 10px center;transition:.16s ease}.rlx-asset-filter-select select:hover,.rlx-asset-filter-select select:focus{border-color:#cf2f3b73}.rlx-asset-page-summary{display:block;margin-top:4px;color:#9b9287;font-size:12px;font-weight:760}.rlx-asset-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin:18px 0 2px;flex-wrap:wrap}.rlx-asset-pagination button{min-width:76px;height:34px;border-radius:9px;border:1px solid rgba(35,32,28,.12);background:#fffaf3;color:#322d27;font-size:13px;font-weight:820;cursor:pointer;transition:.16s ease}.rlx-asset-pagination button.page-number{min-width:34px;width:34px;padding:0}.rlx-asset-pagination button.page-number.is-active,.rlx-asset-pagination button.page-number.is-active:disabled{border-color:#cf2f3b;background:#cf2f3b;color:#fffaf3;opacity:1}.rlx-asset-pagination button:hover:not(:disabled){border-color:#cf2f3b66;color:#cf2f3b}.rlx-asset-pagination button:disabled{cursor:not-allowed;opacity:.45}.rlx-asset-pagination span{min-width:58px;text-align:center;color:#8a8177;font-size:13px;font-weight:820}.rlx-asset-pagination span.ellipsis{min-width:16px;color:#b4ab9d}.rlx-material-card footer{padding:14px 0 0}.rlx-material-card em{color:#a88855;font-size:12px;font-style:normal}.rlx-fav{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#fffaf3e6;color:#cf2f3b;display:grid;place-items:center}.rlx-search{min-width:360px;height:46px;padding:0 16px;background:#fffaf3;border:1px solid rgba(35,32,28,.12);border-radius:999px;color:#8a8177;display:flex;align-items:center;gap:10px}.rlx-filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.rlx-filter-bar button{height:38px;padding:0 14px;border-radius:999px;background:#fffaf3;border:1px solid rgba(35,32,28,.12);color:#5d554d;font-weight:700}.rlx-filter-bar button:hover{border-color:#cf2f3b57;color:#b82731}.rlx-filter-bar button.is-active{background:#1c1b19;border-color:#1c1b19;color:#fffaf3}.rlx-discover-material-page .rlx-section-head{margin-bottom:18px}.rlx-material-category-filter{position:sticky;top:0;z-index:9;gap:6px;padding:8px 0;margin:0 0 20px;border:0;border-radius:0;background:#f7f6f3f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 18px #1f29260a}.rlx-material-category-filter button{min-height:34px;padding:0 15px;border-radius:0;border:1px solid transparent;background:transparent;color:#5d554d;font-weight:800;font-size:14px;transition:.16s ease}.rlx-material-category-filter button:hover{background:#cf2f3b12;color:#b82731}.rlx-material-category-filter button.is-active{background:#f2d5da;color:#1f2926;border-color:#cf2f3b33;border-radius:4px;box-shadow:none}.rlx-load-more-sentinel{min-height:54px;display:grid;place-items:center;color:#8a8177;font-size:13px;font-weight:750}.rlx-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rlx-store-card{border-radius:8px;overflow:hidden;background:#fffaf3;border:1px solid rgba(35,32,28,.1);transition:.18s ease}.rlx-store-card:hover{border-color:#cf2f3b47;box-shadow:0 16px 42px #23201c14;transform:translateY(-1px)}.rlx-store-cover{position:relative}.rlx-store-cover img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.rlx-store-cover-ph{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#efe7db,#e2d6c5)}.rlx-store-cover span{position:absolute;left:12px;top:12px;height:26px;padding:0 10px;border-radius:999px;background:#1c1b19b8;color:#fffaf3;display:inline-flex;align-items:center;font-size:11px;font-weight:800}.rlx-store-body{padding:14px;display:grid;gap:12px}.rlx-store-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.rlx-store-head h3{margin:0;color:#1c1b19;font-size:18px;font-weight:860}.rlx-store-head p,.rlx-store-focus{margin:5px 0 0;color:#8a8177;font-size:12px;font-weight:740}.rlx-store-head strong{flex:0 0 auto;height:26px;padding:0 9px;border-radius:999px;background:#f5f1eb;color:#b82731;display:inline-flex;align-items:center;font-size:12px}.rlx-store-focus{margin:0;line-height:1.55}.rlx-store-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rlx-store-items button{min-width:0;border-radius:8px;overflow:hidden;background:#f5f1eb;border:1px solid rgba(35,32,28,.08);text-align:left;display:grid;gap:5px;padding-bottom:8px}.rlx-store-items img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.rlx-store-items span,.rlx-store-items strong,.rlx-store-items em{margin:0 8px}.rlx-store-items span{color:#b82731;font-size:10px;font-weight:820}.rlx-store-items strong{color:#1c1b19;font-size:12px;font-weight:820;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-store-items em{color:#8a8177;font-size:10px;font-style:normal;font-weight:760}.rlx-filter-bar.mini{margin-bottom:0}.rlx-filter-bar.mini button{height:32px;font-size:12px;display:inline-flex;align-items:center;gap:6px}.rlx-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:9px;background:#23201c14;color:#6b6259;font-size:11px;font-style:normal;font-weight:700;line-height:1}.rlx-filter-bar button.is-active .rlx-filter-count{background:#ffffff40;color:inherit}.rlx-detail,.rlx-studio-layout,.rlx-workbench-layout{display:grid;gap:18px}.rlx-detail{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:stretch;max-width:1200px;margin-inline:auto}.rlx-detail-gallery,.rlx-detail-panel,.rlx-input-panel,.rlx-result-panel,.rlx-workbench-side,.rlx-asset-flow{background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:8px}.rlx-detail-gallery{padding:12px;display:flex;flex-direction:column}.rlx-detail-gallery.is-multi{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:stretch}.rlx-stage-wrap{position:relative;flex:1;min-height:0;display:flex}.rlx-detail-stage{position:relative;width:100%;flex:1;min-height:360px;max-height:70vh;border-radius:6px;cursor:crosshair;background:#f5f1eb;overflow:hidden}.rlx-detail-stage>img{width:100%;height:100%;object-fit:contain;border-radius:6px;display:block}.rlx-zoom-lens{position:absolute;border:1px solid rgba(35,32,28,.55);background:#fffaf352;box-shadow:0 0 0 9999px #23201c1f;pointer-events:none;border-radius:2px;z-index:4}.rlx-zoom-pane{position:absolute;top:0;left:calc(100% + 16px);border-radius:8px;border:1px solid rgba(35,32,28,.12);background-color:#fffaf3;box-shadow:0 18px 40px #23201c29;pointer-events:none;z-index:30}@media(max-width:1024px){.rlx-zoom-lens,.rlx-zoom-pane{display:none}.rlx-detail-stage{cursor:default}}.rlx-detail-gallery>.rlx-home-material-placeholder{width:100%;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#f5f1eb;color:#b8aa97}.rlx-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.rlx-detail-gallery.is-multi .rlx-thumbs{display:flex;flex-direction:column;gap:8px;margin-top:0}.rlx-thumb-item{padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;background:#f5f1eb;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;outline:none}.rlx-thumb-item:hover{transform:translateY(-2px);box-shadow:0 6px 14px #23201c1f}.rlx-thumb-item.is-active{border-color:#cf2f3b;box-shadow:0 0 0 1px #cf2f3b40}.rlx-thumb-item>img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.rlx-detail-panel{padding:28px;display:flex;flex-direction:column}.rlx-detail-panel h2{margin-top:8px;font-size:38px;font-weight:830}.rlx-detail-desc{margin-top:14px;color:#6b6259;line-height:1.8}.rlx-price{margin-top:20px;font-size:28px;color:#cf2f3b;font-weight:850}.rlx-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}.rlx-specs span,.rlx-material-list span{padding:12px;border-radius:6px;background:#f5f1eb;color:#5d554d}.rlx-spec-list{margin:22px 0;padding:18px 20px;border-radius:10px;background:#faf6f0;border:1px solid #eadfd0;display:flex;flex-direction:column;gap:12px}.rlx-spec-row{display:grid;grid-template-columns:80px 1fr;gap:14px;align-items:flex-start;line-height:1.6}.rlx-spec-row dt{font-size:13px;color:#9a8f80;letter-spacing:.5px;padding-top:2px}.rlx-spec-row dd{margin:0;color:#3f3a33;font-size:15px;word-break:break-word}.rlx-spec-row dd.rlx-spec-price{font-size:24px;font-weight:800;color:#cf2f3b;line-height:1.2}.rlx-spec-tags{display:flex;flex-wrap:wrap;gap:6px}.rlx-spec-tags span{padding:4px 10px;border-radius:999px;background:#f0e7d8;color:#5d554d;font-size:13px}.rlx-spec-chips{display:flex;flex-wrap:wrap;gap:8px}.rlx-spec-chip{display:flex;align-items:center;gap:6px;padding:3px 12px 3px 3px;border:1.5px solid #e2d6c2;border-radius:999px;background:#fffaf3;cursor:pointer;transition:border-color .16s ease,background .16s ease}.rlx-spec-chip:not(:has(img)){padding:5px 12px}.rlx-spec-chip>img{width:24px;height:24px;border-radius:999px;object-fit:cover;display:block}.rlx-spec-chip>span{font-size:13px;color:#5d554d}.rlx-spec-chip:hover{border-color:#cf2f3b}.rlx-spec-chip.is-active{border-color:#cf2f3b;background:#fbeceb}.rlx-spec-chip.is-active>span{color:#cf2f3b;font-weight:700}.rlx-spec-params{display:flex;flex-wrap:wrap;gap:6px 16px}.rlx-spec-params span{font-size:14px;color:#3f3a33}.rlx-spec-params span>i{font-style:normal;color:#9a8f80;margin-right:5px}.rlx-supplier-lock{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:auto;padding:16px;border-radius:8px;background:linear-gradient(135deg,#1f2926,#442227);color:#fffaf3}.rlx-supplier-lock p{margin-top:4px;color:#fffaf3b8;font-size:13px}.rlx-supplier-lock button{background:#fffaf3;color:#b82731;border-radius:999px;padding:10px 14px;font-weight:800}.rlx-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.rlx-project-card{transition:.16s ease}.rlx-project-card:hover{transform:translateY(-2px)}.rlx-project-card footer strong{color:#cf2f3b}.rlx-workbench-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:18px}.rlx-workbench-head:has(+.rlx-workbench-layout){margin-bottom:0;padding:0 18px 0 74px;min-height:0;height:0;overflow:hidden;background:#f5f1eb;color:#1c1b19}.rlx-workbench-head:has(+.rlx-workbench-layout) .rlx-kicker{display:none}.rlx-workbench-head:has(+.rlx-workbench-layout) h2{color:#1c1b19;font-size:15px}.rlx-workbench-head:has(+.rlx-workbench-layout) .rlx-workbench-back{background:#fffaf3;border-color:#23201c1a;color:#5d554d}.rlx-workbench-head>div{text-align:center}.rlx-workbench-head .rlx-credit{justify-self:end}.rlx-workbench-back{justify-self:start;height:34px;padding:0 12px 0 10px;border-radius:999px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);color:#5d554d;display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:800;transition:.16s ease}.rlx-workbench-back:hover{color:#cf2f3b;border-color:#cf2f3b47;transform:translate(-2px)}.rlx-workbench-layout{grid-template-columns:150px minmax(0,1fr);gap:0;align-items:stretch;min-height:calc(100vh - 72px);background:#f5f1eb;border-radius:0;overflow:hidden}.rlx-workbench-side{padding:14px 12px;height:calc(100vh - 72px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-right-color:#23201c14;border-radius:0}.rlx-workbench-side::-webkit-scrollbar{display:none}.rlx-wb-asset{display:flex;align-items:center;gap:9px;width:100%;padding:11px 12px;border-radius:10px;background:#f5f1eb;border:1px solid rgba(35,32,28,.1);color:#322d27;font-size:13px;font-weight:800;cursor:pointer;transition:.15s ease}.rlx-wb-asset svg{flex:0 0 auto;color:#8a8177;transition:color .15s ease}.rlx-wb-asset:hover{border-color:#cf2f3b52}.rlx-wb-asset.is-active{background:#cf2f3b;border-color:#cf2f3b;color:#fffaf3}.rlx-wb-asset.is-active svg{color:#fffaf3}.rlx-kicker.workbench-create{margin-top:16px;padding:12px 12px 0;border-top:1px solid rgba(35,32,28,.08);color:#b3aa9d;font-size:11px;font-weight:800;letter-spacing:1.2px}.rlx-wb-head{display:flex;align-items:center;gap:9px;width:100%;padding:9px 10px;margin-top:2px;border-radius:8px;background:transparent;color:#322d27;font-size:13px;font-weight:780;text-align:left;cursor:pointer;transition:background .14s ease,color .14s ease}.rlx-wb-head>span{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rlx-wb-head-icon{flex:0 0 auto;color:#cf2f3b}.rlx-wb-head:hover{background:#f3efe8}.rlx-wb-head.has-active{color:#cf2f3b}.rlx-wb-head-leaf.is-active{background:#cf2f3b1a;color:#cf2f3b}.rlx-wb-chevron{flex:0 0 auto;color:#b9b1a5;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.rlx-wb-head.is-collapsed .rlx-wb-chevron{transform:rotate(-90deg)}.rlx-wb-group{margin-top:2px}.rlx-wb-group-body{position:relative;overflow:hidden;max-height:600px;margin-top:2px;padding-top:2px;padding-bottom:2px;opacity:1;transform:translateY(0);transition:max-height .28s cubic-bezier(.2,.8,.2,1),margin-top .22s cubic-bezier(.2,.8,.2,1),padding-top .22s cubic-bezier(.2,.8,.2,1),padding-bottom .22s cubic-bezier(.2,.8,.2,1),opacity .2s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.rlx-wb-group-body.is-collapsed{max-height:0;margin-top:0;padding-top:0;padding-bottom:0;opacity:0;transform:translateY(-4px);pointer-events:none}.rlx-wb-group-body:before{content:"";position:absolute;left:14px;top:4px;bottom:4px;width:1px;background:linear-gradient(180deg,#cf2f3b2e,#cf2f3b0a);border-radius:1px;opacity:1;transition:opacity .2s ease}.rlx-wb-group-body.is-collapsed:before{opacity:0}.rlx-wb-item{position:relative;display:flex;align-items:center;gap:9px;width:100%;padding:7px 10px 7px 26px;margin-bottom:1px;border:1px solid transparent;border-radius:8px;background:transparent;color:#6b6359;font-size:12.5px;font-weight:600;letter-spacing:.1px;text-align:left;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.rlx-wb-item>span{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rlx-wb-item-icon{flex:0 0 auto;color:#c0b8ac;transition:color .16s ease,transform .16s ease}.rlx-wb-item:hover{background:#f6f1e9;border-color:#ece4d6;color:#2a2622}.rlx-wb-item:hover .rlx-wb-item-icon{color:#cf2f3b;transform:scale(1.05)}.rlx-wb-item.is-active{background:linear-gradient(90deg,#cf2f3b1f,#cf2f3b0a);border-color:#cf2f3b38;color:#cf2f3b;font-weight:720}.rlx-wb-item.is-active .rlx-wb-item-icon{color:#cf2f3b;transform:scale(1.05)}.rlx-wb-item.is-active:before{content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:3px;height:16px;border-radius:2px;background:#cf2f3b;box-shadow:0 0 0 3px #cf2f3b14}.rlx-workbench-module{margin-top:5px;position:relative}.rlx-workbench-module-btn{width:100%;min-height:50px;border-radius:7px;background:transparent;display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:4px;padding:7px 3px;font-weight:760;text-align:center;transition:.16s ease}.rlx-workbench-module-btn:hover,.rlx-workbench-module.is-expanded .rlx-workbench-module-btn{background:#f5f1eb;box-shadow:none;transform:none}.rlx-workbench-module.is-active .rlx-workbench-module-btn{color:#cf2f3b;background:#f5f1eb;box-shadow:inset 0 0 0 1px #cf2f3b2e}.rlx-workbench-module.is-active .rlx-workbench-module-btn strong{color:#cf2f3b}.rlx-workbench-module-btn svg{color:#cf2f3b;flex:0 0 auto}.rlx-workbench-module-btn span{display:grid;gap:0;min-width:0;justify-items:center}.rlx-workbench-module-btn strong{color:#1c1b19;font-size:12px;line-height:1.2;white-space:nowrap}.rlx-workbench-module-btn em{display:none}.rlx-workbench-chevron{display:none;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.rlx-workbench-module.is-expanded .rlx-workbench-chevron{transform:rotate(180deg)}.rlx-workbench-submenu{display:grid;position:absolute;left:calc(100% + 8px);top:0;z-index:30;width:132px;gap:6px;max-height:none;opacity:0;overflow:visible;padding:8px;border:1px solid rgba(35,32,28,.1);border-radius:8px;background:#fffaf3;box-shadow:0 16px 42px #1f292624;transform:translate(-4px);transition:max-height .26s cubic-bezier(.2,.8,.2,1),opacity .18s ease,padding .26s cubic-bezier(.2,.8,.2,1),transform .26s cubic-bezier(.2,.8,.2,1);pointer-events:none}.rlx-workbench-module:hover .rlx-workbench-submenu,.rlx-workbench-module.is-expanded .rlx-workbench-submenu{opacity:1;transform:translate(0);pointer-events:auto}.rlx-workbench-submenu button{min-height:44px;border-radius:8px;padding:6px 10px;display:flex;align-items:center;gap:9px;color:#4f473f;background:transparent;text-align:left;transition:.16s ease}.rlx-workbench-submenu button:hover{color:#cf2f3b;background:#cf2f3b14}.rlx-workbench-submenu button.is-active{color:#cf2f3b;background:#cf2f3b1a}.rlx-workbench-submenu button>svg{flex-shrink:0}.rlx-workbench-submenu button>span{display:flex;flex-direction:column;gap:1px;min-width:0}.rlx-workbench-submenu strong{font-size:12px;font-weight:800;white-space:nowrap}.rlx-workbench-submenu em{display:block;font-style:normal;font-size:10.5px;font-weight:700;color:#8a8177;white-space:nowrap}.rlx-workbench-submenu button.is-active em{color:#cf2f3bb3}.rlx-project-library-entry{padding:0 0 8px;border-bottom:1px solid rgba(35,32,28,.08)}.rlx-project-library-entry button{width:100%;min-height:48px;border-radius:7px;background:transparent;display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:4px;padding:7px 3px;color:#1c1b19;text-align:center;transition:.16s ease}.rlx-project-library-entry button:hover,.rlx-project-library-entry.is-active button{color:#cf2f3b;background:#f5f1eb}.rlx-project-library-entry svg{color:currentColor;flex:0 0 auto}.rlx-project-library-entry span{min-width:0;display:grid;gap:0}.rlx-project-library-entry strong{color:inherit;font-size:12px;font-weight:860;white-space:nowrap}.rlx-project-library-entry em{color:#8a8177;font-size:11px;font-style:normal;font-weight:760;line-height:1.35}.rlx-project-library-entry.is-active em{color:#8a8177}.rlx-workbench-stage{height:680px;display:grid;grid-template-columns:252px minmax(0,1fr);gap:8px}.rlx-project-overview{height:clamp(680px,calc(100vh - 96px),1100px);box-sizing:border-box;min-width:0;padding:18px;overflow:auto;scrollbar-width:none;background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:8px}.rlx-project-overview .rlx-asset-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rlx-project-overview .rlx-asset-card>img,.rlx-project-overview .rlx-asset-card>.rlx-asset-thumb{width:100%;aspect-ratio:4 / 3;height:auto;object-fit:cover;display:block;background:#f1ece5}.rlx-project-overview .rlx-asset-card>div{padding:10px 10px 8px}.rlx-project-overview .rlx-asset-card strong{font-size:13px}.rlx-project-overview .rlx-asset-card p{font-size:11px}.rlx-project-overview .rlx-asset-card footer{padding:0 10px 10px}.rlx-project-overview .rlx-asset-card footer button{width:28px;height:28px}.rlx-asset-card-generating{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;background:#f7f3ee;border:1px dashed #d8cfc2}.rlx-asset-generating-body{display:flex;flex-direction:column;align-items:center;gap:6px;color:#9a8f7d}.rlx-asset-generating-body span{font-size:12px}.rlx-asset-generating-body small{font-size:11px;color:#b6ab98}.rlx-spin{animation:spin .9s linear infinite}.rlx-project-overview::-webkit-scrollbar{display:none}.rlx-material-workbench{position:relative;min-width:0;height:calc(100vh - 72px);display:block;background:#f5f1eb;overflow:visible}.rlx-tool-panel.material{position:absolute;left:50%;right:auto;bottom:24px;transform:translate(-50%);z-index:20;width:min(820px,calc(100% - 56px));min-height:132px;max-height:none;overflow:visible;display:grid;grid-template-columns:88px 88px minmax(280px,1fr) auto;align-items:stretch;gap:12px;padding:12px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:14px;color:#1c1b19;box-shadow:0 22px 70px #1f29262e}.rlx-tool-panel.material.elevation-3col,.rlx-tool-panel.material.rlx-proposal-panel{grid-template-columns:88px minmax(280px,1fr) auto}.rlx-tool-panel.material.inspiration-3col{grid-template-columns:124px minmax(280px,1fr) auto}.rlx-tool-panel.material.cad-panel{width:min(900px,calc(100% - 56px));min-height:148px;grid-template-columns:104px 104px minmax(380px,1fr) auto;align-items:center;gap:14px;padding:14px}.rlx-tool-panel.material.cad-panel.cad-panel-no-reference{width:min(800px,calc(100% - 56px));grid-template-columns:104px minmax(420px,1fr) auto}.rlx-mat-tile.reference .rlx-proposal-tile-badge{position:absolute;right:4px;bottom:4px;padding:1px 5px;background:#0000008c;color:#fff;font-size:10px;font-weight:600;border-radius:3px;letter-spacing:.5px}.rlx-proposal-more-chip{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border-radius:7px;background:#f5f1eb;border:1px solid rgba(35,32,28,.1);color:#5d554d;font-size:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.rlx-proposal-more-chip:hover{border-color:#23201c4d;background:#ebe4d8}.rlx-proposal-more-chip.has-value{border-color:#cf2f3b;color:#cf2f3b}.rlx-proposal-more-chip em{font-style:normal;font-size:11px;font-weight:700;opacity:.7}.rlx-proposal-refs-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;padding:4px 16px;overflow-y:auto;align-content:start}.rlx-proposal-ref-card{position:relative;aspect-ratio:4 / 3;border-radius:8px;overflow:hidden;background:#fff;border:1px solid rgba(35,32,28,.12)}.rlx-proposal-ref-card img{width:100%;height:100%;object-fit:cover;display:block}.rlx-proposal-ref-card>button{position:absolute;top:6px;right:6px;width:22px;height:22px;background:#0000008c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;line-height:18px}.rlx-proposal-ref-card>button:hover{background:#000000c7}.rlx-proposal-ref-add{border-style:dashed;border-color:#23201c47;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#888}.rlx-proposal-ref-add:hover{border-color:#23201c80;color:#444}.rlx-proposal-ref-add span{font-size:12px;display:flex;align-items:center;gap:4px}.rlx-proposal-ref-add em{font-style:normal;font-size:10px;color:#b45309;background:#fef3e2;padding:1px 5px;border-radius:3px;font-weight:500}.rlx-proposal-fields-stack{flex:1;display:flex;flex-direction:column;gap:12px;padding:4px 16px;overflow-y:auto}.rlx-proposal-field{display:flex;flex-direction:column;gap:5px}.rlx-proposal-field-label{font-size:12px;color:#555;display:flex;align-items:center;gap:6px;font-weight:500}.rlx-proposal-field-label em{background:#fef3e2;color:#b45309;font-style:normal;font-size:10px;padding:1px 5px;border-radius:3px;font-weight:500}.rlx-proposal-field textarea{width:100%;resize:vertical;min-height:70px;padding:8px 10px;border:1px solid rgba(35,32,28,.15);border-radius:6px;font-size:13px;color:#1c1b19;background:#fff;font-family:inherit;line-height:1.55;box-sizing:border-box}.rlx-proposal-field textarea:focus{outline:none;border-color:#cf2f3b}.rlx-proposal-field textarea::placeholder{color:#b0a89c}.rlx-proposal-modal-hint{margin:0;padding:10px 16px 4px;font-size:11px;color:#999;line-height:1.5}.rlx-proposal-record-summary{margin:0;padding:6px 4px 4px;font-size:12px;color:#6a6157;line-height:1.6;word-break:break-word}.rlx-space-style-records .rlx-tool-empty-output,.rlx-inspiration-output-stage .rlx-tool-empty-output,.rlx-tool-canvas.material .rlx-tool-empty-output{top:33%!important}.rlx-empty-dropzone{position:absolute;left:50%;top:33%;transform:translate(-50%,-50%);width:min(440px,calc(100% - 64px));padding:36px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:14px;border:2px dashed rgba(207,47,59,.4);background:#fffaf3b8;color:#6a6157;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.rlx-empty-dropzone:hover{border-color:#cf2f3bd9;background:#fff5e8eb;transform:translate(-50%,-50%) scale(1.01)}.rlx-empty-dropzone>svg{color:#cf2f3b;opacity:.85}.rlx-empty-dropzone strong{font-size:18px;font-weight:700;color:#1c1b19;letter-spacing:.5px;margin-top:6px}.rlx-empty-dropzone p{font-size:13px;color:#6a6157;line-height:1.6;margin:0;max-width:320px}.rlx-empty-dropzone em{font-style:normal;font-size:11px;color:#a39a8e;letter-spacing:.5px;margin-top:4px}.rlx-records-bottom-spacer{grid-column:1 / -1;width:100%;height:320px;pointer-events:none}.rlx-space-style-records .rlx-inspiration-history,.rlx-inspiration-output-stage .rlx-inspiration-history{grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:14px;padding:14px}.rlx-space-style-records .rlx-inspiration-history-card,.rlx-inspiration-output-stage .rlx-inspiration-history-card{border:1px solid rgba(35,32,28,.08);background:#fffaf3;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #1f29260a;display:flex;flex-direction:column}.rlx-space-style-records .rlx-inspiration-history-card header,.rlx-inspiration-output-stage .rlx-inspiration-history-card header{padding:10px 12px;border-bottom:1px solid rgba(35,32,28,.06)}.rlx-space-style-records .rlx-inspiration-result-grid,.rlx-inspiration-output-stage .rlx-inspiration-result-grid{flex:1;padding:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:1fr;align-items:stretch;gap:10px}.rlx-space-style-records .rlx-inspiration-result,.rlx-inspiration-output-stage .rlx-inspiration-result{border-radius:6px;background:transparent!important;border:0!important}.rlx-space-style-records .rlx-inspiration-main-preview,.rlx-inspiration-output-stage .rlx-inspiration-main-preview{max-height:280px;background:transparent!important}.rlx-space-style-records .rlx-inspiration-main-preview img,.rlx-inspiration-output-stage .rlx-inspiration-main-preview img{object-fit:contain!important;background:transparent!important}.rlx-space-style-records .rlx-inspiration-result,.rlx-inspiration-output-stage .rlx-inspiration-result{display:flex;flex-direction:column;min-height:140px}.rlx-space-style-records .rlx-inspiration-result-state,.rlx-inspiration-output-stage .rlx-inspiration-result-state{flex:1;height:auto;min-height:140px}.rlx-inspo-asset-stack{display:flex;align-items:center;justify-content:center;width:100%;padding:0 6px}.rlx-inspo-asset-thumb{width:46px;height:46px;border-radius:9px;border:2px solid #fffaf3;background:#ece7df;overflow:hidden;flex-shrink:0;box-shadow:0 2px 7px #1f29262e}.rlx-inspo-asset-thumb:not(:first-child){margin-left:-14px}.rlx-inspo-asset-thumb img{width:100%;height:100%;object-fit:cover}.rlx-inspo-asset-more{display:flex;align-items:center;justify-content:center;background:#322d27;color:#fffaf3;font-size:12.5px;font-weight:820}.rlx-tool-panel.material .rlx-tool-panel-head{display:none}.rlx-tool-panel.material .rlx-tool-panel-head h3,.rlx-tool-panel.material .rlx-tool-upload>strong,.rlx-tool-panel.material .rlx-tool-control>strong{color:#1c1b19}.rlx-tool-panel.material .rlx-kicker{color:#cf2f3b}.rlx-tool-upload-box.material{min-height:96px;max-height:116px;cursor:pointer;background:#fffaf3;border-color:#cf2f3b52;color:#8a8177;overflow:hidden}.rlx-tool-upload-box.material:hover{border-color:#cf2f3b94;background:#fff6ec}.rlx-tool-upload-box.material.has-image{height:116px;padding:0;background:#fffaf3}.rlx-tool-upload-box.material img{width:100%;height:100%;object-fit:contain}.rlx-material-toggle{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border-radius:12px;background:#ede7dc;border:1px solid rgba(35,32,28,.08)}.rlx-material-toggle button{min-height:36px;border-radius:8px;color:#5d554d;font-size:12px;font-weight:800;transition:.16s ease}.rlx-material-toggle button.is-active{background:#cf2f3b;color:#fffaf3;box-shadow:0 8px 18px #cf2f3b2e}.rlx-tool-panel.material .rlx-tool-chip-grid button{background:#ede7dc;color:#5d554d;border:1px solid transparent}.rlx-tool-panel.material .rlx-tool-control{align-self:start}.rlx-tool-panel.material .rlx-tool-upload,.rlx-tool-panel.material .rlx-tool-control,.rlx-tool-panel.material .rlx-tool-action{min-width:0;padding:10px;border-radius:8px;background:#f5f1eb;border:1px solid rgba(35,32,28,.05)}.rlx-tool-panel.material .rlx-tool-action{margin-top:0;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}.rlx-tool-panel.material .rlx-tool-upload>strong,.rlx-tool-panel.material .rlx-tool-control>strong,.rlx-tool-panel.space-style .rlx-tool-control>strong{font-size:11px;font-weight:850;color:#6b6259}.rlx-tool-panel.material .rlx-tool-chip-grid button.is-active{background:#fffaf3;color:#cf2f3b;border-color:#cf2f3b66;box-shadow:inset 3px 0 #cf2f3b}.rlx-material-editor-btn,.rlx-material-selected{min-height:42px;border-radius:8px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);color:#5d554d;font-size:12px;font-weight:800;transition:.16s ease}.rlx-material-editor-btn:not(:disabled):hover,.rlx-material-selected:hover{color:#cf2f3b;border-color:#cf2f3b59;transform:translateY(-1px)}.rlx-material-selected.has-material{color:#cf2f3b;border-color:#cf2f3b73;background:#fff6ec}.rlx-material-selected-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;align-items:center;padding:8px;border-radius:8px;background:#fffaf3;border:1px solid rgba(35,32,28,.08)}.rlx-tool-panel.material .rlx-material-selected-card{grid-template-columns:36px minmax(0,1fr);padding:6px}.rlx-tool-panel.material .rlx-material-selected-card img,.rlx-tool-panel.material .rlx-material-selected-card .rlx-material-color{width:36px;height:36px}.rlx-material-selected-card img,.rlx-material-selected-card .rlx-material-color{width:46px;height:46px;border-radius:7px;object-fit:cover}.rlx-material-selected-card div:last-child{min-width:0;display:grid;gap:3px}.rlx-material-selected-card strong{color:#1c1b19;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-material-selected-card span{color:#8a8177;font-size:11px;font-weight:760}.rlx-material-setting-groups{display:grid;gap:10px}.rlx-tool-panel.material .rlx-material-setting-groups{gap:8px}.rlx-material-setting-groups>div{display:grid;gap:6px}.rlx-material-setting-groups span{color:#7b7369;font-size:11px;font-weight:800}.rlx-material-segment{display:grid;gap:6px;padding:4px;border-radius:9px;background:#ede7dc;border:1px solid rgba(35,32,28,.08)}.rlx-material-segment.three{grid-template-columns:repeat(3,minmax(0,1fr))}.rlx-material-segment.four{grid-template-columns:repeat(4,minmax(0,1fr))}.rlx-material-segment button{min-height:34px;border-radius:7px;color:#5d554d;font-size:12px;font-weight:820;transition:.16s ease}.rlx-material-segment button:hover{background:#fffaf3b8}.rlx-material-segment button.is-active{background:#fffaf3;color:#cf2f3b;box-shadow:inset 0 0 0 1px #cf2f3b6b}.rlx-tool-canvas.material{position:absolute;left:28px;right:28px;top:24px;height:min(46vh,360px);min-height:300px;background:#fffaf3;border-color:#23201c14;overflow:hidden}.rlx-tool-panel.material .rlx-primary-btn.is-generating{position:relative;overflow:hidden}.rlx-tool-panel.material .rlx-primary-btn.is-generating:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,250,243,.35),transparent);transform:translate(-100%);animation:rlxButtonSweep 1.1s linear infinite}@keyframes rlxButtonSweep{to{transform:translate(100%)}}.rlx-material-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:max-content;gap:12px;padding:16px;max-height:100%;overflow-y:auto;align-content:start}.rlx-material-result-card{position:relative;overflow:hidden;border-radius:12px;border:1px solid rgba(35,32,28,.12);background:#fffaf3;min-height:0;height:238px;display:flex;flex-direction:column}.rlx-material-result-preview{position:relative;height:168px;border:0;border-radius:0;padding:0;background:#efe8dc;overflow:hidden;cursor:zoom-in}.rlx-material-result-preview img{width:100%;height:100%;object-fit:cover;display:block}.rlx-material-result-preview span{position:absolute;left:50%;top:50%;transform:translate(-50%,-44%);height:32px;padding:0 12px;border-radius:999px;background:#1c1b19c7;color:#fffaf3;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;opacity:0;transition:.16s ease}.rlx-material-result-preview:hover span{opacity:1;transform:translate(-50%,-50%)}.rlx-material-result-info{min-height:70px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.rlx-material-result-info>div{min-width:0;display:grid;gap:3px}.rlx-material-result-info strong{color:#1c1b19;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-material-result-info span{color:#8a8177;font-size:11px;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-material-result-loading,.rlx-material-result-error{flex:1;min-height:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px;text-align:center}.rlx-material-result-loading svg{color:#cf2f3b;animation:rlxSpinPulse 1.2s ease-in-out infinite}.rlx-material-result-loading strong,.rlx-material-result-error strong{color:#1c1b19;font-size:15px}.rlx-material-result-loading span,.rlx-material-result-error span{color:#8a8177;font-size:12px;line-height:1.5}.rlx-material-result-card.is-error{border-color:#cf2f3b42;background:#fff6ec}.rlx-material-result-card.is-loading{background:linear-gradient(135deg,#fffaf3eb,#f5f1ebeb),repeating-linear-gradient(45deg,rgba(207,47,59,.05) 0 10px,transparent 10px 20px)}@keyframes rlxSpinPulse{0%,to{transform:rotate(0) scale(1);opacity:.65}50%{transform:rotate(180deg) scale(1.1);opacity:1}}.rlx-material-result-info button{flex:0 0 auto;height:32px;padding:0 10px;border-radius:999px;background:#1c1b19;color:#fffaf3;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;transition:.16s ease}.rlx-material-result-info button:hover{background:#cf2f3b}.rlx-material-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;background:#1c1b19b8;display:flex;align-items:center;justify-content:center;padding:32px}.rlx-material-preview-modal{position:relative;max-width:min(980px,92vw);max-height:88vh;padding:12px;border-radius:12px;background:#fffaf3;box-shadow:0 24px 80px #1c1b1947}.rlx-material-preview-modal img{display:block;max-width:100%;max-height:calc(88vh - 24px);object-fit:contain;border-radius:8px}.rlx-material-preview-modal button{position:absolute;right:18px;top:18px;height:32px;padding:0 12px;border-radius:999px;background:#1c1b19c7;color:#fffaf3;font-size:12px;font-weight:800}.rlx-inspiration-workbench,.rlx-space-style-workbench{position:relative;min-width:0;height:calc(100vh - 72px);display:block;background:#f5f1eb;overflow:visible}.rlx-tool-panel.space-style,.rlx-space-style-records{height:auto;min-height:0;border-radius:8px;border:1px solid rgba(35,32,28,.08);background:#f5f1eb;color:#1c1b19}.rlx-tool-panel.space-style{position:absolute;left:50%;bottom:24px;z-index:20;width:min(900px,calc(100% - 72px));max-height:270px;transform:translate(-50%);overflow:auto;padding:12px;display:grid;grid-template-columns:160px minmax(210px,1fr) minmax(320px,1.2fr) 200px;align-items:stretch;gap:12px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:12px;box-shadow:0 22px 70px #1f29262e}.rlx-tool-panel.space-style .rlx-tool-action{margin-top:0}.rlx-tool-action.space-style{position:static;margin:0;padding:10px;border:0;border-radius:8px;background:#f5f1eb;box-shadow:none}.rlx-tool-panel.space-style .rlx-tool-panel-head{display:none}.rlx-tool-panel.space-style .rlx-tool-control{min-width:0;padding:10px;border-radius:8px;background:#f5f1eb;border:1px solid rgba(35,32,28,.05)}.rlx-tool-panel.space-style .rlx-kicker{color:#cf2f3b}.rlx-space-style-records{position:absolute;left:28px;right:28px;top:24px;height:min(46vh,360px);min-height:300px;background:#fffaf3;min-width:0;overflow:hidden;display:flex;flex-direction:column;position:relative}.rlx-space-upload,.rlx-space-custom-style{position:relative;min-height:136px;border-radius:8px;border:1px dashed rgba(207,47,59,.32);background:#fffaf3;color:#8a8177;display:grid;place-items:center;align-content:center;gap:7px;overflow:hidden;cursor:pointer;text-align:center;transition:.16s ease}.rlx-space-upload:hover,.rlx-space-custom-style:hover{border-color:#cf2f3b94;background:#fff6ec}.rlx-space-upload input,.rlx-space-custom-style input{display:none}.rlx-space-upload.has-image{height:154px;min-height:154px}.rlx-space-upload img,.rlx-space-custom-style img{width:100%;height:100%;object-fit:contain;display:block}.rlx-space-upload.has-image span{position:absolute;left:8px;right:8px;bottom:8px;height:26px;border-radius:999px;background:#1c1b19b8;color:#fffaf3;display:grid;place-items:center;font-size:11px;font-weight:800}.rlx-space-upload em{font-style:normal;font-size:11px;font-weight:760}.rlx-inspiration-source-tabs.compact{margin-bottom:0}.rlx-space-style-grid{max-height:188px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;scrollbar-width:none}.rlx-space-style-grid::-webkit-scrollbar{display:none}.rlx-space-style-grid button{position:relative;min-width:0;height:82px;border-radius:8px;overflow:hidden;border:1px solid rgba(35,32,28,.1);background:#fffaf3;transition:.16s ease}.rlx-space-style-grid button.is-active{border-color:#cf2f3b8c;box-shadow:0 0 0 2px #cf2f3b1f}.rlx-space-style-grid img{width:100%;height:100%;object-fit:cover}.rlx-space-style-grid span{position:absolute;left:6px;right:6px;bottom:6px;color:#fffaf3;font-size:10px;font-weight:820;text-shadow:0 1px 8px rgba(0,0,0,.68);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-space-custom-style{min-height:112px}.rlx-space-custom-style.has-image{height:124px;padding:0}.rlx-space-text-input{width:100%;height:40px;border:1px solid rgba(35,32,28,.1);border-radius:8px;background:#fffaf3;color:#1c1b19;padding:0 10px;outline:none;font-size:12px;font-weight:780}.rlx-arch-scope-desc{margin-top:2px;color:#8a8177;font-size:10px;font-style:normal;font-weight:720;line-height:1.45}.rlx-mood-region{min-height:48px;border-radius:8px;border:1px solid rgba(35,32,28,.1);background:#fffaf3;color:#1c1b19;display:grid;gap:3px;padding:9px 10px;text-align:left}.rlx-mood-region.is-active{border-color:#cf2f3b7a;background:#fff6ec;box-shadow:inset 3px 0 #cf2f3b}.rlx-mood-region strong{font-size:12px}.rlx-mood-region span{color:#8a8177;font-size:10px}.rlx-mood-slot-grid{display:grid;gap:8px}.rlx-mood-slot-grid button{min-height:68px;border-radius:8px;overflow:hidden;border:1px dashed rgba(207,47,59,.28);background:#fffaf3;color:#8a8177;font-size:13px;font-weight:860}.rlx-mood-slot-grid button.is-active{border-style:solid;border-color:#cf2f3b8c;box-shadow:0 0 0 2px #cf2f3b1a}.rlx-mood-slot-grid img{width:100%;height:100%;object-fit:cover;display:block}.rlx-mood-upload-btn{min-height:34px;border-radius:7px;background:#ede7dc;color:#5d554d;font-size:12px;font-weight:820;display:grid;place-items:center;cursor:pointer}.rlx-mood-upload-btn input{display:none}.rlx-material-segment.two{grid-template-columns:repeat(2,minmax(0,1fr))}.rlx-tool-panel.inspiration,.rlx-inspiration-records{height:100%;min-height:680px;border-radius:8px;border:1px solid rgba(35,32,28,.08);background:#f5f1eb;color:#1c1b19}.rlx-tool-panel.inspiration{padding:18px;display:flex;flex-direction:column;gap:16px}.rlx-tool-panel.inspiration .rlx-tool-action{margin-top:0}.rlx-tool-panel.inspiration .rlx-kicker{color:#cf2f3b}.rlx-tool-panel.inspiration .rlx-tool-panel-head h3,.rlx-tool-panel.inspiration .rlx-tool-control>strong{color:#1c1b19}.rlx-material-toggle.inspiration button.is-active{background:#fffaf3;color:#cf2f3b;box-shadow:inset 0 0 0 1px #cf2f3b5c}.rlx-material-toggle.inspiration.library{margin-bottom:10px}.rlx-material-toggle.inspiration.library+.rlx-material-toggle.inspiration.library{margin-top:-4px}.rlx-inspiration-scene{width:100%;min-height:66px;resize:none;border:0;border-radius:0;background:transparent;color:#1c1b19;padding:8px 0;outline:none;font-size:13px;font-weight:760;line-height:1.7}.rlx-inspiration-scene::placeholder{color:#9f958b}.rlx-material-segment.five{grid-template-columns:repeat(5,minmax(0,1fr))}.rlx-material-segment.five button{font-size:10px}.rlx-inspiration-records{display:contents;background:transparent;border:0}.rlx-inspiration-output-stage{flex:1;min-height:0;position:relative;overflow:auto;padding:14px;background:transparent;border:0}.rlx-inspiration-selected-mini{display:grid;gap:8px}.rlx-inspiration-selected-mini article{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px;border-radius:8px;background:#fffaf3;border:1px solid rgba(35,32,28,.08)}.rlx-inspiration-selected-mini img,.rlx-inspiration-selected-mini .rlx-material-color{width:44px;height:44px;border-radius:6px;object-fit:cover}.rlx-inspiration-selected-mini span{min-width:0;color:#1c1b19;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-inspiration-selected-mini button{width:24px;height:24px;border-radius:999px;background:#f5f1eb;color:#8a8177;font-size:15px;line-height:1}.rlx-inspiration-assets-head{flex:0 0 auto;min-height:56px;padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(35,32,28,.08)}.rlx-inspiration-assets-head strong{color:#1c1b19;font-size:14px;font-weight:850}.rlx-inspiration-assets-head span{color:#cf2f3b;font-size:12px;font-weight:820}.rlx-inspiration-asset-grid{min-height:0;flex:1;overflow:auto;padding:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:10px;scrollbar-width:none}.rlx-inspiration-selected-list{flex:1;min-height:0;overflow:auto;padding:14px;display:grid;align-content:start;gap:10px;scrollbar-width:none}.rlx-inspiration-selected-list::-webkit-scrollbar{display:none}.rlx-inspiration-add-asset{min-height:52px;border-radius:8px;border:1px dashed rgba(207,47,59,.34);background:#fffaf3;color:#cf2f3b;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:850}.rlx-tool-empty-output.compact{min-height:280px}.rlx-inspiration-selected-card{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border-radius:9px;background:#fffaf3;border:1px solid rgba(35,32,28,.1)}.rlx-inspiration-selected-card img,.rlx-inspiration-selected-card .rlx-material-color{width:72px;height:72px;border-radius:7px;object-fit:cover}.rlx-inspiration-selected-card div{min-width:0;display:grid;gap:5px}.rlx-inspiration-selected-card strong{color:#1c1b19;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-inspiration-selected-card span{color:#8a8177;font-size:11px;font-weight:760}.rlx-inspiration-selected-card>button{height:30px;padding:0 10px;border-radius:999px;background:#f5f1eb;color:#8a8177;font-size:11px;font-weight:800}.rlx-tool-library.modal.inspiration{position:absolute;left:50%;right:auto;top:auto;bottom:300px;transform:translate(-50%);z-index:22;width:min(760px,calc(100% - 80px));height:min(520px,calc(100vh - 380px));min-height:390px;max-height:none;background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:10px;box-shadow:0 22px 70px #1f29262e;display:flex;flex-direction:column;overflow:hidden}.rlx-tool-library.modal.inspiration header{margin-bottom:8px}.rlx-tool-library.modal.inspiration header strong{color:#cf2f3b}.rlx-tool-library.modal.inspiration .rlx-tool-modal-close{background:#f5f1eb;color:#5d554d}.rlx-tool-library.modal.inspiration .rlx-tool-tabs{margin-bottom:10px}.rlx-inspiration-source-tabs{display:flex;align-items:center;gap:18px;margin:2px 0 12px;padding:0 2px 8px;border-bottom:1px solid rgba(35,32,28,.08)}.rlx-inspiration-source-tabs button{position:relative;height:28px;color:#8a8177;font-size:13px;font-weight:850}.rlx-inspiration-source-tabs button:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:999px;background:transparent}.rlx-inspiration-source-tabs button.is-active{color:#cf2f3b}.rlx-inspiration-source-tabs button.is-active:after{background:#cf2f3b}.rlx-tool-tabs.secondary{margin-top:-4px}.rlx-inspiration-library-grid{min-height:0;flex:1;overflow:auto;padding-right:4px;display:grid;grid-template-columns:repeat(4,minmax(132px,1fr));align-content:start;gap:12px;scrollbar-width:none}.rlx-inspiration-library-grid::-webkit-scrollbar{display:none}.rlx-inspiration-library-grid>button{position:relative;min-width:0;border-radius:7px;overflow:hidden;background:#fffaf3;border:1px solid rgba(35,32,28,.1);padding:7px;display:grid;gap:5px;text-align:left}.rlx-inspiration-library-grid>button.is-active{border-color:#cf2f3b;box-shadow:0 0 0 1px #cf2f3b47;background:#fff6ec}.rlx-inspiration-library-grid img,.rlx-inspiration-library-grid .rlx-material-color{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px}.rlx-inspiration-library-grid span{color:#1c1b19;font-size:12px;font-weight:820;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-word}.rlx-inspiration-library-grid em{color:#8a8177;font-size:10px;font-style:normal;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-word}.rlx-inspiration-asset-grid::-webkit-scrollbar{display:none}.rlx-inspiration-history::-webkit-scrollbar{width:6px}.rlx-inspiration-history::-webkit-scrollbar-thumb{background:#23201c38;border-radius:999px}.rlx-inspiration-asset-grid>button{min-width:0;border-radius:8px;overflow:hidden;background:#fffaf3;border:1px solid rgba(35,32,28,.1);text-align:left;display:grid;gap:7px;padding:7px;transition:.16s ease}.rlx-inspiration-asset-grid>button:hover,.rlx-inspiration-asset-grid>button.is-active{border-color:#cf2f3b6b;box-shadow:0 10px 26px #cf2f3b1a;transform:translateY(-1px)}.rlx-inspiration-asset-grid>button.is-active{background:#fff6ec}.rlx-inspiration-asset-grid img,.rlx-inspiration-asset-grid .rlx-material-color{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px}.rlx-inspiration-asset-grid span{color:#1c1b19;font-size:12px;font-weight:820;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-inspiration-asset-grid em{min-height:14px;color:#8a8177;font-size:10px;font-style:normal;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-inspiration-history{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;height:100%;padding:14px;display:grid;grid-auto-rows:max-content;align-content:start;gap:12px;scrollbar-width:thin}.rlx-inspiration-history-card{border-radius:10px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);overflow:hidden}.rlx-inspiration-history-card header{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(35,32,28,.08)}.rlx-inspiration-history-card header strong{color:#1c1b19;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-inspiration-history-card header span{flex:0 0 auto;color:#8a8177;font-size:10px;font-weight:760}.rlx-inspiration-result-grid{padding:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,260px));grid-auto-rows:max-content;justify-content:start;align-items:start;gap:10px}.rlx-inspiration-result{width:100%;min-height:0;border-radius:8px;overflow:hidden;border:1px solid rgba(35,32,28,.08);background:#f5f1eb;position:relative}.rlx-inspiration-result-state{height:156px;min-height:156px;display:grid;place-items:center;align-content:center;gap:8px;color:#8a8177;font-size:12px;font-weight:800}.rlx-inspiration-result-state button{height:28px;padding:0 10px;border-radius:999px;background:#1c1b19;color:#fffaf3;font-size:11px;font-weight:800}.rlx-inspiration-result.is-loading svg{color:#cf2f3b;animation:rlxSpinPulse 1.2s ease-in-out infinite}.rlx-inspiration-result-main{position:relative}.rlx-inspiration-main-preview{width:100%;aspect-ratio:4 / 3;display:block;background:#ede7dc}.rlx-inspiration-main-preview img{width:100%;height:100%;object-fit:cover;display:block}.rlx-inspiration-result footer{position:absolute;left:8px;right:8px;bottom:8px;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:6px}.rlx-inspiration-result footer button{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:28px;padding:0 9px;border-radius:999px;background:#1c1b19c7;color:#fffaf3;font-size:11px;font-weight:800;white-space:nowrap;flex-shrink:0}.rlx-inspiration-result footer button>svg{display:block;flex-shrink:0}.rlx-inspiration-result footer button:disabled{opacity:.5;cursor:not-allowed}.rlx-inspiration-dock{position:absolute;left:50%;bottom:24px;z-index:20;width:min(860px,calc(100% - 72px));transform:translate(-50%);display:grid;grid-template-columns:42px minmax(0,1fr);gap:0;border-radius:12px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);box-shadow:0 22px 70px #1f29262e;overflow:hidden}.rlx-inspiration-dock-rail{padding:12px 0;display:grid;align-content:start;justify-items:center;gap:18px;color:#8a8177;background:#f5f1eb;border-right:1px solid rgba(35,32,28,.08)}.rlx-inspiration-dock-main{min-width:0;padding:12px}.rlx-inspiration-dock-top,.rlx-inspiration-dock-bottom,.rlx-inspiration-dock-settings,.rlx-inspiration-model-chip,.rlx-dock-setting-block,.rlx-dock-segment,.rlx-dock-generate-type,.rlx-dock-mini-btn,.rlx-dock-submit,.rlx-dock-selected-assets{display:inline-flex;align-items:center}.rlx-inspiration-dock-top{width:100%;justify-content:space-between;gap:10px}.rlx-dock-generate-type{height:28px;gap:4px;padding:0 10px;border-radius:999px;background:#f5f1eb;color:#1c1b19;font-size:12px;font-weight:850}.rlx-inspiration-dock-settings{gap:5px;color:#8a8177;font-size:11px;font-weight:760}.rlx-inspiration-dock-settings span,.rlx-inspiration-dock-settings button{height:24px;padding:0 8px;border-radius:999px;background:#f5f1eb;color:#5d554d;display:inline-flex;align-items:center;gap:4px}.rlx-inspiration-dock-bottom{width:100%;justify-content:flex-start;align-items:end;gap:10px}.rlx-inspiration-dock .rlx-material-selected,.rlx-dock-mini-btn{min-height:34px;width:auto;padding:0 12px;border-radius:999px;border:0;background:#f5f1eb;color:#5d554d;font-size:12px;font-weight:800;display:inline-flex;gap:6px}.rlx-inspiration-model-chip{height:28px;padding:0 9px;gap:4px;border-radius:999px;background:#f5f1eb;color:#7b7369;font-size:11px;font-weight:800}.rlx-dock-setting-block{min-width:0;flex-direction:column;align-items:start;gap:5px}.rlx-dock-setting-block>span{color:#7b7369;font-size:10px;font-weight:850}.rlx-dock-segment{height:34px;gap:3px;padding:3px;border-radius:8px;background:#ede7dc}.rlx-dock-segment button{min-width:32px;height:28px;padding:0 7px;border-radius:6px;color:#5d554d;font-size:11px;font-weight:820}.rlx-dock-segment.wide button{min-width:38px}.rlx-dock-segment button.is-active{background:#fffaf3;color:#cf2f3b;box-shadow:inset 0 0 0 1px #cf2f3b5c}.rlx-inspiration-dock .rlx-material-selected.has-material{background:#cf2f3b14}.rlx-dock-selected-assets{min-height:30px;padding-left:4px}.rlx-dock-selected-assets img,.rlx-dock-selected-assets>span{width:30px;height:30px;margin-left:-6px;border-radius:8px;object-fit:cover;border:2px solid #fffaf3;background:#f5f1eb}.rlx-dock-submit{margin-left:auto;height:36px;min-width:46px;padding:0 14px;justify-content:center;gap:5px;border-radius:999px;background:#1c1b19;color:#fffaf3;font-size:12px;font-weight:900}.rlx-dock-submit:disabled{opacity:.64;cursor:not-allowed}.rlx-inspiration-suite-list{padding:8px;display:grid;gap:8px;background:#fffaf3}.rlx-inspiration-suite{border-radius:8px;border:1px solid rgba(35,32,28,.08);background:#f5f1eb;padding:8px}.rlx-inspiration-suite header{margin-bottom:7px;display:flex;align-items:center;justify-content:space-between}.rlx-inspiration-suite header span{color:#8a8177;font-size:11px;font-weight:800}.rlx-inspiration-suite header button{color:#cf2f3b;font-size:11px;font-weight:800}.rlx-inspiration-suite p{color:#cf2f3b;font-size:11px}.rlx-inspiration-suite-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.rlx-inspiration-suite-grid button,.rlx-inspiration-suite-loading{aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;background:#ede7dc;display:grid;place-items:center}.rlx-inspiration-suite-grid img{width:100%;height:100%;object-fit:cover}.rlx-inspiration-suite-loading svg{color:#cf2f3b;animation:rlxSpinPulse 1.2s ease-in-out infinite}.rlx-tool-library.modal.material{position:absolute;left:50%;right:auto;top:auto;bottom:166px;z-index:24;width:min(820px,calc(100% - 56px));height:min(420px,calc(100vh - 260px));min-height:320px;max-height:none;transform:translate(-50%);background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:12px;box-shadow:0 22px 70px #1f29262e;display:flex;flex-direction:column;overflow:hidden}.rlx-tool-library.modal.material.proposal-fields-modal{height:auto;min-height:0;max-height:min(620px,calc(100vh - 200px));width:min(560px,calc(100% - 56px));padding-bottom:12px}.rlx-tool-library.modal.material.proposal-fields-modal .rlx-proposal-fields-stack{flex:0 0 auto;overflow-y:auto}.rlx-tool-panel.material .rlx-primary-btn:disabled{background:#d9d2c7;color:#8a8177;cursor:not-allowed;box-shadow:none}.rlx-tool-library-grid button.is-active{border-color:#cf2f3b;box-shadow:0 0 0 1px #cf2f3b}.rlx-material-color{width:100%;height:100%}.rlx-tool-panel,.rlx-tool-canvas{border-radius:8px;background:#f5f1eb;border:1px solid rgba(35,32,28,.08)}.rlx-tool-panel{padding:16px 12px 12px;display:flex;flex-direction:column;gap:14px;max-height:680px;overflow:auto;scrollbar-width:none}.rlx-tool-panel::-webkit-scrollbar{display:none}.rlx-tool-panel-head h3{margin:5px 0 0;color:#1c1b19;font-size:16px;font-weight:850}.rlx-tool-upload,.rlx-tool-control{display:grid;gap:10px}.rlx-tool-upload>strong,.rlx-tool-control>strong{color:#1c1b19;font-size:13px}.rlx-tool-upload-box{min-height:138px;border:1px dashed rgba(207,47,59,.32);border-radius:8px;background:#fffaf3;display:grid;place-items:center;align-content:center;gap:9px;padding:16px;text-align:center}.rlx-tool-upload-box button{min-width:126px;height:32px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#2b2d33;color:#fff;font-size:12px;font-weight:780}.rlx-tool-upload-box button:first-child{background:#e8e8ef;color:#33343a}.rlx-tool-upload-box p{max-width:190px;color:#9995a3;font-size:11px;line-height:1.55}.rlx-tool-segment,.rlx-tool-chip-grid{display:grid;gap:8px}.rlx-tool-segment{grid-template-columns:repeat(3,minmax(0,1fr))}.rlx-tool-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rlx-tool-segment button,.rlx-tool-chip-grid button,.rlx-tool-footer-row button{min-height:32px;border-radius:7px;background:#ede7dc;color:#5d554d;font-size:12px;font-weight:760}.rlx-tool-segment button.is-active,.rlx-tool-chip-grid button.is-active,.rlx-tool-footer-row button.is-active{color:#1c1b19;background:#fff;box-shadow:inset 0 0 0 1px #1c1b19}.rlx-tool-control-head{display:grid;gap:8px}.rlx-tool-style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rlx-tool-style-grid button{position:relative;min-height:76px;border-radius:8px;overflow:hidden;border:1px solid rgba(35,32,28,.1);background:#fffaf3}.rlx-tool-style-grid img{width:100%;height:76px;object-fit:cover}.rlx-tool-style-grid span{position:absolute;left:6px;right:6px;bottom:5px;color:#fffaf3;font-size:10px;font-weight:780;text-shadow:0 1px 8px rgba(0,0,0,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-tool-form-list{display:grid;gap:8px}.rlx-tool-form-list span,.rlx-tool-prompt{min-height:34px;border-radius:7px;background:#fffaf3;border:1px solid rgba(35,32,28,.08);color:#8a8177;display:flex;align-items:center;padding:0 10px;font-size:12px;font-weight:720}.rlx-tool-prompt{min-height:42px}.rlx-tool-slot-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rlx-tool-slot-board button{min-height:58px;border-radius:8px;border:1px dashed rgba(207,47,59,.28);background:#fffaf3;color:#8a8177;font-size:11px;font-weight:780}.rlx-tool-action{margin-top:auto;display:grid;gap:10px}.rlx-tool-footer-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.rlx-tool-footer-row button{min-height:38px;font-size:11px}.rlx-tool-action label{display:flex;align-items:center;justify-content:space-between;color:#8d8795;font-size:12px}.rlx-tool-canvas{position:relative;overflow:hidden;background:#f5f1eb;min-width:0}.rlx-tool-library{width:min(560px,calc(100% - 56px));max-height:590px;margin:12px 0 0;padding:14px 16px 16px;border-radius:10px;background:#fff;box-shadow:0 18px 45px #1f29261f}.rlx-tool-modal-backdrop{position:fixed;top:120px;right:48px;z-index:80;background:transparent;display:block;padding:0;pointer-events:none}.rlx-tool-library.modal{width:min(720px,calc(100vw - 48px));max-height:min(680px,calc(100vh - 80px));margin:0;pointer-events:auto;box-shadow:0 22px 70px #1f292638}.rlx-tool-modal-close{height:30px;padding:0 12px;border-radius:7px;background:#f5f1eb;color:#5d554d;font-size:12px;font-weight:780}.rlx-tool-library header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.rlx-tool-library header strong{color:#cf2f3b;font-size:13px;font-weight:850}.rlx-tool-search{width:210px;height:30px;border-radius:7px;background:#f5f1eb;color:#a0a0aa;display:flex;align-items:center;gap:6px;padding:0 10px;font-size:11px}.rlx-tool-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.rlx-tool-tabs button{height:26px;padding:0 11px;border-radius:7px;background:#f2f2f5;color:#56525d;font-size:11px;font-weight:760}.rlx-tool-tabs button.is-active{color:#fff;background:#1f2025}.rlx-tool-library-grid{display:grid;grid-template-columns:repeat(4,minmax(132px,1fr));gap:12px;min-height:0;overflow:auto;padding-right:4px;scrollbar-width:none}.rlx-tool-library-grid::-webkit-scrollbar{display:none}.rlx-tool-library-empty{grid-column:1 / -1;min-height:260px;display:grid;place-items:center;color:#8a8177;font-size:12px;font-weight:800;border:1px dashed rgba(35,32,28,.14);border-radius:8px;background:#f5f1eb}.rlx-tool-library-grid button{position:relative;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#f6f6f7;border:1px solid #ececf0}.rlx-tool-library-grid img{width:100%;height:100%;object-fit:cover}.rlx-tool-library-grid span{position:absolute;top:5px;left:5px;color:#59606b;font-size:12px;z-index:1}.rlx-tool-library-grid em{position:absolute;left:6px;right:6px;bottom:5px;color:#1f2025b8;font-size:10px;font-style:normal;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-tool-empty-output{position:absolute;left:50%;top:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:260px;min-height:160px;border-radius:10px;border:1px dashed rgba(35,32,28,.12);color:#8a8791;display:grid;place-items:center;align-content:center;gap:8px;text-align:center}.rlx-tool-empty-output strong{color:#3a3740;font-size:14px}.rlx-tool-empty-output p{max-width:190px;font-size:12px;line-height:1.6}.rlx-asset-flow{padding:18px}.rlx-asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rlx-asset-card footer button{width:32px;height:32px;border-radius:50%;background:#f5f1eb;display:grid;place-items:center}.rlx-studio-layout{grid-template-columns:360px minmax(0,1fr)}.rlx-input-panel{padding:20px;display:grid;gap:12px;align-content:start}.rlx-input-panel label{margin-top:8px;color:#5d554d;font-weight:800}.rlx-upload,.rlx-fake-input,.rlx-empty-state{border-radius:8px;background:#f5f1eb;border:1px dashed rgba(35,32,28,.18)}.rlx-upload{min-height:130px;display:grid;place-items:center;text-align:center;color:#7b7369}.rlx-upload span{display:block;margin-top:8px}.rlx-fake-input{padding:14px;color:#5d554d}.rlx-chip-row{display:flex;flex-wrap:wrap;gap:8px}.rlx-chip-row button{border-radius:999px;padding:9px 12px;background:#eef3ef;color:#405a50;font-weight:700}.rlx-result-panel{min-height:560px;display:grid;place-items:center}.rlx-empty-state{width:min(420px,90%);min-height:230px;display:grid;place-items:center;align-content:center;padding:28px;color:#7b7369;text-align:center}.rlx-empty-state strong{color:#1c1b19;font-size:20px;margin-top:12px}.rlx-empty-state p{margin-top:8px;line-height:1.7}.rlx-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12110f75;display:grid;place-items:center;z-index:80}.rlx-contact-card{position:relative;width:min(420px,92vw);background:#fffaf3;border-radius:12px;border:1px solid rgba(35,32,28,.12);box-shadow:0 26px 60px #1f29263d;padding:28px 28px 24px;animation:rlx-contact-pop .22s cubic-bezier(.2,.8,.2,1)}@keyframes rlx-contact-pop{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.rlx-contact-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border:none;background:transparent;border-radius:50%;color:#7b7369;display:grid;place-items:center;cursor:pointer;transition:background .16s ease,color .16s ease}.rlx-contact-close:hover{background:#23201c14;color:#2b2620}.rlx-contact-locked-icon{width:56px;height:56px;margin:4px auto 16px;border-radius:50%;background:linear-gradient(135deg,#fce6e8,#f6c2c7);color:#b82731;display:grid;place-items:center}.rlx-contact-card h3{text-align:center;font-size:18px;font-weight:800;color:#2b2620;margin:0 0 8px}.rlx-contact-locked-desc{text-align:center;color:#6b6259;font-size:14px;line-height:1.7;margin:0 0 18px}.rlx-contact-locked-desc strong{color:#cf2f3b;font-weight:800}.rlx-contact-balance{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#faf6f0;border:1px solid #eadfd0;border-radius:8px;color:#5d554d;font-size:14px}.rlx-contact-balance strong{margin-left:auto;font-size:18px;font-weight:800;color:#2b2620}.rlx-contact-actions{margin-top:18px;display:flex;gap:10px}.rlx-contact-actions button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px}.rlx-contact-supplier{text-align:center;padding-bottom:14px;margin-bottom:14px;border-bottom:1px dashed rgba(35,32,28,.14)}.rlx-contact-supplier strong{display:block;font-size:17px;font-weight:800;color:#2b2620}.rlx-contact-supplier p{margin:4px 0 0;font-size:13px;color:#8a8073}.rlx-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.rlx-contact-list li{display:grid;grid-template-columns:24px 70px 1fr;align-items:center;gap:10px;padding:10px 12px;background:#faf6f0;border:1px solid #eadfd0;border-radius:8px;font-size:14px}.rlx-contact-list-icon{color:#b82731;display:inline-grid;place-items:center}.rlx-contact-list-label{color:#8a8073;font-size:13px}.rlx-contact-list-value{color:#2b2620;font-weight:600;word-break:break-all;text-align:right;-webkit-user-select:text;user-select:text}.rlx-contact-list-value.is-empty{color:#b8aa97;font-weight:400}.rlx-contact-tip{margin:14px 0 0;font-size:12px;color:#9a8f80;text-align:center}.rlx-login-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:18px;background:#1f292657;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.rlx-login-card{width:min(430px,100%);max-height:calc(100vh - 36px);position:relative;border-radius:10px;padding:34px;background:linear-gradient(180deg,#fffaf3fa,#f7efe2fa),#fffaf3;border:1px solid rgba(35,32,28,.12);box-shadow:0 30px 90px #1f292642;overflow-y:auto}.rlx-login-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;color:#7b7369;display:grid;place-items:center}.rlx-login-close:hover{background:#f5f1eb;color:#1f2926}.rlx-login-accent{position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#e63946,#cf2f3b,#d9b56f)}.rlx-login-head{text-align:center;display:grid;justify-items:center;margin-bottom:28px}.rlx-login-icon{width:64px;height:64px;border-radius:18px;background:#fffaf3;border:1px solid rgba(207,47,59,.18);display:grid;place-items:center;margin-bottom:18px;box-shadow:0 14px 36px #cf2f3b29}.rlx-login-icon img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(207,47,59,.18))}.rlx-login-head h1{color:#1c1b19;font-size:26px;font-weight:850;line-height:1.2}.rlx-login-head p{margin-top:8px;color:#7b7369;font-size:14px}.rlx-login-form{display:grid;gap:16px}.rlx-login-field{display:grid;gap:8px}.rlx-login-field label{color:#5d554d;font-size:12px;font-weight:850}.rlx-login-input{height:48px;border-radius:8px;border:1px solid rgba(35,32,28,.14);background:#fffaf3;display:grid;grid-template-columns:44px 1fr;align-items:center;overflow:hidden;transition:.16s ease}.rlx-login-input:focus-within{border-color:#cf2f3b70;box-shadow:0 0 0 3px #cf2f3b14}.rlx-login-input>div{color:#8a8177;display:grid;place-items:center}.rlx-login-input input{width:100%;height:100%;min-width:0;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#1c1b19;font-size:14px}.rlx-login-input input::-ms-reveal,.rlx-login-input input::-ms-clear{display:none}.rlx-login-input input::placeholder{color:#b4aa9d}.rlx-code-input{grid-template-columns:44px minmax(0,1fr) auto}.rlx-code-input button{height:34px;margin-right:7px;padding:0 12px;border-radius:999px;background:#cf2f3b14;color:#b82731;font-size:12px;font-weight:850;white-space:nowrap;transition:.16s ease}.rlx-code-input button:hover{background:#cf2f3b21}.rlx-login-error{padding:11px 12px;border-radius:8px;background:#cf2f3b14;border:1px solid rgba(207,47,59,.2)}.rlx-login-error p{color:#b82731;font-size:13px;text-align:center}.rlx-login-remember{display:flex;align-items:center;gap:8px}.rlx-login-remember input{width:16px;height:16px;accent-color:#cf2f3b;cursor:pointer}.rlx-login-remember label,.rlx-login-remember span{color:#7b7369;font-size:13px;cursor:pointer}.rlx-login-submit{width:100%;min-height:48px;margin-top:4px;border-radius:999px;background:#cf2f3b;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:850;transition:.16s ease}.rlx-login-submit:hover{background:#b82731;transform:translateY(-1px)}.rlx-login-submit.is-loading{opacity:.72;cursor:not-allowed}.rlx-login-spinner{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;animation:spin .8s linear infinite}.rlx-login-foot{margin-top:24px;text-align:center}.rlx-login-foot p{color:#a79c8f;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.rlx-login-foot button{margin-top:10px;color:#b82731;font-size:13px;font-weight:800}.rlx-login-foot button:hover{color:#cf2f3b}.rlx-runway-shell{height:100vh;background:#f5f1eb;color:#1c1b19;display:flex;flex-direction:column;overflow:hidden}.rlx-runway-header{height:72px;padding:0 32px;border-bottom:1px solid rgba(207,47,59,.16);background:#f5f1ebeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.rlx-runway-header .rlx-back{margin-bottom:0}.rlx-runway-header>div{display:grid;text-align:right}.rlx-runway-header strong{font-weight:850}.rlx-runway-header em{color:#8a8177;font-size:12px;font-style:normal}.rlx-card-header-brand{justify-self:end;display:inline-flex!important;align-items:center;gap:12px;text-align:right}.rlx-card-header-brand img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(207,47,59,.18))}.rlx-card-header-brand span{display:grid;gap:2px;line-height:1.08}.rlx-card-header-brand strong{color:#1c1b19;font-size:16px;font-weight:800}.rlx-card-header-brand em{color:#b82731;font-size:12px;font-style:normal}.rlx-runway-main{flex:1;overflow-y:auto;display:flex;flex-direction:column}.rlx-runway-container{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:64px 0;flex:1}.rlx-runway-title{max-width:760px;margin-bottom:30px;position:relative}.rlx-runway-title:before{content:"";width:42px;height:3px;border-radius:999px;background:#cf2f3b;position:absolute;left:0;top:-16px}.rlx-runway-title h1{margin-top:8px;font-size:clamp(42px,6vw,72px);line-height:.98;font-weight:850}.rlx-runway-title>p:not(.rlx-kicker){margin-top:16px;color:#6b6259;font-size:17px;line-height:1.8}.rlx-runway-grid{display:grid;gap:16px}.rlx-runway-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.rlx-runway-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}.rlx-runway-card{min-height:248px;padding:24px;border-radius:8px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease;position:relative;overflow:hidden}.rlx-runway-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#e63946,#e639461a)}.rlx-runway-card:hover{transform:translateY(-3px);border-color:#cf2f3b70;box-shadow:0 18px 50px #cf2f3b24}.rlx-runway-icon{width:54px;height:54px;border-radius:8px;display:grid;place-items:center;background:#cf2f3b17;color:#cf2f3b}.rlx-runway-card h3{font-size:22px;font-weight:820}.rlx-runway-card p{margin-top:12px;color:#6b6259;line-height:1.8;font-size:14px}.rlx-module-header{height:72px;padding:0 32px;border-bottom:1px solid rgba(35,32,28,.12);background:#f5f1ebf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#1c1b19;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;gap:18px;flex-shrink:0;z-index:30}.rlx-module-header-left{display:flex;align-items:center;gap:12px}.rlx-module-back{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fffaf3;border:1px solid rgba(35,32,28,.12);color:#5d554d;transition:.16s ease}.rlx-module-back:hover{color:#1f2926;border-color:#1f29263d;transform:translate(-1px)}.rlx-module-title{display:grid;gap:2px;line-height:1.1}.rlx-module-title span{color:#1c1b19;font-size:17px;font-weight:850}.rlx-module-title em{color:#8a8177;font-size:12px;font-style:normal;font-weight:650}.rlx-module-brand{display:inline-flex;align-items:center;gap:12px}.rlx-module-brand img{width:42px;height:42px;object-fit:contain}.rlx-module-brand span{display:flex;flex-direction:column;line-height:1.1}.rlx-module-brand strong{color:#1c1b19;font-size:16px;font-weight:750}.rlx-module-brand em{color:#8a8177;font-size:12px;font-style:normal}.rlx-module-nav{background:#fffaf3;border:1px solid rgba(35,32,28,.1);border-radius:999px;padding:5px;display:flex;gap:4px}.rlx-module-nav span,.rlx-module-nav button{min-width:82px;height:34px;border-radius:999px;color:#635b53;display:grid;place-items:center;font-size:13px;font-weight:750}.rlx-module-nav span:first-child,.rlx-module-nav button:first-child{background:#1f2926;color:#fffaf3}.rlx-module-header-right{justify-self:end}.rlx-module-admin,.rlx-module-status,.rlx-module-pill{min-height:38px;padding:0 14px;border-radius:999px;background:#fffaf3;border:1px solid rgba(35,32,28,.12);color:#5d554d;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:750}.rlx-module-header-right{display:inline-flex;align-items:center;gap:8px}.rlx-legacy-module{background:#f5f1eb!important;color:#1c1b19!important;--color-bg-primary: #fffaf3;--color-bg-secondary: #f5f1eb;--color-bg-input: #f5f1eb;--color-border: rgba(35, 32, 28, .12);--color-text-primary: #1c1b19;--color-text-secondary: #6b6259}.rlx-legacy-module main,.rlx-legacy-module>div.flex-1,.rlx-legacy-module>.flex-1{background:#f5f1eb!important}.rlx-legacy-module main>aside,.rlx-legacy-module main>section,.rlx-legacy-module main>div,.rlx-legacy-module .bg-\[\#0E0E0E\],.rlx-legacy-module .bg-\[\#0A0A0A\],.rlx-legacy-module .bg-\[\#111\],.rlx-legacy-module .bg-\[\#121212\],.rlx-legacy-module .bg-\[\#141414\],.rlx-legacy-module .bg-\[\#1A1A1A\]{background-color:#fffaf3!important;border-color:#23201c1f!important}.rlx-legacy-module aside,.rlx-legacy-module [class*="lg:w-[360px]"],.rlx-legacy-module [class*="lg:min-w-[380px]"],.rlx-legacy-module [class*="bg-[#000000]"]{background-color:#fffaf3!important;border-color:#23201c1f!important}.rlx-legacy-module .bg-\[\#252525\],.rlx-legacy-module .bg-\[\#333\]{background-color:#f5f1eb!important}.rlx-legacy-module .bg-black\/60,.rlx-legacy-module .bg-black\/70,.rlx-legacy-module .bg-black\/80{background-color:#1f2926b8!important}.rlx-legacy-module .bg-white\/10,.rlx-legacy-module .bg-white\/20{background-color:#1f292614!important}.rlx-legacy-module [class*="border-[#"],.rlx-legacy-module .border-\[\#252525\],.rlx-legacy-module .border-\[\#333\],.rlx-legacy-module .border-\[\#1A1A1A\]{border-color:#23201c1f!important}.rlx-legacy-module [class*=text-white],.rlx-legacy-module .text-\[\#E5E5E5\]{color:#1c1b19!important}.rlx-legacy-module .bg-black\/60,.rlx-legacy-module .bg-black\/70,.rlx-legacy-module .bg-black\/80,.rlx-legacy-module .bg-black\/60 [class*=text-white],.rlx-legacy-module .bg-black\/70 [class*=text-white],.rlx-legacy-module .bg-black\/80 [class*=text-white],.rlx-legacy-module .absolute.bottom-0 [class*=text-white],.rlx-legacy-module .absolute.bottom-2 [class*=text-white],.rlx-legacy-module .absolute.bottom-3 [class*=text-white],.rlx-legacy-module .absolute.top-2.right-2 [class*=text-white]{color:#fffaf3!important}.rlx-legacy-module .text-\[\#8E8E8E\],.rlx-legacy-module .text-\[\#6D6D6D\],.rlx-legacy-module .text-\[\#666\],.rlx-legacy-module .text-\[\#555\],.rlx-legacy-module .text-\[\#5A5A5A\],.rlx-legacy-module .text-\[\#4A4A4A\],.rlx-legacy-module .text-\[\#444\]{color:#6b6259!important}.rlx-legacy-module input,.rlx-legacy-module textarea,.rlx-legacy-module select{background-color:#fffaf3!important;border-color:#23201c24!important;color:#1c1b19!important}.rlx-legacy-module input::placeholder,.rlx-legacy-module textarea::placeholder{color:#a79c8f!important}.rlx-detail-entry.rlx-detail-entry-overlay{background:#fffaf3f0!important;color:#1c1b19!important;border:1px solid rgba(35,32,28,.12)!important;box-shadow:0 10px 24px #1f29262e!important}.rlx-detail-entry.rlx-detail-entry-overlay:hover{background:#fffaf3!important;color:#1c1b19!important}.rlx-detail-entry.rlx-detail-entry-inline{background:#fffaf3!important;color:#5d554d!important;border-color:#23201c24!important}.rlx-legacy-module button:not(.bg-white):not(.rlx-module-back):not(.rlx-module-admin){border-color:#23201c1f}.rlx-legacy-module .ring-white{--tw-ring-color: #cf2f3b !important}.rlx-legacy-module .shadow-lg,.rlx-legacy-module .shadow-xl,.rlx-legacy-module .shadow-2xl{box-shadow:0 18px 50px #30271d1a!important}.rlx-runway-card,.rlx-legacy-module main>aside,.rlx-legacy-module main>section,.rlx-legacy-module main>div,.rlx-legacy-module .bg-\[\#0E0E0E\],.rlx-legacy-module .bg-\[\#0A0A0A\],.rlx-legacy-module .bg-\[\#111\],.rlx-legacy-module .bg-\[\#121212\],.rlx-legacy-module .bg-\[\#141414\],.rlx-legacy-module .bg-\[\#1A1A1A\]{background-color:#fffaf3!important;border-color:#23201c1f!important}.rlx-legacy-module .bg-white,.rlx-legacy-module button.bg-white,.rlx-legacy-module .bg-white\/95,.rlx-detail-entry.rlx-detail-entry-overlay{background:#1f2926!important;color:#fffaf3!important;border-color:#1f292629!important}.rlx-legacy-module .bg-white.text-black,.rlx-legacy-module button.bg-white.text-black,.rlx-legacy-module .bg-white .text-black,.rlx-legacy-module button.bg-white .text-black,.rlx-legacy-module .bg-white svg,.rlx-legacy-module button.bg-white svg{color:#fffaf3!important}.rlx-detail-entry.rlx-detail-entry-overlay:hover{background:#111715!important;color:#fffaf3!important}.rlx-legacy-module .text-black,.rlx-legacy-module button.text-black{color:#fffaf3!important}.rlx-legacy-module.bg-\[\#000000\],.rlx-legacy-module.bg-\[\#0f0f0f\],.rlx-legacy-module .bg-\[\#000000\],.rlx-legacy-module .bg-\[\#0f0f0f\]{background-color:#f5f1eb!important}.rlx-legacy-module .bg-\[\#0A0A0A\],.rlx-legacy-module .bg-\[\#121212\],.rlx-legacy-module .bg-\[\#1A1A1A\],.rlx-legacy-module .bg-\[\#1a1a1a\]{background-color:#fffaf3!important}.rlx-legacy-module .bg-\[\#252525\],.rlx-legacy-module .bg-\[\#333\],.rlx-legacy-module .bg-\[\#2A2A2A\],.rlx-legacy-module .bg-\[\#2D2D2D\]{background-color:#ebe3d7!important}.rlx-legacy-module.border-r,.rlx-legacy-module .border-r,.rlx-legacy-module .border-t,.rlx-legacy-module .border-b,.rlx-legacy-module .border-\[\#252525\],.rlx-legacy-module .border-\[\#1A1A1A\],.rlx-legacy-module .border-\[\#2A2A2A\],.rlx-legacy-module .border-\[\#2D2D2D\],.rlx-legacy-module .border-\[\#333\]{border-color:#23201c24!important}.rlx-legacy-module.text-white,.rlx-legacy-module .text-white,.rlx-legacy-module .text-white\/90,.rlx-legacy-module .text-white\/80,.rlx-legacy-module .text-white\/70,.rlx-legacy-module .text-white\/60,.rlx-legacy-module .text-white\/50,.rlx-legacy-module .text-zinc-300,.rlx-legacy-module .text-\[\#DDD\],.rlx-legacy-module .text-\[\#CFCFCF\],.rlx-legacy-module .text-\[\#E5E5E5\]{color:#1c1b19!important}.rlx-legacy-module .text-\[\#8E8E8E\],.rlx-legacy-module .text-\[\#6D6D6D\],.rlx-legacy-module .text-\[\#666\],.rlx-legacy-module .text-\[\#555\],.rlx-legacy-module .text-\[\#4a4a4a\],.rlx-legacy-module .text-\[\#4A4A4A\],.rlx-legacy-module .text-\[\#444\],.rlx-legacy-module .text-\[\#333\],.rlx-legacy-module .text-zinc-500{color:#6b6259!important}.rlx-legacy-module .bg-white,.rlx-legacy-module button.bg-white,.rlx-legacy-module .bg-\[\#252525\].text-white{background-color:#1f2926!important;color:#fffaf3!important}.rlx-legacy-module button.bg-white svg,.rlx-legacy-module .bg-white svg{color:#fffaf3!important}.rlx-legacy-module .bg-white\/5,.rlx-legacy-module .bg-white\/10,.rlx-legacy-module .bg-white\/20{background-color:#1f292614!important}.rlx-legacy-module .bg-black\/60,.rlx-legacy-module .bg-black\/70,.rlx-legacy-module .bg-black\/80,.rlx-legacy-module .bg-black{background-color:#1f2926b8!important;color:#fffaf3!important}.rlx-legacy-module .bg-black\/60 *,.rlx-legacy-module .bg-black\/70 *,.rlx-legacy-module .bg-black\/80 *,.rlx-legacy-module .bg-black *{color:#fffaf3!important}.rlx-legacy-module[class*="bg-[#000000]"],.rlx-legacy-module [class*="bg-[#000000]"],.rlx-legacy-module [class*="bg-[#050505]"],.rlx-legacy-module [class*="bg-[#0A0A0A]"],.rlx-legacy-module [class*="bg-[#121212]"],.rlx-legacy-module [class*="bg-[#161616]"],.rlx-legacy-module [class*="bg-[#1A1A1A]"],.rlx-legacy-module [class*="bg-[#1a1a1a]"]{background-color:#fffaf3!important;border-color:#23201c24!important}.rlx-legacy-module [class*="bg-[#000000]"].flex-1,.rlx-legacy-module [class*="bg-[#0A0A0A]"].flex-1,.rlx-legacy-module [class*="bg-[#050505]"].relative{background-color:#f5f1eb!important}.rlx-legacy-module [class*="bg-[#252525]"],.rlx-legacy-module [class*="bg-[#333]"]{background-color:#1f2926!important;color:#fffaf3!important}.rlx-legacy-module [class*="bg-[#252525]"] *,.rlx-legacy-module [class*="bg-[#333]"] *{color:#fffaf3!important}.rlx-legacy-module [class*=text-white]{color:#1c1b19!important}.rlx-legacy-module [class*="bg-black/"],.rlx-legacy-module [class*="bg-black/"] *,.rlx-legacy-module .bg-red-500,.rlx-legacy-module .bg-red-500 *{color:#fffaf3!important}.rlx-legacy-module,.rlx-legacy-module[class*="bg-[#000000]"],.rlx-legacy-module [class*="bg-[#000000]"].flex-1,.rlx-legacy-module [class*="bg-[#0A0A0A]"].flex-1{background-color:#f1ebe2!important}.rlx-legacy-module main{background-color:#f1ebe2!important}.rlx-legacy-module [class*="bg-[#000000]"].fixed,.rlx-legacy-module [class*="bg-[#000000]"][class*="lg:w-[360px]"]{background-color:#faf6ef!important;border-right:1px solid rgba(35,32,28,.16)!important;box-shadow:10px 0 30px #23201c0f}.rlx-legacy-module [class*="bg-[#161616]"],.rlx-legacy-module [class*="bg-[#121212]"].rounded-xl,.rlx-legacy-module [class*="bg-[#121212]"].rounded-lg,.rlx-legacy-module [class*="bg-[#1A1A1A]"].rounded-xl,.rlx-legacy-module [class*="bg-[#1a1a1a]"].rounded-xl{background-color:#fffaf3!important;border:1px solid rgba(35,32,28,.14)!important;box-shadow:0 12px 28px #23201c14!important}.rlx-legacy-module [class*=border-dashed],.rlx-legacy-module label[class*="bg-[#0A0A0A]"],.rlx-legacy-module div[class*="bg-[#0A0A0A]"][class*=border]{background-color:#f6efe5!important;border-color:#23201c3d!important}.rlx-legacy-module input,.rlx-legacy-module textarea,.rlx-legacy-module select,.rlx-legacy-module input[class*="bg-[#121212]"]{background-color:#fffdf8!important;border:1px solid rgba(35,32,28,.24)!important;box-shadow:inset 0 1px #fffc!important}.rlx-legacy-module input:focus,.rlx-legacy-module textarea:focus,.rlx-legacy-module select:focus{border-color:#1f29268c!important;box-shadow:0 0 0 3px #1f292614!important}.rlx-legacy-module [class*="bg-[#0A0A0A]"].grid,.rlx-legacy-module [class*="bg-[#0A0A0A]"].flex{background-color:#f3eadf!important;border:1px solid rgba(35,32,28,.12)!important}.rlx-legacy-module [class*="bg-[#252525]"]{background-color:#1f2926!important}.rlx-module-header{height:72px;padding:0 28px;border-bottom:1px solid rgba(35,32,28,.12);background:#f5f1ebf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:minmax(250px,1fr) minmax(320px,1fr);align-items:center;gap:22px;flex-shrink:0;z-index:40}.rlx-module-header-left{display:flex;align-items:center;gap:12px;min-width:0}.rlx-module-back{width:38px;height:38px;border-radius:999px;background:#fffaf3;border:1px solid rgba(35,32,28,.14);color:#5d554d;display:grid;place-items:center;flex:0 0 auto}.rlx-module-back:hover{color:#1f2926;border-color:#1f292652;transform:translate(-1px)}.rlx-module-brand{display:inline-flex;align-items:center;gap:11px;min-width:0}.rlx-module-brand img{width:40px;height:40px;object-fit:contain}.rlx-module-brand span{display:grid;gap:2px;min-width:0;line-height:1.05}.rlx-module-brand strong{color:#1c1b19;font-size:16px;font-weight:800}.rlx-module-brand em{color:#8a8177;font-size:12px;font-style:normal;text-transform:uppercase}.rlx-module-title-only{display:grid;gap:2px;line-height:1.08}.rlx-module-title-only strong{color:#1c1b19;font-size:17px;font-weight:850}.rlx-module-title-only em{color:#8a8177;font-size:12px;font-style:normal;text-transform:uppercase}.rlx-module-page-title{color:#1c1b19;font-size:16px;font-weight:850}.rlx-module-nav{padding:5px;border-radius:999px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);display:inline-flex;align-items:center;gap:4px;box-shadow:inset 0 1px #ffffffb8}.rlx-module-nav button{height:34px;min-width:84px;padding:0 14px;border-radius:999px;color:#635b53;font-size:13px;font-weight:750;transition:.16s ease}.rlx-module-nav button:first-child{background:#1f2926;color:#fffaf3}.rlx-module-nav button:not(:first-child):hover{background:#f5f1eb;color:#1f2926}.rlx-module-header-right{justify-self:end;display:flex;align-items:center;gap:8px;min-width:0}.rlx-module-context,.rlx-module-credit,.rlx-module-home,.rlx-module-user{min-height:40px;border-radius:999px;border:1px solid rgba(35,32,28,.12);background:#fffaf3d1;color:#1f2926;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.rlx-module-context{padding:0 14px}.rlx-module-context span{color:#8a8177;font-size:11px;font-weight:750}.rlx-module-context strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;color:#1c1b19;font-size:13px;font-weight:850}.rlx-module-credit{padding:0 12px}.rlx-module-home{padding:0 13px;color:#5d554d;font-size:13px;font-weight:800;transition:.16s ease}.rlx-module-home svg{color:#b82731}.rlx-module-home:hover{border-color:#cf2f3b4d;background:#cf2f3b14;color:#1f2926}.rlx-module-credit svg{color:#cf2f3b}.rlx-module-credit span{color:#1c1b19;font-size:13px;font-weight:850;font-variant-numeric:tabular-nums}.rlx-module-user{padding:0 13px 0 10px}.rlx-module-user-menu-wrap{position:relative}.rlx-module-user svg{color:#5d554d}.rlx-module-user span{max-width:92px;overflow:hidden;text-overflow:ellipsis;color:#5d554d;font-size:13px;font-weight:750}.rlx-module-user-menu-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:79;cursor:default}.rlx-module-user-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:80;min-width:142px;padding:6px;border:1px solid rgba(35,32,28,.12);border-radius:12px;background:#fffaf3;box-shadow:0 18px 44px #1f292624}.rlx-module-logout{width:100%;min-height:38px;padding:0 10px;border-radius:8px;display:flex;align-items:center;gap:8px;color:#b82731;font-size:13px;font-weight:800;white-space:nowrap;transition:.16s ease}.rlx-module-logout svg{color:currentColor}.rlx-module-logout:hover{border-color:#cf2f3b4d;background:#cf2f3b14}.rlx-color-header{height:72px;padding:0 28px;border-bottom:1px solid rgba(207,47,59,.16);background:#f5f1ebf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;flex-shrink:0;z-index:40}.rlx-color-header-title{justify-self:end;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(207,47,59,.18);background:#fffaf3d1;display:inline-flex;align-items:center;gap:8px}.rlx-color-header-title strong{color:#1c1b19;font-size:13px;font-weight:850}.rlx-color-header-title span{color:#b82731;font-size:12px;font-weight:750}.rlx-footer{width:100%;margin-top:40px;border-top:1px solid rgba(207,47,59,.16);background:linear-gradient(180deg,#fffaf3ad,#efe8ddeb),radial-gradient(circle at 12% 0%,rgba(230,57,70,.1),transparent 32%),#f5f1eb;color:#1c1b19}.rlx-footer-inner{max-width:1400px;margin:0 auto;padding:48px 56px 24px}.rlx-footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:48px;max-width:920px;margin:0 auto 40px}.rlx-footer-col-brand{max-width:460px}.rlx-footer-col{min-width:180px}.rlx-footer-logo{width:60px;height:60px;min-width:60px;max-width:60px;min-height:60px;max-height:60px;display:block;object-fit:contain;box-sizing:border-box;flex:0 0 60px;padding:7px;border:1px solid rgba(207,47,59,.18);border-radius:18px;background:#fffaf3;box-shadow:0 16px 38px #cf2f3b1f;margin-bottom:20px}.rlx-footer-brand{display:flex;align-items:baseline;gap:10px;margin-bottom:4px;color:#1c1b19;font-size:22px;font-weight:780;line-height:1.3}.rlx-footer-brand span{color:#cf2f3b;font-size:14px;font-weight:650;letter-spacing:2px}.rlx-footer-desc,.rlx-footer-help,.rlx-footer-link{color:#6d645b}.rlx-footer-desc{max-width:420px;margin:0 0 18px;font-size:13px;line-height:1.7}.rlx-footer-link{cursor:pointer}.rlx-footer-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(207,47,59,.2);border-radius:999px;background:#cf2f3b14;color:#8f1f28;font-size:12px;font-weight:650;box-shadow:inset 0 1px #ffffffb8}.rlx-footer-badge span{width:6px;height:6px;border-radius:999px;background:#cf2f3b;box-shadow:0 0 0 4px #cf2f3b1f}.rlx-footer-title{position:relative;margin:0 0 20px;padding-left:12px;color:#1c1b19;font-size:14px;font-weight:760;line-height:1.4}.rlx-footer-title>span{position:absolute;left:0;top:5px;bottom:5px;width:2px;border-radius:2px;background:#cf2f3b}.rlx-footer-list{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}.rlx-footer-link{font-size:13px;text-decoration:none;transition:color .2s ease}.rlx-footer-link:hover{color:#b82731}.rlx-footer-help{font-size:13px;line-height:1.8}.rlx-footer-help span:first-of-type{display:block;margin:6px 0;color:#1f2926;font-size:16px;font-weight:700;letter-spacing:.5px}.rlx-footer-help span:last-of-type{color:#8a8177;font-size:12px}.rlx-footer-bottom{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;padding-top:24px;border-top:1px solid rgba(35,32,28,.1);color:#7b7369;font-size:12px;line-height:1.5}.rlx-footer-bottom>span:first-child{display:inline-flex;align-items:center;gap:6px}.rlx-footer-bottom strong{color:#cf2f3b;font-weight:700}.rlx-footer-bottom>span:nth-child(2){display:block;width:1px;height:10px;background:#23201c29}@media(max-width:768px){.rlx-footer-inner{padding:48px 24px 24px}.rlx-footer-grid{grid-template-columns:1fr;gap:36px;margin-bottom:40px}.rlx-footer-bottom{justify-content:flex-start}}.rlx-recharge-shell{height:100vh;background:#f5f1eb;color:#1c1b19;display:flex;flex-direction:column;overflow:hidden}.rlx-recharge-header{height:72px;padding:0 32px;border-bottom:1px solid rgba(207,47,59,.16);background:#f5f1ebf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-shrink:0;z-index:30}.rlx-recharge-header-left,.rlx-recharge-header-right,.rlx-recharge-brand{display:inline-flex;align-items:center}.rlx-recharge-header-left{gap:14px}.rlx-recharge-header-right{gap:8px}.rlx-recharge-brand{gap:12px}.rlx-recharge-brand img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(207,47,59,.18))}.rlx-recharge-brand span{display:grid;gap:2px;line-height:1.08}.rlx-recharge-brand strong{color:#1c1b19;font-size:16px;font-weight:850}.rlx-recharge-brand em{color:#b82731;font-size:12px;font-style:normal;font-weight:750;text-transform:uppercase}.rlx-recharge-loading,.rlx-recharge-main{flex:1}.rlx-recharge-loading{display:grid;place-items:center}.rlx-recharge-loading>div{display:grid;justify-items:center;gap:14px;color:#cf2f3b}.rlx-recharge-loading span{color:#6d645b;font-size:14px;font-weight:750}.rlx-recharge-main{overflow-y:auto}.rlx-recharge-container{width:min(980px,calc(100% - 48px));margin:0 auto;padding:54px 0 28px}.rlx-recharge-hero{margin-bottom:34px;text-align:center;display:grid;justify-items:center}.rlx-recharge-hero h1{margin-top:8px;color:#1c1b19;font-size:clamp(40px,6vw,68px);line-height:.98;font-weight:850}.rlx-recharge-hero>p:not(.rlx-kicker){margin-top:14px;color:#6b6259;font-size:16px}.rlx-recharge-balance{margin-top:24px;min-height:50px;padding:0 18px;border:1px solid rgba(207,47,59,.18);border-radius:999px;background:#fffaf3d1;display:inline-flex;align-items:center;gap:10px;box-shadow:inset 0 1px #ffffffb8}.rlx-recharge-balance svg{color:#cf2f3b}.rlx-recharge-balance span{color:#7b7369;font-size:13px;font-weight:750}.rlx-recharge-balance strong{color:#1f2926;font-size:22px;font-weight:850;font-variant-numeric:tabular-nums}.rlx-recharge-hero small{margin-top:10px;color:#8a8177;font-size:12px}.rlx-recharge-empty{margin-bottom:22px;padding:42px;border:1px dashed rgba(35,32,28,.16);border-radius:8px;background:#fffaf394;color:#7b7369;text-align:center;font-size:14px}.rlx-recharge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.rlx-recharge-package{min-height:206px;position:relative;padding:24px;border-radius:8px;border:1px solid rgba(35,32,28,.1);background:#fffaf3;display:grid;justify-items:center;align-content:center;gap:12px;text-align:center;overflow:hidden;transition:.18s ease}.rlx-recharge-package:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#e63946,#e639461a)}.rlx-recharge-package:hover,.rlx-recharge-package.is-selected{border-color:#cf2f3b70;box-shadow:0 18px 50px #cf2f3b1f;transform:translateY(-2px)}.rlx-recharge-package.is-selected{background:linear-gradient(180deg,#cf2f3b14,#fffaf3e6),#fffaf3}.rlx-recharge-gift{position:absolute;top:10px;right:10px;padding:3px 8px;border-radius:999px;background:#cf2f3b;color:#fffaf3;font-size:10px;font-weight:850}.rlx-recharge-package-icon{width:48px;height:48px;border-radius:8px;background:#cf2f3b17;color:#cf2f3b;display:grid;place-items:center}.rlx-recharge-package-points{display:grid;gap:3px}.rlx-recharge-package-points div{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#cf2f3b}.rlx-recharge-package-points strong{color:#1c1b19;font-size:21px;font-weight:850;font-variant-numeric:tabular-nums}.rlx-recharge-package-points span,.rlx-recharge-desc{color:#7b7369;font-size:12px}.rlx-recharge-price{color:#b82731;font-size:17px;font-weight:850}.rlx-recharge-desc{line-height:1.45}.rlx-recharge-custom{margin-top:18px;padding:22px;border-radius:8px;border:1px solid rgba(35,32,28,.1);background:#fffaf3;transition:.18s ease}.rlx-recharge-custom.is-selected{border-color:#cf2f3b70;box-shadow:0 14px 38px #cf2f3b1a}.rlx-recharge-custom-title{margin-bottom:14px;display:inline-flex;align-items:center;gap:8px;color:#1c1b19;font-size:14px;font-weight:850}.rlx-recharge-custom-title svg{color:#cf2f3b}.rlx-recharge-custom-row{display:flex;align-items:center;gap:12px}.rlx-recharge-input-wrap{flex:1;min-width:0;position:relative}.rlx-recharge-input-wrap>span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8a8177;font-size:14px;font-weight:800}.rlx-recharge-input-wrap input{width:100%;height:46px;padding:0 14px 0 34px;border-radius:8px;border:1px solid rgba(35,32,28,.14);background:#f5f1eb;color:#1c1b19;font-size:14px;outline:none;transition:.16s ease}.rlx-recharge-input-wrap input:focus{border-color:#cf2f3b70;background:#fffaf3;box-shadow:0 0 0 3px #cf2f3b14}.rlx-recharge-input-wrap input::placeholder{color:#a79c8f}.rlx-recharge-convert{height:46px;padding:0 14px;border-radius:8px;background:#f5f1eb;display:inline-flex;align-items:center;gap:8px;color:#7b7369;flex-shrink:0}.rlx-recharge-convert svg,.rlx-recharge-convert strong{color:#cf2f3b}.rlx-recharge-convert strong{font-weight:850;font-variant-numeric:tabular-nums}.rlx-recharge-pay{margin-top:28px;display:grid;justify-items:center;gap:12px}.rlx-recharge-pay .rlx-primary-btn{width:min(460px,100%)}.rlx-recharge-pay .rlx-primary-btn:disabled{background:#d7cec2;color:#1f29266b;box-shadow:none;cursor:not-allowed;transform:none}.rlx-recharge-pay p{color:#8a8177;font-size:12px}@media(max-width:1120px){.rlx-module-header{height:auto;padding:12px 18px;grid-template-columns:1fr}.rlx-module-header-left,.rlx-module-header-right{justify-self:center}.rlx-module-header-right{flex-wrap:wrap;justify-content:center}}@keyframes spin{to{transform:rotate(360deg)}}.rlx-project-picker{width:min(560px,calc(100vw - 32px));padding:22px;border-radius:10px;background:#fffaf3;box-shadow:0 30px 90px #12110f4d}.rlx-project-create{display:flex;flex-direction:column;gap:18px;padding:18px 4px 4px}.rlx-project-create-head{display:flex;flex-direction:column;gap:4px}.rlx-project-create-head .rlx-kicker{color:#b04244;font-size:11px;font-weight:800;letter-spacing:1px;margin:0}.rlx-project-create-head h3{font-size:18px;font-weight:820;color:#322d27;margin:0}.rlx-project-create-head span{font-size:12.5px;color:#8a8177;line-height:1.5;margin-top:2px}.rlx-project-create-body{display:flex;flex-direction:column;gap:6px}.rlx-project-create-input{width:100%;min-height:44px;padding:10px 14px;border-radius:10px;background:#fffaf3;border:1px solid rgba(35,32,28,.14);color:#322d27;font-size:14px;outline:0;transition:.16s ease}.rlx-project-create-input:focus{border-color:#cf2f3b8c;background:#fff;box-shadow:0 0 0 3px #cf2f3b1a}.rlx-project-create-input::placeholder{color:#b4ab9d}.rlx-project-create-error{margin:0;font-size:12px;color:#cf2f3b;font-weight:700}.rlx-project-create-footer{display:flex;gap:10px;justify-content:flex-end}.rlx-picker-row{width:100%;margin-top:10px;padding:14px;border-radius:8px;background:#f5f1eb;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;text-align:left}.rlx-picker-row span{display:grid}.rlx-picker-row em{color:#7b7369;font-size:13px;font-style:normal}@media(max-width:1100px){.rlx-header{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand account" "nav nav";height:auto;padding:14px 22px;gap:10px 18px}.rlx-brand{grid-area:brand;justify-self:start}.rlx-nav{grid-area:nav;width:min(420px,100%);justify-self:center;justify-content:center}.rlx-nav-item{min-width:0;flex:1}.rlx-account{grid-area:account;justify-self:end}.rlx-module-grid,.rlx-material-grid,.rlx-material-grid.compact,.rlx-project-grid,.rlx-asset-grid,.rlx-material-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rlx-hero{grid-template-columns:1fr;gap:38px}.rlx-hero-showcase{min-height:460px}.rlx-showcase-panel{left:24px;right:24px}.rlx-detail,.rlx-workbench-layout,.rlx-studio-layout{grid-template-columns:1fr}.rlx-search{min-width:0;width:100%}}@media(max-width:680px){.rlx-header{grid-template-columns:1fr;grid-template-areas:"brand" "nav" "account";padding:14px 18px}.rlx-brand{justify-self:center}.rlx-section,.rlx-page,.rlx-hero{padding-left:18px;padding-right:18px}.rlx-hero{min-height:480px;padding-top:40px;align-items:center}.rlx-hero-copy{padding-bottom:0}.rlx-hero-stats{grid-template-columns:1fr}.rlx-hero-showcase{min-height:auto}.rlx-showcase-main{height:320px}.rlx-showcase-panel{position:static;margin-top:14px}.rlx-showcase-assets{grid-template-columns:1fr}.rlx-section-head,.rlx-workbench-head{display:flex;flex-direction:column;align-items:flex-start}.rlx-module-grid,.rlx-material-grid,.rlx-material-grid.compact,.rlx-project-grid,.rlx-asset-grid,.rlx-specs,.rlx-material-result-grid{grid-template-columns:1fr}.rlx-nav{width:100%;justify-content:center}.rlx-nav-item{min-width:0;flex:1}.rlx-account{width:100%;justify-content:center;flex-wrap:wrap}}.rlx-page:has(.rlx-workbench-layout){padding:0;background:#f5f1eb}.rlx-workbench-head:has(+.rlx-workbench-layout){height:0;min-height:0;margin:0;padding:0;overflow:hidden}.rlx-workbench-layout{grid-template-columns:150px minmax(0,1fr)!important;gap:0!important;min-height:calc(100vh - 72px);background:#f5f1eb;border-radius:0;overflow:hidden}.rlx-workbench-side{height:calc(100vh - 72px);padding:14px 12px;overflow-y:auto;overflow-x:hidden;background:#fffaf3;border:0;border-right:1px solid rgba(35,32,28,.1);border-radius:0}.rlx-project-library-entry button,.rlx-workbench-module-btn{min-height:52px;border-radius:8px}.rlx-project-library-entry strong,.rlx-workbench-module-btn strong{font-size:12px;white-space:nowrap}.rlx-workbench-submenu{left:calc(100% + 10px);width:140px;padding:8px;border-radius:8px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);box-shadow:0 18px 46px #1f292629}.rlx-workbench-submenu button{min-height:34px;justify-items:start;text-align:left}.rlx-workbench-submenu span{font-size:12px}.rlx-material-workbench,.rlx-inspiration-workbench,.rlx-space-style-workbench,.rlx-workbench-stage{position:relative;height:calc(100vh - 72px)!important;min-height:0!important;display:block!important;background:#f5f1eb;overflow:hidden}.rlx-space-style-records,.rlx-inspiration-output-stage,.rlx-tool-canvas.material,.rlx-workbench-stage>.rlx-tool-canvas{position:absolute!important;left:0!important;right:0!important;top:0!important;bottom:0!important;height:auto!important;min-height:0!important;max-height:none!important;border-radius:0!important;background:radial-gradient(circle at 14% 8%,rgba(207,47,59,.08),transparent 30%),#fffaf3!important;border:0!important;overflow:auto}.rlx-tool-panel.space-style,.rlx-workbench-stage>.rlx-tool-panel{position:absolute!important;left:50%!important;right:auto!important;bottom:24px!important;top:auto!important;z-index:20;width:min(1120px,calc(100% - 64px))!important;height:auto!important;min-height:0!important;max-height:278px!important;transform:translate(-50%)!important;padding:12px!important;display:grid!important;align-items:stretch!important;gap:12px!important;overflow:auto!important;background:#fffaf3!important;border:1px solid rgba(35,32,28,.1)!important;border-radius:12px!important;box-shadow:0 22px 70px #1f29262e!important}.rlx-tool-panel.space-style,.rlx-workbench-stage>.rlx-tool-panel{grid-template-columns:170px minmax(220px,1fr) minmax(320px,1.25fr) 220px!important}.rlx-tool-panel.space-style .rlx-tool-panel-head,.rlx-workbench-stage>.rlx-tool-panel .rlx-tool-panel-head{display:none!important}.rlx-tool-panel.space-style .rlx-tool-control,.rlx-tool-panel.space-style .rlx-tool-action,.rlx-workbench-stage>.rlx-tool-panel .rlx-tool-upload,.rlx-workbench-stage>.rlx-tool-panel .rlx-tool-control,.rlx-workbench-stage>.rlx-tool-panel .rlx-tool-action{min-width:0;margin:0!important;padding:10px!important;border-radius:8px;background:#f5f1eb;border:1px solid rgba(35,32,28,.05)}.rlx-tool-panel.space-style .rlx-tool-action,.rlx-workbench-stage>.rlx-tool-panel .rlx-tool-action{display:flex!important;flex-direction:column;justify-content:space-between}.rlx-space-upload,.rlx-space-custom-style{min-height:116px!important;height:116px!important}.rlx-material-selected-card{max-height:58px}.rlx-material-setting-groups{gap:8px}.rlx-material-segment button,.rlx-tool-chip-grid button{min-height:30px}.rlx-inspiration-dock{left:50%!important;bottom:24px!important;width:min(1120px,calc(100% - 64px))!important;min-height:210px;border-radius:12px;box-shadow:0 22px 70px #1f29262e}.rlx-inspiration-dock-main{display:grid;grid-template-rows:auto minmax(72px,1fr) auto;gap:10px}.rlx-inspiration-dock-bottom{display:grid!important;grid-template-columns:minmax(120px,auto) auto auto auto minmax(72px,auto);align-items:end}.rlx-tool-library.modal.inspiration{position:absolute!important;left:50%!important;right:auto!important;top:28px!important;bottom:326px!important;transform:translate(-50%)!important;z-index:40!important;width:min(980px,calc(100% - 80px))!important;height:auto!important;min-height:0!important;max-height:none!important;border-radius:12px!important;background:#fffaf3!important;border:1px solid rgba(35,32,28,.12)!important;box-shadow:0 24px 80px #1f292638!important}.rlx-tool-library-grid,.rlx-inspiration-library-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr))!important;gap:14px!important;padding-right:6px}.rlx-tool-library-grid button,.rlx-inspiration-library-grid>button{min-height:178px;border-radius:9px;padding:8px}.rlx-tool-library-grid img,.rlx-inspiration-library-grid img,.rlx-inspiration-library-grid .rlx-material-color{min-height:132px;border-radius:7px}.rlx-workbench-options{display:grid;gap:10px;padding:12px;border-radius:12px;background:#fffaf38c;border:1px solid rgba(35,32,28,.06)}.rlx-workbench-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.rlx-workbench-options-grid>.span-2{grid-column:span 2}.rlx-workbench-option-cell{display:grid;gap:5px;min-width:0}.rlx-workbench-option-cell>label{color:#7b7369;font-size:11px;font-weight:800}.rlx-workbench-option-cell .rlx-arch-scope-desc{display:block;margin-top:4px;color:#8a8177;font-size:11px;line-height:1.45;font-style:normal}.rlx-material-segment.compact{padding:3px}.rlx-material-segment.compact button{font-size:11px;min-height:28px;font-weight:760}.rlx-workbench-generate-bar{display:flex;align-items:center;gap:8px;padding:8px 8px 8px 14px;border-radius:14px;background:#fffaf3;border:1px solid rgba(35,32,28,.12);box-shadow:0 2px 14px #23201c0d}.rlx-workbench-generate-bar:focus-within{border-color:#cf2f3b6b;box-shadow:0 0 0 3px #cf2f3b1a,0 2px 14px #23201c0f}.rlx-workbench-generate-bar>svg{flex-shrink:0;color:#a8a094}.rlx-workbench-generate-bar input{flex:1;min-width:0;background:transparent;border:0;outline:0;font-size:13px;color:#322d27;padding:6px 0}.rlx-workbench-generate-bar input::placeholder{color:#b4ab9d}.rlx-workbench-generate-submit{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:8px 14px;border-radius:10px;background:#cf2f3b;color:#fffaf3;font-weight:820;font-size:12.5px;border:0;cursor:pointer;transition:.16s ease}.rlx-workbench-generate-submit:hover:not(:disabled){background:#b9252f}.rlx-workbench-generate-submit:disabled{background:#d8c7c0;color:#fffaf3;cursor:not-allowed}.rlx-workbench-generate-submit .cost{display:inline-block;padding:1px 6px;border-radius:6px;background:#fffaf333;font-size:11px;font-weight:700;letter-spacing:.2px}.rlx-workbench-generate-submit.is-generating{background:#b9252f;pointer-events:none;position:relative;overflow:hidden}.rlx-workbench-generate-submit.is-generating:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);animation:rlx-workbench-shimmer 1.2s linear infinite}@keyframes rlx-workbench-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.rlx-mat-mode-chip{position:absolute;top:8px;right:10px;z-index:3;display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:#fffaf3d9;border:1px solid rgba(35,32,28,.12);color:#322d27;font-size:11px;font-weight:820;cursor:pointer;transition:.16s ease}.rlx-mat-mode-chip:before{content:"";width:5px;height:5px;border-radius:50%;background:#cf2f3b;flex-shrink:0}.rlx-mat-mode-chip:hover:not(:disabled){border-color:#cf2f3b73;color:#cf2f3b;background:#fffaf3}.rlx-mat-tile{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:10px;background:#fffaf3;border:1px dashed rgba(35,32,28,.22);color:#8a8177;cursor:pointer;overflow:hidden;transition:.16s ease;padding:0}.rlx-mat-tile span{font-size:11.5px;font-weight:760}.rlx-mat-tile:hover{border-color:#cf2f3b59;color:#cf2f3b}.rlx-mat-tile.has-image{border-style:solid;border-color:#23201c1f}.rlx-mat-tile img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.rlx-material-workbench .rlx-mat-tile img{object-fit:contain;background:#fffaf3;max-height:100%;max-width:100%}.rlx-mat-tile .swatch{width:100%;height:100%;border-radius:inherit}.rlx-mat-col-content{display:grid;grid-template-rows:1fr auto;gap:10px;min-width:0}.rlx-mat-prompt{width:100%;height:100%;min-height:32px;padding:2px 0 0 2px;background:transparent;border:0;outline:0;color:#322d27;font-size:13px;line-height:1.5;resize:none;text-align:left;vertical-align:top;font-family:inherit;box-shadow:none}.rlx-mat-prompt::placeholder{color:#b4ab9d}.rlx-mat-prompt:focus,.rlx-mat-prompt:focus-visible,.rlx-mat-prompt:active,.rlx-mat-prompt:hover{background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important}.rlx-tool-panel.material.cad-panel .rlx-mat-col-content{grid-template-rows:auto auto;align-content:center;gap:12px}.rlx-tool-panel.material.cad-panel .rlx-mat-prompt{height:54px;min-height:54px;padding:2px 0 0 2px;border:0;border-radius:0;background:transparent;font-size:12.5px;line-height:1.4;resize:none}.rlx-tool-panel.material.cad-panel .rlx-mat-prompt:focus,.rlx-tool-panel.material.cad-panel .rlx-mat-prompt:focus-visible,.rlx-tool-panel.material.cad-panel .rlx-mat-prompt:active,.rlx-tool-panel.material.cad-panel .rlx-mat-prompt:hover{background:transparent!important;border:0!important;box-shadow:none!important}.rlx-mat-hint{display:flex;flex-direction:column;gap:4px;width:100%;height:100%;padding:2px 0 0 2px;-webkit-user-select:none;user-select:none}.rlx-mat-hint strong{font-size:13.5px;font-weight:820;color:#322d27;letter-spacing:.3px}.rlx-mat-hint em{font-style:normal;font-size:11.5px;font-weight:700;color:#8a8177;line-height:1.45}.rlx-mat-dropdowns{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-width:0}.rlx-tool-panel.material.cad-panel .rlx-mat-dropdowns{flex-wrap:nowrap;gap:7px;overflow:visible}.rlx-3d-workbench{position:relative;height:calc(100vh - 72px);min-width:0;overflow:hidden;background:#f5f1eb}.rlx-3d-title{position:absolute;left:28px;top:24px;z-index:22;color:#2f2923;text-shadow:0 1px 0 rgba(255,250,243,.7)}.rlx-3d-title h3{margin:2px 0 0;font-size:22px;line-height:1.1}.rlx-3d-panel-toggle{position:absolute;right:10px;top:10px;z-index:24;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(35,32,28,.12);border-radius:8px;background:#fffaf3;color:#4c443c;cursor:pointer;box-shadow:0 8px 18px #1f292614}.rlx-3d-panel-restore{position:absolute;right:28px;bottom:28px;z-index:24;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(35,32,28,.12);border-radius:10px;background:#fffaf3f0;color:#4c443c;cursor:pointer;box-shadow:0 14px 34px #1f292621}.rlx-3d-panel-restore svg{transform:rotate(180deg)}.rlx-3d-stage{position:absolute;top:0;right:0;bottom:0;left:0}.rlx-3d-canvas{position:absolute;top:0;right:0;bottom:0;left:0;cursor:grab;touch-action:none}.rlx-3d-canvas:active{cursor:grabbing}.rlx-3d-import-btn{display:inline-flex;align-items:center;gap:5px;padding:0 10px;height:36px;white-space:nowrap;font-size:11.5px;font-weight:600;border:1px dashed rgba(35,32,28,.22);border-radius:9px;background:transparent;color:#9a9085;cursor:pointer;transition:.14s ease}.rlx-3d-import-btn:hover:not(:disabled){border-color:#cf2f3b66;color:#cf2f3b}.rlx-3d-import-btn:disabled{opacity:.45;cursor:not-allowed}.rlx-3d-viewport-tools{position:absolute;top:16px;right:16px;z-index:25;display:flex;flex-direction:column;gap:6px;padding:6px;background:#fffaf3eb;border:1px solid rgba(35,32,28,.12);border-radius:12px;box-shadow:0 12px 32px #1f292629}.rlx-3d-viewport-tools button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:#4f453a;cursor:pointer;transition:.14s ease}.rlx-3d-viewport-tools button:hover{background:#cf2f3b1a;color:#cf2f3b}.rlx-3d-viewport-tools button.is-on{background:#cf2f3b;color:#fff}.rlx-3d-edit-panel{position:absolute;top:16px;right:64px;bottom:16px;z-index:24;width:268px;display:flex;background:#fffaf3eb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(35,32,28,.08);border-radius:16px;box-shadow:0 20px 56px #1f292638;transition:transform .24s cubic-bezier(.22,1,.36,1)}.rlx-3d-edit-panel.is-collapsed{transform:translate(calc(100% + 64px))}.rlx-3d-edit-toggle{position:absolute;left:-15px;top:16px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(35,32,28,.1);border-radius:50%;background:#fffaf3;color:#4f453a;cursor:pointer;box-shadow:0 6px 18px #1f29262e;transition:.16s ease}.rlx-3d-edit-toggle:hover{color:#cf2f3b;border-color:#cf2f3b66}.rlx-3d-edit-panel.is-collapsed .rlx-3d-edit-toggle{transform:rotate(180deg)}.rlx-3d-edit-body{flex:1;overflow-y:auto;padding:16px 16px 20px;display:flex;flex-direction:column;gap:16px}.rlx-3d-edit-body::-webkit-scrollbar{width:6px}.rlx-3d-edit-body::-webkit-scrollbar-thumb{background:#23201c29;border-radius:3px}.rlx-3d-edit-body::-webkit-scrollbar-thumb:hover{background:#23201c47}.rlx-3d-edit-sec{display:flex;flex-direction:column;gap:9px}.rlx-3d-edit-sec+.rlx-3d-edit-sec{border-top:1px solid rgba(35,32,28,.07);padding-top:14px}.rlx-3d-edit-sec h4{margin:0;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:860;letter-spacing:.04em;text-transform:uppercase;color:#6f655a}.rlx-3d-edit-sec h4 svg{color:#cf2f3b}.rlx-3d-edit-check{display:flex;align-items:center;gap:7px;font-size:12px;color:#4f453a;cursor:pointer}.rlx-3d-edit-check input[type=checkbox]{width:14px;height:14px;accent-color:#cf2f3b;cursor:pointer}.rlx-3d-edit-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.rlx-3d-edit-row input[type=color]{width:36px;height:24px;padding:0;border:1px solid rgba(35,32,28,.16);border-radius:6px;background:none;cursor:pointer}.rlx-3d-edit-row input[type=color]:disabled{opacity:.4;cursor:not-allowed}.rlx-3d-edit-slider{display:flex;flex-direction:column;gap:5px}.rlx-3d-edit-slider span{font-size:11px;font-weight:600;color:#8a8177}.rlx-3d-edit-slider input[type=range]{width:100%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#23201c24;border-radius:3px;outline:none;cursor:pointer}.rlx-3d-edit-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#cf2f3b;border:2px solid #fffaf3;box-shadow:0 1px 4px #1f292647}.rlx-3d-edit-slider input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#cf2f3b;border:2px solid #fffaf3}.rlx-3d-edit-slider input[type=range]:disabled{opacity:.45;cursor:not-allowed}.rlx-3d-edit-chips{display:flex;flex-wrap:wrap;gap:6px}.rlx-3d-edit-chips button{padding:5px 11px;font-size:11.5px;font-weight:720;border:1px solid rgba(35,32,28,.16);border-radius:999px;background:#fffaf3;color:#4f453a;cursor:pointer;transition:.14s ease}.rlx-3d-edit-chips button:hover{border-color:#cf2f3b66;color:#cf2f3b}.rlx-3d-edit-chips button.is-on{background:#cf2f3b;border-color:#cf2f3b;color:#fff}.rlx-3d-edit-btn{margin-top:2px;padding:8px 0;font-size:12px;font-weight:760;border:1px solid rgba(35,32,28,.16);border-radius:10px;background:#fffdf9;color:#4f453a;cursor:pointer;transition:.14s ease}.rlx-3d-edit-btn:hover{border-color:#cf2f3b66;color:#cf2f3b;background:#fffaf3}.rlx-3d-edit-link{margin-left:auto;border:0;background:none;font-size:11px;color:#cf2f3b;cursor:pointer}.rlx-3d-edit-dims{margin:0;font-size:11.5px;color:#8a8177}.rlx-3d-split-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 0;font-size:12px;font-weight:800;border:0;border-radius:10px;background:#cf2f3b;color:#fff;cursor:pointer;box-shadow:0 6px 16px #cf2f3b42;transition:.14s ease}.rlx-3d-split-btn:hover:not(:disabled){background:#b8262f;box-shadow:0 8px 20px #cf2f3b52}.rlx-3d-split-btn:disabled{opacity:.55;box-shadow:none;cursor:not-allowed}.rlx-3d-part-head{display:flex;align-items:center;justify-content:space-between;font-size:11.5px;font-weight:720;color:#8a8177;margin-top:2px}.rlx-3d-part-list{display:flex;flex-direction:column;gap:3px;max-height:176px;overflow-y:auto}.rlx-3d-part-list::-webkit-scrollbar{width:5px}.rlx-3d-part-list::-webkit-scrollbar-thumb{background:#23201c29;border-radius:3px}.rlx-3d-part-row{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#4f453a;padding:3px 4px;border-radius:7px;transition:background .12s ease}.rlx-3d-part-row:hover{background:#23201c0d}.rlx-3d-part-row>span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-3d-part-vis{border:0;background:none;color:#4f453a;cursor:pointer;padding:2px;display:inline-flex}.rlx-3d-part-vis .is-off{opacity:.3}.rlx-3d-part-iso{border:1px solid rgba(35,32,28,.16);border-radius:7px;background:#fffdf9;font-size:10.5px;font-weight:700;padding:3px 9px;color:#4f453a;cursor:pointer;transition:.14s ease}.rlx-3d-part-iso:hover{border-color:#cf2f3b66;color:#cf2f3b;background:#fffaf3}@media(max-width:720px){.rlx-3d-edit-panel{width:200px;right:56px}}.rlx-3d-panel{position:absolute;left:50%;bottom:24px;transform:translate(-50%);z-index:20;width:min(720px,calc(100% - 180px));min-height:124px;display:grid;grid-template-columns:100px minmax(240px,1fr);align-items:stretch;gap:16px;padding:16px 44px 16px 18px;background:#fffaf3f0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(35,32,28,.08);border-radius:18px;color:#1c1b19;box-shadow:0 24px 64px #1f292633;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .2s ease}.rlx-3d-panel.is-collapsed{transform:translate(-50%,calc(100% + 42px));opacity:0;pointer-events:none}.rlx-3d-upload{width:100px;height:100%;min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:12px;background:#fffdf9;border:1.5px dashed rgba(35,32,28,.2);color:#9a9085;cursor:pointer;overflow:hidden;transition:.16s ease}.rlx-3d-upload:hover{border-color:#cf2f3b66;color:#cf2f3b;background:#fffaf3}.rlx-3d-upload.has-image{border-style:solid;border-color:#23201c1f}.rlx-3d-upload img{width:100%;height:100%;object-fit:cover}.rlx-3d-upload span,.rlx-3d-meta span{font-size:12px;font-weight:760}.rlx-3d-meta{display:flex;flex-direction:column;gap:7px;min-width:0}.rlx-3d-meta strong{font-size:15px;color:#322d27}.rlx-3d-meta span{color:#8a8177}.rlx-3d-meta em{font-style:normal;color:#a88855;font-size:12px;font-weight:820;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rlx-3d-actions{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:nowrap}.rlx-3d-model-combo{position:relative;flex:1 1 auto;min-width:150px}.rlx-3d-model-combo input{width:100%;height:36px;padding:0 38px 0 12px;border:1px solid rgba(35,32,28,.12);border-radius:10px;background:#fffdf9;color:#322d27;font-size:12px;font-weight:800;outline:none;transition:.14s ease}.rlx-3d-model-combo input:focus{border-color:#d93d467a;box-shadow:0 0 0 3px #d93d4614}.rlx-3d-model-combo-toggle{position:absolute;right:5px;top:5px;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:#f8ebe9;color:#d93d46;cursor:pointer}.rlx-3d-model-combo-toggle svg{transition:transform .18s ease}.rlx-3d-model-combo-toggle.is-open svg{transform:rotate(180deg)}.rlx-3d-model-menu{position:absolute;left:0;right:auto;bottom:calc(100% + 8px);z-index:30;width:236px;max-height:176px;overflow:auto;padding:5px;border:1px solid rgba(217,61,70,.13);border-radius:9px;background:#fffaf3fc;box-shadow:0 16px 42px #8f3e3724;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:rlx-3d-menu-in .16s ease-out;transform-origin:bottom center}.rlx-3d-prompt-input{width:100%;min-height:44px;max-height:72px;resize:none;padding:2px 0;border:0;border-radius:0;background:transparent;color:#322d27;font-size:13px;line-height:1.5;font-weight:640;outline:none}.rlx-3d-prompt-input::placeholder{color:#b4ab9d;font-weight:500}.rlx-3d-prompt-input:focus{outline:none;box-shadow:none}.rlx-3d-prompt-input:disabled{color:#a1978d;background:transparent;cursor:not-allowed}@keyframes rlx-3d-menu-in{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.rlx-3d-model-menu button{width:100%;height:32px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:1fr 1fr;column-gap:8px;align-items:center;padding:4px 8px;border:0;border-radius:7px;background:transparent;color:#332d27;cursor:pointer}.rlx-3d-model-menu button:hover{background:#f8ebe9}.rlx-3d-model-menu button strong{grid-column:1;grid-row:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:880}.rlx-3d-model-menu button span{grid-column:1;grid-row:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#8a8177;font-weight:760}.rlx-3d-model-menu button em{grid-column:2;grid-row:1 / span 2;min-width:38px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f8ebe9;color:#d93d46;font-size:10px;font-style:normal;font-weight:860}.rlx-3d-generate{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;border:0;border-radius:10px;background:#d93d46;color:#fff;font-size:12.5px;font-weight:860;white-space:nowrap;cursor:pointer;box-shadow:0 6px 16px #d93d4647;transition:.14s ease}.rlx-3d-generate:hover:not(:disabled){background:#c8323b;box-shadow:0 8px 20px #d93d4657}.rlx-3d-generate:disabled{background:#ddd2ca;color:#453d3680;box-shadow:none;cursor:not-allowed}.rlx-3d-empty{position:absolute;top:34px;right:34px;bottom:176px;left:34px;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px dashed rgba(35,32,28,.18);border-radius:14px;background:#fffaf38a;color:#8a8177;cursor:pointer;pointer-events:auto}.rlx-3d-empty strong{color:#322d27;font-size:18px}.rlx-3d-empty p{margin:0;color:#8a8177;font-size:13px}.rlx-3d-loading{position:absolute;top:34px;right:34px;bottom:176px;left:34px;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(35,32,28,.08);border-radius:14px;background:#fffaf3c7;color:#8a8177;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rlx-3d-loading strong{color:#322d27;font-size:17px}.rlx-3d-loading p{margin:0;color:#8a8177;font-size:13px}.rlx-3d-preview-card,.rlx-3d-files{position:absolute;right:28px;top:28px;z-index:8;width:260px;padding:12px;border:1px solid rgba(35,32,28,.1);border-radius:12px;background:#fffaf3e6;box-shadow:0 18px 52px #1f292624}.rlx-3d-preview-card{display:flex;flex-direction:column;gap:8px}.rlx-3d-preview-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px}.rlx-3d-preview-card strong{color:#322d27;font-size:14px}.rlx-3d-preview-card p{margin:0;color:#8a8177;font-size:12px}.rlx-3d-files{top:auto;bottom:176px;width:auto;min-width:116px;padding:8px;display:flex;flex-direction:column;gap:6px}.rlx-3d-files a{height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#2b2926;color:#fffaf3;font-size:11px;font-weight:820;text-decoration:none;padding:0 10px}.rlx-3d-files.is-collapsed{width:auto;min-width:0}.rlx-3d-files-toggle{height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(35,32,28,.1);border-radius:7px;background:#fffaf3;color:#4c443c;font-size:11px;font-weight:860;cursor:pointer;white-space:nowrap}.rlx-mat-dropdown-wrap{position:relative;flex:0 0 auto}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(2px);padding:4px 9px;border-radius:6px;background:#23201ceb;color:#fffaf3;font-size:11px;font-weight:700;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease .1s,transform .12s ease .1s;z-index:100}[data-tooltip]:hover:after,[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%) translateY(0)}[data-tooltip][data-tooltip=""]:after{display:none}.rlx-mat-dropdown{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px 0 12px;border-radius:8px;background:#fffaf3;border:1px solid rgba(35,32,28,.14);color:#322d27;font-size:12px;cursor:pointer;transition:.16s ease}.rlx-mat-dropdown:hover:not(:disabled){border-color:#cf2f3b59}.rlx-mat-dropdown:disabled{opacity:.5;cursor:not-allowed}.rlx-mat-dropdown strong{font-weight:800;letter-spacing:.2px}.rlx-mat-dropdown svg{color:#8a8177;transition:.16s ease}.rlx-mat-dropdown-wrap.is-open .rlx-mat-dropdown{border-color:#cf2f3b8c;background:#fff}.rlx-mat-dropdown-wrap.is-open .rlx-mat-dropdown svg{transform:rotate(180deg);color:#cf2f3b}.rlx-mat-dropdown.is-pro{border-style:dashed;border-color:#cf2f3b73;color:#cf2f3b}.rlx-mat-dropdown.is-pro svg{color:#cf2f3b}.rlx-mat-dropdown-menu{position:absolute;z-index:50;left:0;bottom:calc(100% + 6px);display:grid;gap:2px;padding:4px;border-radius:10px;background:#fffaf3;border:1px solid rgba(35,32,28,.12);box-shadow:0 12px 32px #23201c29;min-width:120px}.rlx-mat-dropdown-menu button{display:flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:7px;background:transparent;border:0;color:#322d27;font-size:12px;font-weight:760;text-align:left;cursor:pointer;white-space:nowrap;transition:.12s ease}.rlx-mat-dropdown-menu button:hover{background:#cf2f3b12}.rlx-mat-dropdown-menu button.is-active{background:#cf2f3b1a;color:#cf2f3b;font-weight:820}.rlx-mat-dropdown-menu .dot{width:12px;text-align:center;color:#cf2f3b;font-size:11px}.rlx-mat-cta{align-self:end;justify-self:end;display:inline-flex;align-items:center;gap:7px;padding:8px 18px;border-radius:10px;background:linear-gradient(180deg,#d83947,#b9252f);color:#fffaf3;border:0;cursor:pointer;box-shadow:0 3px 10px #cf2f3b3d;transition:.16s ease;font-size:13px}.rlx-mat-cta strong{font-size:13px;font-weight:820;letter-spacing:1px}.rlx-mat-cta .cost{display:inline-flex;align-items:center;gap:3px;padding:0;background:transparent;font-size:12px;font-weight:800;opacity:.95}.rlx-mat-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #cf2f3b5c}.rlx-mat-cta:active:not(:disabled){transform:translateY(0)}.rlx-mat-cta:disabled{background:#d8c7c0;color:#fffaf3;cursor:not-allowed;box-shadow:none}.rlx-mat-cta.is-generating{pointer-events:none;position:relative;overflow:hidden}.rlx-mat-cta.is-generating:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);animation:rlx-workbench-shimmer 1.2s linear infinite}
