:root{--color-bg:#09090b;--color-surface:#131316;--color-surface-2:#1a1a1e;--color-accent:#c9a96e;--color-warm:#e8d5b5;--color-text:#fafaf9;--color-muted:#fafaf973;--color-subtle:#fafaf933;--color-border:#ffffff0f;--color-border-accent:#c9a96e33;--ease:cubic-bezier(.16,1,.3,1);--container:1100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:Outfit,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}.home-wrapper{position:relative}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.ambient-bg{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.ambient-orb{filter:blur(100px);opacity:0;transition:opacity 2.5s var(--ease);border-radius:50%;position:absolute}.ambient-orb.visible{opacity:1}.orb-1{background:radial-gradient(circle,#c9a96e12 0%,#0000 70%);width:700px;height:700px;animation:24s ease-in-out infinite float-orb-1;top:-250px;left:-200px}.orb-2{background:radial-gradient(circle,#c9a96e0d 0%,#0000 70%);width:550px;height:550px;animation:30s ease-in-out infinite float-orb-2;bottom:10%;right:-120px}.orb-3{background:radial-gradient(circle,#e8d5b50a 0%,#0000 70%);width:450px;height:450px;animation:20s ease-in-out infinite float-orb-3;top:55%;left:35%}@keyframes float-orb-1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(80px,60px)scale(1.08)}66%{transform:translate(-40px,40px)scale(.95)}}@keyframes float-orb-2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-60px,-80px)scale(1.06)}70%{transform:translate(40px,-30px)scale(.94)}}@keyframes float-orb-3{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)translate(70px,-50px)scale(1.1)}}.cursor-glow{pointer-events:none;z-index:1;background:radial-gradient(circle,#c9a96e0a 0%,#0000 65%);border-radius:50%;width:600px;height:600px;position:fixed;transform:translate(-50%,-50%)}.noise-overlay{z-index:2;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}.home-nav{z-index:100;transition:background .5s var(--ease),border-color .5s var(--ease),backdrop-filter .5s;border-bottom:1px solid #0000;padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.home-nav.scrolled{-webkit-backdrop-filter:blur(24px);border-bottom-color:var(--color-border);background:#09090bd1}.nav-inner{max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:.6rem;display:flex}.nav-logo-img{border-radius:6px;width:28px;height:28px}.nav-logo-name{letter-spacing:.02em;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a,.nav-links button{letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);padding:0;font-size:.75rem;font-weight:300;transition:color .2s}.nav-links a:hover,.nav-links button:hover{color:var(--color-text)}.nav-cta{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);border:1px solid var(--color-border-accent);border-radius:2px;padding:.55rem 1.25rem;font-size:.72rem;font-weight:400;transition:background .2s,color .2s}.nav-cta:hover{background:var(--color-accent);color:var(--color-bg)}.hero{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:9rem 2rem 7rem;display:flex;position:relative}.hero-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent);opacity:0;transition:opacity .8s var(--ease),transform .8s var(--ease);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.68rem;font-weight:400;display:inline-flex;transform:translateY(10px)}.hero-tag.visible{opacity:1;transform:none}.hero-tag-bar{background:var(--color-accent);opacity:.6;width:28px;height:1px;display:block}.hero-heading{letter-spacing:-.01em;opacity:0;transition:opacity .9s var(--ease).15s,transform .9s var(--ease).15s;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(3.75rem,9vw,7.5rem);font-weight:400;line-height:1.04;transform:translateY(22px)}.hero-heading.visible{opacity:1;transform:none}.hero-heading-accent{color:var(--color-accent);font-style:italic}.hero-divider{background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:0;width:40px;height:1px;transition:opacity .8s var(--ease).3s;margin:1.75rem auto}.hero-divider.visible{opacity:1}.hero-subtitle{max-width:520px;color:var(--color-muted);opacity:0;transition:opacity .8s var(--ease).45s,transform .8s var(--ease).45s;margin-bottom:2.75rem;font-size:.975rem;font-weight:300;line-height:1.8;transform:translateY(12px)}.hero-subtitle.visible{opacity:1;transform:none}.hero-actions{opacity:0;transition:opacity .8s var(--ease).6s,transform .8s var(--ease).6s;align-items:center;gap:1rem;display:flex;transform:translateY(12px)}.hero-actions.visible{opacity:1;transform:none}.btn-primary{background:var(--color-accent);color:var(--color-bg);letter-spacing:.1em;text-transform:uppercase;border-radius:2px;align-items:center;padding:.9rem 2.25rem;font-size:.78rem;font-weight:500;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-secondary{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--color-border);border-radius:2px;align-items:center;padding:.9rem 1.75rem;font-size:.78rem;font-weight:300;transition:color .2s,border-color .2s;display:inline-flex}.btn-secondary:hover{color:var(--color-text);border-color:#ffffff26}.hero-scroll-hint{opacity:0;transition:opacity .8s var(--ease)1.4s;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-hint.visible{opacity:.25}.scroll-line{background:var(--color-text);width:1px;height:44px;animation:2.2s ease-in-out infinite scroll-pulse}@keyframes scroll-pulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:.9;transform:scaleY(.65)}}.section-header{text-align:center;margin-bottom:4.5rem}.section-tag{letter-spacing:.28em;text-transform:uppercase;color:var(--color-accent);opacity:0;transition:opacity .6s var(--ease),transform .6s var(--ease);margin-bottom:1rem;font-size:.64rem;font-weight:400;display:inline-block;transform:translateY(8px)}.section-tag.revealed{opacity:1;transform:none}.section-title{opacity:0;transition:opacity .7s var(--ease).1s,transform .7s var(--ease).1s;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.1rem,4.5vw,3.4rem);font-weight:400;line-height:1.1;transform:translateY(14px)}.section-title.revealed{opacity:1;transform:none}.section-subtitle{max-width:480px;color:var(--color-muted);opacity:0;transition:opacity .7s var(--ease).2s,transform .7s var(--ease).2s;margin:0 auto;font-size:.925rem;font-weight:300;line-height:1.75;transform:translateY(8px)}.section-subtitle.revealed{opacity:1;transform:none}.features-section{z-index:10;padding:7rem 0;position:relative}.features-grid{background:var(--color-border);border:1px solid var(--color-border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feature-card{background:var(--color-bg);opacity:0;transition:opacity .6s var(--ease),transform .6s var(--ease),background .3s;padding:2.75rem 2.5rem;transform:translateY(18px)}.feature-card:hover{background:var(--color-surface)}.feature-card.revealed{opacity:1;transform:none}.feature-card:first-child{transition-delay:0s}.feature-card:nth-child(2){transition-delay:70ms}.feature-card:nth-child(3){transition-delay:.14s}.feature-card:nth-child(4){transition-delay:.21s}.feature-card:nth-child(5){transition-delay:.28s}.feature-card:nth-child(6){transition-delay:.35s}.feature-icon{width:34px;height:34px;color:var(--color-accent);opacity:.8;margin-bottom:1.5rem}.feature-icon svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.feature-title{margin-bottom:.7rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500}.feature-desc{color:var(--color-muted);font-size:.86rem;font-weight:300;line-height:1.75}.how-section{z-index:10;padding:7rem 0;position:relative}.steps{grid-template-columns:repeat(3,1fr);display:grid;position:relative}.steps:before{content:"";background:linear-gradient(90deg,#0000,#c9a96e40,#0000);height:1px;position:absolute;top:2rem;left:calc(16.67% + 1.25rem);right:calc(16.67% + 1.25rem)}.step{text-align:center;opacity:0;transition:opacity .65s var(--ease),transform .65s var(--ease);padding:0 2.5rem;transform:translateY(18px)}.step.revealed{opacity:1;transform:none}.step:first-child{transition-delay:0s}.step:nth-child(2){transition-delay:.15s}.step:nth-child(3){transition-delay:.3s}.step-number{border:1px solid var(--color-border-accent);width:4rem;height:4rem;color:var(--color-accent);background:var(--color-bg);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.75rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;display:inline-flex;position:relative}.step-title{margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500}.step-desc{color:var(--color-muted);font-size:.86rem;font-weight:300;line-height:1.75}.preview-section{z-index:10;text-align:center;padding:7rem 0;position:relative}.preview-phones{justify-content:center;align-items:center;width:100vw;max-width:100%;height:950px;margin:2rem auto;display:flex;position:relative;overflow:hidden}.preview-phones.revealed{opacity:1;transform:none}.phone-outline{background-color:var(--color-bg);border:1.5px solid var(--color-border);width:393px;height:852px;transition:transform .8s var(--ease),opacity .8s ease,border-color .3s ease;border-radius:50px;position:absolute;overflow:hidden;box-shadow:0 0 0 8px #0c0c0e,0 40px 80px #000c,inset 0 0 20px #0006}.phone-outline:hover{border-color:var(--color-border-accent)}.phone-left{opacity:.8;z-index:1;transform:translate(-85%)scale(.7)}.phone-center{opacity:1;z-index:10;transform:translate(0)scale(.75);box-shadow:0 0 0 8px #0c0c0e,0 60px 120px #000000e6}.phone-right{opacity:.8;z-index:1;transform:translate(85%)scale(.7)}.phone-notch{z-index:50;background-color:#000;border-radius:20px;width:120px;height:35px;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 4px #ffffff0d}.phone-placeholder-icon{width:44px;height:100%;color:var(--color-accent);opacity:.25;justify-content:center;align-items:center;margin:0 auto;display:flex}.phone-placeholder-icon svg{stroke:currentColor;fill:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.phone-placeholder-text{text-align:center;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);opacity:.4;font-size:.65rem;font-weight:300;position:absolute;bottom:40px;left:0;right:0}.preview-note{letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);opacity:0;transition:opacity .6s var(--ease).5s,transform .6s var(--ease).5s;margin-top:2.5rem;font-size:.7rem;transform:translateY(8px)}.preview-note.revealed{opacity:.4;transform:none}.trust-section{z-index:10;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);position:relative}.trust-grid{grid-template-columns:repeat(3,1fr);display:grid}.trust-item{border-right:1px solid var(--color-border);opacity:0;transition:opacity .65s var(--ease),transform .65s var(--ease);padding:4rem 2.5rem;transform:translateY(14px)}.trust-item:last-child{border-right:none}.trust-item.revealed{opacity:1;transform:none}.trust-item:first-child{transition-delay:0s}.trust-item:nth-child(2){transition-delay:.12s}.trust-item:nth-child(3){transition-delay:.24s}.trust-label{letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent);opacity:.7;margin-bottom:1.25rem;font-size:.64rem;font-weight:400}.trust-title{margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500}.trust-desc{color:var(--color-muted);font-size:.875rem;font-weight:300;line-height:1.8}.cta-section{z-index:10;padding:7rem 0;position:relative}.cta-card{text-align:center;border:1px solid var(--color-border);background:var(--color-surface);opacity:0;max-width:620px;transition:opacity .85s var(--ease),transform .85s var(--ease);border-radius:4px;margin:0 auto;padding:5.5rem 3.5rem;position:relative;overflow:hidden;transform:translateY(22px)}.cta-card.revealed{opacity:1;transform:none}.cta-card:before{content:"";background:linear-gradient(90deg,transparent,var(--color-accent),transparent);width:220px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.cta-title{margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,2.9rem);font-weight:400;line-height:1.15}.cta-title em{color:var(--color-accent);font-style:italic}.cta-subtitle{color:var(--color-muted);margin-bottom:2.75rem;font-size:.9rem;font-weight:300;line-height:1.75}.cta-form{flex-direction:column;align-items:center;gap:1rem;display:flex}.cta-input-row{border:1px solid var(--color-border);border-radius:2px;width:100%;max-width:420px;transition:border-color .25s;display:flex;overflow:hidden}.cta-input-row:focus-within{border-color:#c9a96e59}.cta-input{color:var(--color-text);background:0 0;border:none;outline:none;flex:1;padding:.9rem 1.25rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:300}.cta-input::placeholder{color:var(--color-muted)}.cta-btn{background:var(--color-accent);color:var(--color-bg);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;padding:.9rem 1.5rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:500;transition:opacity .2s}.cta-btn:hover{opacity:.88}.cta-note{color:var(--color-muted);opacity:.55;letter-spacing:.04em;font-size:.72rem}.cta-success{flex-direction:column;align-items:center;gap:.75rem;display:flex}.cta-success-icon{border:1px solid var(--color-border-accent);width:52px;height:52px;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.cta-success-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.cta-success-title{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:500}.cta-success-sub{color:var(--color-muted);font-size:.875rem;font-weight:300}.home-footer{z-index:10;border-top:1px solid var(--color-border);padding:3rem 0;position:relative}.footer-inner{max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.footer-logo{align-items:center;gap:.5rem;display:flex}.footer-logo-img{opacity:.6;border-radius:5px;width:22px;height:22px}.footer-logo-name{color:var(--color-muted);letter-spacing:.02em;font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:500}.footer-copy{color:var(--color-muted);opacity:.45;letter-spacing:.04em;font-size:.72rem}.footer-links{gap:2rem;display:flex}.footer-links a{letter-spacing:.06em;color:var(--color-muted);opacity:.55;font-size:.72rem;transition:opacity .2s}.footer-links a:hover{opacity:1}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.preview-phones{scroll-snap-type:x mandatory;scrollbar-width:none;justify-content:flex-start;gap:2.5rem;height:auto;padding:4rem 5vw;overflow-x:auto}.preview-phones::-webkit-scrollbar{display:none}.phone-outline{scroll-snap-align:center;flex-shrink:0;position:relative;box-shadow:0 0 0 8px #0c0c0e,0 40px 80px #000c;opacity:1!important;z-index:1!important;transform:none!important}}@media (max-width:768px){.nav-links{display:none}.features-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:3rem}.steps:before{display:none}.step{padding:0 1rem}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:none;border-bottom:1px solid var(--color-border)}.trust-item:last-child{border-bottom:none}.footer-inner{text-align:center;flex-direction:column;gap:1.5rem}.footer-copy{order:3}.cta-card{padding:3.5rem 1.5rem}.hero-actions{flex-direction:column;width:100%;max-width:320px}.btn-primary,.btn-secondary{justify-content:center;width:100%}}
.LumenDashboard-module__MEG3bG__screenWrapper{background:0 0;flex-direction:column;width:100%;height:100%;padding-top:50px;font-family:DM Mono,monospace;display:flex;position:relative;overflow:hidden}.LumenDashboard-module__MEG3bG__phoneOuter{justify-content:center;width:100%;height:100%;padding:0;display:flex}.LumenDashboard-module__MEG3bG__phoneFrame{background:#0a0907;border-radius:30px;width:100%;height:100%;font-family:DM Mono,monospace;position:relative;overflow:hidden}.LumenDashboard-module__MEG3bG__dynamicIsland{z-index:10;background:#000;border-radius:20px;width:100px;height:30px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.LumenDashboard-module__MEG3bG__statusBar{z-index:5;justify-content:space-between;align-items:center;padding:8px 22px 0;display:flex;position:relative}.LumenDashboard-module__MEG3bG__statusTime{color:#c8b89a;letter-spacing:.5px;font-family:DM Mono,monospace;font-size:6px}.LumenDashboard-module__MEG3bG__statusIcons{align-items:center;gap:5px;display:flex}.LumenDashboard-module__MEG3bG__statusIcons svg{opacity:.7}.LumenDashboard-module__MEG3bG__screenContent{scrollbar-width:none;height:calc(100% - 24px);padding:6px 18px 0;overflow:hidden auto}.LumenDashboard-module__MEG3bG__screenContent::-webkit-scrollbar{display:none}.LumenDashboard-module__MEG3bG__topNav{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.LumenDashboard-module__MEG3bG__avatar{color:#0a0907;letter-spacing:.5px;background:linear-gradient(135deg,#8b6f3a,#c9952d);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-family:Cormorant Garamond,serif;font-size:7px;font-weight:600;display:flex}.LumenDashboard-module__MEG3bG__topActions{align-items:center;gap:8px;display:flex}.LumenDashboard-module__MEG3bG__iconBtn{background:#c8b89a14;border:.5px solid #c8b89a26;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.LumenDashboard-module__MEG3bG__advisorPill{color:#c8b89a;letter-spacing:1px;background:#c8b89a14;border:.5px solid #c8b89a33;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:6px;display:flex}.LumenDashboard-module__MEG3bG__heroSection{margin-bottom:6px;padding:0 2px}.LumenDashboard-module__MEG3bG__heroLabel{letter-spacing:2.5px;color:#c8b89a73;text-transform:uppercase;margin-bottom:6px;font-size:9px}.LumenDashboard-module__MEG3bG__heroAmount{color:#f0e8d8;letter-spacing:-1px;margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:52px;font-weight:300;line-height:1}.LumenDashboard-module__MEG3bG__currency{color:#f0e8d880;vertical-align:top;margin-top:10px;margin-right:4px;font-size:28px;font-weight:300;display:inline-block}.LumenDashboard-module__MEG3bG__heroDelta{align-items:center;gap:8px;display:flex}.LumenDashboard-module__MEG3bG__deltaNeg{color:#c0714a;letter-spacing:.5px;font-size:11px}.LumenDashboard-module__MEG3bG__deltaLabel{color:#c8b89a4d;letter-spacing:1px;font-size:9px}.LumenDashboard-module__MEG3bG__sparklineWrap{height:42px;margin:14px 0 18px;position:relative}.LumenDashboard-module__MEG3bG__sparklineWrap svg{width:100%;height:100%;overflow:visible}.LumenDashboard-module__MEG3bG__glassCard{background:#c8b89a0d;border:.5px solid #c8b89a1f;border-radius:18px;margin-bottom:10px;padding:14px 16px}.LumenDashboard-module__MEG3bG__cardLabel{letter-spacing:2px;color:#c8b89a59;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:8px;display:flex}.LumenDashboard-module__MEG3bG__badge{letter-spacing:1px;border-radius:10px;padding:2px 7px;font-size:8px}.LumenDashboard-module__MEG3bG__badgeStalled{color:#c0714a;background:#c0714a26;border:.5px solid #c0714a4d}.LumenDashboard-module__MEG3bG__twoCol{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.LumenDashboard-module__MEG3bG__miniCard{background:#c8b89a0d;border:.5px solid #c8b89a1f;border-radius:16px;padding:12px 14px}.LumenDashboard-module__MEG3bG__miniLabel{letter-spacing:1.5px;color:#c8b89a59;text-transform:uppercase;margin-bottom:8px;font-size:8px}.LumenDashboard-module__MEG3bG__miniValue{color:#f0e8d8;margin-bottom:3px;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:400;line-height:1}.LumenDashboard-module__MEG3bG__miniSub{color:#c8b89a59;letter-spacing:.5px;font-size:9px}.LumenDashboard-module__MEG3bG__velocityRow{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.LumenDashboard-module__MEG3bG__velocityMain{color:#f0e8d8;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:400}.LumenDashboard-module__MEG3bG__velocityTarget{color:#c8b89a59;letter-spacing:1px;font-size:9px}.LumenDashboard-module__MEG3bG__progressTrack{background:#c8b89a14;border-radius:2px;height:3px;margin-bottom:6px;overflow:hidden}.LumenDashboard-module__MEG3bG__progressFill{background:linear-gradient(90deg,#8b6f3a,#c9952d);border-radius:2px;height:100%}.LumenDashboard-module__MEG3bG__progressMeta{color:#c8b89a4d;letter-spacing:.5px;justify-content:space-between;font-size:9px;display:flex}.LumenDashboard-module__MEG3bG__bankLink{cursor:pointer;background:#c9952d12;border:.5px solid #c9952d33;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:13px 16px;display:flex}.LumenDashboard-module__MEG3bG__bankLinkLeft{align-items:center;gap:10px;display:flex}.LumenDashboard-module__MEG3bG__bankIcon{background:#c9952d26;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.LumenDashboard-module__MEG3bG__bankTextMain{color:#c9952d;letter-spacing:.5px;margin-bottom:2px;font-family:DM Mono,monospace;font-size:11px}.LumenDashboard-module__MEG3bG__bankTextSub{color:#c9952d80;letter-spacing:1px;font-size:9px}.LumenDashboard-module__MEG3bG__divider{background:#c8b89a14;height:.5px;margin:6px 0 14px}.LumenDashboard-module__MEG3bG__sectionHeader{letter-spacing:2.5px;color:#c8b89a4d;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:8px;display:flex}.LumenDashboard-module__MEG3bG__sectionHeader span{color:#c9952d;letter-spacing:1px;cursor:pointer;font-size:9px}.LumenDashboard-module__MEG3bG__tabBar{z-index:10;background:#0a0907f2;border-top:.5px solid #c8b89a1a;align-items:flex-start;height:72px;padding-top:10px;padding-bottom:0;display:flex;position:absolute;bottom:0;left:0;right:0}.LumenDashboard-module__MEG3bG__tabItem{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.LumenDashboard-module__MEG3bG__tabIcon{justify-content:center;align-items:center;width:22px;height:22px;display:flex}.LumenDashboard-module__MEG3bG__tabLabel{letter-spacing:1px;color:#c8b89a4d;font-size:8px}.LumenDashboard-module__MEG3bG__active .LumenDashboard-module__MEG3bG__tabLabel{color:#c9952d}.LumenDashboard-module__MEG3bG__tabActiveDot{background:#c9952d;border-radius:50%;width:3px;height:3px;margin-top:1px}.LumenDashboard-module__MEG3bG__categoryRow{align-items:center;gap:10px;margin-bottom:9px;display:flex}.LumenDashboard-module__MEG3bG__catDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.LumenDashboard-module__MEG3bG__catName{color:#c8b89a99;letter-spacing:.5px;flex:1;font-size:10px}.LumenDashboard-module__MEG3bG__catBarTrack{background:#c8b89a14;border-radius:1px;width:70px;height:2px;overflow:hidden}.LumenDashboard-module__MEG3bG__catBarFill{border-radius:1px;height:100%}.LumenDashboard-module__MEG3bG__catAmount{color:#c8b89a80;text-align:right;letter-spacing:.3px;min-width:42px;font-size:10px}.LumenDashboard-module__MEG3bG__advisorCard{background:linear-gradient(135deg,#8b6f3a1f,#c9952d12);border:.5px solid #c9952d40;border-radius:18px;margin-bottom:80px;padding:14px 16px}.LumenDashboard-module__MEG3bG__advisorHeader{align-items:center;gap:8px;margin-bottom:8px;display:flex}.LumenDashboard-module__MEG3bG__helyusDot{background:#c9952d;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite LumenDashboard-module__MEG3bG__pulseDot}@keyframes LumenDashboard-module__MEG3bG__pulseDot{0%,to{opacity:1}50%{opacity:.4}}.LumenDashboard-module__MEG3bG__helyusName{color:#c9952d;letter-spacing:2px;text-transform:uppercase;font-size:9px}.LumenDashboard-module__MEG3bG__advisorMessage{color:#f0e8d8b3;letter-spacing:.2px;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:400;line-height:1.5}
.HelyusChat-module__LmkdZW__screenWrapper{background:0 0;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.HelyusChat-module__LmkdZW__ambientGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#c9952d14 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-100px;right:-100px}.HelyusChat-module__LmkdZW__chatHeader{-webkit-backdrop-filter:blur(20px);z-index:20;background:#0a0907a6;border-bottom:.5px solid #f0e8d814;flex-direction:column;gap:12px;width:100%;padding:60px 24px 20px;display:flex;position:absolute;top:0}.HelyusChat-module__LmkdZW__headerTop{justify-content:space-between;align-items:center;display:flex}.HelyusChat-module__LmkdZW__iconBtn{color:#f0e8d880;cursor:pointer;background:#ffffff08;border:.5px solid #f0e8d814;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.HelyusChat-module__LmkdZW__headerTitles{flex-direction:column;align-items:center;gap:4px;display:flex}.HelyusChat-module__LmkdZW__mainTitle{color:#f0e8d8;letter-spacing:1px;font-family:DM Mono,monospace;font-size:13px;font-weight:500}.HelyusChat-module__LmkdZW__subtitleLockup{align-items:center;gap:6px;display:flex}.HelyusChat-module__LmkdZW__pulsingDot{background:#c9952d;border-radius:50%;width:6px;height:6px;animation:2.5s ease-in-out infinite HelyusChat-module__LmkdZW__pulse;box-shadow:0 0 8px #c9952d}@keyframes HelyusChat-module__LmkdZW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}.HelyusChat-module__LmkdZW__subtitleText{color:#f0e8d880;letter-spacing:1.5px;text-transform:uppercase;font-family:DM Mono,monospace;font-size:8px}.HelyusChat-module__LmkdZW__chatScrollArea{scrollbar-width:none;z-index:5;flex-direction:column;flex:1;gap:36px;padding:130px 20px 120px;display:flex;position:relative;overflow-y:auto}.HelyusChat-module__LmkdZW__chatScrollArea::-webkit-scrollbar{display:none}.HelyusChat-module__LmkdZW__messageGroup{opacity:0;flex-direction:column;gap:6px;animation:.6s cubic-bezier(.16,1,.3,1) forwards HelyusChat-module__LmkdZW__springUp;display:flex;transform:translateY(15px)}@keyframes HelyusChat-module__LmkdZW__springUp{to{opacity:1;transform:translateY(0)}}.HelyusChat-module__LmkdZW__msgUser{align-items:flex-end}.HelyusChat-module__LmkdZW__msgUser .HelyusChat-module__LmkdZW__textBlock{color:#f0e8d8;background:#ffffff0a;border:.5px solid #f0e8d814;border-radius:20px 20px 4px;max-width:80%;padding:14px 18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.4;box-shadow:0 4px 15px #0003}.HelyusChat-module__LmkdZW__msgHelyus{align-items:flex-start;position:relative}.HelyusChat-module__LmkdZW__dossierLine{z-index:1;background:linear-gradient(#c9952d4d,#0000);width:1px;position:absolute;top:30px;bottom:5px;left:11px}.HelyusChat-module__LmkdZW__helyusHeaderRow{z-index:2;align-items:center;gap:12px;margin-bottom:8px;display:flex;position:relative}.HelyusChat-module__LmkdZW__hIcon{color:#c9952d;background:#0a0907;border:1px solid #c9952d4d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;box-shadow:0 0 10px #c9952d1a}.HelyusChat-module__LmkdZW__helyusName{color:#f0e8d880;letter-spacing:2px;text-transform:uppercase;font-family:DM Mono,monospace;font-size:9px}.HelyusChat-module__LmkdZW__msgHelyus .HelyusChat-module__LmkdZW__textBlock{color:#f0e8d8d9;letter-spacing:.3px;z-index:2;max-width:95%;padding-left:36px;font-family:Cormorant Garamond,serif;font-size:18px;line-height:1.65;position:relative}.HelyusChat-module__LmkdZW__msgHelyus .HelyusChat-module__LmkdZW__textBlock strong{color:#c9952d;font-weight:500}.HelyusChat-module__LmkdZW__toolExecution{color:#4fc3c8;letter-spacing:1.5px;text-transform:uppercase;opacity:.8;align-items:center;gap:10px;margin-bottom:8px;padding-left:36px;font-family:DM Mono,monospace;font-size:9px;display:flex}.HelyusChat-module__LmkdZW__toolSpinner{border:1.5px solid #4fc3c826;border-top-color:#4fc3c8;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite HelyusChat-module__LmkdZW__spin}@keyframes HelyusChat-module__LmkdZW__spin{to{transform:rotate(360deg)}}.HelyusChat-module__LmkdZW__inputWrapper{z-index:20;position:absolute;bottom:24px;left:20px;right:20px}.HelyusChat-module__LmkdZW__inputBox{-webkit-backdrop-filter:blur(25px);background:#131109b3;border:.5px solid #f0e8d814;border-radius:30px;align-items:center;padding:8px 8px 8px 20px;transition:border-color .3s;display:flex;box-shadow:0 10px 40px #00000080,inset 0 0 0 1px #ffffff05}.HelyusChat-module__LmkdZW__inputBox:focus-within{border-color:#c9952d66}.HelyusChat-module__LmkdZW__inputField{color:#f0e8d8;background:0 0;border:none;outline:none;flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px}.HelyusChat-module__LmkdZW__inputField::placeholder{color:#f0e8d880}.HelyusChat-module__LmkdZW__sendBtn{cursor:pointer;background:#c9952d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex}.HelyusChat-module__LmkdZW__sendBtn:active{transform:scale(.9)}.HelyusChat-module__LmkdZW__bottomFade{background:linear-gradient(to top,var(--color-bg)20%,transparent);pointer-events:none;z-index:10;width:100%;height:120px;position:absolute;bottom:0}
