: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-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:16px;font-weight:750}.rlx-brand em{color:#8a8177;font-size:12px;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-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-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));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: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-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-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-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 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}.rlx-detail,.rlx-studio-layout,.rlx-workbench-layout{display:grid;gap:18px}.rlx-detail{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.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}.rlx-detail-gallery>img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px}.rlx-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.rlx-thumbs img{width:100%;aspect-ratio:1.4;object-fit:cover;border-radius:6px}.rlx-detail-panel{padding:28px}.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-supplier-lock{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;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>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:250px minmax(0,1fr);gap:8px;align-items:stretch}.rlx-workbench-side{padding:18px;height:680px;overflow:auto;scrollbar-width:none}.rlx-workbench-side::-webkit-scrollbar{display:none}.rlx-workbench-module{margin-top:10px}.rlx-workbench-module-btn{width:100%;min-height:54px;border-radius:8px;background:#f5f1eb;display:flex;align-items:center;gap:10px;padding:9px 12px;font-weight:760;text-align:left;transition:.16s ease}.rlx-workbench-module-btn:hover,.rlx-workbench-module.is-expanded .rlx-workbench-module-btn{background:#fffaf3;box-shadow:0 10px 26px #cf2f3b1a;transform:translateY(-1px)}.rlx-workbench-module.is-active .rlx-workbench-module-btn{color:#cf2f3b;background:#fffaf3;box-shadow:inset 3px 0 #cf2f3b,0 10px 26px #cf2f3b1a}.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:2px;min-width:0;flex:1}.rlx-workbench-module-btn strong{color:#1c1b19;font-size:14px}.rlx-workbench-module-btn em{color:#8a8177;font-size:11px;font-style:normal;font-weight:760}.rlx-workbench-chevron{margin-left:auto;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;gap:6px;max-height:0;opacity:0;overflow:hidden;padding:0 0 0 32px;transform:translateY(-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.is-expanded .rlx-workbench-submenu{max-height:160px;opacity:1;padding:8px 0 2px 32px;transform:translateY(0);pointer-events:auto}.rlx-workbench-submenu button{min-height:38px;border-radius:8px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;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 span{font-size:13px;font-weight:780}.rlx-workbench-submenu em{color:#9b9289;font-size:10px;font-style:normal;font-weight:760}.rlx-project-library-entry{padding:0 2px 14px;border-bottom:1px solid rgba(35,32,28,.08)}.rlx-project-library-entry button{width:100%;min-height:42px;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0;text-align:left;transition:.16s ease}.rlx-project-library-entry button:hover,.rlx-project-library-entry.is-active button{color:#cf2f3b}.rlx-project-library-entry svg{color:currentColor;flex:0 0 auto}.rlx-project-library-entry span{min-width:0;display:grid;gap:4px;flex:1}.rlx-project-library-entry strong{color:inherit;font-size:15px;font-weight:860}.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-kicker.workbench-create{margin-top:14px}.rlx-workbench-stage{height:680px;display:grid;grid-template-columns:252px minmax(0,1fr);gap:8px}.rlx-project-overview{height:680px;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{height:132px}.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-project-overview::-webkit-scrollbar{display:none}.rlx-material-workbench{position:relative;min-width:0;height:680px;display:grid;grid-template-columns:252px minmax(0,1fr);gap:8px;align-items:stretch}.rlx-tool-panel.material{height:100%;min-height:680px;background:#f5f1eb;border-color:#23201c14;color:#1c1b19}.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:150px;max-height:190px;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:190px;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-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-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-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{height:100%;min-height:680px;background:#f5f1eb;border-color:#23201c14}.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));gap:12px;padding:16px;max-height:100%;overflow: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{min-width:0;height:680px;display:grid;grid-template-columns:252px minmax(0,1fr);gap:8px;align-items:stretch}.rlx-space-style-workbench{position:relative;min-width:0;height:680px;display:grid;grid-template-columns:252px minmax(0,1fr);gap:8px;align-items:stretch}.rlx-tool-panel.space-style,.rlx-space-style-records{height:100%;min-height:680px;border-radius:8px;border:1px solid rgba(35,32,28,.08);background:#f5f1eb;color:#1c1b19}.rlx-tool-panel.space-style{padding:18px;display:flex;flex-direction:column;gap:16px;overflow:auto}.rlx-tool-panel.space-style .rlx-tool-action{margin-top:auto}.rlx-tool-action.space-style{position:sticky;left:0;right:0;bottom:-18px;z-index:5;margin-left:-18px;margin-right:-18px;margin-bottom:-18px;padding:12px 18px 18px;border-top:1px solid rgba(35,32,28,.08);background:#f5f1eb;box-shadow:0 -12px 26px #f5f1ebdb}.rlx-tool-panel.space-style .rlx-kicker{color:#cf2f3b}.rlx-space-style-records{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:86px;resize:none;border:1px solid rgba(35,32,28,.1);border-radius:8px;background:#fffaf3;color:#1c1b19;padding:10px;outline:none;font-size:12px;font-weight:760;line-height:1.5}.rlx-material-segment.five{grid-template-columns:repeat(5,minmax(0,1fr))}.rlx-material-segment.five button{font-size:10px}.rlx-inspiration-records{min-width:0;overflow:hidden;display:flex;flex-direction:column;position:relative}.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;top:10px;left:10px;right:10px;z-index:22;width:auto;height:calc(100% - 20px);max-height:none;background:#fffaf3;border:1px solid rgba(35,32,28,.1);display:flex;flex-direction:column;overflow:hidden}.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(5,minmax(0,1fr));align-content:start;gap:8px;scrollbar-width:none}.rlx-inspiration-library-grid::-webkit-scrollbar{display:none}.rlx-inspiration-library-grid>button{position:relative;min-width:0;border-radius:8px;overflow:hidden;background:#fffaf3;border:1px solid rgba(35,32,28,.1);padding:6px;display:grid;gap:5px;text-align:left}.rlx-inspiration-library-grid>button.is-active{border-color:#cf2f3b;box-shadow:0 0 0 1px #cf2f3b;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:11px;font-weight:820;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-inspiration-library-grid em{color:#8a8177;font-size:10px;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlx-inspiration-asset-grid::-webkit-scrollbar,.rlx-inspiration-history::-webkit-scrollbar{display:none}.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;min-height:0;overflow:auto;padding:14px;display:grid;align-content:start;gap:12px;scrollbar-width:none}.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(210px,260px));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-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{height:28px;padding:0 9px;border-radius:999px;background:#1c1b19c7;color:#fffaf3;font-size:11px;font-weight:800}.rlx-inspiration-result footer button:disabled{opacity:.5;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;top:10px;left:260px;z-index:20;width:min(620px,calc(100% - 280px));height:660px;max-height:660px;background:#fffaf3;border:1px solid rgba(35,32,28,.1);display:flex;flex-direction:column;overflow:hidden}.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(5,minmax(0,1fr));gap:8px;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:7px;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-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:64px 56px 28px}.rlx-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:64px;margin-bottom:56px}.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:380px;margin:0 0 20px;font-size:13px;line-height:1.7}.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-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}}
