@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Instrument+Sans:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Instrument+Sans:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Instrument+Sans:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Instrument+Sans:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap";.hp-root{background:var(--l-bg,#f0f4ff);min-height:100vh;color:var(--l-text,#0f172a);font-family:inherit;overflow-x:hidden}.hp-hero{background:linear-gradient(135deg,#1c1852 0%,#3d36aa 45%,#6025c8 100%);justify-content:center;align-items:center;width:100%;min-height:92vh;display:flex;position:relative;overflow:hidden}.hp-hero-bg{z-index:0;position:absolute;inset:0}.hp-hero-slide{opacity:0;transition:opacity 1.1s;position:absolute;inset:0}.hp-hero-slide--active{opacity:1}.hp-hero-slide img,.hp-hero-slide video{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hp-hero-overlay{z-index:1;background:linear-gradient(#1c1852a6 0%,#1c18524d 50%,#1c1852d1 100%),linear-gradient(90deg,#1c18528c 0%,#0000 60%);position:absolute;inset:0}.hp-hero-content{z-index:2;text-align:center;max-width:860px;margin:0 auto;padding:4rem 1.5rem 3rem;position:relative}.hp-hero-eyebrow{color:#c4b5fd;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff38;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1.4rem;padding:.35rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.hp-hero-title{letter-spacing:-.03em;color:#fff;margin:0 0 1.2rem;font-size:clamp(2.4rem,6vw,4rem);font-weight:900;line-height:1.1}.hp-hero-title .hp-grad{background:linear-gradient(135deg,#a78bfa 0%,#c4b5fd 50%,#6ee7b7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hp-hero-sub{color:#ffffffd1;max-width:620px;margin:0 auto 2.2rem;font-size:clamp(1rem,2.2vw,1.2rem);font-weight:400;line-height:1.65}.hp-hero-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:2.4rem;display:flex}.hp-hero-stat{flex-direction:column;align-items:center;gap:.1rem;display:flex}.hp-hero-stat-num{color:#fff;font-size:1.6rem;font-weight:800;line-height:1}.hp-hero-stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.hp-hero-stat-sep{background:#fff3;width:1px;height:36px}.hp-scroll-hint{z-index:2;color:#ffffff73;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.3rem;font-size:.7rem;animation:2s ease-in-out infinite hp-bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hp-scroll-hint svg{width:18px;height:18px}@keyframes hp-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.hp-services{max-width:1180px;margin:0 auto;padding:5rem 2rem}.hp-services-header{text-align:center;margin-bottom:3.5rem}.hp-services-eyebrow{color:#6366f1;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.hp-services-title{letter-spacing:-.02em;color:var(--l-text,#0f172a);margin:0 0 .7rem;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800}.hp-services-sub{color:var(--l-text2,#475569);max-width:520px;margin:0 auto;font-size:1rem;line-height:1.65}.hp-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (width<=900px){.hp-cards{max-width:480px;margin:0 auto}.hp-cards .hp-card{flex-basis:100%;max-width:480px}}.hp-card{max-width:355px;color:inherit;cursor:pointer;background:#fff;border:1.5px solid #4338ca1a;border-radius:20px;flex-direction:column;flex:320px;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 2px 12px #4338ca12,0 12px 32px #4338ca0d}.hp-card:hover{border-color:#6366f14d;transform:translateY(-6px);box-shadow:0 8px 28px #4338ca21,0 24px 56px #4338ca17}.hp-card-visual{aspect-ratio:16/9;flex-shrink:0;width:100%;position:relative;overflow:hidden}.hp-card-visual img,.hp-card-visual video{object-fit:cover;object-position:center 30%;width:100%;height:100%;transition:transform .5s}.hp-card:hover .hp-card-visual img,.hp-card:hover .hp-card-visual video{transform:scale(1.04)}.hp-card-visual-overlay{background:linear-gradient(#0000 45%,#1c1852bf 100%);position:absolute;inset:0}.hp-card-badge{color:#fff;letter-spacing:.07em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border:1px solid #ffffff47;border-radius:99px;padding:.22rem .7rem;font-size:.68rem;font-weight:700;position:absolute;top:.85rem;left:.85rem}.hp-card-emoji{filter:drop-shadow(0 2px 6px #0006);font-size:2rem;line-height:1;position:absolute;bottom:.85rem;left:.85rem}.hp-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1.5rem 1.25rem;display:flex}.hp-card-title{letter-spacing:-.02em;color:var(--l-text,#0f172a);margin:0;font-size:1.2rem;font-weight:800;line-height:1.25}.hp-card-desc{color:var(--l-text2,#475569);flex:1;margin:0;font-size:.875rem;line-height:1.6}.hp-card-pills{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.hp-card-pill{color:#4338ca;white-space:nowrap;background:#6366f114;border-radius:99px;padding:.2rem .65rem;font-size:.7rem;font-weight:600}.hp-card-footer{flex-wrap:wrap;align-items:center;gap:.6rem .75rem;padding:0 1.5rem 1.5rem;display:flex}.hp-card-cta{background:var(--l-primary,#4338ca);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.hp-card-cta:hover{background:var(--l-primary2,#3730a3);transform:scale(1.02)}.hp-card-cta--outline{color:var(--l-primary,#4338ca);background:0 0;border:1.5px solid #4338ca4d}.hp-card-cta--outline:hover{background:#4338ca0f;border-color:#4338ca;transform:scale(1.02)}.hp-card-cta--green{background:#059669}.hp-card-cta--green:hover{background:#047857}.hp-card-cta--gold{color:#1a0e00;background:linear-gradient(135deg,#c9a84c,#e8c56a)}.hp-card-cta--gold:hover{filter:brightness(1.06);transform:scale(1.02)}.hp-card-price-hint{color:var(--l-text3,#94a3b8);font-size:.72rem;line-height:1.4}.hp-proof{background:var(--l-dark,#1c1852);padding:2.5rem 2rem}.hp-proof-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:960px;margin:0 auto;display:flex}.hp-proof-stat{text-align:center;flex-direction:column;gap:.2rem;display:flex}.hp-proof-num{color:#fff;white-space:nowrap;font-size:clamp(1.2rem,2vw,2rem);font-weight:900;line-height:1}.hp-proof-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.07em;font-size:.75rem}.hp-proof-sep{background:#ffffff26;width:1px;height:48px}.hp-testi{max-width:1100px;margin:0 auto;padding:4.5rem 2rem}.hp-testi-header{text-align:center;margin-bottom:2.5rem}.hp-testi-title{letter-spacing:-.02em;color:var(--l-text,#0f172a);margin:0 0 .4rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.hp-testi-sub{color:var(--l-text2,#475569);font-size:.95rem}.hp-testi-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=840px){.hp-testi-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.hp-testi-card{background:#fff;border:1.5px solid #4338ca17;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 2px 10px #4338ca0f}.hp-testi-stars{color:#f59e0b;letter-spacing:.05em;font-size:.85rem}.hp-testi-quote{color:var(--l-text2,#475569);flex:1;margin:0;font-size:.9rem;font-style:italic;line-height:1.65}.hp-testi-author{align-items:center;gap:.6rem;display:flex}.hp-testi-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:800;display:flex}.hp-testi-name{color:var(--l-text,#0f172a);font-size:.82rem;font-weight:700}.hp-testi-location{color:var(--l-text3,#94a3b8);font-size:.72rem}.hp-cta-section{text-align:center;background:linear-gradient(135deg,#1c1852 0%,#3d36aa 55%,#6025c8 100%);padding:5rem 2rem;position:relative;overflow:hidden}.hp-cta-section:before{content:"";opacity:1;pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hp-cta-inner{z-index:1;max-width:640px;margin:0 auto;position:relative}.hp-cta-title{color:#fff;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.7rem,4vw,2.6rem);font-weight:900;line-height:1.15}.hp-cta-sub{color:#ffffffb8;margin:0 0 2rem;font-size:1rem;line-height:1.65}.hp-cta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:flex}.hp-cta-btn-primary{color:#1c1852;cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:.45rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 20px #00000038}.hp-cta-btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 32px #0000004d}.hp-cta-btn-outline{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #fff6;border-radius:10px;align-items:center;gap:.45rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.hp-cta-btn-outline:hover{background:#ffffff14;border-color:#fffc}.hp-card-pour{color:var(--l-text2,#475569);margin:.1rem 0 0;font-size:.78rem;line-height:1.45}.hp-bookings{background:linear-gradient(160deg,#1c1852 0%,#2d2890 45%,#1c1852 100%);padding:4.5rem 2rem}.hp-bookings-inner{max-width:1060px;margin:0 auto}.hp-bookings-header{text-align:center;margin-bottom:2.5rem}.hp-bookings-title{color:#fff;letter-spacing:-.025em;margin:0 0 .6rem;font-size:clamp(1.5rem,3.2vw,2.2rem);font-weight:800}.hp-bookings-sub{color:#ffffffa6;margin:0;font-size:.95rem}.hp-booking-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=860px){.hp-booking-cards{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.hp-booking-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 1.35rem;display:flex}.hp-booking-route{align-items:center;gap:.85rem;display:flex}.hp-booking-flag{flex-shrink:0;font-size:1.8rem;line-height:1}.hp-booking-route-info{flex-direction:column;gap:.15rem;display:flex}.hp-booking-route-label{color:#fff;font-size:.95rem;font-weight:700;line-height:1.25}.hp-booking-class{color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.hp-booking-stats{border-top:1px solid #ffffff14;flex-direction:column;gap:.5rem;padding-top:.85rem;display:flex}.hp-booking-stat{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.hp-booking-stat-label{color:#ffffff80;font-size:.75rem}.hp-booking-stat-value{color:#fff;font-size:.85rem;font-weight:700}.hp-booking-crossed{font-weight:500;text-decoration:line-through;color:#fff6!important}.hp-booking-green{color:#34d399!important}.hp-whois{background:var(--l-bg,#f0f4ff);padding:5rem 2rem}.hp-whois-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}@media (width<=860px){.hp-whois-inner{grid-template-columns:1fr;gap:2rem}.hp-whois-photos{order:-1}}.hp-whois-eyebrow{color:#6366f1;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-block}.hp-whois-title{color:var(--l-text,#0f172a);letter-spacing:-.03em;margin:0 0 .2rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900}.hp-whois-name{color:#4f46e5;margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.hp-whois-lead{color:var(--l-text2,#475569);margin:0 0 1rem;font-size:1rem;line-height:1.6}.hp-whois-badges{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.hp-whois-badge{color:#4338ca;background:#6366f114;border-radius:99px;padding:.25rem .75rem;font-size:.72rem;font-weight:700}.hp-whois-body{color:var(--l-text2,#475569);margin:0;font-size:.95rem;line-height:1.75}.hp-whois-photo-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.hp-whois-photo{aspect-ratio:4/3;background:#e2e8f0;border-radius:14px;overflow:hidden}.hp-whois-photo img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.hp-footer-note{text-align:center;color:var(--l-text3,#94a3b8);border-top:1px solid #4338ca14;padding:2rem;font-size:.78rem}.hp-hero-dots{z-index:2;gap:.4rem;display:flex;position:absolute;bottom:4.5rem;left:50%;transform:translate(-50%)}.hp-hero-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:99px;width:6px;height:6px;padding:0;transition:width .3s,background .3s}.hp-hero-dot--active{background:#fff;width:22px}@media (width<=640px){.hp-hero{min-height:auto;padding:2.5rem 1.25rem 2rem}.hp-hero-title{line-height:1.1}.hp-hero-sub{font-size:.95rem;line-height:1.5}.hp-hero-stats{flex-direction:column;align-items:stretch;gap:1rem}.hp-hero-stat{text-align:center}.hp-hero-stat-sep{display:none}.hp-hero-ctas{flex-direction:column;gap:.65rem;width:100%}.hp-hero-ctas>a,.hp-hero-ctas>button{justify-content:center;width:100%}.hp-services{padding:3rem 1rem}.hp-services-header{margin-bottom:1.5rem}.hp-services-title{font-size:clamp(1.5rem,6vw,2rem);line-height:1.2}.hp-services-sub{font-size:.92rem}.hp-card-body{padding:1.25rem 1.1rem 1.1rem}.hp-card-title{font-size:1.1rem}.hp-card-desc{font-size:.85rem;line-height:1.55}}@media (width<=480px){.hp-hero{padding:2rem 1rem 1.5rem}.hp-hero-eyebrow{padding:.3rem .7rem;font-size:.7rem}.hp-hero-title{font-size:clamp(1.85rem,8vw,2.4rem)}.hp-hero-stat-num{font-size:1.35rem}.hp-services{padding:2.5rem .85rem}}:root{--l-bg:#f0f4ff;--l-surface:#fff;--l-surface2:#e8efff;--l-border:#4338ca1f;--l-text:#0f172a;--l-text2:#475569;--l-text3:#94a3b8;--l-primary:#4338ca;--l-primary2:#3730a3;--l-accent:#059669;--l-dark:#1c1852;--l-dark2:#2d2a78;--l-hero-grad:linear-gradient(135deg, #1c1852 0%, #3d36aa 45%, #6025c8 100%);--l-hero-left:#1c1852;--l-shadow:0 1px 3px #4338ca0f, 0 4px 16px #4338ca14;--l-shadow-md:0 4px 24px #4338ca1a, 0 16px 40px #4338ca14}.landing{background:var(--l-bg);min-height:100vh;color:var(--l-text);max-width:100%;padding-top:2.75rem;font-family:inherit;overflow-x:hidden}.lcontainer{width:100%;padding:0 2.5rem}.lsection-title{letter-spacing:-.02em;color:var(--l-text);margin:0 0 .6rem;font-size:2.1rem;font-weight:800}.lsection-sub{color:var(--l-text2);margin:0;font-size:1rem;line-height:1.65}.lsection-header{text-align:center;margin-bottom:2.5rem}.lgradient-text{background:linear-gradient(135deg,#a78bfa 0%,#c4b5fd 50%,#6ee7b7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lbtn{cursor:pointer;white-space:nowrap;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.lbtn-lg{padding:.9rem 2.25rem;font-size:1.1rem}.lbtn-primary{background:var(--l-primary);color:#fff;box-shadow:0 2px 8px #4338ca40}.lbtn-primary:hover{background:var(--l-primary2);transform:translateY(-1px);box-shadow:0 4px 16px #4338ca4d}.lbtn-outline{color:var(--l-text);border:1.5px solid var(--l-border);background:0 0}.lbtn-outline:hover{border-color:var(--l-primary);color:var(--l-primary);background:#6366f10a}.lbtn-ghost{color:#ffffffbf;background:0 0;border:none}.lbtn-ghost:hover{color:#fff;background:#ffffff17;border-radius:.5rem}.lbtn-white{color:var(--l-primary2);background:#fff;font-weight:700;box-shadow:0 2px 8px #00000026}.lbtn-white:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0003}.lbtn-outline-white{color:#fff;background:0 0;border:1.5px solid #ffffff80}.lbtn-outline-white:hover{background:#ffffff1f;border-color:#fff}.lwelcome-strip{background:linear-gradient(90deg,#6366f126 0%,#8b5cf61f 100%);border-bottom:1px solid #6366f133;padding:.6rem 0}.lwelcome-inner{color:#ffffffd9;justify-content:space-between;align-items:center;gap:1rem;font-size:.88rem;display:flex}.lwelcome-actions{align-items:center;gap:.5rem;display:flex}.lwelcome-btn{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:9999px;padding:.3rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s}.lwelcome-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff6}.lwelcome-btn--accent{color:#c4b5fd;background:#6366f14d;border-color:#6366f180}.lwelcome-btn--accent:hover{color:#fff;background:#6366f173}.lfooter-social{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.lfooter-social-link{color:var(--l-text3);align-items:center;gap:.4rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.lfooter-social-link:hover{color:var(--l-purple)}.lnav{display:none}.lnav-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.llogo{color:#fff;white-space:nowrap;letter-spacing:-.01em;font-size:1.2rem;font-weight:800}.lnav-actions{align-items:center;gap:.5rem;display:flex}.lhero{align-items:stretch;min-height:clamp(620px,88vh,1000px);display:flex;position:relative;overflow:hidden}.lhero-glass-top{z-index:3;text-align:center;background:linear-gradient(#07041ee0 0%,#07041eb8 50%,#07041e00 100%);flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 2.5rem 2.25rem;display:flex;position:absolute;top:0;left:0;right:0}.lhero-tagline{color:#ffffffd9;text-align:center;max-width:860px;margin:0;font-size:1.2rem;font-weight:500;line-height:1.7}.lhero-tagline strong{color:#a78bfa;font-weight:700}.lhero-bg{z-index:0;position:absolute;inset:0}.lhero-slide{opacity:0;will-change:opacity;transition:opacity 1.2s;position:absolute;inset:0}.lhero-slide--active{opacity:1}.lhero-slide{background:#07041e}.lhero-blur-bg{object-fit:cover;object-position:center center;filter:blur(22px)brightness(.55)saturate(1.2);pointer-events:none;width:120%;height:120%;display:block;position:absolute;inset:-10%}.lhero-sharp-fg{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.lhero-gradient{display:none}.lhero-inner{z-index:2;background:linear-gradient(#0000 0%,#07041e1a 25%,#07041e73 50%,#07041ecc 75%,#07041ef5 100%);flex-direction:column;justify-content:flex-end;align-items:center;width:100%;padding:3rem 0 3.5rem;display:flex;position:relative}.lhero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;max-width:700px;display:flex}.lhero-dest-label{z-index:3;text-align:left;-webkit-backdrop-filter:blur(10px);background:#0000006b;border-radius:.5rem;flex-direction:column;gap:.15rem;padding:.45rem .85rem;display:flex;position:absolute;bottom:2.75rem;right:2.5rem}.lhero-slide-dest{color:#fff;font-size:.85rem;font-weight:700}.lhero-slide-sub{color:#ffffffd9;font-size:.72rem}.lhero-dots{z-index:4;gap:.4rem;display:flex;position:absolute;bottom:1.1rem;right:1.5rem}.lhero-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .3s,transform .2s}.lhero-dot--active{background:#fff;transform:scale(1.35)}.lhero-dot:hover:not(.lhero-dot--active){background:#ffffffbf}.lhero-badge{color:#ffffffe6;letter-spacing:.02em;background:#ffffff1a;border:1px solid #ffffff47;border-radius:2rem;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.lhero-badge-dot{background:var(--l-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite lpulse;box-shadow:0 0 0 3px #10b98140}@keyframes lpulse{0%,to{box-shadow:0 0 0 3px #10b98140}50%{box-shadow:0 0 0 6px #10b9811a}}.lhero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;-webkit-backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff38;border-radius:2rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.lhero-title{text-wrap:balance;letter-spacing:-.025em;color:#fff;text-align:center;margin:0 0 1.25rem;font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.lhero-title .lgradient-text{font-weight:800}.lhero-sub{text-wrap:pretty;color:#ffffffd1;text-align:center;max-width:100%;margin:0 0 2rem;font-size:1.2rem;line-height:1.7}.lhero-cta{flex-wrap:wrap;justify-content:center;gap:.875rem;margin-bottom:1.25rem;display:flex}.lhero-note{color:#ffffffbf;margin:0;font-size:.95rem;font-weight:500}.lhero-proof{opacity:1;transition:opacity .35s}.lhero-proof--fading{opacity:0}.loffer-banner{background:linear-gradient(135deg,#3730a3 0%,#4f46e5 45%,#7c3aed 100%);border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;padding:3.5rem 2rem}.loffer-inner{text-align:center;flex-direction:column;align-items:center;gap:0;max-width:680px;margin:0 auto;display:flex}.loffer-eyebrow{color:#ffffffd9;letter-spacing:.06em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:2rem;align-items:center;gap:.35rem;margin-bottom:1.1rem;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.loffer-title{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.25}.loffer-highlight{color:#c4b5fd;font-style:italic}.loffer-sub{color:#ffffffb3;max-width:560px;margin:0 0 1.75rem;font-size:1rem;line-height:1.65}.loffer-note{color:#ffffff73;letter-spacing:.02em;margin:.6rem 0 0;font-size:.75rem}.lstats{background:var(--l-bg);border-top:1px solid var(--l-border);border-bottom:1px solid var(--l-border);padding:2.25rem 0}.lstats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.lstat{flex-direction:column;gap:.2rem;display:flex}.lstat-value{background:linear-gradient(135deg, var(--l-primary) 0%, #059669 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;line-height:1.1}.lstat-label{color:var(--l-text2);font-size:.8rem;font-weight:500}.lfeed{background:linear-gradient(180deg, var(--l-bg) 0%, #eef2ff99 100%);border-top:1px solid #6366f11f;padding:4.5rem 0}.lfeed-live-badge{color:#059669;letter-spacing:.04em;text-transform:uppercase;background:#34d3991f;border:1px solid #34d39940;border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.lfeed-live-dot{background:#059669;border-radius:50%;width:6px;height:6px;animation:2s infinite lpulse}.lfeed-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.lfeed-card{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1.125rem;flex-direction:column;gap:.875rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.lfeed-card:hover{box-shadow:var(--l-shadow-md);transform:translateY(-2px)}.lfeed-card-meta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.lfeed-tag{color:var(--l-primary);letter-spacing:.01em;background:#6366f114;border-radius:.375rem;padding:.2rem .5rem;font-size:.72rem;font-weight:600}.lfeed-date{color:var(--l-text3);font-size:.75rem}.lfeed-card-title{color:var(--l-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.lfeed-card-body{flex:1;max-height:80px;position:relative;overflow:hidden}.lfeed-card-excerpt{color:var(--l-text2);margin:0;font-size:.875rem;line-height:1.6}.lfeed-card-blur{background:linear-gradient(to bottom, transparent, var(--l-surface));pointer-events:none;height:50px;position:absolute;bottom:0;left:0;right:0}.lfeed-read-btn{color:var(--l-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.875rem;font-weight:600;transition:gap .15s;display:inline-flex}.lfeed-read-btn:hover{opacity:.85;gap:.5rem}.lfeed-cta-row{background:linear-gradient(135deg,#463cb2eb 0%,#584edae0 100%);border:1px solid #6366f14d;border-radius:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.lfeed-cta-row p{color:#ffffffd1;flex:1;min-width:200px;margin:0;font-size:.9rem}.lfeatures{background:var(--l-bg);border-top:1px solid var(--l-border);padding:5.5rem 0}.lfeature-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.lfeature-card{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1.125rem;flex:440px;max-width:560px;padding:2rem 1.75rem;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.lfeature-card:after{content:"";opacity:0;background:linear-gradient(90deg,#6366f1,#8b5cf6,#10b981);height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.lfeature-card:hover{box-shadow:var(--l-shadow-md);transform:translateY(-2px)}.lfeature-card:hover:after{opacity:1}.lfeature-icon{margin-bottom:1.1rem;font-size:2.25rem;line-height:1;display:block}.lfeature-card h3{color:var(--l-text);margin:0 0 .6rem;font-size:1.1rem;font-weight:700}.lfeature-card p{color:var(--l-text2);margin:0;font-size:.9rem;line-height:1.65}.lproof{border-top:1px solid var(--l-border);background:#ffffff05;padding:5rem 0}.lproof-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.lproof-item{background:var(--l-bg);border:1px solid var(--l-border);border-radius:1.125rem;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.75rem;transition:box-shadow .2s;display:flex}.lproof-item:hover{box-shadow:var(--l-shadow)}.lproof-icon{font-size:2rem;line-height:1}.lproof-item p{color:var(--l-text2);margin:0;font-size:.9rem;line-height:1.65}.lproof-item strong{color:var(--l-text);font-weight:700}.lguide-teaser{text-align:center;background:#4338ca;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:.9rem 2.5rem;display:flex}.lguide-teaser-icon{flex-shrink:0;font-size:1.1rem}.lguide-teaser-text{color:#ffffffe0;font-size:.9rem;font-weight:500;line-height:1.5}.lguide-teaser-btn{color:#4338ca;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:2rem;flex-shrink:0;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;transition:opacity .15s}.lguide-teaser-btn:hover{opacity:.88}.lguide-strip{background:#6366f10a;border-top:1px solid #6366f126;border-bottom:1px solid #6366f126;padding:4rem 0}.lguide-strip-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:520px;margin:0 auto;display:flex}.lguide-strip-icon{font-size:2.5rem;line-height:1}.lguide-strip-title{color:var(--l-text);margin:0;font-size:1.35rem;font-weight:700}.lguide-strip-sub{color:var(--l-text2);margin:0;font-size:.95rem;line-height:1.6}.lguide-strip-btn{min-width:220px;margin-top:.5rem}.lcta{background:var(--l-bg);border-top:1px solid var(--l-border);padding:5rem 0}.lcta-purple{background:linear-gradient(160deg,#2e2878 0%,#3d35a0 40%,#5b34b8 100%);border-top:1px solid #ffffff12;padding:3.5rem 0 3rem}.lcta-box{text-align:center;color:#fff;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;align-items:center;gap:0;max-width:680px;margin:0 auto;padding:0;display:flex}.lcta-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;text-align:center;width:100%;margin:0 0 1.25rem;font-size:.75rem;font-weight:700}.lcta-main-title{letter-spacing:-.02em;margin:0 0 1rem;font-size:2.15rem;font-weight:800;line-height:1.2}.lcta-subtitle{color:#ffffffbf;max-width:560px;margin:0 0 1.25rem;font-size:1rem;line-height:1.65}.lcta-price-row{flex-direction:column;align-items:center;gap:.3rem;margin-bottom:1.75rem;display:flex}.lcta-price-original{align-items:center;gap:.6rem;display:flex}.lcta-price-was{color:#ffffff61;letter-spacing:-.01em;font-size:1.35rem;font-weight:700;-webkit-text-decoration:line-through #ff6464b3;text-decoration:line-through #ff6464b3;text-decoration-thickness:2px}.lcta-discount-badge{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#ef4444;border-radius:20px;padding:.2rem .55rem;font-size:.72rem;font-weight:800}.lcta-price{letter-spacing:-.03em;color:#fff;font-size:3.75rem;font-weight:900;line-height:1}.lcta-price-note{color:#ffffff80;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.lcta-actions{flex-wrap:wrap;justify-content:center;gap:.875rem;margin-bottom:1.25rem;display:flex}.lcta-secondary-actions{color:#fff9;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.lcta-sep{opacity:.35}.lcta-paylater{color:#fff9}.lcta-savings-bar{text-align:center;background:#10b9811f;border:1px solid #10b98159;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;max-width:540px;margin:0 auto 1.5rem;padding:.75rem 1.25rem;display:flex}.lcta-savings-icon{flex-shrink:0;font-size:1.1rem}.lcta-savings-text{color:#6ee7b7;font-size:.9rem;line-height:1.5}.lcta-savings-text strong{color:#a7f3d0;font-weight:800}.lcta-urgency{color:#fbbf24;text-align:center;background:0 0;border:none;max-width:none;margin:.5rem 0 1.25rem;padding:0;font-size:.85rem;font-weight:600}.lcta-closing{color:#ffffffa6;text-align:center;border-top:1px solid #ffffff1f;max-width:520px;margin-top:.25rem;padding-top:1.25rem;font-size:.95rem;line-height:1.75}.lcta-closing strong{color:var(--l-text);margin-top:.5rem;font-size:1rem;font-weight:700;display:block}.lcta-below-strip{background:var(--l-bg);border-top:1px solid var(--l-border);text-align:center;padding:1.75rem 0 2rem}.lcta-below-strip .lcta-closing{color:var(--l-text2);border-top:none;margin-top:0;margin-bottom:1.25rem;padding-top:0}.lcta-below-strip .lcta-closing strong{color:var(--l-text)}.lfooter{text-align:center;border-top:1px solid var(--l-border);color:var(--l-text3);background:var(--l-bg);padding:2rem 0;font-size:.85rem}.lmodal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#00000059;justify-content:center;align-items:center;padding:1rem;animation:.15s lfadein;display:flex;position:fixed;inset:0}@keyframes lfadein{0%{opacity:0}to{opacity:1}}.lmodal{background:linear-gradient(145deg,#232840 0%,#1c2034 100%);border:1px solid #8ca5dc26;border-radius:1.25rem;width:100%;max-width:420px;max-height:90vh;padding:2.5rem 2rem;animation:.2s lslidein;position:relative;overflow-y:auto;box-shadow:inset 0 1px #ffffff12,0 24px 64px #00000080}@keyframes lslidein{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.lmodal-close{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:.4rem;padding:.3rem .55rem;font-size:.9rem;line-height:1;transition:all .15s;position:absolute;top:1rem;right:1rem}.lmodal-close:hover{color:#fff;background:#ffffff2e}.lmodal-title{color:#fff;letter-spacing:-.01em;margin:0 0 .3rem;font-size:1.55rem;font-weight:800}.lmodal-sub{color:#fff9;margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.llogin-form{flex-direction:column;gap:.875rem;display:flex}.lform-group{flex-direction:column;gap:.3rem;display:flex}.lform-group label{color:#ffffffb3;letter-spacing:.01em;font-size:.8rem;font-weight:600}.linput{color:#fff;box-sizing:border-box;background:#ffffff12;border:1.5px solid #ffffff24;border-radius:.5rem;outline:none;width:100%;padding:.6rem .875rem;font-size:.9375rem;transition:border-color .15s,background .15s}.linput:focus{background:#ffffff1a;border-color:#a78bfab3}.linput::placeholder{color:#ffffff59}.lerror{color:#fca5a5;background:#ef444426;border:1px solid #ef444459;border-radius:.5rem;margin:0;padding:.6rem .875rem;font-size:.85rem}.llink-btn{color:#a78bfa;cursor:pointer;font-size:inherit;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.llink-btn:hover{opacity:.75}.linfo-bar{color:#fff;white-space:nowrap;letter-spacing:.01em;z-index:190;background:linear-gradient(90deg,#312e81 0%,#4338ca 50%,#312e81 100%);border-bottom:1px solid #6366f166;padding:.6rem 0;font-size:.85rem;font-weight:500;line-height:1.4;position:fixed;top:64px;left:0;right:0;overflow:hidden}.linfo-track{will-change:transform;align-items:center;animation:32s linear infinite lticker;display:inline-flex}.linfo-track:hover{animation-play-state:paused}.linfo-item{white-space:nowrap;align-items:center;gap:.4rem;padding:0 3rem;display:inline-flex}.linfo-dot{background:#6ee7b7;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite lpulse}.linfo-bar strong{color:#a5f3fc;font-weight:800}.lurgency-bar{color:#fff;letter-spacing:.01em;z-index:190;background:linear-gradient(90deg,#b45309 0%,#d97706 50%,#b45309 100%);justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.85rem;font-weight:500;line-height:1.4;display:flex;position:fixed;top:64px;left:0;right:0}.lurgency-inner{white-space:nowrap;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;display:flex}.lurgency-date{font-weight:600}.lurgency-sep{opacity:.45;font-size:.8rem}.lurgency-bar strong{font-weight:800}.lurgency-cta{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff73;border-radius:2rem;margin-left:.35rem;padding:.25rem .9rem;font-size:.78rem;font-weight:700;transition:background .15s}.lurgency-cta:hover{background:#ffffff4d}.lproblem{border-top:1px solid var(--l-border);background:#ffffff04;padding:5rem 0}.lproblem-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.lproblem-text{flex-direction:column;gap:1rem;display:flex}.lproblem-body{color:var(--l-text2);margin:0;font-size:1rem;line-height:1.75}.lproblem-highlight{color:var(--l-text);border-left:3px solid var(--l-primary);padding-left:1rem;font-size:1.05rem}.lproblem-img-slot{box-shadow:var(--l-shadow-md);border-radius:1.25rem;overflow:hidden}.lproblem-img-slot .lstory-img{aspect-ratio:4/3;border-radius:0;height:auto;min-height:0;max-height:min(320px,38vw)}.lstories{background:var(--l-bg);border-top:1px solid var(--l-border);padding:5.5rem 0}.lstories-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--l-primary);margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-block}.lstories-header{text-align:center;margin-bottom:3rem}.lstory-row{gap:1rem;margin-bottom:1rem;display:grid}.lstory-row-1{grid-template-columns:repeat(3,1fr);align-items:start}.lstory-row-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start;margin-bottom:0}.lstory-col{flex-direction:column;gap:1.25rem;display:flex}.lstory-block{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1.125rem;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.lstory-block:hover{box-shadow:var(--l-shadow-md);transform:translateY(-2px)}.lstory-img{background:#8ca5dc14;justify-content:center;align-items:flex-start;width:100%;display:flex;position:relative;overflow:hidden}.lstory-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.lstory-block:hover .lstory-img img{transform:scale(1.04)}.lsc-wrap{aspect-ratio:4/3;transition:aspect-ratio .4s;position:relative;overflow:hidden}.lsc-wrap[data-orient=landscape]{width:100%;max-width:100%;height:auto}.lsc-wrap[data-orient=portrait]{width:auto;max-width:100%;height:min(55vh,520px)}.lsc-slide{opacity:0;pointer-events:none;transition:opacity .65s;position:absolute;inset:0}.lsc-slide--active{opacity:1;pointer-events:auto}.lsc-wrap img,.lsc-video{object-fit:cover;width:100%;height:100%;display:block}.lsc-prev,.lsc-next{color:#fff;cursor:pointer;opacity:0;z-index:2;background:#0000007a;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.2rem;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lsc-wrap:hover .lsc-prev,.lsc-wrap:hover .lsc-next{opacity:1}.lsc-prev{left:7px}.lsc-next{right:7px}.lsc-dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.lsc-dot{cursor:pointer;background:#ffffff73;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.lsc-dot-active{background:#fff;transform:scale(1.25)}.lsc-dot-video{border-radius:3px;width:10px}.lsc-video{object-fit:cover;width:100%;height:100%;display:block}.lsc-wrap[data-orient=portrait] img,.lsc-wrap[data-orient=portrait] video,.lsc-wrap[data-orient=landscape] img,.lsc-wrap[data-orient=landscape] video{object-position:center center}.lproblem-img-slot .lstory-img img{object-position:center top}.lstory-caption{flex-direction:column;gap:.4rem;padding:1rem 1.25rem 1.25rem;display:flex}.lstory-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--l-primary);font-size:.72rem;font-weight:700}.lstory-caption-text{color:var(--l-text2);margin:0;font-size:.875rem;line-height:1.55}.lstory-quote{border-left:4px solid var(--l-primary);background:#6366f10d;border-radius:0 1rem 1rem 0;margin:2.25rem 0;padding:1.75rem 2rem}.lstory-quote blockquote{color:var(--l-text);margin:0 0 .6rem;font-size:1.15rem;font-style:italic;font-weight:500;line-height:1.65}.lstory-quote cite{color:var(--l-text2);font-size:.82rem;font-style:normal}.lstories-cta{text-align:center;border-top:1px solid var(--l-border);margin-top:3rem;padding-top:2.5rem}.lstories-cta p{color:var(--l-text2);margin:0 0 1.25rem;font-size:1.1rem}.lforwho{background:var(--l-bg);border-top:1px solid var(--l-border);padding:5rem 0}.lforwho-grid{flex-direction:column;gap:1.5rem;max-width:1400px;margin:0 auto;display:flex}.lforwho-yes{background:var(--l-surface);border:1px solid var(--l-border);border-top:3px solid var(--l-accent);border-radius:1.125rem;padding:2rem}.lforwho-yes h3{color:var(--l-text);margin:0 0 1.25rem;font-size:1rem;font-weight:700}.lforwho-yes ul{grid-template-columns:repeat(3,1fr);gap:.75rem 2.5rem;margin:0;padding:0;list-style:none;display:grid}.lforwho-yes li{color:var(--l-text2);padding-left:1.25rem;font-size:.9rem;line-height:1.55;position:relative}.lforwho-yes li:before{content:"✓";color:var(--l-accent);font-weight:700;position:absolute;left:0}.lforwho-no-row{gap:1.5rem;display:flex}.lforwho-no,.lforwho-noneed{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1.125rem;flex:1;padding:2rem 1.75rem}.lforwho-no{border-top:3px solid #f59e0b}.lforwho-noneed{border-top:3px solid #ef4444}.lforwho-no h3,.lforwho-noneed h3{color:var(--l-text);margin:0 0 1.25rem;font-size:1rem;font-weight:700}.lforwho-no ul,.lforwho-noneed ul{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.lforwho-no li,.lforwho-noneed li{color:var(--l-text2);padding-left:1.5rem;font-size:.9rem;line-height:1.55;position:relative}.lforwho-noneed li:before{content:"✕";color:#ef4444;font-weight:700;position:absolute;left:0}.lfaq{border-top:1px solid var(--l-border);background:#ffffff05;padding:5rem 0}.lfaq-carousel{align-items:center;gap:1.25rem;max-width:780px;margin:0 auto 1.5rem;display:flex}.lfaq-card{background:var(--l-surface);border:1px solid var(--l-border);min-height:220px;box-shadow:var(--l-shadow);border-radius:1.25rem;flex-direction:column;flex:1;gap:1rem;padding:2.25rem 2.5rem;display:flex}.lfaq-counter{letter-spacing:.08em;text-transform:uppercase;color:var(--l-accent);font-size:.75rem;font-weight:700}.lfaq-question{color:var(--l-text);margin:0;font-size:1.1rem;font-weight:700;line-height:1.4}.lfaq-answer{color:var(--l-text2);margin:0;font-size:.93rem;line-height:1.7}.lfaq-nav{background:var(--l-surface);border:1px solid var(--l-border);cursor:pointer;width:44px;height:44px;color:var(--l-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .15s,border-color .15s;display:flex}.lfaq-nav:hover:not(:disabled){background:var(--l-accent);border-color:var(--l-accent);color:#fff}.lfaq-nav:disabled{opacity:.3;cursor:default}.lfaq-dots{justify-content:center;align-items:center;gap:.45rem;margin-top:.5rem;display:flex}.lfaq-dot{background:var(--l-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.lfaq-dot-active{background:var(--l-accent);transform:scale(1.35)}.lcta-price-tag{letter-spacing:.04em;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff40;border-radius:2rem;margin-bottom:1.25rem;padding:.35rem 1.1rem;font-size:.8rem;font-weight:700;display:inline-block}.lcta-roi{font-style:italic;opacity:.9!important;max-width:520px!important;margin:0 auto 2rem!important;font-size:.95rem!important}.lmodal-lead{max-width:480px}.llead-modal-header{text-align:center;margin-bottom:1.5rem}.llead-modal-icon{margin-bottom:.5rem;font-size:2.5rem;line-height:1}.llead-consent{cursor:pointer;background:#6366f10d;border:1px solid #6366f126;border-radius:.625rem;align-items:flex-start;gap:.6rem;padding:.75rem;transition:background .15s;display:flex}.llead-consent:hover{background:#6366f117}.llead-consent input[type=checkbox]{width:16px;height:16px;accent-color:var(--l-primary);cursor:pointer;flex-shrink:0;margin-top:2px}.llead-consent span{color:var(--l-text2);font-size:.8rem;line-height:1.5}.llead-consent strong{color:var(--l-text)}.llead-success{text-align:center;padding:1rem 0}.llead-success-icon{margin-bottom:1rem;font-size:3.5rem;line-height:1}.lhero-guide-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #ffffff47;border-radius:.5rem;padding:.65rem 1.25rem;font-size:.9rem}.ltesti{background:var(--l-bg);padding:5rem 0}.ltesti-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:860px;margin:0 auto;display:grid}.ltesti-card{background:linear-gradient(135deg,#6366f112,#8b5cf60d);border:1px solid #6366f12e;border-radius:1.25rem;flex-direction:column;gap:1.25rem;margin:0;padding:2rem 2.25rem;display:flex}.ltesti-quote{color:var(--l-text2);margin:0;padding-left:1.25rem;font-size:1rem;font-style:italic;line-height:1.7;position:relative}.ltesti-quote:before{content:"\"";color:#6366f159;font-family:Georgia,serif;font-size:3.5rem;font-style:normal;line-height:1;position:absolute;top:-.25rem;left:-.1rem}.ltesti-author{flex-direction:column;gap:.25rem;display:flex}.ltesti-stars{color:#f59e0b;letter-spacing:.05em;font-size:.9rem}.ltesti-name{color:var(--l-text);font-size:.95rem;font-weight:700}.ltesti-detail{color:var(--l-text3);font-size:.78rem;line-height:1.5}.ltesti-photos{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.ltesti-photo{object-fit:cover;border:1px solid #ffffff1f;border-radius:8px;width:80px;height:80px}.lcta-payment-badges{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;margin-top:1.25rem;padding-top:1.1rem;display:flex}.lcta-payment-label{opacity:.55;letter-spacing:.03em;white-space:nowrap;margin-right:.25rem;font-size:.75rem}.lcta-pay-icon{opacity:.9;border-radius:5px;flex-shrink:0;width:auto;height:26px}.lcta-klarna-badge{color:#17120e;letter-spacing:.01em;background:#ffb3c7;border-radius:4px;align-items:center;gap:.3em;height:26px;padding:.2em .65em;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.landing{max-width:100vw;overflow-x:hidden}@media (width<=900px){.lstats-grid{grid-template-columns:repeat(3,1fr)}.lfeed-grid{grid-template-columns:1fr 1fr}.lproof-grid,.lstory-row-1{grid-template-columns:1fr}.lproblem-inner{grid-template-columns:1fr;gap:2rem}.lproblem-img-slot{max-width:480px;margin:0 auto}.lproblem-img-slot .lstory-img{max-height:280px}.lfaq-grid{grid-template-columns:1fr}.lhero-title{font-size:2rem}.lhero-glass-top .lhero-tagline{font-size:1rem}}@media (width<=768px){.lhero-inner{padding:2rem 0 2.5rem}.lhero-dest-label{display:none}.lhero-title{font-size:1.75rem}.lhero-glass-top .lhero-tagline{font-size:.97rem}.lhero-sub{max-width:100%;font-size:.97rem}.lhero-glass-top{padding:1.25rem 1.5rem}.lsection-title{font-size:1.75rem}.lfeature-grid,.lfeed-grid{grid-template-columns:1fr}.lcta-box h2{font-size:1.75rem}.lfeed-cta-row{flex-direction:column;align-items:flex-start}.lstory-row-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.lstory-img-1{min-height:220px}.loffer-inner{flex-direction:column;gap:1.5rem}.loffer-title{font-size:1.35rem}.loffer-cta{width:100%}.loffer-sub{max-width:100%}}@media (width<=480px){.lhero-title{font-size:1.5rem}.lhero-badge{gap:.35rem;padding:.3rem .75rem;font-size:.72rem}.lhero-badge-dot{width:6px;height:6px}.lhero-inner{padding:1.5rem 0 2rem}.lnav-actions .lbtn-ghost{display:none}.lstats-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.lstat-value{font-size:1.25rem}.lstat-label{font-size:.72rem}.lcta-box{padding:2.5rem 1.5rem}.lmodal{padding:2rem 1.5rem}.lhero-cta{flex-direction:column;align-items:center}.lstory-quote blockquote{font-size:1.1rem}.lurgency-hide-mobile{display:none}.lurgency-bar{padding:.5rem 1rem}.lurgency-inner{flex-wrap:nowrap;gap:.5rem}.lhero-glass-top{gap:.4rem;padding:.6rem 1rem 1rem;display:flex}.lhero-glass-top .lhero-tagline{font-size:.78rem;line-height:1.45}.lhero-badge{padding:.25rem .65rem;font-size:.7rem}.landing{padding-top:2.4rem}}.lproof-section{background:var(--l-bg);border-top:1px solid var(--l-border);padding:5rem 0}.lproof-header{text-align:center;margin-bottom:3rem}.lproof-header .lsection-sub{max-width:640px;color:var(--l-text2);margin:.75rem auto 0;font-size:.95rem;line-height:1.6}.lproof-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.lproof-card{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1.25rem;flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.lproof-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0000004d}.lproof-card-route{align-items:flex-start;gap:.75rem;display:flex}.lproof-flag{flex-shrink:0;margin-top:2px;font-size:2rem;line-height:1}.lproof-route-info{flex-direction:column;gap:.15rem;display:flex}.lproof-route-label{color:var(--l-text);font-size:1.05rem;font-weight:700;line-height:1.3}.lproof-class{color:var(--l-accent);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.lproof-card-stats{border-top:1px solid var(--l-border);flex-direction:column;gap:.6rem;padding-top:1rem;display:flex}.lproof-stat{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.lproof-stat-label{color:var(--l-text3);font-size:.82rem}.lproof-stat-value{color:var(--l-text);font-size:.95rem;font-weight:600}.lproof-crossed{color:var(--l-text3);font-weight:500;text-decoration:line-through}.lproof-highlight-green{color:#22c55e;font-weight:700}.lproblem-cards{flex-wrap:wrap;justify-content:center;gap:1.25rem;max-width:1400px;margin:0 auto;display:flex}.lproblem-card{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1.125rem;flex-direction:column;flex:220px;gap:.75rem;max-width:280px;padding:1.5rem 1.5rem 1.75rem;transition:transform .2s,box-shadow .2s;display:flex}.lproblem-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000040}.lproblem-card-cta{border-color:var(--l-accent);background:linear-gradient(135deg,#6366f11a,#8b5cf60d)}.lproblem-card-icon{font-size:2rem;line-height:1}.lproblem-card h3{color:var(--l-text);margin:0;font-size:1rem;font-weight:700}.lproblem-card p{color:var(--l-text2);margin:0;font-size:.875rem;line-height:1.6}.lfeatures-intro{text-align:center;flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto 2.5rem;display:flex}.lfeatures-intro p{color:var(--l-text2);margin:0;font-size:.97rem;line-height:1.7}.lfeatures-live-advantage{text-align:center;background:linear-gradient(135deg,#0d0929 0%,#130d35 60%,#0a061e 100%);border:1.5px solid #c9a84c8c;border-radius:1.35rem;max-width:820px;margin-top:3.5rem;margin-left:auto;margin-right:auto;padding:2.5rem 3rem;position:relative;box-shadow:0 8px 40px #07041e38,0 0 0 1px #c9a84c14,inset 0 1px #c9a84c1f}.lflive-icon{filter:drop-shadow(0 0 8px #c9a84c99);margin-bottom:.7rem;font-size:1.75rem;display:block}.lflive-title{color:#f0d98a;letter-spacing:.01em;text-shadow:0 1px 12px #c9a84c59;margin:0 0 1.1rem;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:700}.lflive-body{color:#c8d4e8;max-width:660px;margin:0 auto 1.6rem;font-size:1.05rem;line-height:1.8}.lflive-body strong{color:#f5d97a;font-weight:700}.lflive-pills{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.lflive-pill{color:#f0d98a;letter-spacing:.02em;background:#c9a84c26;border:1px solid #c9a84c66;border-radius:20px;align-items:center;gap:.4rem;padding:.45rem 1.1rem;font-size:.84rem;font-weight:600;display:inline-flex}.lfeatures-live-advantage strong{color:#f5d97a;font-weight:700}.lgets{border-top:1px solid var(--l-border);background:#ffffff05;padding:5rem 0}.lgets-header{text-align:center;margin-bottom:3rem}.lgets-header .lsection-sub{max-width:580px;color:var(--l-text2);margin:.75rem auto 0;font-size:.95rem}.lgets-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1060px;margin:0 auto;display:flex}.lgets-box{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1.25rem;flex-direction:column;flex:290px;gap:.6rem;max-width:330px;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.lgets-box:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000040}.lgets-box-featured{border-color:var(--l-accent);background:linear-gradient(135deg,#6366f114,#8b5cf60a);flex:100%;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr 1.6fr;align-items:start;gap:.5rem 1.5rem;max-width:100%;display:grid}.lgets-box-featured .lgets-icon{grid-area:1/1;font-size:2rem}.lgets-featured-left{flex-direction:column;grid-area:1/2;gap:.35rem;display:flex}.lgets-featured-left h3{color:var(--l-text);margin:0;font-size:1rem;font-weight:700;line-height:1.35}.lgets-featured-left p{color:var(--l-text2);margin:0;font-size:.875rem;line-height:1.6}.lgets-box-featured .lgets-list{border-left:1px solid #6366f133;grid-area:1/3;align-self:start;margin:0;padding-left:1.5rem}.lgets-icon{margin-bottom:.25rem;font-size:1.75rem;line-height:1}.lgets-icon-label{letter-spacing:.08em;text-transform:uppercase;color:var(--l-accent);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.lgets-box h3{color:var(--l-text);margin:0;font-size:1rem;font-weight:700;line-height:1.35}.lgets-box p{color:var(--l-text2);margin:0;font-size:.875rem;line-height:1.6}.lgets-list{flex-direction:column;gap:.45rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.lgets-list li{color:var(--l-text2);padding-left:1.2rem;font-size:.84rem;line-height:1.5;position:relative}.lgets-list li:before{content:"·";color:var(--l-accent);font-weight:700;position:absolute;left:.3rem}.lforwho-no li:before{content:"🚫";font-size:.75rem;position:absolute;top:2px;left:0}.lwhois{background:linear-gradient(160deg,#07041e 0%,#0f0a2a 100%);border-top:none;padding:6rem 0;position:relative;overflow:hidden}.lwhois:before{content:"";pointer-events:none;background:radial-gradient(65% 55% at 25%,#6366f124 0%,#0000 70%);position:absolute;inset:0}.lwhois .lsection-title{color:#fff}.lwhois .lcontainer{padding-left:4rem;padding-right:4rem}.lwhois-section-title{color:#fff;letter-spacing:-.01em;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.lwhois-split{align-items:flex-start;gap:3.5rem;max-width:920px;margin:0 auto 3rem;display:flex}.lwhois-name{letter-spacing:-.03em;background:linear-gradient(135deg,#a78bfa 0%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2.6rem;font-weight:800;line-height:1.1}.lwhois-split-text .lwhois-lead{color:#ffffffe0;margin:0 0 1.25rem;font-size:1.1rem;font-weight:500;line-height:1.7}.lwhois-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.lwhois-badge{color:#ffffffd9;letter-spacing:.02em;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff2e;border-radius:2rem;padding:.3rem .9rem;font-size:.78rem;font-weight:600}.lwhois-split-text{color:#ffffffa6;flex-direction:column;flex:1 1 0;justify-content:center;font-size:1.05rem;line-height:1.8;display:flex}.lwhois-split-text p{margin:0 0 1.1rem}.lwhois-split-text p:last-child{margin-bottom:0}.lwhois-split-photo{flex:0 0 300px;min-width:260px;max-width:360px}.lwhois-video-slot{max-width:800px;margin:0 auto 2rem}.lwhois-photo-slot{border-radius:1.5rem;width:100%;overflow:hidden;box-shadow:0 30px 80px #00000080,0 0 0 1px #ffffff14}.lwhois-photo-slot .lstory-carousel,.lwhois-photo-slot .lstory-img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%}.lwhois-photo-slot img,.lwhois-photo-slot video{border-radius:1.5rem}.lwhois-portrait{object-fit:cover;border-radius:1.5rem;width:100%;height:auto;display:block}.lwhois-video-placeholder{aspect-ratio:16/9;background:var(--l-surface);border:2px dashed var(--l-border);width:100%;color:var(--l-text3);border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;font-size:1.1rem;display:flex}.lwhois-destinations{flex-direction:column;align-items:center;gap:1.25rem;max-width:1300px;margin:2.5rem auto 0;display:flex}.lwhois-dest-label{color:var(--l-text3);text-align:center;margin:0;font-size:.85rem;font-style:italic}.lwhois-dest-photo-row{grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;display:grid}.lwhois-dest-photo-card{background:var(--l-surface);border:1px solid var(--l-border);border-radius:1rem;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.lwhois-dest-photo-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000002e}.lwhois-dest-photo-img{aspect-ratio:3/4;background:var(--l-border);width:100%;position:relative;overflow:hidden}.lwhois-dest-photo-img>div,.lwhois-dest-photo-img>div>div{width:100%!important;height:100%!important;aspect-ratio:unset!important}.lwhois-dest-photo-img img,.lwhois-dest-photo-img video{object-fit:cover;width:100%;height:100%;display:block}.lwhois-dest-photo-caption{flex-direction:column;gap:.2rem;padding:.75rem .875rem .875rem;display:flex}.lwhois-dest-photo-tag{color:var(--l-accent);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.lwhois-dest-photo-sub{color:var(--l-text2);font-size:.8rem;line-height:1.4}@media (width<=1100px){.lwhois-dest-photo-row{grid-template-columns:repeat(3,1fr)}.lwhois-destinations{max-width:900px}}@media (width<=700px){.lwhois-dest-photo-row{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (width<=480px){.lwhois-dest-photo-row{grid-template-columns:1fr}}.lcta-main-title{color:#fff;text-align:center;margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.2}.lcta-subtitle{color:#fffc;text-align:center;max-width:680px;margin:0 auto 2rem;font-size:1rem;line-height:1.65}.lcta-offer-box{text-align:center;background:#ffffff12;border:1px solid #ffffff26;border-radius:1rem;flex-direction:column;gap:.4rem;max-width:500px;margin:0 auto 1.5rem;padding:1.75rem 2rem;display:flex}.lcta-offer-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;font-size:.75rem;font-weight:700}.lcta-offer-features{color:#ffffffb3;font-size:.9rem}.lcta-urgency{color:#fbbf24;text-align:center;background:0 0;border:none;margin:.5rem 0 1.75rem;padding:0;font-size:.85rem;font-weight:600}.lcta-paylater{color:#ffffffa6;text-align:center;max-width:520px;margin:1rem auto .5rem;font-size:.875rem;line-height:1.55}.lcta-mobile-money{color:#ffffffa6;text-align:center;margin:0 auto 1.5rem;font-size:.875rem}.lcta-mm-link{color:var(--l-accent-light,#a5b4fc);font-weight:600;text-decoration:none}.lcta-mm-link:hover{color:#fff;text-decoration:underline}.lcta-closing{text-align:center;color:#ffffffbf;border-top:1px solid #ffffff1a;max-width:560px;margin-top:2rem;margin-left:auto;margin-right:auto;padding-top:1.5rem;font-size:1rem;line-height:1.8}.lcta-closing strong{color:#fff;margin-top:.75rem;font-size:1.05rem;display:block}@media (width<=900px){.lproof-cards{grid-template-columns:1fr}.lfaq-carousel{gap:.75rem}.lfaq-nav{width:38px;height:38px;font-size:1.25rem}.lfeature-card,.lgets-box{flex:100%;max-width:100%}.lgets-box-featured{grid-template-columns:auto 1fr}.lgets-box-featured .lgets-list{border-top:1px solid #6366f133;border-left:none;grid-area:3/1/auto/-1;padding-top:1rem;padding-left:0}.lproblem-card{flex:calc(50% - .75rem);max-width:calc(50% - .75rem)}.lforwho-yes ul{grid-template-columns:repeat(2,1fr)}.lforwho-no-row{flex-direction:column}}@media (width<=600px){.lproblem-card{flex:100%;max-width:100%}}@media (width<=768px){.lcta-main-title{font-size:1.6rem}.lcta-price{font-size:2.75rem}.lcta-box{padding:3rem 1.5rem 2.5rem}.lcta-secondary-actions{flex-direction:column;gap:.4rem}.lcta-sep{display:none}.lwhois-video-slot{padding:0 1rem}.lwhois-split{flex-direction:column;gap:1.5rem}.lwhois-split-photo{flex:none;width:100%;max-width:100%}.lfeatures-live-advantage{padding:1.5rem 1.25rem}.lflive-title{font-size:1.15rem}.lflive-body{font-size:.95rem}.lflive-pills{gap:.5rem}.lflive-pill{padding:.35rem .75rem;font-size:.78rem}.lgets,.lwhois,.lproof-section{padding:3.5rem 0}.lfaq-card{padding:1.75rem 1.5rem}.lfaq-question{font-size:1rem}.lforwho-yes ul{grid-template-columns:1fr}}@media (width<=600px){.lfaq-carousel{gap:.4rem}.lfaq-nav{width:32px;height:32px;font-size:1.1rem}}.lpricing-grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;max-width:860px;margin:0 auto;display:grid}.lpricing-grid-single{grid-template-columns:minmax(0,460px);justify-content:center;max-width:460px}.lpricing-card-single{width:100%}.lpricing-pay-note{text-align:center;color:#ffffff8c;margin:0;font-size:.74rem;line-height:1.5}.lpricing-card-single .lpricing-card-actions{flex-direction:column;gap:.7rem;display:flex}.lpricing-card{background:#0f1629;border:1px solid #ffffff1a;border-radius:1.25rem;padding:2rem 1.75rem 1.75rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 8px 32px #00000059}.lpricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #00000080}.lpricing-card-featured{background:#12172e;border:2px solid #fbbf2499;box-shadow:0 8px 40px #0006,0 0 0 1px #fbbf2414,0 12px 48px #fbbf2414}.lpricing-popular-ribbon{color:#1a1105;letter-spacing:.06em;white-space:nowrap;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:99px;padding:.3rem 1rem;font-size:.72rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.lpricing-card-header{text-align:center;border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1.5rem}.lpricing-tier-label{letter-spacing:.12em;color:#a5b4fc;margin-bottom:.75rem;font-size:.72rem;font-weight:800;display:inline-block}.lpricing-card-featured .lpricing-tier-label{color:#fbbf24}.lpricing-card-featured .lpricing-price-big{color:#fde68a;text-shadow:0 2px 24px #fbbf244d}.lpricing-founder-badge{color:#a5b4fc;letter-spacing:.08em;text-transform:uppercase;background:#6366f12e;border:1px solid #a5b4fc59;border-radius:99px;margin-bottom:.6rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.lpricing-founder-badge-gold{color:#fde68a;background:#fbbf241f;border-color:#fbbf2466}.lpricing-was-row{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.lpricing-was{color:#fff6;font-size:1.05rem;font-weight:600;text-decoration:line-through}.lpricing-save-badge{color:#fca5a5;letter-spacing:.06em;background:#ef444433;border:1px solid #ef444473;border-radius:99px;padding:.2rem .55rem;font-size:.65rem;font-weight:800}.lpricing-save-badge-gold{color:#fde68a;background:#fbbf2426;border-color:#fbbf2473}.lpricing-price-big{color:#fff;text-shadow:0 2px 20px #ffffff26;letter-spacing:-.03em;margin:.35rem 0 .3rem;font-size:3.75rem;font-weight:900;line-height:1}.lpricing-pct{color:#ffffff80;font-size:.78rem;font-style:italic}.lpricing-features{flex-direction:column;gap:.7rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.lpricing-features li{color:#ffffffd1;align-items:flex-start;gap:.55rem;font-size:.88rem;line-height:1.45;display:flex}.lpricing-features li strong{color:#fff}.lpricing-check{color:#6ee7b7;flex-shrink:0;margin-top:.1rem;font-size:.85rem;font-weight:700}.lpricing-check-extra{color:#fbbf24}.lpricing-check-community{color:#a5b4fc}.lpricing-check-bonus{margin-top:.05rem;font-size:.85rem}.lpricing-community-note{color:#a5b4fcbf;margin-top:.15rem;font-size:.78rem;display:block}.lpricing-card-actions{flex-direction:column;align-items:stretch;display:flex}.lpricing-cta{justify-content:center;width:100%}.lpricing-cta-featured{color:#1a1105!important;background:linear-gradient(135deg,#f59e0b,#fbbf24)!important;font-weight:800!important}.lpricing-cta-featured:hover{background:linear-gradient(135deg,#fbbf24,#fcd34d)!important;box-shadow:0 4px 20px #fbbf2466!important}.lpricing-mm-featured{color:#fde68a!important}.lpricing-paylater{text-align:center;color:#ffffff73;margin:.5rem 0 0;padding:0;font-size:.75rem}.lpricing-installment{text-align:center;color:#818cf8cc;margin:.3rem 0 0;padding:0;font-size:.76rem;font-weight:500}.lpricing-plan-actuel{text-align:center;color:#6ee7b7;letter-spacing:.01em;background:#6ee7b71f;border:1px solid #6ee7b759;border-radius:.75rem;padding:.75rem 1rem;font-size:.92rem;font-weight:700}.lpricing-plan-actuel-gold{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2459}@media (width<=700px){.lpricing-grid{grid-template-columns:1fr;max-width:440px}.lpricing-card-featured{order:-1}.lpricing-price-big{font-size:2.75rem}}.onboarding{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.onboarding-container{background:var(--surface);border:1px solid var(--border);border-radius:1rem;width:100%;max-width:600px;padding:3rem}.progress-bar{background:var(--surface-light);border-radius:2px;height:4px;margin-bottom:2rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--primary), var(--secondary));height:100%;transition:width .3s}.onboarding-title{text-align:center;margin-bottom:.5rem;font-size:2rem}.onboarding-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem}.step h2{margin-bottom:1rem;font-size:1.5rem}.step-description{color:var(--text-secondary);margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.checkbox-label{background:var(--surface-light);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex}.checkbox-label:hover{background:var(--border)}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.button-group{gap:1rem;margin-top:2rem;display:flex}.button-group .btn{flex:1}@media (width<=640px){.onboarding-container{padding:2rem}.checkbox-grid{grid-template-columns:1fr}}:root{--db-bg:#f0f4ff;--db-surface:#fff;--db-surface-2:#eef2ff;--db-border:#00000017;--db-border-hover:#00000029;--db-text:#0f172a;--db-text-muted:#475569;--db-text-dim:#94a3b8;--db-primary:#4338ca;--db-primary-dim:#4338ca1a;--db-primary-hover:#3730a3;--db-green:#059669;--db-green-dim:#0596691f;--db-amber:#d97706;--db-amber-dim:#d977061f;--db-radius:.75rem;--db-radius-sm:.5rem;--db-metal-shell:#f0f4ff;--db-metal-header:linear-gradient(135deg, #271f72 0%, #3d36aa 100%);--db-metal-strip:#f0f4ff;--db-metal-card:#fff}.db-shell{background:var(--db-metal-shell);min-height:100vh;color:var(--db-text);padding-bottom:3rem;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}.db-loading{min-height:60vh;color:var(--db-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex}.db-spinner{border:2px solid var(--db-surface-2);border-top-color:var(--db-primary);border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite db-spin}@keyframes db-spin{to{transform:rotate(360deg)}}.db-header{background:var(--db-metal-header);border-bottom:1px solid #6366f140;padding:.65rem 1.5rem;box-shadow:0 2px 8px #0000002e}.db-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 2.5rem;display:flex}.db-greeting-sub{letter-spacing:.06em;color:#ffffff8c;text-transform:uppercase;margin:0 0 .15rem;font-size:.72rem;font-weight:600}.db-hook{color:#fff;margin:0;font-size:.95rem;font-weight:600}.db-header-badges{flex-wrap:wrap;gap:.5rem;display:flex}.db-badge{letter-spacing:.02em;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.3rem;padding:.28rem .65rem;font-size:.73rem;font-weight:600;display:inline-flex}.db-badge-fire{color:#fbbf24;background:#fbbf242e;border-color:#fbbf244d}.db-badge-score{background:var(--db-primary-dim);color:var(--db-primary-hover);border-color:#818cf838}.db-value-strip{background:var(--db-metal-strip);border-bottom:1px solid var(--db-border);box-shadow:0 1px 3px #0000000f}.db-value-strip-inner{scrollbar-width:none;align-items:stretch;width:100%;padding:0 2.5rem;display:flex;overflow-x:auto}.db-value-strip-inner::-webkit-scrollbar{display:none}.db-value-item{border-right:1px solid var(--db-border);flex-shrink:0;align-items:center;gap:.55rem;padding:.75rem 1.25rem .75rem 0;display:flex}.db-value-item:first-child{padding-left:0}.db-value-item:last-child{border-right:none;padding-right:0}.db-value-item+.db-value-item{padding-left:1.25rem}.db-value-icon{flex-shrink:0;font-size:1rem;line-height:1}.db-value-text{flex-direction:column;display:flex}.db-value-label{color:var(--db-text-dim);white-space:nowrap;font-size:.72rem}.db-value-number{color:var(--db-text);white-space:nowrap;letter-spacing:-.01em;font-size:.82rem;font-weight:700}.db-layout{grid-template-columns:1fr clamp(300px,28vw,400px);align-items:start;gap:1.25rem;width:100%;margin:1.75rem 0 0;padding:0 2.5rem;display:grid}.db-card{background:var(--db-metal-card);border:1px solid var(--db-border);border-radius:var(--db-radius);overflow:hidden;box-shadow:0 1px 4px #00000012}.db-card-header{border-bottom:1px solid var(--db-border);justify-content:space-between;align-items:center;padding:.9rem 1.25rem .75rem;display:flex}.db-card-title{color:var(--db-text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:700}.db-left{flex-direction:column;gap:1.25rem;display:flex}.db-continue-card{all:unset;cursor:pointer;border-radius:var(--db-radius);box-sizing:border-box;background:linear-gradient(135deg,#2d2a78 0%,#4338c2 55%,#4f46e5 100%);border:1px solid #818cf859;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;transition:filter .15s,box-shadow .15s;display:flex;box-shadow:inset 0 1px #ffffff1a,0 4px 20px #4f46e540}.db-continue-card:hover{filter:brightness(1.1);box-shadow:inset 0 1px #ffffff1a,0 6px 28px #4f46e559}.db-continue-card:focus-visible{outline:2px solid var(--db-primary);outline-offset:2px}.db-continue-left{flex-direction:column;gap:.2rem;min-width:0;display:flex}.db-continue-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#a5b4fc;font-size:.68rem;font-weight:700}.db-continue-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:700;overflow:hidden}.db-continue-desc{color:#c7d2fe;font-size:.77rem}.db-continue-right{flex-shrink:0}.db-continue-arrow{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:1.1rem;transition:background .15s,transform .15s;display:flex}.db-continue-card:hover .db-continue-arrow{background:#ffffff38;transform:translate(2px)}.db-progress-pct{color:var(--db-green);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:700}.db-progress-bar-wrap{padding:.75rem 1.25rem 0}.db-progress-bar{background:#0000001a;border-radius:9999px;height:5px;overflow:hidden}.db-progress-fill{background:linear-gradient(90deg,#059669,#34d399);border-radius:9999px;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1)}.db-module-grid{flex-wrap:wrap;gap:.45rem;padding:.75rem 1.25rem;display:flex}.db-module-chip{all:unset;cursor:pointer;border-radius:var(--db-radius-sm);border:1px solid var(--db-border);color:var(--db-text-muted);background:var(--db-surface-2);box-shadow:none;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.76rem;font-weight:600;transition:border-color .12s,color .12s;display:inline-flex}.db-module-chip:hover{border-color:var(--db-border-hover);color:var(--db-text)}.db-module-chip.done{color:#6ee7b7;background:#34d39921;border-color:#34d39947}.db-module-chip.active{color:#a5b4fc;background:#818cf826;border-color:#818cf852}.db-module-chip.pending{opacity:.5}.db-module-chip-icon{font-size:.85rem;line-height:1}.db-module-done-tick{color:#34d399;margin-left:.1rem;font-size:.68rem;font-weight:700}.db-progress-footnote{color:var(--db-text-dim);justify-content:space-between;align-items:center;padding:.55rem 1.25rem .85rem;font-size:.73rem;display:flex}.db-text-link{all:unset;cursor:pointer;color:var(--db-primary);font-size:.73rem;transition:color .12s}.db-text-link:hover{color:var(--db-primary-hover)}.db-quick-actions{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem;display:grid}.db-quick-btn{all:unset;cursor:pointer;background:var(--db-metal-card);border:1px solid var(--db-border);border-radius:var(--db-radius);color:var(--db-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.85rem .5rem;font-size:.76rem;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:flex;box-shadow:0 1px 3px #0000000f}.db-quick-btn span:first-child{font-size:1.25rem;line-height:1}.db-quick-btn:hover{background:var(--db-surface);border-color:var(--db-border-hover);color:var(--db-text)}.db-quick-btn:focus-visible{outline:2px solid var(--db-primary);outline-offset:2px}.db-tip-card{background:var(--db-metal-card);border:1px solid var(--db-border);border-radius:var(--db-radius);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 4px #00000012}.db-tip-accent{background:linear-gradient(90deg,#6366f1,#818cf8,#34d399);height:3px}.db-tip-body{flex-direction:column;gap:.5rem;padding:1rem 1.25rem 1.1rem;display:flex}.db-tip-label{letter-spacing:.08em;text-transform:uppercase;color:var(--db-primary);align-items:center;gap:.4rem;font-size:.68rem;font-weight:700;display:flex}.db-tip-icon-wrap{font-size:1.35rem;line-height:1}.db-tip-text{color:var(--db-text);margin:0;font-size:.82rem;font-weight:500;line-height:1.6}.db-tip-source{color:var(--db-text-dim);font-size:.7rem}.db-right{flex-direction:column;gap:1.25rem;display:flex}.db-live-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--db-green);background:var(--db-green-dim);border:1px solid #34d39940;border-radius:9999px;align-items:center;gap:.3rem;padding:.18rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.db-live-badge:before{content:"";background:var(--db-green);border-radius:50%;width:5px;height:5px;animation:2s infinite db-pulse;display:inline-block}@keyframes db-pulse{0%,to{opacity:1}50%{opacity:.25}}.db-feed-empty{color:var(--db-text-dim);text-align:center;padding:2rem 1.25rem;font-size:.85rem}.db-feed-list{flex-direction:column;display:flex}.db-feed-row{all:unset;cursor:pointer;border-bottom:1px solid var(--db-border);box-sizing:border-box;align-items:flex-start;gap:.7rem;width:100%;padding:.8rem 1.25rem;transition:background .12s;display:flex}.db-feed-row:last-child{border-bottom:none}.db-feed-row:hover{background:#0000000a}.db-feed-row-icon{flex-shrink:0;margin-top:.1rem;font-size:1.15rem;line-height:1}.db-feed-row-body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.db-feed-row-text{color:var(--db-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.db-feed-row-time{color:var(--db-text-dim);font-size:.68rem}.db-feed-row-arrow{color:var(--db-text-dim);flex-shrink:0;align-self:center;font-size:1rem;transition:color .12s,transform .12s}.db-feed-row:hover .db-feed-row-arrow{color:var(--db-primary);transform:translate(2px)}.db-feed-footer-btn{all:unset;cursor:pointer;text-align:center;width:100%;color:var(--db-primary);border-top:1px solid var(--db-border);box-sizing:border-box;padding:.7rem;font-size:.78rem;font-weight:600;transition:background .12s,color .12s;display:block}.db-feed-footer-btn:hover{background:var(--db-primary-dim);color:var(--db-primary-hover)}.db-mastery-card{background:var(--db-metal-card);border:1px solid var(--db-border);border-radius:var(--db-radius);overflow:hidden;box-shadow:0 1px 4px #00000012}.db-mastery-list{flex-direction:column;padding:.5rem 0;display:flex}.db-mastery-item{border-bottom:1px solid var(--db-border);align-items:flex-start;gap:.7rem;padding:.65rem 1.25rem;display:flex}.db-mastery-item:last-child{border-bottom:none}.db-mastery-icon{flex-shrink:0;margin-top:.1rem;font-size:1rem;line-height:1}.db-mastery-body{flex-direction:column;gap:.1rem;display:flex}.db-mastery-title{color:var(--db-text);font-size:.8rem;font-weight:600;line-height:1.3}.db-mastery-sub{color:var(--db-text-muted);font-size:.72rem;line-height:1.45}.db-upgrade-card{border-radius:var(--db-radius);text-align:center;background:linear-gradient(145deg,#2d2a78 0%,#3d36aa 100%);border:1px solid #818cf847;flex-direction:column;align-items:center;gap:.45rem;padding:1.5rem 1.25rem;display:flex;box-shadow:inset 0 1px #ffffff14,0 4px 20px #4f46e533}.db-upgrade-icon{font-size:1.85rem;line-height:1}.db-upgrade-title{color:#fff;margin:0;font-size:.92rem;font-weight:700}.db-upgrade-sub{color:#c7d2fe;margin:0 0 .4rem;font-size:.76rem}.db-btn-primary{all:unset;cursor:pointer;color:#3730a3;border-radius:var(--db-radius-sm);background:#fff;justify-content:center;align-items:center;padding:.6rem 1.35rem;font-size:.83rem;font-weight:700;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 1px 4px #0000004d}.db-btn-primary:hover{background:#eef2ff;transform:translateY(-1px)}.db-btn-primary:active{transform:translateY(0)}.db-btn-primary:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (width<=860px){.db-layout{grid-template-columns:1fr;margin-top:1.25rem;padding:0 1rem}.db-continue-title{white-space:normal;font-size:.95rem}.db-value-strip-inner{padding:0 1rem}}@media (width<=560px){.db-header{padding:.55rem 1rem}.db-hook{font-size:.88rem}.db-value-strip-inner{grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid;overflow-x:visible}.db-value-item{border-right:none;border-bottom:1px solid var(--db-border);flex-shrink:unset;padding:.7rem .75rem}.db-value-item:first-child{padding-left:.75rem}.db-value-item:last-child{padding-right:.75rem}.db-value-item+.db-value-item{padding-left:.75rem}.db-value-item:nth-child(odd){border-right:1px solid var(--db-border);padding-left:1rem}.db-value-item:nth-last-child(-n+2){border-bottom:none}.db-value-label{white-space:normal;line-height:1.3}.db-value-number{white-space:normal}.db-quick-btn{padding:.7rem .25rem;font-size:.7rem}.db-module-grid{gap:.4rem;padding:.6rem 1rem}}.db-testimonial-invite{max-width:720px;margin:2rem auto 0;padding:0 1rem}.db-testimonial-btn{border-radius:var(--db-radius);cursor:pointer;background:linear-gradient(135deg, var(--db-primary) 0%, #6366f1 100%);text-align:left;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.5rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 12px #4338ca40}.db-testimonial-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #4338ca59}.db-testimonial-left{align-items:center;gap:1rem;display:flex}.db-testimonial-icon-wrap{background:#fff3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.db-testimonial-title{color:#fff;font-size:.95rem;font-weight:700}.db-testimonial-sub{color:#ffffffb3;margin-top:.15rem;font-size:.8rem}.db-testimonial-arrow{color:#ffffffb3;flex-shrink:0;font-size:1.3rem;transition:transform .15s}.db-testimonial-btn:hover .db-testimonial-arrow{transform:translate(3px)}.db-footer-social{justify-content:center;align-items:center;gap:.75rem;padding:2rem 0 1rem;font-size:.82rem;display:flex}.db-social-link{color:var(--db-text-dim);align-items:center;gap:.35rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.db-social-link:hover{color:var(--db-primary)}.db-social-dot{color:var(--db-text-dim)}.verify-page{background:var(--background,#d9d2c5);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.verify-card{background:var(--surface,#e8e2d8);text-align:center;border:1px solid #0000001a;border-radius:1.5rem;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 4px 20px #00000017}.verify-icon{margin-bottom:1rem;font-size:3rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.verify-card h1{color:#1a1714;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.verify-subtitle{color:#5c5248;margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}.verify-subtitle strong{color:#1a1714}.alert{text-align:left;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.alert-success{color:#065f46;background:#0596691a;border:1px solid #05966940}.alert-error{color:#991b1b;background:#dc26261a;border:1px solid #dc262640}.verify-form{text-align:left;flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#5c5248;font-size:.85rem;font-weight:500}.form-group input{color:#1a1714;background:#ffffff12;border:1px solid #ffffff1f;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.code-input{letter-spacing:.5rem;text-align:center;font-variant-numeric:tabular-nums;font-weight:700;font-size:1.75rem!important}.btn-full{border-radius:.5rem;width:100%;padding:.85rem;font-size:1rem}.verify-resend{border-top:1px solid #00000017;margin-top:1rem;padding-top:1rem}.verify-resend p{color:#8c8076;margin-bottom:.4rem;font-size:.85rem}.resend-message{color:#6ee7b7!important;margin-top:.5rem!important}.btn-ghost{color:#6366f1;cursor:pointer;background:0 0;border:none;border-radius:.4rem;padding:.4rem .75rem;font-size:.9rem;transition:background .2s}.btn-ghost:hover{background:#6366f11a}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.back-link{margin-top:1rem;font-size:.85rem;display:block;color:#8c8076!important}.academy-page{background:var(--background);flex-direction:column;height:calc(100vh - 64px);display:flex;overflow:hidden}.academy-layout{flex:1;display:flex;overflow:hidden}.academy-sidebar{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;background:#1c1852;border-right:1px solid #6366f12e;flex-direction:column;flex-shrink:0;width:clamp(220px,22vw,300px);display:flex;overflow-y:auto}.academy-sidebar::-webkit-scrollbar{width:4px}.academy-sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.academy-sidebar-header{background:linear-gradient(135deg,#6366f12e 0%,#0000 100%);border-bottom:1px solid #ffffff12;padding:.85rem 1.25rem .8rem}.academy-sidebar-title{color:#fff;letter-spacing:-.01em;margin:0 0 .2rem;font-size:.95rem;font-weight:800}.academy-sidebar-sub{color:#ffffff73;margin:0 0 .85rem;font-size:.72rem}.academy-sidebar-progress{align-items:center;gap:.6rem;display:flex}.academy-sidebar-progress-bar{background:#ffffff1f;border-radius:9999px;flex:1;height:5px;overflow:hidden}.academy-sidebar-progress-fill{background:linear-gradient(90deg,#10b981,#6ee7b7);border-radius:9999px;height:100%;transition:width .4s}.academy-sidebar-progress-label{color:#ffffff80;white-space:nowrap;font-size:.7rem}.academy-nav{flex-direction:column;padding:.6rem 0;display:flex}.academy-nav-item{color:#ffffff94;cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:.65rem;width:100%;padding:.7rem 1.2rem;font-family:inherit;transition:color .15s,background .15s,border-color .15s;display:flex}.academy-nav-item:hover:not(:disabled){color:#ffffffe0;background:#ffffff0d}.academy-nav-item.active{color:#fff;background:#ffffff1a;border-left-color:#6ee7b7}.academy-nav-item.completed{color:#6ee7b7bf}.academy-nav-item.completed.active{color:#fff}.academy-nav-item.locked{cursor:not-allowed;opacity:.45}.academy-nav-icon{flex-shrink:0;font-size:1.05rem}.academy-nav-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.academy-nav-label{white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;line-height:1.3;overflow:hidden}.academy-nav-meta{color:#ffffff61;font-size:.68rem}.academy-nav-item.active .academy-nav-meta{color:#ffffff8c}.academy-main{background:var(--background);flex-direction:column;flex:1;display:flex;overflow-y:auto}.academy-welcome{flex-direction:column;gap:2.5rem;width:100%;padding:2.5rem 2.5rem 4rem;display:flex;overflow-y:auto}.aw-hero{background:linear-gradient(135deg,#271f72 0%,#3d36aa 60%,#4338c2 100%);border:1px solid #6366f140;border-radius:1.25rem;flex-direction:column;align-items:flex-start;gap:1rem;padding:2.25rem 2.5rem 3.5rem;display:flex;position:relative;overflow:clip}.aw-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f12e 0%,#0000 70%);width:220px;height:220px;position:absolute;top:-40px;right:-40px}.aw-hero-badge{color:#6ee7b7;letter-spacing:.04em;text-transform:uppercase;background:#6ee7b726;border:1px solid #6ee7b74d;border-radius:9999px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.73rem;font-weight:700;display:inline-flex}.aw-hero-title{color:#fff;letter-spacing:-.03em;margin:0;font-size:1.9rem;font-weight:900;line-height:1.15}.aw-hero-sub{color:#ffffffa6;max-width:560px;margin:0;font-size:.93rem;line-height:1.6}.aw-stats{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.aw-stat{flex-direction:column;align-items:center;gap:.1rem;display:flex}.aw-stat-value{color:#fff;font-size:1.35rem;font-weight:900;line-height:1}.aw-stat-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.05em;font-size:.69rem;font-weight:500}.aw-stat-divider{background:#ffffff26;width:1px;height:28px;margin:0 .35rem}.aw-start-btn{color:#0f172a;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#6ee7b7,#10b981);border:none;border-radius:10px;margin-top:.5rem;padding:.75rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:800;transition:opacity .2s,transform .15s}.aw-start-btn:hover{opacity:.9;transform:translateY(-1px)}.aw-outline-title,.aw-how-title{color:var(--text);letter-spacing:-.02em;margin:0 0 1rem;font-size:1.05rem;font-weight:800}.aw-outline-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.aw-outline-card{cursor:pointer;background:#fff;border:1px solid #4338ca1a;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.aw-outline-card:hover:not(.locked){border-color:#6366f14d;transform:translateY(-1px);box-shadow:0 2px 10px #6366f117}.aw-outline-card.locked{cursor:default;opacity:.5}.aw-outline-card.completed{background:#10b9810a;border-color:#10b98138}.aw-outline-icon{flex-shrink:0;padding-top:.05rem;font-size:1.25rem}.aw-outline-info{flex-direction:column;gap:.12rem;min-width:0;display:flex}.aw-outline-num{color:#6366f199;text-transform:uppercase;letter-spacing:.05em;font-size:.67rem;font-weight:700}.aw-outline-name{color:var(--text);font-size:.85rem;font-weight:700;line-height:1.3}.aw-outline-meta{color:var(--text-secondary);font-size:.72rem}.aw-how-steps{flex-direction:column;gap:.85rem;display:flex}.aw-how-step{align-items:flex-start;gap:1rem;display:flex}.aw-how-num{color:#6366f1;background:linear-gradient(135deg,#6366f126,#6366f114);border:1px solid #6366f133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.78rem;font-weight:800;display:flex}.aw-how-step div{flex-direction:column;gap:.15rem;display:flex}.aw-how-step strong{color:var(--text);font-size:.88rem;font-weight:700}.aw-how-step p{color:var(--text-secondary);margin:0;font-size:.83rem;line-height:1.5}@media (width<=768px){.academy-welcome{gap:2rem;padding:1.25rem 1rem 3rem}.aw-hero{padding:1.5rem 1.25rem 3.5rem}.aw-hero-title{font-size:1.45rem}.aw-outline-grid{grid-template-columns:1fr}}.academy-module-view{flex-direction:column;gap:1.5rem;width:100%;padding:2rem 2.5rem 3rem;display:flex}.academy-mod-header{align-items:flex-start;gap:1rem;display:flex}.academy-mod-icon{flex-shrink:0;padding-top:.1rem;font-size:2.2rem}.academy-mod-title{color:var(--text);letter-spacing:-.02em;margin:0 0 .3rem;font-size:1.35rem;font-weight:800}.academy-mod-desc{color:var(--text-secondary);margin:0 0 .6rem;font-size:.9rem;line-height:1.5}.academy-mod-loading{text-align:center;color:var(--text-secondary);padding:3rem 0;font-size:.9rem}.academy-lessons-list{flex-direction:column;gap:.5rem;display:flex}.academy-lesson-row{cursor:pointer;background:#fff;border:1px solid #4338ca1a;border-radius:12px;align-items:center;gap:.85rem;padding:.9rem 1.1rem;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.academy-lesson-row:hover{border-color:#6366f159;transform:translate(2px);box-shadow:0 2px 8px #6366f114}.academy-lesson-row.done{opacity:.78}.academy-lesson-num{color:#6366f18c;text-align:center;flex-shrink:0;width:1.4rem;font-size:.72rem;font-weight:700}.academy-lesson-status{flex-shrink:0;font-size:1.05rem}.academy-lesson-title{color:var(--text);flex:1;font-size:.93rem;font-weight:500;line-height:1.4}.academy-lesson-arrow{color:#6366f166;font-size:.9rem;transition:transform .15s}.academy-lesson-row:hover .academy-lesson-arrow{color:#6366f1;transform:translate(3px)}.academy-mod-nav{border-top:1px solid #4338ca1a;gap:1rem;padding-top:.5rem;display:flex}.academy-mod-nav-btn{color:#6366f1;cursor:pointer;background:#6366f112;border:1px solid #6366f12e;border-radius:10px;padding:.55rem 1.1rem;font-family:inherit;font-size:.84rem;font-weight:600;transition:all .2s}.academy-mod-nav-btn:hover{background:#6366f124;border-color:#6366f159}.academy-mod-nav-btn--next{color:#10b981;background:#10b98112;border-color:#10b98133}.academy-mod-nav-btn--next:hover{background:#10b98124;border-color:#10b98159}.academy-progress-bar-wrap{background:var(--surface-light);border-radius:9999px;max-width:400px;height:8px;overflow:hidden}.academy-progress-bar-fill{background:var(--secondary);border-radius:9999px;height:100%;transition:width .4s}.academy-modules{flex-direction:column;gap:1.5rem;width:100%;display:flex}.module-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;transition:border-color .2s;overflow:hidden}.module-card.active{border-color:var(--primary)}.module-card.completed{border-color:var(--secondary)}.module-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.module-card-header:hover{background:#ffffff08}.module-icon{flex-shrink:0;font-size:2rem}.module-meta{flex:1}.module-meta h2{margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.module-meta p{color:var(--text-secondary);font-size:.88rem}.module-badges{flex-wrap:wrap;gap:.5rem;margin-top:.4rem;display:flex}.badge{border-radius:9999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.badge-xp{color:var(--secondary);background:#10b98126;border:1px solid #10b9814d}.badge-count{color:#60a5fa;background:#2563eb26;border:1px solid #2563eb4d}.badge-done{color:var(--secondary);background:#10b98126;border:1px solid #10b9814d}.module-chevron{color:var(--text-secondary);font-size:1.2rem;transition:transform .2s}.module-chevron.open{transform:rotate(90deg)}.module-locked-overlay{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.lessons-list{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem 1.5rem 1.25rem;display:flex}.lesson-row{cursor:pointer;border:1px solid #0000;border-radius:.625rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .15s,border-color .15s;display:flex}.lesson-row:hover{border-color:var(--border);background:#ffffff0a}.lesson-row.active-lesson{border-color:var(--primary);background:#2563eb1a}.lesson-row.completed-lesson{opacity:.85}.lesson-status-icon{text-align:center;flex-shrink:0;width:1.5rem;font-size:1.1rem}.lesson-title{flex:1;font-size:.95rem}.lesson-xp{color:var(--secondary);white-space:nowrap;font-size:.8rem;font-weight:600}.lesson-viewer-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lesson-viewer{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;flex-direction:column;width:100%;max-width:680px;max-height:90vh;display:flex;overflow-y:auto}.lesson-viewer-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:1;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.lesson-viewer-header h3{font-size:1.1rem;font-weight:600}.lesson-close-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1}.lesson-close-btn:hover{color:var(--text)}.lesson-viewer-body{flex:1;padding:1.5rem}.lesson-content-text{white-space:pre-wrap;color:var(--text);font-size:.95rem;line-height:1.75}.quiz-section{border-top:1px solid var(--border);margin-top:1.75rem;padding-top:1.5rem}.quiz-section h4{margin-bottom:1rem;font-size:1rem;font-weight:600}.quiz-question{margin-bottom:1.25rem}.quiz-question p{margin-bottom:.75rem;font-size:.95rem;font-weight:500}.quiz-options{flex-direction:column;gap:.5rem;display:flex}.quiz-option{border:1px solid var(--border);background:var(--surface-light);cursor:pointer;text-align:left;color:var(--text);border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.65rem .9rem;font-size:.9rem;transition:border-color .15s,background .15s;display:flex}.quiz-option:hover:not(:disabled){border-color:var(--primary);background:#2563eb1a}.quiz-option.selected{border-color:var(--primary);background:#2563eb26}.quiz-option.correct{border-color:var(--secondary);background:#10b98126}.quiz-option.wrong{border-color:var(--error);background:#ef44441f}.quiz-option:disabled{cursor:default}.quiz-explanation{color:var(--text-secondary);background:#2563eb14;border:1px solid #2563eb33;border-radius:.5rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.88rem;line-height:1.6}.quiz-score{color:var(--secondary);background:#10b9811a;border:1px solid #10b9814d;border-radius:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.lesson-viewer-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex;position:sticky;bottom:0}.lesson-complete-btn{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:opacity .2s}.lesson-complete-btn:hover:not(:disabled){opacity:.88}.lesson-complete-btn:disabled{opacity:.5;cursor:default}.lesson-completed-badge{color:var(--secondary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.academy-loading,.academy-error{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.academy-error{color:var(--error)}@media (width<=768px){.academy-page{height:auto;overflow:visible}.academy-layout{flex-direction:column;overflow:visible}.academy-sidebar{border-bottom:1px solid #6366f12e;border-right:none;width:100%}.academy-nav{scrollbar-width:none;flex-direction:row;padding:.3rem 0;overflow-x:auto}.academy-nav::-webkit-scrollbar{display:none}.academy-nav-item{white-space:nowrap;border-bottom:3px solid #0000;border-left:none;flex-direction:column;align-items:center;gap:.2rem;min-width:70px;padding:.55rem .9rem}.academy-nav-item.active{border-bottom-color:#6ee7b7;border-left-color:#0000}.academy-nav-info{align-items:center}.academy-nav-label{text-align:center;font-size:.7rem}.academy-nav-meta{display:none}.academy-main{overflow-y:visible}.academy-module-view{padding:1.25rem 1rem 2.5rem}.lesson-viewer{border-radius:.75rem;max-height:95vh}}.workshop-cta{cursor:pointer;background:linear-gradient(135deg,#10b98112,#10b9810a);border:1px solid #10b9812e;border-radius:10px;align-items:center;gap:.9rem;margin:.5rem 0 0;padding:.85rem 1rem;transition:all .2s;display:flex}.workshop-cta:hover{background:linear-gradient(135deg,#10b98124,#10b98114);border-color:#10b98159;transform:translate(2px)}.workshop-cta-icon{flex-shrink:0;font-size:1.3rem}.workshop-cta-text{flex-direction:column;flex:1;gap:.1rem;display:flex}.workshop-cta-text strong{color:#10b981;font-size:.9rem;font-weight:700}.workshop-cta-text span{color:#64748b;font-size:.78rem}.workshop-cta-arrow{color:#10b981;opacity:.7;font-size:1.1rem;transition:transform .2s}.workshop-cta:hover .workshop-cta-arrow{transform:translate(3px)}.academy-resources{background:#6366f112;border:1px solid #6366f12e;border-radius:12px;margin-top:1.2rem;padding:.9rem 1rem 1rem}.academy-resources-title{color:#4f46e5;letter-spacing:.02em;margin-bottom:.6rem;font-size:.82rem;font-weight:700}.academy-resources-list{flex-direction:column;gap:.4rem;display:flex}.academy-resource-link{color:#0f172a;background:#fff;border:1px solid #6366f133;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.88rem;text-decoration:none;transition:all .15s;display:flex}.academy-resource-link:hover{background:#eef2ff;border-color:#6366f1;transform:translate(2px)}.academy-resource-label{flex:1}.academy-resource-arrow{color:#6366f1;opacity:.7;font-size:.9rem}.replays-section{background:linear-gradient(135deg,#6366f112 0%,#8b5cf612 100%);border:1px solid #6366f12e;border-radius:14px;margin:1.4rem 0 1.2rem;padding:1rem 1.1rem 1.1rem}.replays-section-title{color:#4f46e5;letter-spacing:.01em;margin:0 0 .7rem;font-size:.93rem;font-weight:700}.replays-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.85rem;display:grid}.replay-card{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;background:#fff;border:1px solid #6366f12e;border-radius:12px;flex-direction:column;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden}.replay-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #6366f12e}.replay-card--active{transform:none;box-shadow:0 12px 32px #0f172a2e}.replay-card--active:hover{transform:none}.replay-thumb-wrap{aspect-ratio:16/9;cursor:pointer;background:#0f172a;position:relative;overflow:hidden}.replay-thumb{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.replay-thumb-placeholder{color:#fff6;justify-content:center;align-items:center;font-size:2.5rem;display:flex}.replay-play-overlay{background:#0f172a40;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;inset:0}.replay-thumb-wrap:hover .replay-play-overlay{background:#0f172a73}.replay-play-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;display:flex;box-shadow:0 8px 24px #6366f180}.replay-iframe-wrap{aspect-ratio:16/9;-webkit-user-select:none;user-select:none;background:#000;position:relative}.replay-iframe{border:0;width:100%;height:100%;display:block}.replay-meta{flex-wrap:wrap;align-items:center;gap:.6rem;padding:.65rem .85rem .3rem;display:flex}.replay-title{color:#0f172a;flex:1;min-width:0;margin:0;font-size:.92rem;font-weight:700}.replay-duration{color:#64748b;font-size:.75rem}.replay-description{color:#475569;margin:0;padding:0 .85rem .85rem;font-size:.82rem;line-height:1.45}.replay-error{color:#b91c1c;margin:0;padding:.5rem .85rem .85rem;font-size:.78rem}.replay-badge{letter-spacing:.04em;text-transform:uppercase;z-index:2;border-radius:6px;padding:3px 8px;font-size:.62rem;font-weight:700;position:absolute;top:8px;left:8px}.replay-badge-draft{color:#854d0e;background:#fef3c7;border:1px solid #fcd34d}.replay-badge-processing{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.academy-page:has(.replays-only-page){height:auto;overflow:visible}.replays-only-page{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.replays-only-header{text-align:center;margin-bottom:2.2rem}.replays-only-badge{color:#4f46e5;letter-spacing:.05em;text-transform:uppercase;background:#6366f11f;border-radius:999px;margin-bottom:1rem;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-block}.replays-only-title{color:#0f172a;letter-spacing:-.01em;margin:0 0 .7rem;font-size:2.2rem;font-weight:800}.replays-only-sub{color:#475569;max-width:560px;margin:0 auto;font-size:1.02rem;line-height:1.55}.replays-only-page .replays-section{background:0 0;border:0;padding:0}.replays-only-page .replays-section-title{display:none}.replays-only-page .replays-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.4rem}.replay-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9000;background:#000000d9;justify-content:center;align-items:center;padding:1.5rem;animation:.18s replay-fade-in;display:flex;position:fixed;inset:0}@keyframes replay-fade-in{0%{opacity:0}to{opacity:1}}.replay-modal{background:#0f172a;border-radius:14px;flex-direction:column;width:min(1280px,100%);max-height:95vh;animation:.22s replay-slide-up;display:flex;overflow:hidden;box-shadow:0 30px 80px #000000a6}@keyframes replay-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.replay-modal-header{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);align-items:center;gap:1rem;padding:.85rem 1.1rem;display:flex}.replay-modal-title{white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.05rem;font-weight:700;overflow:hidden}.replay-modal-close{color:#fff;cursor:pointer;background:#ffffff2e;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .15s;display:flex}.replay-modal-close:hover{background:#ffffff52}.replay-modal-iframe-wrap{aspect-ratio:16/9;background:#000;flex:1;max-height:calc(95vh - 80px)}.replay-modal-iframe{border:0;width:100%;height:100%;display:block}.replay-modal-description{color:#cbd5e1;background:#1e293b;margin:0;padding:.75rem 1.1rem 1rem;font-size:.88rem;line-height:1.55}@media (width<=640px){.replay-modal-overlay{padding:0}.replay-modal{border-radius:0;height:100vh;max-height:100vh}.replay-modal-iframe-wrap{aspect-ratio:unset;flex:1}}.lesson-page{background:var(--bg-primary,#d9d2c5);height:calc(100vh - 60px);color:var(--text-primary,#1a1714);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow:hidden}.lesson-page ::-webkit-scrollbar{display:none}.lesson-page *{scrollbar-width:none;-ms-overflow-style:none}.lesson-sidebar{background:var(--bg-secondary,#e8e2d8);border-right:1px solid #00000017;flex-direction:column;width:clamp(220px,22vw,300px);min-width:0;transition:transform .3s;display:flex;overflow-y:auto}.sidebar-header{border-bottom:1px solid #00000017;padding:1rem 1rem .75rem}.sidebar-back{color:var(--text-secondary,#5c5248);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;width:100%;padding:.4rem .5rem;font-size:.82rem;transition:all .2s;display:flex}.sidebar-back:hover{color:#10b981;background:#10b98114}.sidebar-progress{margin-top:.65rem}.sidebar-progress-label{color:var(--text-secondary,#5c5248);margin-bottom:.3rem;font-size:.72rem}.sidebar-progress-bar{background:#0000001a;border-radius:4px;height:3px;overflow:hidden}.sidebar-progress-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;height:100%;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.sidebar-modules{flex:1;padding:.5rem 0;overflow-y:auto}.sidebar-module{margin-bottom:.2rem}.sidebar-module-header{color:var(--text-secondary,#5c5248);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.72rem;font-weight:700;transition:color .2s;display:flex}.sidebar-module-header:hover{color:var(--text-primary,#1a1714)}.sidebar-module-header.active-module{color:#10b981}.sidebar-module-header.locked-module{opacity:.4;cursor:not-allowed}.sidebar-lesson-list{margin:0;padding:0;list-style:none}.sidebar-lesson-item{color:var(--text-secondary,#5c5248);cursor:pointer;border-left:2px solid #0000;align-items:flex-start;gap:.5rem;padding:.45rem .75rem .45rem 1.25rem;font-size:.8rem;line-height:1.35;transition:all .2s;display:flex}.sidebar-lesson-item:hover{color:var(--text-primary,#1a1714);background:#00000008}.sidebar-lesson-item.current-lesson{color:#10b981;background:#10b98114;border-left-color:#10b981;font-weight:500}.lesson-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:.3rem}.lesson-status-dot.done{background:#10b981;box-shadow:0 0 5px #10b98166}.lesson-status-dot.active{background:#3b82f6;animation:2s infinite pulse-dot;box-shadow:0 0 5px #3b82f666}.lesson-status-dot.todo{background:#0003}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.sidebar-overlay{z-index:49;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;display:none;position:fixed;inset:0}.lesson-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.lesson-topbar{background:var(--bg-secondary,#e8e2d8);border-bottom:1px solid #00000017;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1.75rem;display:flex}.topbar-menu-btn{color:var(--text-secondary,#5c5248);cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:6px;flex-shrink:0;padding:.4rem .55rem;font-size:1rem;transition:all .2s;display:none}.topbar-menu-btn:hover{color:#10b981;background:#10b98114;border-color:#10b981}.lesson-topbar-left{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.lesson-topbar-breadcrumb{color:var(--text-secondary,#5c5248);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.lesson-topbar-breadcrumb span{color:var(--text-primary,#1a1714);font-weight:500}.lesson-topbar-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.page-indicator{color:var(--text-secondary,#5c5248);white-space:nowrap;background:#00000012;border-radius:20px;padding:.25rem .65rem;font-size:.78rem}.topbar-progress-bar{background:#0000001a;border-radius:4px;width:100px;height:4px;overflow:hidden}.topbar-progress-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;height:100%;transition:width .5s cubic-bezier(.34,1.56,.64,1)}.lesson-content-area{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow-y:auto}.lesson-content-inner{flex-direction:column;flex:1;justify-content:flex-start;width:100%;max-width:860px;min-height:0;margin:0 auto;padding:2rem 3.5rem;display:flex}.lesson-content-inner.scrollable{justify-content:flex-start;padding-bottom:1.5rem;overflow-y:auto}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInContent{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.slide-in-right{animation:.28s cubic-bezier(.22,1,.36,1) slideInRight}.slide-in-left{animation:.28s cubic-bezier(.22,1,.36,1) slideInLeft}.fade-in{animation:.3s fadeInContent}.lesson-page-title{color:var(--text-primary,#1a1714);margin-bottom:1.25rem;font-size:1.75rem;font-weight:700;line-height:1.25}.lesson-section-content{color:#3a3228;font-size:1.1rem;line-height:1.9}.lesson-section-content h1,.lesson-section-content h2{color:var(--text-primary,#1a1714);margin-top:1.5rem;margin-bottom:.65rem;font-size:1.4rem;font-weight:700}.lesson-section-content h3{color:var(--text-primary,#1a1714);margin-top:1.2rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.lesson-section-content h4{color:#10b981;margin-top:1rem;margin-bottom:.4rem;font-size:1rem;font-weight:600}.lesson-section-content p{margin-bottom:1rem}.lesson-section-content strong{color:var(--text-primary,#1a1714);font-weight:600}.lesson-section-content ul,.lesson-section-content ol{margin:.75rem 0 1rem 1.5rem}.lesson-section-content li{margin-bottom:.4rem}.lesson-section-content hr{border:none;border-top:1px solid #0000001a;margin:1.5rem 0}.lesson-section-content table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}.lesson-section-content th,.lesson-section-content td{text-align:left;border-bottom:1px solid #0000001a;padding:.6rem .8rem}.lesson-section-content th{color:#10b981;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.lesson-bottom-nav{background:var(--bg-secondary,#e8e2d8);border-top:1px solid #00000017;flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1.75rem;display:flex}.nav-btn{color:var(--text-primary,#1a1714);cursor:pointer;white-space:nowrap;background:#0000000a;border:1px solid #0000001f;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.88rem;transition:all .2s;display:flex}.nav-btn:hover:not(:disabled){color:#10b981;background:#10b9811f;border-color:#10b981}.nav-btn:disabled{opacity:.25;cursor:not-allowed}.nav-btn.primary{color:#fff;background:#10b981;border-color:#10b981;font-weight:600;box-shadow:0 2px 12px #10b9814d}.nav-btn.primary:hover:not(:disabled){color:#fff;background:#059669;border-color:#059669;transform:translateY(-1px);box-shadow:0 4px 18px #10b98166}.nav-btn.primary:active:not(:disabled){transform:translateY(0)}.nav-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;max-width:200px;display:flex}.nav-dot{cursor:pointer;background:#0000002e;border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.nav-dot:hover{background:#0000004d;transform:scale(1.3)}.nav-dot.active{background:#10b981;border-radius:4px;width:18px}.nav-dot.visited{background:#10b98166}.quiz-question-card{background:var(--bg-secondary,#e8e2d8);border:1px solid #00000017;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem;transition:border-color .3s}.quiz-question-card.revealed-correct{border-color:#10b9814d}.quiz-question-card.revealed-wrong{border-color:#ef444433}.quiz-question-num{color:#10b981;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.72rem;font-weight:700}.quiz-question-text{color:var(--text-primary,#1a1714);white-space:pre-wrap;margin-bottom:.9rem;font-size:1.05rem;font-weight:500;line-height:1.5}.quiz-options-list{flex-direction:column;gap:.45rem;display:flex}.quiz-opt-btn{cursor:pointer;color:#3a3228;text-align:left;background:#00000008;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.65rem;width:100%;padding:.65rem .9rem;font-size:.92rem;transition:all .2s;display:flex}.quiz-opt-btn:hover:not(:disabled){color:var(--text-primary,#1a1714);background:#0000000f;border-color:#0000002e;transform:translate(2px)}.quiz-opt-btn.selected{color:var(--text-primary,#1a1714);background:#3b82f61a;border-color:#3b82f6}.quiz-opt-btn.correct{color:#34d399;background:#10b9811f;border-color:#10b981;animation:.4s cubic-bezier(.34,1.56,.64,1) correctPop}.quiz-opt-btn.wrong{color:#fca5a5;background:#ef444414;border-color:#ef4444;animation:.4s wrongShake}.quiz-opt-btn:disabled{cursor:default}@keyframes correctPop{0%{transform:scale(1)}50%{transform:scale(1.025)}to{transform:scale(1)}}@keyframes wrongShake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}60%{transform:translate(5px)}80%{transform:translate(-3px)}}.quiz-opt-letter{background:#00000014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;font-size:.78rem;font-weight:700;display:flex}.quiz-feedback{border-radius:8px;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.9rem;line-height:1.5;animation:.3s fadeInContent;display:flex}.quiz-feedback.correct-fb{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.quiz-feedback.wrong-fb{color:#fca5a5;background:#ef444414;border:1px solid #ef444426}.quiz-feedback-icon{flex-shrink:0;font-size:1.1rem;line-height:1.4}.quiz-feedback-text{flex:1}.quiz-feedback-text strong{margin-bottom:.15rem;display:block}.quiz-already-passed{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 2rem;animation:.4s fadeInContent;display:flex}.quiz-passed-icon{margin-bottom:.5rem;font-size:3.5rem;line-height:1}.quiz-already-passed h2{color:#10b981;margin:0;font-size:1.4rem;font-weight:700}.quiz-already-passed p{color:var(--text-secondary,#5c5248);max-width:360px;margin:0;font-size:.9rem}.quiz-score-banner{text-align:center;background:var(--bg-secondary,#e8e2d8);border:1px solid #00000017;border-radius:16px;margin-top:2rem;padding:1.5rem;animation:.4s fadeInContent}.quiz-score-value{margin-bottom:.25rem;font-size:3rem;font-weight:800;line-height:1}.quiz-score-value.passing{color:#10b981}.quiz-score-value.failing{color:#f59e0b}.quiz-score-label{color:var(--text-secondary,#5c5248);margin-bottom:1.25rem;font-size:.85rem}.xp-pop{pointer-events:none;z-index:999;color:#10b981;text-shadow:0 0 20px #10b981b3;white-space:nowrap;font-size:1.5rem;font-weight:800;animation:1.8s cubic-bezier(.22,1,.36,1) forwards xpFloat;position:fixed}@keyframes xpFloat{0%{opacity:1;transform:translateY(0)scale(.8)}20%{opacity:1;transform:translateY(-10px)scale(1.1)}80%{opacity:.8;transform:translateY(-60px)scale(1)}to{opacity:0;transform:translateY(-90px)scale(.9)}}.completion-wrap{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1rem;animation:.5s fadeInContent;display:flex}.completion-icon{margin-bottom:.75rem;font-size:4.5rem;animation:.6s cubic-bezier(.34,1.56,.64,1) completionBounce}@keyframes completionBounce{0%{transform:scale(0)}60%{transform:scale(1.15)}to{transform:scale(1)}}.completion-title{color:var(--text-primary,#1a1714);margin-bottom:.35rem;font-size:1.8rem;font-weight:700}.completion-xp-badge{color:#34d399;background:#10b9811f;border:1px solid #10b9814d;border-radius:999px;align-items:center;gap:.4rem;margin:.75rem 0 1.5rem;padding:.45rem 1.1rem;font-size:1.15rem;font-weight:700;animation:.5s cubic-bezier(.34,1.56,.64,1) .2s both xpBadgeIn;display:inline-flex}@keyframes xpBadgeIn{0%{opacity:0;transform:scale(.7)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.completion-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}@media (width<=768px){.lesson-page{flex-direction:column;height:calc(100vh - 60px)}.lesson-sidebar{z-index:50;width:min(280px,80vw);min-width:unset;position:fixed;top:60px;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000080}.lesson-sidebar.mobile-open{transform:translate(0)}.sidebar-overlay.visible{display:block}.topbar-menu-btn{display:flex}.lesson-main{flex-direction:column;height:100%;display:flex}.lesson-topbar{gap:.4rem;padding:.5rem .75rem}.lesson-topbar-breadcrumb{font-size:.7rem}.topbar-progress-bar{width:60px}.page-indicator{padding:.2rem .5rem;font-size:.72rem}.lesson-content-inner{justify-content:flex-start;padding:1.25rem 1rem}.lesson-content-area{flex:1;min-height:0;overflow:hidden}.lesson-content-inner,.lesson-content-inner.scrollable{justify-content:flex-start;overflow-y:auto}.lesson-page-title{font-size:1.3rem}.lesson-section-content{font-size:1rem}.lesson-bottom-nav{flex-shrink:0;padding:.6rem .75rem}.nav-btn span.btn-text{display:none}.nav-btn{padding:.5rem .75rem;font-size:.85rem}.nav-dots{gap:4px;max-width:140px}.nav-dot{width:6px;height:6px}.nav-dot.active{width:14px}.quiz-question-card{padding:1rem}.quiz-question-text{font-size:.95rem}.quiz-opt-btn{padding:.55rem .75rem;font-size:.85rem}.completion-title{font-size:1.4rem}.completion-icon{font-size:3.5rem}.lesson-section-content .stat-card{flex-direction:column;gap:.5rem;padding:1rem}.lesson-section-content .stat-divider{transform:rotate(90deg)}.lesson-section-content .stat-value{font-size:1.1rem}.lesson-section-content .callout{font-size:.88rem}.lesson-section-content figure.lesson-image{border-radius:10px}.lesson-section-content figure.lesson-image img{max-height:260px}}.lesson-section-content figure.lesson-image{background:#00000008;border:1px solid #ffffff14;border-radius:14px;margin:1.75rem 0;overflow:hidden;box-shadow:0 4px 24px #0000004d}.lesson-section-content figure.lesson-image img{object-fit:cover;width:100%;height:auto;max-height:420px;display:block}.lesson-section-content figure.lesson-image figcaption{color:#8c8076;text-align:center;border-top:1px solid #00000014;padding:.55rem 1rem;font-size:.78rem;font-style:italic}.lesson-section-content .callout{border-left:3px solid;border-radius:10px;margin:1.1rem 0;padding:.9rem 1.15rem;font-size:.95rem;line-height:1.65}.lesson-section-content .callout-info{color:#93c5fd;background:#3b82f614;border-color:#3b82f6}.lesson-section-content .callout-warn{color:#fcd34d;background:#f59e0b14;border-color:#f59e0b}.lesson-section-content .callout-success{color:#6ee7b7;background:#10b98114;border-color:#10b981}.lesson-section-content .stat-card{background:#00000008;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:1rem;margin:1.75rem 0;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 16px #0003}.lesson-section-content .stat-col{text-align:center;border-radius:12px;flex:1;padding:.85rem 1rem}.lesson-section-content .stat-before{background:#ef444414;border:1px solid #ef444433}.lesson-section-content .stat-after{background:#10b98114;border:1px solid #10b98133}.lesson-section-content .stat-label{text-transform:uppercase;letter-spacing:.07em;margin-bottom:.4rem;font-size:.68rem;font-weight:700}.lesson-section-content .stat-before .stat-label{color:#f87171}.lesson-section-content .stat-after .stat-label{color:#34d399}.lesson-section-content .stat-value{color:var(--text-primary,#1a1714);font-size:1.35rem;font-weight:800;line-height:1.2}.lesson-section-content .stat-divider{color:#10b981;opacity:.7;flex-shrink:0;font-size:1.4rem;font-weight:700}@media (width>=1280px){.lesson-content-inner{max-width:920px;padding:2rem 4rem}.lesson-page-title{font-size:2rem}.lesson-section-content{font-size:1.15rem;line-height:2}}.nb-root{align-items:center;display:flex;position:relative}.nb-btn{cursor:pointer;color:#64748b;background:#ffffffb3;border:1px solid #00000014;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .15s,border-color .15s,transform .1s;display:flex;position:relative}.nb-btn:hover{color:#6366f1;background:#6366f114;border-color:#6366f140;transform:scale(1.05)}.nb-btn--has-unread{color:#6366f1;background:#6366f112;border-color:#6366f159}.nb-bell-icon{width:18px;height:18px;display:block}.nb-badge{color:#fff;text-align:center;pointer-events:none;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #fff;border-radius:9px;min-width:18px;height:18px;padding:0 4px;font-size:.62rem;font-weight:800;line-height:18px;animation:.2s nb-pop-in;position:absolute;top:-4px;right:-4px;box-shadow:0 1px 4px #ef444466}@keyframes nb-pop-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.nb-panel{z-index:9999;background:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:column;width:360px;max-width:calc(100vw - 24px);animation:.14s nb-panel-in;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 12px 40px #00000029,0 2px 8px #00000012}@keyframes nb-panel-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.nb-header{background:#fafafa;border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.nb-header-title{color:#0f172a;flex:1;font-size:.88rem;font-weight:700}.nb-header-actions{align-items:center;gap:.4rem;display:flex}.nb-mark-all{color:#6366f1;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:3px 7px;font-size:.72rem;font-weight:600;transition:background .12s}.nb-mark-all:hover{background:#6366f11a}.nb-close-btn{cursor:pointer;color:#64748b;background:#0000000f;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:.75rem;transition:background .1s;display:flex}.nb-close-btn:hover{color:#ef4444;background:#ef44441a}.nb-list{scrollbar-width:thin;scrollbar-color:#6366f126 transparent;max-height:380px;overflow-y:auto}.nb-empty{color:#94a3b8;text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;font-size:.83rem;display:flex}.nb-empty-icon{font-size:1.8rem;line-height:1}.nb-item{cursor:default;border-bottom:1px solid #0000000d;align-items:flex-start;gap:.7rem;padding:.85rem 1rem;transition:background .12s;display:flex;position:relative}.nb-item:last-child{border-bottom:none}.nb-item--unread{background:#6366f10a}.nb-item--clickable{cursor:pointer}.nb-item--clickable:hover{background:#6366f112}.nb-item-icon{flex-shrink:0;margin-top:2px;font-size:1.2rem;line-height:1}.nb-item-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.nb-item-title{color:#0f172a;word-break:break-word;margin:0;font-size:.82rem;font-weight:600;line-height:1.4}.nb-item-body-text{color:#64748b;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:.76rem;line-height:1.4;display:-webkit-box;overflow:hidden}.nb-item-time{color:#94a3b8;margin-top:2px;font-size:.68rem}.nb-item-dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:7px;height:7px;position:absolute;top:50%;right:36px;transform:translateY(-50%)}.nb-item-delete{cursor:pointer;color:#cbd5e1;opacity:0;background:0 0;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;padding:0;font-size:.68rem;transition:opacity .1s,background .1s;display:flex}.nb-item:hover .nb-item-delete{opacity:1}.nb-item-delete:hover{color:#ef4444;background:#ef44441a}.nb-footer{background:#fafafa;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 1rem;display:flex}.nb-load-more{color:#6366f1;cursor:pointer;background:0 0;border:0;padding:.2rem 0;font-size:.7rem;font-weight:700}.nb-load-more:disabled{color:#94a3b8;cursor:wait}.nb-footer-count{color:#cbd5e1;letter-spacing:.03em;text-transform:uppercase;font-size:.68rem}@media (width<=480px){.nb-panel{width:calc(100vw - 16px);right:-16px}}.navigation{z-index:300;background:#0f0c29;border-bottom:1px solid #6366f12e;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 16px #0f0c2966}.nav-content{justify-content:space-between;align-items:center;gap:1rem;height:64px;padding:0 1.25rem;display:flex}.nav-logo{color:#fff;white-space:nowrap;z-index:1;flex-shrink:0;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.logo-icon{font-size:1.4rem}.logo-text{display:inline}.nav-links{flex:1;justify-content:center;align-items:center;gap:.15rem;display:flex}.nav-link{color:#ffffffb8;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{color:#fff;background:#ffffff17}.nav-link.active,.nav-link[aria-current=page]{color:#fff;background:#ffffff2e;box-shadow:inset 0 -2px #ffffff8c}.nav-link--jade{background:#6366f133;border:1px solid #6366f159;border-radius:8px;color:#c7d2fe!important}.nav-link--jade:hover{background:#6366f14d;color:#e0e7ff!important}.nav-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.nav-social{align-items:center;gap:.1rem;display:flex}.nav-social-link{color:#ffffff8c;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:color .15s,background .15s;display:flex}.nav-social-link:hover{color:#fff;background:#ffffff17}.nav-guest-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.nav-guest-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;padding:.45rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.nav-guest-btn--ghost{color:#ffffffbf;background:0 0;border:1px solid #fff3}.nav-guest-btn--ghost:hover{color:#fff;background:#ffffff14;border-color:#ffffff59}.nav-guest-btn--primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 2px 8px #6366f159}.nav-guest-btn--primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 12px #6366f173}.nav-user{flex-shrink:0;position:relative}.avatar-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:0;transition:box-shadow .15s;display:flex}.avatar-btn:hover .user-avatar,.avatar-btn:focus .user-avatar{box-shadow:0 0 0 3px #6366f166}.user-avatar{color:#fff;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:700;transition:box-shadow .15s;display:flex;overflow:hidden}.user-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.user-avatar-initial{justify-content:center;align-items:center;width:100%;height:100%;font-size:.95rem;font-weight:700;display:flex}.user-dropdown{background:var(--surface);z-index:400;border:1px solid #0000001a;border-radius:12px;min-width:clamp(200px,28vw,280px);animation:.15s dropdownIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 4px 20px #0000001f}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.dropdown-header{align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.dropdown-initial{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:700;display:flex;overflow:hidden}.dropdown-info{flex-direction:column;min-width:0;display:flex}.dropdown-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.dropdown-email{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.dropdown-divider{background:var(--border);height:1px;margin:0}.dropdown-item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s;display:flex}.dropdown-item:hover{background:var(--surface-light)}.dropdown-item-icon{flex-shrink:0;font-size:1rem}.dropdown-item-danger{color:#f87171}.dropdown-item-danger:hover{background:#dc262614}.dropdown-item-admin{color:#4338ca;font-weight:600}.dropdown-item-admin:hover{color:#3730a3;background:#4338ca1a}.nav-mobile-right{flex-shrink:0;align-items:center;gap:.6rem;display:none}.nav-mobile-cta{padding:.4rem .85rem;font-size:.82rem}.nav-hamburger-btn{cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .15s;display:flex}.nav-hamburger-btn:hover{background:#ffffff24}.hamburger{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:20px;height:14px;display:flex;position:relative}.hamburger span{transform-origin:50%;background:#ffffffe6;border-radius:2px;width:20px;height:2px;transition:all .25s;display:block}.hamburger.open span:first-child{transform:translateY(6px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav-drawer{z-index:250;opacity:0;background:#0f0c29;border-bottom:1px solid #6366f133;max-height:calc(100vh - 64px);padding:.5rem 1.25rem 1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;display:none;position:fixed;top:64px;left:0;right:0;overflow-y:auto;transform:translateY(-105%);box-shadow:0 8px 24px #00000080}.nav-drawer.open{opacity:1;transform:translateY(0)}.nav-drawer-divider{background:#ffffff14;height:1px;margin:.5rem 0}.nav-drawer-user{align-items:center;gap:.75rem;padding:.85rem 0 .5rem;display:flex}.nav-drawer-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex;overflow:hidden}.nav-drawer-name{color:#fff;font-size:.92rem;font-weight:600;line-height:1.2}.nav-drawer-email{color:#ffffff73;margin-top:.1rem;font-size:.73rem}.nav-drawer-links{flex-direction:column;padding:.25rem 0;display:flex}.nav-drawer-link{color:#ffffffbf;border-radius:8px;align-items:center;gap:.6rem;padding:.7rem .5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.nav-drawer-link:hover,.nav-drawer-link.active{color:#fff;background:#ffffff14}.nav-drawer-jade{background:#6366f11f;margin:.1rem 0;color:#c7d2fe!important}.nav-drawer-jade:hover{background:#6366f138!important}.nav-drawer-admin{font-weight:600;color:#a5b4fc!important}.nav-drawer-actions{flex-direction:column;gap:.5rem;padding:.25rem 0 .5rem;display:flex}.nav-drawer-btn{cursor:pointer;text-align:center;border:none;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .15s}.nav-drawer-btn--ghost{color:#fffc;background:#ffffff12;border:1px solid #ffffff26}.nav-drawer-btn--ghost:hover{background:#ffffff1f}.nav-drawer-btn--primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 2px 8px #6366f159}.nav-drawer-btn--primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.nav-drawer-btn--danger{color:#fca5a5;background:#ef44441f;border:1px solid #ef444433}.nav-drawer-btn--danger:hover{background:#ef444433}.nav-drawer-social{gap:.75rem;padding:.5rem 0 .25rem;display:flex}.nav-drawer-social-link{color:#ffffff73;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .5rem;font-size:.8rem;text-decoration:none;transition:color .15s,background .15s;display:flex}.nav-drawer-social-link:hover{color:#fffc;background:#ffffff0f}.nav-overlay{z-index:240;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;position:fixed;inset:64px 0 0}.user-avatar--mobile{pointer-events:none;width:34px;height:34px;font-size:.88rem}@media (width<=768px){.nav-desktop-only{display:none!important}.nav-mobile-right{display:flex}.nav-drawer{display:block}.nav-content{gap:.5rem;padding:0 1rem}.logo-text{font-size:.9rem}}@media (width<=480px){.logo-text{font-size:.82rem}.nav-mobile-cta{display:none}}.rc-root{flex-direction:column;gap:.4rem;display:flex}.rc-card{background:#fff;border:1.5px solid #0000001a;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:visible;box-shadow:0 2px 8px #0000000f}.rc-card:focus-within{border-color:#6366f166;box-shadow:0 0 0 3px #6366f114,0 2px 8px #0000000f}.rc-toolbar{background:#fafafa;border-bottom:1px solid #0000000f;border-radius:12px 12px 0 0;padding:.4rem .6rem .35rem;overflow:visible}.rc-toolbar-row{flex-wrap:wrap;align-items:center;gap:2px;display:flex;overflow:visible}.rc-btn-group{background:#0000000a;border-radius:8px;align-items:center;gap:1px;padding:2px;display:inline-flex}.rc-btn{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 .35rem;font-family:inherit;font-size:.8rem;line-height:1;transition:background .12s,color .12s,transform 80ms;display:inline-flex}.rc-btn:hover:not(:disabled){color:#4f46e5;background:#6366f11a;transform:scale(1.05)}.rc-btn.active{color:#fff;background:#6366f1}.rc-btn.active:hover{background:#4f46e5}.rc-btn:disabled{opacity:.3;cursor:not-allowed}.rc-emoji-trigger{font-size:1.05rem}.rc-sep{background:#00000014;flex-shrink:0;width:1px;height:20px;margin:0 4px}.rc-select{color:#475569;cursor:pointer;background:#0000000a;border:1px solid #0000001a;border-radius:7px;outline:none;flex-shrink:0;height:30px;padding:0 .5rem;font-family:inherit;font-size:.76rem;transition:border-color .15s,background .15s}.rc-select:hover,.rc-select:focus{color:#4f46e5;background:#6366f10f;border-color:#6366f166}.rc-color-btn{flex-direction:column;gap:2px;min-width:30px;height:30px}.rc-color-a{color:#0f172a;font-size:.85rem;font-weight:800;line-height:1}.rc-color-ab{color:#0f172a;background:#fef9c3;border-radius:2px;padding:0 2px;font-size:.74rem;font-weight:700;line-height:1}.rc-color-bar{border-radius:2px;flex-shrink:0;width:18px;height:3px}.rc-popover-wrap{position:relative}.rc-popover{z-index:9999;background:#fff;border:1px solid #0000001a;border-radius:10px;padding:.45rem;animation:.1s rc-pop;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 6px 20px #0000001f}@keyframes rc-pop{0%{opacity:0;transform:translateY(-3px)scale(.97)}to{opacity:1;transform:none}}.rc-color-grid{grid-template-columns:repeat(7,22px);gap:4px;min-width:180px;display:grid}.rc-swatch{cursor:pointer;border:1px solid #0000001a;border-radius:4px;width:22px;height:22px;padding:0;transition:transform .1s}.rc-swatch:hover{transform:scale(1.2);box-shadow:0 2px 6px #00000026}.rc-swatch-clear{font-size:0;background:linear-gradient(135deg,#fff 49%,#e11d48 49% 51%,#fff 51%)!important}.rc-link-popover{flex-direction:column;gap:.35rem;min-width:260px;padding:.75rem;display:flex}.rc-link-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.7rem;font-weight:600}.rc-link-input{box-sizing:border-box;color:#0f172a;border:1px solid #0000001f;border-radius:6px;outline:none;width:100%;padding:.38rem .55rem;font-family:inherit;font-size:.85rem;transition:border-color .15s}.rc-link-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11f}.rc-link-actions{gap:.4rem;margin-top:.2rem;display:flex}.rc-link-apply{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;flex:1;padding:.38rem .6rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .15s}.rc-link-apply:hover{background:#4f46e5}.rc-link-remove{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:.38rem .6rem;font-family:inherit;font-size:.78rem;transition:background .15s}.rc-link-remove:hover{background:#fef2f2}.rc-emoji-grid{scrollbar-width:thin;grid-template-columns:repeat(10,32px);gap:3px;min-width:350px;max-height:280px;padding:.25rem;display:grid;overflow-y:auto}.rc-emoji-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.1rem;transition:background .1s,transform .1s;display:flex}.rc-emoji-btn:hover{background:#6366f11a;transform:scale(1.2)}.ProseMirror{color:#0f172a;word-break:break-word;outline:none;min-height:80px;max-height:260px;padding:.6rem .85rem;font-family:inherit;font-size:.88rem;line-height:1.65;overflow-y:auto}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;float:left;height:0}.ProseMirror p{margin:0 0 .3em}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror h1{margin:.3em 0 .15em;font-size:1.4rem;font-weight:700}.ProseMirror h2{margin:.3em 0 .15em;font-size:1.15rem;font-weight:700}.ProseMirror h3{margin:.3em 0 .15em;font-size:1rem;font-weight:700}.ProseMirror ul,.ProseMirror ol{margin:.2em 0;padding-left:1.5em}.ProseMirror ul ul,.ProseMirror ol ol,.ProseMirror ul ol,.ProseMirror ol ul{margin:0;padding-left:1.5em}.ProseMirror li{margin:.1em 0}.ProseMirror li>p{margin:0;margin-left:0!important}.ProseMirror ul{list-style-type:disc}.ProseMirror ul ul{list-style-type:circle}.ProseMirror ul ul ul{list-style-type:square}.ProseMirror ol{list-style-type:decimal}.ProseMirror ol ol{list-style-type:lower-alpha}.ProseMirror a{color:#6366f1;cursor:pointer;text-decoration:underline}.ProseMirror code{background:#00000012;border-radius:3px;padding:.1em .3em;font-size:.85em}.ProseMirror pre{background:#0000000f;border-radius:6px;padding:.6em .85em;overflow-x:auto}.ProseMirror blockquote{color:#64748b;border-left:3px solid #6366f166;margin:.4em 0;padding-left:.75em}.rc-footer{border-top:1px solid #00000012;justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem .65rem .5rem;display:flex}.rc-footer-left{align-items:center;gap:4px;display:flex}.rc-attach-btn{color:#475569;cursor:pointer;background:#00000008;border:1px solid #00000017;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .15s;display:inline-flex}.rc-attach-btn:hover:not(:disabled){color:#4f46e5;background:#6366f114}.rc-attach-btn:disabled{opacity:.35;cursor:not-allowed}.rc-hint{color:#94a3b8;white-space:nowrap;margin-left:6px;font-size:.67rem}.rc-send-btn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border:none;border-radius:10px;height:36px;padding:0 1.2rem;font-family:inherit;font-size:.84rem;font-weight:700;transition:opacity .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 8px #6366f14d}.rc-send-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}.rc-send-btn:active:not(:disabled){transform:translateY(0)}.rc-send-btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.rc-pending-img{display:inline-block;position:relative}.rc-pending-thumb{object-fit:cover;border:1px solid #00000014;border-radius:8px;height:60px;display:block}.rc-remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.6rem;display:flex;position:absolute;top:-6px;right:-6px}.rc-pending-file{color:#475569;background:#0000000a;border:1px solid #00000017;border-radius:8px;align-items:center;gap:6px;padding:.3rem .65rem;font-size:.8rem;display:inline-flex}.rc-file-name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.rc-remove-btn-inline{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1}.rc-remove-btn-inline:hover{color:#ef4444}@media (width<=600px){.rc-emoji-grid{grid-template-columns:repeat(7,28px);min-width:210px}.rc-hint{display:none}}.rc-btn{position:relative;overflow:visible}.rc-tt{color:#f1f5f9;white-space:nowrap;pointer-events:none;opacity:0;z-index:10000;letter-spacing:.01em;background:#1e293b;border-radius:7px;padding:4px 9px;font-size:.67rem;font-weight:500;line-height:1.3;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 14px #00000047}.rc-tt:after{content:"";border:4px solid #0000;border-top-color:#1e293b;position:absolute;top:100%;left:50%;transform:translate(-50%)}.rc-btn:hover:not(:disabled) .rc-tt{opacity:1;transform:translate(-50%)translateY(0)}.rc-btn:disabled .rc-tt{display:none}.rc-gif-btn{color:#6366f1;letter-spacing:-.03em;background:#6366f112;border-color:#6366f133;min-width:34px;font-size:.72rem;font-weight:800}.rc-gif-btn:hover:not(:disabled){color:#4f46e5;background:#6366f124}.rc-pending-gif{display:inline-block;position:relative}.rc-pending-gif-thumb{object-fit:cover;border:1.5px solid #6366f140;border-radius:10px;max-width:220px;height:80px;display:block}.rc-gif-overlay{z-index:9990;background:0 0;position:fixed;inset:0}.rc-gif-picker{z-index:9991;background:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:column;width:340px;animation:.12s rc-pop;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000002e,0 2px 8px #00000014}.rc-gif-header{background:#fafafa;border-bottom:1px solid #00000012;align-items:center;gap:.4rem;padding:.55rem .6rem;display:flex}.rc-gif-search{color:#0f172a;background:#fff;border:1px solid #0000001a;border-radius:8px;outline:none;flex:1;padding:.4rem .65rem;font-family:inherit;font-size:.82rem;transition:border-color .15s}.rc-gif-search:focus{border-color:#6366f173}.rc-gif-close-btn{cursor:pointer;color:#64748b;background:#0000000f;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:.8rem;transition:background .1s;display:flex}.rc-gif-close-btn:hover{color:#ef4444;background:#ef44441a}.rc-gif-grid{scrollbar-width:thin;scrollbar-color:#6366f126 transparent;grid-template-columns:repeat(2,1fr);gap:3px;max-height:360px;padding:4px;display:grid;overflow-y:auto}.rc-gif-item-wrap{border-radius:8px;position:relative;overflow:visible}.rc-gif-item-wrap[data-title]:hover:after{content:attr(data-title);white-space:nowrap;text-overflow:ellipsis;color:#f8fafc;pointer-events:none;z-index:9999;background:#0f172ae0;border-radius:5px;max-width:200px;padding:3px 7px;font-family:inherit;font-size:.68rem;line-height:1.3;animation:.1s rc-tooltip-in;position:absolute;bottom:calc(100% + 6px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 2px 8px #00000038}@keyframes rc-tooltip-in{0%{opacity:0;transform:translate(-50%)translateY(3px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.rc-gif-item{aspect-ratio:4/3;object-fit:cover;cursor:pointer;background:#0000000a;border-radius:8px;width:100%;transition:transform .12s,opacity .12s;display:block}.rc-gif-item-wrap:hover .rc-gif-item{opacity:.88;transform:scale(1.04)}.rc-gif-empty{text-align:center;color:#94a3b8;grid-column:1/-1;padding:2rem;font-size:.82rem}.rc-gif-footer-brand{text-align:center;color:#cbd5e1;letter-spacing:.04em;text-transform:uppercase;background:#fafafa;border-top:1px solid #0000000f;padding:.3rem;font-size:.6rem}.rc-gif-no-key{text-align:center;color:#64748b;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;font-size:.8rem;line-height:1.5;display:flex}.rc-gif-no-key span:first-child{font-size:1.5rem}.rc-gif-no-key code{color:#6366f1;background:#6366f114;border-radius:4px;padding:1px 5px;font-size:.75rem}.rc-gif-key-link{color:#6366f1;font-size:.78rem;font-weight:600;text-decoration:none}.rc-gif-key-link:hover{text-decoration:underline}.comm-page{color:#0f172a;background:#f0f4ff;flex-direction:column;height:calc(100vh - 64px);display:flex;overflow:hidden}.comm-layout{flex:1;display:flex;overflow:hidden}.comm-sidebar{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;background:#1c1852;border-right:1px solid #6366f12e;flex-direction:column;flex-shrink:0;width:clamp(220px,22vw,300px);display:flex;overflow-y:auto}.comm-sidebar::-webkit-scrollbar{width:4px}.comm-sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.comm-sidebar-header{background:linear-gradient(135deg,#6366f12e 0%,#0000 100%);border-bottom:1px solid #ffffff12;padding:.85rem 1.25rem .7rem}.comm-sidebar-title{color:#fff;letter-spacing:-.01em;margin:0 0 .25rem;font-size:.95rem;font-weight:800}.comm-sidebar-sub{color:#ffffff73;margin:0;font-size:.72rem}.comm-member-count{color:#6ee7b7;letter-spacing:.01em;background:#6ee7b71a;border:1px solid #6ee7b740;border-radius:99px;align-items:center;gap:.35rem;margin-top:.55rem;padding:.2rem .6rem;font-size:.68rem;font-weight:600;display:inline-flex}.comm-member-dot{background:#6ee7b7;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite comm-pulse;box-shadow:0 0 6px #6ee7b7}@keyframes comm-pulse{0%,to{opacity:1}50%{opacity:.4}}.comm-nav{flex-direction:column;flex:1;padding:.6rem 0;display:flex}.comm-nav-item{color:#fff9;cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:.6rem;width:100%;padding:.62rem 1.25rem;font-family:inherit;font-size:.855rem;font-weight:500;line-height:1.3;transition:color .15s,background .15s,border-color .15s;display:flex}.comm-nav-item:hover{color:#ffffffe0;background:#ffffff0d}.comm-nav-item.active{color:#fff;background:#ffffff1a;border-left-color:#6ee7b7;font-weight:600}.comm-nav-icon{flex-shrink:0;font-size:1rem}.comm-nav-label{flex:1}.comm-main{background:#f0f4ff;flex-direction:column;flex:1;display:flex;overflow-y:auto}.comm-content{flex:1;width:100%;padding:1.5rem 2.5rem 3rem}.comm-feed{flex-direction:column;gap:1rem;width:100%;padding:1.5rem 2.5rem 3rem;display:flex}.comm-post-card{background:#fff;border:1px solid #00000014;border-radius:14px;padding:1.1rem 1.25rem;transition:border-color .2s}.comm-post-card:hover{border-color:#00000017}.comm-post-target{box-shadow:0 0 0 3px #10b9811f;border-color:#10b981!important}.comm-post-header{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.comm-post-time{color:#94a3b8;font-size:.7rem}.comm-post-delete-btn{cursor:pointer;opacity:.45;background:0 0;border:none;padding:0 .2rem;font-size:.85rem;line-height:1;transition:opacity .2s}.comm-post-card:hover .comm-post-delete-btn{opacity:.75}.comm-post-delete-btn:hover{opacity:1!important}@media (hover:none){.comm-post-delete-btn{opacity:.7}}.comm-post-title{color:#0f172a;margin:0 0 .6rem;font-size:.95rem;font-weight:700;line-height:1.4}.comm-post-summary{color:#475569;word-break:break-word;overflow-wrap:anywhere;margin:0 0 .75rem;font-size:.85rem;line-height:1.65;overflow:hidden}.comm-post-summary a{color:#6366f1;word-break:break-all;text-decoration:underline}.comm-post-summary a:hover{color:#4f46e5}.comm-post-summary ul,.comm-post-summary ol{margin:.25em 0;padding-left:1.4em}.comm-post-summary li{margin:.1em 0}.comm-post-expanded{color:#3a3228;word-break:break-word;overflow-wrap:anywhere;background:#6366f112;border:1px solid #6366f124;border-radius:10px;margin-bottom:.75rem;padding:.9rem 1rem;font-size:.85rem;line-height:1.65;overflow:hidden}.comm-reactions{flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;display:flex}.comm-rx-btn{cursor:pointer;background:#0000000a;border:1.5px solid #0000;border-radius:99px;align-items:center;gap:.25rem;padding:.22rem .55rem;font-size:.88rem;line-height:1;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.comm-rx-btn:hover{background:#00000014;transform:scale(1.1)}.comm-rx-btn.active{background:#6366f11f;border-color:#6366f166}.comm-rx-btn:disabled{opacity:.7;cursor:default}.comm-rx-emoji{font-size:1rem}.comm-rx-count{color:#6366f1;min-width:1ch;font-size:.72rem;font-weight:700}.comm-rx-btn.active .comm-rx-count{color:#4f46e5}.comm-post-actions{flex-wrap:wrap;gap:.75rem;display:flex}.comm-action-btn{cursor:pointer;color:#818cf8;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:600;transition:color .2s}.comm-action-btn:hover{color:#a5b4fc}.comm-comments{border-top:1px solid #0000000f;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:.85rem;display:flex}.comm-comment{gap:.6rem;display:flex}.comm-comment-body{flex:1;min-width:0}.comm-comment-meta{align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.comm-comment-author{color:#0f172a;font-size:.78rem;font-weight:700}.comm-comment-time{color:#94a3b8;font-size:.68rem}.comm-comment-text{color:#475569;margin:0 0 .2rem;font-size:.85rem;line-height:1.5}.comm-reply{border-left:2px solid #00000014;gap:.5rem;margin-top:.5rem;padding-left:.5rem;display:flex}.comm-reply-compose{align-items:flex-end;gap:.4rem;margin-top:.4rem;display:flex}.comm-comment-compose{align-items:flex-end;gap:.6rem;margin-top:.4rem;display:flex}.comm-compose-inner{flex:1;align-items:flex-end;gap:.4rem;display:flex}.comm-avatar{color:#fff;letter-spacing:-.01em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:0 2px 8px #00000026}.comm-compose-input{box-sizing:border-box;color:#0f172a;resize:none;background:#0000000f;border:1px solid #00000017;border-radius:10px;width:100%;min-height:36px;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;line-height:1.5;transition:border-color .2s}.comm-compose-input::placeholder{color:#94a3b8}.comm-compose-input:focus{border-color:#10b98166;outline:none}.comm-send-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#00000014;border:1px solid #00000017;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:.3rem;min-width:34px;height:34px;padding:0 .85rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.comm-send-btn:hover:not(:disabled){color:#10b981;background:#10b98126;border-color:#10b981}.comm-send-btn:disabled{opacity:.3;cursor:not-allowed}.comm-send-btn.primary{color:#fff;background:#10b981;border-color:#10b981}.comm-send-btn.primary:hover:not(:disabled){background:#059669}.comm-reply-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:.18rem .4rem;font-family:inherit;font-size:.72rem;transition:all .15s}.comm-reply-btn:hover,.comm-reply-btn.active{color:#6366f1;background:#6366f114}.comm-chat{box-sizing:border-box;flex-direction:column;width:100%;height:calc(100vh - 64px - 2rem);min-height:400px;padding:1.5rem 2.5rem 0;display:flex}.comm-room-info{border-bottom:1px solid #00000014;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem 0 .9rem;display:flex}.comm-room-icon{font-size:1.5rem}.comm-room-name{color:#0f172a;font-size:1rem;font-weight:700}.comm-room-desc{color:#94a3b8;margin-top:.1rem;font-size:.78rem}.comm-messages{scrollbar-width:thin;scrollbar-color:#6366f126 transparent;background:linear-gradient(#eef2ff 0%,#f0f4ff 100%);flex-direction:column;flex:1;gap:.75rem;padding:1rem 1.25rem 1rem 1rem;display:flex;overflow-y:auto}.comm-messages::-webkit-scrollbar{width:4px}.comm-messages::-webkit-scrollbar-thumb{background:#6366f126;border-radius:4px}@keyframes comm-msg-pop{0%{opacity:0;transform:translateY(10px)scale(.97)}65%{opacity:1;transform:translateY(-1px)scale(1.005)}to{opacity:1;transform:translateY(0)scale(1)}}.comm-msg-wrap{align-items:flex-end;gap:.65rem;animation:.22s ease-out both comm-msg-pop;display:flex}.comm-msg-wrap.own{flex-direction:row-reverse}.comm-msg-body{flex-direction:column;max-width:65%;display:flex}.comm-msg-wrap.own .comm-msg-body{align-items:flex-end}.comm-msg-meta{align-items:center;gap:.45rem;margin-bottom:.25rem;display:flex}.comm-msg-author{color:#334155;font-size:.76rem;font-weight:700}.comm-msg-time{color:#94a3b8;font-size:.64rem}.comm-msg-time-own{color:#6366f18c;text-align:right;letter-spacing:.01em;margin-top:.2rem;padding-right:.15rem;font-size:.63rem}.comm-admin-badge{text-transform:uppercase;letter-spacing:.06em;color:#34d399;background:#10b98126;border:1px solid #10b98133;border-radius:4px;padding:.05rem .35rem;font-size:.6rem;font-weight:800}.comm-msg-bubble{color:#0f172a;word-break:break-word;overflow-wrap:anywhere;background:#fff;border:none;border-radius:4px 20px 20px;min-width:0;padding:.7rem 1.05rem;font-size:.9rem;line-height:1.6;position:relative;overflow:hidden;box-shadow:0 3px 12px #0000001a,0 1px 3px #0000000f}.comm-msg-bubble a{color:#6366f1;word-break:break-all;cursor:pointer;text-decoration:underline}.comm-msg-bubble a:hover{color:#4f46e5}.comm-msg-bubble ul,.comm-msg-bubble ol{margin:.25em 0;padding-left:1.6em}.comm-msg-bubble ul{list-style-type:disc}.comm-msg-bubble ul ul{list-style-type:circle}.comm-msg-bubble ol{list-style-type:decimal}.comm-msg-bubble li{margin:.1em 0}.comm-msg-bubble [style*=text-align]{width:100%;display:block}.comm-msg-bubble.own{color:#1e293b;background:linear-gradient(145deg,#f4f5f8 0%,#e8eaef 55%,#eef0f5 100%);border:1px solid #64748b2e;border-radius:20px 20px 4px;box-shadow:0 4px 14px #0000001a,0 1px 4px #0000000f}.comm-msg-bubble.own a{color:#4f46e5!important;text-decoration:underline!important}.comm-msg-bubble.own a:hover{color:#3730a3!important}.comm-msg-bubble.own strong{color:#0f172a}.comm-msg-bubble.own .comm-mention{color:#4f46e5;background:#6366f11a}.comm-msg-rich{word-break:break-word;overflow-wrap:anywhere;max-width:100%;display:block}.comm-msg-rich p{margin:0 0 .35em}.comm-msg-rich p:last-child{margin-bottom:0}.comm-msg-rich h1{margin:.6em 0 .3em;font-size:1.45em;font-weight:700;line-height:1.25}.comm-msg-rich h2{margin:.55em 0 .25em;font-size:1.2em;font-weight:700;line-height:1.3}.comm-msg-rich h3{margin:.45em 0 .2em;font-size:1.05em;font-weight:600;line-height:1.35}.comm-msg-rich h4{margin:.4em 0 .15em;font-size:.95em;font-weight:600}.comm-msg-rich h1:first-child,.comm-msg-rich h2:first-child,.comm-msg-rich h3:first-child{margin-top:0}.comm-msg-rich ul,.comm-msg-rich ol{margin:.25em 0;padding-left:1.6em}.comm-msg-rich ul{list-style-type:disc}.comm-msg-rich ul ul{list-style-type:circle}.comm-msg-rich ol{list-style-type:decimal}.comm-msg-rich li{margin:.15em 0}.comm-msg-rich ul ul,.comm-msg-rich ol ol,.comm-msg-rich ul ol,.comm-msg-rich ol ul{margin:.1em 0}.comm-msg-rich [style*=margin-left]{box-sizing:border-box;max-width:100%;display:block}.comm-msg-rich [style*=text-align]{width:100%;display:block}.comm-msg-rich a{color:#6366f1;word-break:break-all;text-decoration:underline}.comm-msg-rich a:hover{color:#4f46e5}.comm-msg-rich code{background:#00000012;border-radius:4px;padding:.05em .35em;font-size:.88em}.comm-msg-bubble.own .comm-msg-rich,.comm-msg-bubble.own .comm-msg-rich p,.comm-msg-bubble.own .comm-msg-rich li,.comm-msg-bubble.own .comm-msg-rich span,.comm-msg-bubble.own .comm-msg-rich strong,.comm-msg-bubble.own .comm-msg-rich em,.comm-msg-bubble.own .comm-msg-rich h1,.comm-msg-bubble.own .comm-msg-rich h2,.comm-msg-bubble.own .comm-msg-rich h3{color:#1e293b!important}.comm-msg-bubble.own .comm-msg-rich a{color:#4f46e5!important;text-decoration:underline!important}.comm-msg-bubble.own .comm-msg-rich a:hover{color:#3730a3!important}.comm-msg-bubble.own .comm-msg-rich code{background:#00000012}.comm-msg-bubble.reply{box-shadow:none;background:#0000000a;border:1px solid #00000012;border-radius:10px;font-size:.85rem}.comm-msg-reply{opacity:.88;border-left:2px solid #6366f133;gap:.5rem;margin-top:.5rem;padding-left:.75rem;display:flex}.comm-compose-bar{border-top:1px solid #00000014;max-width:860px;margin-top:.5rem;padding-top:.75rem;padding-right:.5rem}.comm-send-err{color:#f87171;background:#ef444414;border:1px solid #ef444440;border-radius:8px;margin-bottom:.5rem;padding:.45rem .75rem;font-size:.78rem}.comm-reply-banner{color:#475569;background:#6366f114;border:1px solid #6366f126;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.6rem;padding:.4rem .75rem;font-size:.78rem;display:flex}.comm-reply-banner strong{color:#0f172a}.comm-reply-banner button{cursor:pointer;color:#94a3b8;background:0 0;border:none;padding:0;font-size:.85rem;transition:color .2s}.comm-reply-banner button:hover{color:#0f172a}.comm-compose-row{align-items:flex-start;gap:.6rem;padding-top:.1rem;display:flex}.comm-compose-inner{flex-direction:column;flex:1;gap:.45rem;min-width:0;display:flex}.comm-compose-actions{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.comm-admin{width:100%;padding:1.5rem 2.5rem 3rem}.comm-admin-title{margin:0 0 .3rem;font-size:1.1rem;font-weight:700}.comm-admin-sub{color:#94a3b8;margin:0 0 1.25rem;font-size:.84rem}.comm-admin-list{flex-direction:column;gap:.75rem;display:flex}.comm-admin-item{background:#fff;border:1px solid #00000014;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;transition:border-color .2s;display:flex}.comm-admin-item:hover{border-color:#00000017}.comm-admin-item.reddit{background:#ff450008;border-color:#ff450040}.comm-admin-item-info{flex:1;min-width:0}.comm-admin-item-meta{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.25rem;display:flex}.comm-admin-item-time{color:#94a3b8;font-size:.68rem}.comm-reddit-badge{color:#ef4444;background:#ef44441a;border-radius:99px;padding:.1rem .5rem;font-size:.65rem;font-weight:700}.comm-admin-item-title{color:#0f172a;margin:0 0 .25rem;font-size:.9rem;font-weight:600;line-height:1.4}.comm-admin-item-source{color:#94a3b8;margin:0;font-size:.72rem;font-style:italic;line-height:1.4}.comm-admin-item-origin{color:#3b82f6;letter-spacing:.01em;margin-top:.35rem;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-block}.comm-admin-item-origin:hover{color:#60a5fa;text-decoration:underline}.comm-publish-btn{color:#10b981;cursor:pointer;white-space:nowrap;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;flex-shrink:0;padding:.45rem 1rem;font-size:.82rem;font-weight:700;transition:all .2s}.comm-publish-btn:hover:not(:disabled){background:#10b98133;border-color:#10b981}.comm-publish-btn:disabled{opacity:.5;cursor:not-allowed}.comm-publish-btn.done{color:#34d399;pointer-events:none;background:#10b98114;border-color:#10b98133}.comm-publish-btn.cancel{color:#f87171;background:#ef444414;border-color:#ef44444d}.comm-publish-btn.cancel:hover{background:#ef444426}.comm-edit-panel{background:#f8faff;border:1.5px solid #6366f1;border-top:none;border-radius:0 0 10px 10px;margin-bottom:.5rem;padding:1rem 1.25rem 1.25rem}.comm-edit-row{margin-bottom:.85rem}.comm-edit-label{text-transform:uppercase;letter-spacing:.07em;color:#64748b;margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:block}.comm-room-pills{flex-wrap:wrap;gap:.4rem;display:flex}.comm-room-pill{color:#6366f1;cursor:pointer;background:#6366f10f;border:1.5px solid #6366f140;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .15s}.comm-room-pill:hover{background:#6366f11f;border-color:#6366f1}.comm-room-pill.active{color:#fff;background:#6366f1;border-color:#6366f1}.comm-edit-textarea{box-sizing:border-box;color:#0f172a;resize:vertical;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;line-height:1.6;transition:border-color .15s}.comm-edit-textarea:focus{border-color:#6366f1;outline:none}.comm-edit-chars{color:#94a3b8;float:right;margin-top:.2rem;font-size:.7rem}.comm-edit-actions{justify-content:flex-end;gap:.6rem;margin-top:.5rem;display:flex}.comm-edit-cancel{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.85rem}.comm-edit-cancel:hover{background:#f1f5f9}.comm-edit-publish{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;transition:opacity .15s}.comm-edit-publish:hover:not(:disabled){opacity:.88}.comm-edit-publish:disabled{opacity:.45;cursor:not-allowed}.comm-bot-card{background:linear-gradient(135deg,#05966912 0%,#d9d2c500 100%);border:1px solid #10b98140;border-radius:12px;max-width:680px;margin:.75rem 0;padding:1rem 1.1rem}.comm-bot-header{align-items:center;gap:.6rem;margin-bottom:.55rem;display:flex}.comm-bot-badge{color:#34d399;letter-spacing:.02em;background:#10b98126;border-radius:999px;padding:.15rem .65rem;font-size:.72rem;font-weight:700}.comm-bot-time{color:#94a3b8;margin-left:auto;font-size:.72rem}.comm-bot-title{color:#0f172a;margin-bottom:.35rem;font-size:.95rem;font-weight:700;line-height:1.35}.comm-bot-preview{color:#475569;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;line-height:1.5;overflow:hidden}.comm-bot-body{color:#3a3228;white-space:pre-line;margin:.5rem 0 .25rem;font-family:inherit;font-size:.83rem;line-height:1.65}.comm-bot-toggle{color:#10b981;cursor:pointer;background:0 0;border:none;margin-top:.35rem;padding:.3rem 0;font-size:.78rem;font-weight:600}.comm-bot-toggle:hover{text-decoration:underline}.comm-admin-trigger-bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.comm-admin-trigger-side{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.comm-trigger-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:#10b981;border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.83rem;font-weight:700;transition:background .2s}.comm-trigger-btn:hover:not(:disabled){background:#34d399}.comm-trigger-btn:disabled{opacity:.55;cursor:not-allowed}.comm-trigger-msg{color:#475569;text-align:right;max-width:220px;font-size:.77rem}.comm-spinner-wrap{justify-content:center;padding:3rem 0;display:flex}.comm-empty{text-align:center;color:#94a3b8;padding:3rem 0;font-size:.9rem}.comm-empty-text{color:#94a3b8;margin:0;font-size:.82rem}@media (width<=640px){.comm-page{height:auto;overflow:visible}.comm-layout{flex-direction:column;overflow:visible}.comm-sidebar{border-bottom:1px solid #6366f12e;border-right:none;width:100%;overflow-y:visible}.comm-nav{scrollbar-width:none;flex-direction:row;padding:.3rem 0;overflow-x:auto}.comm-nav::-webkit-scrollbar{display:none}.comm-nav-item{white-space:nowrap;border-bottom:3px solid #0000;border-left:none;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .85rem;font-size:.75rem}.comm-nav-item.active{border-bottom-color:#6ee7b7;border-left-color:#0000}.comm-nav-icon{font-size:1.1rem}.comm-main{overflow-y:visible}.comm-content{padding:1rem 1.1rem 2.5rem}.comm-chat{height:calc(100vh - 180px)}.comm-msg-body{max-width:85%}.comm-admin-item{flex-direction:column;gap:.65rem}.comm-publish-btn{text-align:center;width:100%}}.comm-admin-subnav{border-bottom:1px solid #00000017;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.comm-admin-subtab{color:#475569;cursor:pointer;background:0 0;border:1px solid #00000017;border-radius:8px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s}.comm-admin-subtab.active{color:#10b981;background:#10b9811f;border-color:#10b98166}.comm-admin-subtab:hover:not(.active){color:#0f172a;background:#0000000a}.an-wrap{padding:0 .25rem 2rem}.an-section-title{color:#0f172a;margin:1.75rem 0 .85rem;font-size:1rem;font-weight:700}.an-section-title:first-child{margin-top:0}.an-cards{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.85rem;display:grid}.an-card{background:#fff;border:1px solid #00000017;border-radius:12px;align-items:center;gap:.85rem;padding:1rem 1.1rem;transition:border-color .2s;display:flex}.an-card:hover{border-color:#0000001a}.an-card-icon{flex-shrink:0;font-size:1.5rem}.an-card-value{color:#0f172a;font-size:1.5rem;font-weight:800;line-height:1.1}.an-card-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem;font-size:.72rem}.an-card-sub{color:#10b981;margin-top:.15rem;font-size:.72rem}.an-rooms{background:#fff;border:1px solid #00000017;border-radius:12px;flex-direction:column;gap:.65rem;margin-top:.5rem;padding:1rem 1.2rem;display:flex}.an-room-bar{align-items:center;gap:.75rem;display:flex}.an-room-label{color:#475569;flex-shrink:0;width:clamp(90px,12vw,130px);font-size:.8rem}.an-room-track{background:#00000014;border-radius:4px;flex:1;height:8px;overflow:hidden}.an-room-fill{background:linear-gradient(90deg,#10b981,#06b6d4);border-radius:4px;height:100%;transition:width .4s}.an-room-count{text-align:right;color:#94a3b8;flex-shrink:0;width:28px;font-size:.8rem}.an-recent{flex-direction:column;gap:.5rem;display:flex}.an-recent-row{background:#fff;border:1px solid #00000014;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.an-recent-info{flex:1;min-width:0}.an-recent-name{color:#0f172a;font-size:.85rem;font-weight:600;display:block}.an-recent-email{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;display:block;overflow:hidden}.an-recent-date{color:#94a3b8;flex-shrink:0;font-size:.72rem}.an-badge{color:#94a3b8;background:#00000014;border-radius:99px;flex-shrink:0;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.an-badge.sub{color:#10b981;background:#10b9811f}.an-badge.admin{color:#a78bfa;background:#8b5cf626;margin-left:.35rem}.an-table-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:1.75rem 0 .85rem;display:flex}.an-table-controls{align-items:center;gap:.65rem;display:flex}.an-search{color:#0f172a;background:#fff;border:1px solid #00000017;border-radius:8px;outline:none;width:clamp(140px,20vw,260px);padding:.4rem .85rem;font-size:.85rem;transition:border-color .2s}.an-search:focus{border-color:#10b98180}.an-export-btn{color:#10b981;cursor:pointer;white-space:nowrap;background:#10b98114;border:1px solid #10b9814d;border-radius:8px;padding:.4rem .9rem;font-size:.82rem;font-weight:700;transition:all .2s}.an-export-btn:hover{background:#10b98126;border-color:#10b981}.an-table-wrap{background:#fff;border:1px solid #00000017;border-radius:12px;overflow-x:auto}.an-table{border-collapse:collapse;width:100%;font-size:.85rem}.an-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #00000014;padding:.65rem 1rem;font-size:.7rem;font-weight:700}.an-table td{color:#3a3228;vertical-align:middle;border-bottom:1px solid #0000000a;padding:.7rem 1rem}.an-table tr:last-child td{border-bottom:none}.an-table tr:hover td{background:#00000008}.an-user-cell{align-items:center;gap:.55rem;display:flex}.an-email{color:#94a3b8;font-size:.8rem}.an-date{color:#94a3b8;white-space:nowrap;font-size:.78rem}.an-center{text-align:center}.an-empty{text-align:center;color:#94a3b8;padding:2rem}.an-pagination{color:#94a3b8;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.82rem;display:flex}.an-pagination button{color:#475569;cursor:pointer;background:#fff;border:1px solid #00000017;border-radius:8px;padding:.35rem .85rem;font-size:.82rem;transition:all .2s}.an-pagination button:hover:not(:disabled){color:#0f172a;border-color:#fff3}.an-pagination button:disabled{opacity:.4;cursor:not-allowed}@media (width<=640px){.an-cards{grid-template-columns:1fr 1fr}.an-table-header{flex-direction:column;align-items:flex-start}.an-search{width:100%}}.comm-admin-filters{background:#00000008;border:1px solid #00000017;border-radius:10px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.comm-admin-filter-group{flex-direction:column;gap:.3rem;display:flex}.comm-filter-label{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.comm-filter-date{color:#0f172a;background:#fff;border:1px solid #00000017;border-radius:7px;outline:none;padding:.4rem .65rem;font-size:.85rem}.comm-filter-date:focus{border-color:#6366f1}.comm-filter-search-row{gap:.4rem;display:flex}.comm-filter-search{color:#0f172a;background:#fff;border:1px solid #00000017;border-radius:7px;outline:none;width:clamp(140px,20vw,260px);padding:.4rem .65rem;font-size:.85rem}.comm-filter-search:focus{border-color:#6366f1}.comm-filter-search-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:7px;padding:.4rem .75rem;font-size:.82rem;font-weight:600;transition:background .2s}.comm-filter-search-btn:hover{background:#4f46e5}.comm-filter-clear{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:7px;align-self:flex-end;padding:.4rem .75rem;font-size:.8rem;transition:all .2s}.comm-filter-clear:hover{color:#0f172a;border-color:#ffffff40}.comm-pinned-banner{background:linear-gradient(90deg,#6366f114 0%,#6366f108 100%);border-left:3px solid #6366f1;border-radius:0 10px 10px 0;align-items:center;gap:.65rem;max-width:100%;margin:0 0 .75rem;padding:.55rem 1rem;display:flex;box-shadow:0 1px 4px #6366f114}.comm-pinned-icon{flex-shrink:0;font-size:.9rem}.comm-pinned-content{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.comm-pinned-author{color:#6366f1;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:700}.comm-pinned-text{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.comm-unpin-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:.1rem .3rem;font-size:.8rem;transition:color .2s}.comm-unpin-btn:hover{color:#0f172a}.comm-msg-actions{opacity:0;pointer-events:none;align-items:center;gap:.35rem;margin-top:.25rem;transition:opacity .15s,transform .15s;display:flex;transform:translateY(-3px)}.comm-msg-wrap:hover .comm-msg-actions,.comm-msg-actions:focus-within{opacity:1;pointer-events:auto;transform:translateY(0)}.comm-msg-wrap.own .comm-msg-actions{justify-content:flex-end}.comm-pin-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:.18rem .4rem;font-size:.75rem;transition:all .15s}.comm-pin-btn:hover{color:#a5b4fc;background:#6366f11a}.comm-pin-btn.pinned{color:#6366f1}.comm-msg-wrap.pinned-msg .comm-msg-bubble{border-left:2px solid #6366f180;box-shadow:0 2px 8px #6366f11f,0 0 0 1px #6366f114}.comm-delete-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:.18rem .4rem;font-size:.75rem;transition:all .15s}.comm-delete-btn:hover{color:#ef4444;background:#ef44441a}@media (width<=640px){.comm-admin-filters{flex-direction:column;align-items:stretch}.comm-filter-search{width:100%}.comm-filter-search-row{flex:1}}.comm-compose-card{background:#fff;border:1.5px dashed #6366f159;border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.25rem}.comm-compose-toggle{color:#6366f1;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;font-weight:700;transition:color .2s}.comm-compose-toggle:hover{color:#4f46e5}.comm-post-edit-btn{cursor:pointer;opacity:.45;background:0 0;border:none;padding:0 .2rem;font-size:.85rem;line-height:1;transition:opacity .2s}.comm-post-card:hover .comm-post-edit-btn{opacity:.75}.comm-post-edit-btn:hover{opacity:1!important}@media (hover:none){.comm-post-edit-btn{opacity:.7}}.comm-msg-edit-btn{cursor:pointer;color:#94a3b8;opacity:.55;background:0 0;border:none;border-radius:6px;padding:.18rem .4rem;font-size:.75rem;transition:all .15s}.comm-msg-wrap:hover .comm-msg-edit-btn{opacity:1}.comm-msg-edit-btn:hover{color:#6366f1;background:#6366f11a}@media (hover:none){.comm-msg-edit-btn{opacity:.8}}.comm-edited-tag{color:#94a3b8;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.68rem;font-style:italic;line-height:1;text-decoration:underline;transition:color .15s}.comm-edited-tag:hover{color:#6366f1}.comm-edited-tag.own{color:#ffffff73}.comm-edited-tag.own:hover{color:#fff}.comm-history-overlay{z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.comm-history-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:560px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}.comm-history-header{color:#1e293b;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9rem;font-weight:700;display:flex}.comm-history-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;padding:.2rem .4rem;font-size:1rem;transition:all .15s}.comm-history-close:hover{color:#1e293b;background:#f1f5f9}.comm-history-list{flex-direction:column;gap:1rem;padding:.75rem 1.25rem 1.25rem;display:flex;overflow-y:auto}.comm-history-version{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.comm-history-version.current{border-color:#c7d2fe}.comm-history-ver-label{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.45rem .85rem;display:flex}.comm-history-version.current .comm-history-ver-label{background:#eef2ff;border-color:#c7d2fe}.comm-history-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:20px;padding:2px 8px;font-size:.68rem;font-weight:700}.comm-history-badge.current{color:#fff;background:#6366f1}.comm-history-badge.old{color:#64748b;background:#e2e8f0}.comm-history-ver-time{color:#94a3b8;margin-left:auto;font-size:.72rem}.comm-history-content{color:#334155;padding:.65rem .85rem;font-size:.88rem;line-height:1.6}.comm-photo-btn{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .15s;display:flex}.comm-photo-btn:hover{background:#ffffff1f}.comm-photo-btn.loading{opacity:.5;cursor:wait}.comm-img-preview-wrap{margin:.4rem .5rem .25rem;display:inline-block;position:relative}.comm-img-preview{object-fit:cover;border:1.5px solid #c9a84c59;border-radius:10px;max-width:200px;max-height:140px;display:block}.comm-img-remove{color:#fff;cursor:pointer;text-align:center;background:#ef4444;border:none;border-radius:50%;width:22px;height:22px;font-size:.6rem;line-height:22px;position:absolute;top:-8px;right:-8px}.comm-msg-image{object-fit:cover;cursor:zoom-in;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;border-radius:12px;max-width:280px;max-height:220px;margin-top:.5rem;transition:opacity .15s,transform .15s,box-shadow .15s;display:block;box-shadow:0 2px 8px #0000001f}.comm-lightbox-img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.comm-msg-image:hover{opacity:.95;transform:scale(1.02);box-shadow:0 4px 16px #0000002e}.comm-lightbox-overlay{z-index:9999;cursor:zoom-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;animation:.18s comm-fade-in;display:flex;position:fixed;inset:0}@keyframes comm-fade-in{0%{opacity:0}to{opacity:1}}.comm-lightbox-inner{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;animation:.2s cubic-bezier(.34,1.56,.64,1) comm-lightbox-pop;display:flex;position:relative}@keyframes comm-lightbox-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.comm-lightbox-img{object-fit:contain;border-radius:12px;max-width:90vw;max-height:90vh;display:block;box-shadow:0 24px 60px #00000080}.comm-lightbox-close{color:#fff;cursor:pointer;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .15s;display:flex;position:absolute;top:-14px;right:-14px}.comm-lightbox-close:hover{background:#ffffff40}.comm-file-preview{color:#e2e8f0;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;align-items:center;gap:.5rem;max-width:320px;margin:.35rem .5rem .2rem;padding:.4rem .75rem;font-size:.82rem;display:flex}.comm-file-icon{flex-shrink:0;font-size:1rem}.comm-file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.comm-msg-attachment{color:#c7d2fe;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:.4rem;max-width:280px;margin-top:.5rem;padding:.4rem .75rem;font-size:.82rem;text-decoration:none;transition:background .15s;display:inline-flex}.comm-msg-attachment:hover{background:#6366f12e}.comm-attachment-icon{flex-shrink:0;font-size:.95rem}.comm-attachment-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.comm-attachment-dl{opacity:.6;flex-shrink:0}.comm-mention{color:#818cf8;background:#6366f11f;border-radius:4px;padding:0 3px;font-weight:600}.comm-mention-dropdown{z-index:200;background:#1e293b;border:1px solid #6366f166;border-radius:10px;max-height:220px;position:absolute;bottom:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #00000059}.comm-mention-item{text-align:left;color:#e2e8f0;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 14px;font-size:.88rem;transition:background .12s;display:block}.comm-mention-item:hover{color:#a5b4fc;background:#6366f12e}.comm-static-tab{box-sizing:border-box;width:100%;padding:1.5rem 2.5rem 3rem}.comm-static-header{border-bottom:1px solid #00000014;align-items:flex-start;gap:.9rem;margin-bottom:1.5rem;padding-bottom:1.1rem;display:flex}.comm-static-icon{flex-shrink:0;margin-top:.1rem;font-size:2rem;line-height:1}.comm-static-title{color:#0f172a;margin:0 0 .3rem;font-size:1.15rem;font-weight:800;line-height:1.2}.comm-static-sub{color:#94a3b8;margin:0;font-size:.83rem;line-height:1.5}.comm-cards-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.comm-card-item{color:inherit;cursor:pointer;background:#fff;border:1px solid #00000017;border-radius:14px;flex-direction:column;gap:.45rem;padding:1.15rem 1.2rem 1rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex}.comm-card-item:hover{border-color:#6366f159;transform:translateY(-2px);box-shadow:0 4px 20px #6366f11a}.comm-card-tag{letter-spacing:.02em;border-radius:99px;align-self:flex-start;margin-bottom:.1rem;padding:.2rem .6rem;font-size:.68rem;font-weight:700;display:inline-flex}.comm-card-name{color:#0f172a;font-size:.95rem;font-weight:700;line-height:1.3}.comm-card-bonus{color:#6366f1;font-size:.82rem;font-weight:600}.comm-card-condition{color:#64748b;font-size:.78rem}.comm-card-fee{color:#94a3b8;font-size:.75rem}.comm-card-cta{color:#818cf8;letter-spacing:.01em;margin-top:auto;padding-top:.6rem;font-size:.78rem;font-weight:700}.comm-card-item:hover .comm-card-cta{color:#6366f1}@media (width<=640px){.comm-static-tab{padding:1rem 1.1rem 2.5rem}.comm-cards-grid{grid-template-columns:1fr}}.fe-overlay{pointer-events:none;z-index:9990;position:fixed;inset:0;overflow:hidden}.fe-particle{pointer-events:none;will-change:transform, opacity;font-size:1.6rem;line-height:1;animation:1.5s cubic-bezier(.22,.61,.36,1) forwards fe-fly;position:absolute;transform:translate(-50%)}@keyframes fe-fly{0%{opacity:1;transform:translate(-50%)translateY(0)scale(.8)}20%{opacity:1;transform:translate(-50%)translateY(-30px)scale(1.25)}60%{opacity:.85;transform:translate(-50%)translateY(-110px)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-200px)scale(.6)}}.comm-msg-react-bar{opacity:0;pointer-events:none;gap:3px;margin-bottom:.2rem;transition:opacity .18s,transform .18s;display:flex;transform:translateY(4px)scale(.92)}.comm-msg-react-bar.visible,.comm-msg-wrap:hover .comm-msg-react-bar{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.comm-msg-react-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:.95rem;transition:background .12s,transform .1s;display:flex;box-shadow:0 2px 8px #0000001f}.comm-msg-react-btn:hover{background:#fffffff7;transform:scale(1.18)}.comm-msg-rx-pills{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.comm-msg-rx-pill{color:#334155;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:1px solid #0000001a;border-radius:99px;align-items:center;gap:3px;padding:2px 8px;font-size:.78rem;font-weight:600;display:inline-flex;box-shadow:0 1px 4px #00000014}.comm-msg-rx-pill.own{color:#fff;background:#ffffff40;border-color:#ffffff59}.comm-sidebar-header{background:linear-gradient(145deg,#6366f140 0%,#5b5bd61f 60%,#0000 100%);border-bottom:1px solid #ffffff17}.comm-sidebar-title{letter-spacing:-.02em;text-shadow:0 2px 12px #6366f180;font-size:1rem}.comm-nav-item.active{background:#6366f124;border-left-color:#818cf8;box-shadow:inset 0 1px #ffffff0f,inset 0 -1px #00000014}.comm-nav-item.active .comm-nav-icon{filter:drop-shadow(0 0 6px #818cf8cc)}.comm-room-info{background:linear-gradient(90deg,#6366f10a 0%,#0000 100%);border-bottom:1px solid #6366f11f;border-radius:8px 8px 0 0;padding:.75rem .5rem .9rem}.comm-room-name{letter-spacing:-.01em;background:linear-gradient(135deg,#1e293b 0%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05rem;font-weight:800}.comm-pinned-banner{background:linear-gradient(90deg,#6366f114 0%,#6366f10a 100%);border:1px solid #6366f133;border-radius:10px;margin-bottom:.5rem}.comm-member-dot{animation:2s ease-in-out infinite comm-pulse,2s ease-in-out infinite comm-glow;box-shadow:0 0 #6ee7b7b3}@keyframes comm-glow{0%,to{box-shadow:0 0 6px #6ee7b7cc}50%{box-shadow:0 0 12px #6ee7b766}}.comm-post-card{transition:border-color .2s,box-shadow .2s,transform .1s}.comm-post-card:hover{transform:translateY(-1px);box-shadow:0 4px 20px #0000000f}.comm-compose-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f0f4ffd9;border-top:1px solid #6366f11a;border-radius:12px 12px 0 0;padding:.85rem .5rem}.comm-messages{background:linear-gradient(165deg,#eef2ff 0%,#ede9fe 35%,#f0f4ff 70%,#e8f4f8 100%)}.comm-msg-image{cursor:zoom-in;transition:transform .2s,box-shadow .2s}.comm-msg-image:hover{transform:scale(1.02);box-shadow:0 8px 24px #0003}.comm-msg-attachment{background:#6366f10f;border:1.5px solid #6366f133;border-radius:10px;margin-top:.5rem;transition:border-color .15s,background .15s}.comm-msg-attachment:hover{background:#6366f11a;border-color:#6366f166}.comm-msg-actions{opacity:0;transition:opacity .18s}.comm-msg-wrap:hover .comm-msg-actions{opacity:1}.promo-root{flex-direction:column;gap:0;min-height:0;display:flex}.promo-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:0 0 1rem;display:flex}.promo-toolbar-left{align-items:baseline;gap:.75rem;display:flex}.promo-toolbar-right{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.promo-heading{color:#e2e8f0;letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:800}.promo-count{color:#64748b;font-size:.72rem;font-weight:500}.promo-archived-toggle{color:#94a3b8;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.promo-archived-toggle input{cursor:pointer;accent-color:#6366f1}.promo-global-filter{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:7px;outline:none;width:200px;padding:.38rem .75rem;font-size:.78rem}.promo-global-filter:focus{border-color:#6366f180}.promo-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;padding:.42rem .9rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .15s}.promo-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 2px 8px #6366f14d}.promo-btn-primary:hover{filter:brightness(1.1)}.promo-btn-primary:disabled{opacity:.5;cursor:not-allowed}.promo-btn-ghost{color:#94a3b8;background:#ffffff0f;border:1px solid #ffffff1a}.promo-btn-ghost:hover{color:#e2e8f0;background:#ffffff1a}.promo-table-wrap{border:1px solid #ffffff12;border-radius:10px;overflow-x:auto}.promo-table{border-collapse:collapse;table-layout:auto;width:100%;font-size:.78rem}.promo-th{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#1a2035;border-bottom:1px solid #ffffff14;border-right:1px solid #ffffff0d;padding:0;font-size:.68rem;font-weight:700;position:relative}.promo-th:last-child{border-right:none}.promo-th-inner{align-items:center;gap:.3rem;padding:.5rem .65rem .35rem;display:flex}.promo-th-sortable .promo-th-inner{cursor:pointer;-webkit-user-select:none;user-select:none}.promo-th-sortable .promo-th-inner:hover{color:#e2e8f0}.promo-filter-btn{color:#ffffff40;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:.1rem;padding:0 .2rem;font-size:.65rem;line-height:1;transition:color .15s}.promo-filter-btn:hover{color:#ffffffb3}.promo-filter-btn-active{color:#818cf8!important}.promo-filter-dropdown{z-index:200;background:#1e2840;border:1px solid #6366f159;border-radius:6px;align-items:center;gap:.25rem;min-width:160px;padding:.3rem;display:flex;position:absolute;top:calc(100% + 2px);left:0;box-shadow:0 6px 20px #00000080}.promo-col-filter{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;outline:none;flex:1;width:100%;padding:.25rem .5rem;font-family:inherit;font-size:.75rem}.promo-col-filter:focus{border-color:#6366f199}.promo-filter-clear{color:#64748b;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.1rem .2rem;font-size:.75rem}.promo-filter-clear:hover{color:#f87171}.promo-sort-icon{opacity:.4;font-size:.6rem}.promo-sort-active{opacity:1;color:#818cf8}.promo-tr{border-bottom:1px solid #ffffff0a}.promo-tr:last-child{border-bottom:none}.promo-tr-even{background:#ffffff04}.promo-tr:hover{background:#6366f10f}.promo-td{color:#cbd5e1;vertical-align:middle;border-right:1px solid #ffffff0a;padding:.52rem .65rem}.promo-td:last-child{border-right:none}.promo-code-cell{align-items:center;gap:.35rem;display:inline-flex}.promo-code-mono{color:#a5b4fc;letter-spacing:.05em;background:#6366f11f;border:1px solid #6366f133;border-radius:4px;padding:.1rem .4rem;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.8rem;font-weight:700}.promo-copy-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;padding:0 .15rem;font-size:.8rem;line-height:1;transition:color .15s}.promo-copy-btn:hover{color:#a5b4fc}.promo-discount-val{color:#34d399;font-size:.82rem;font-weight:800}.promo-dur{color:#4b5563;font-size:.7rem}.promo-uses{font-variant-numeric:tabular-nums}.promo-uses-full{color:#f87171}.promo-single-tag{color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf244d;border-radius:99px;margin-left:.3rem;padding:.05rem .35rem;font-size:.62rem;font-weight:700}.promo-status{white-space:nowrap;border-radius:99px;align-items:center;gap:.2rem;padding:.15rem .5rem;font-size:.68rem;font-weight:700;display:inline-flex}.promo-status-active{color:#34d399;background:#34d3991f;border:1px solid #34d39940}.promo-status-archived{color:#64748b;background:#64748b1f;border:1px solid #64748b33}.promo-status-used{color:#f59e0b;background:#fbbf241f;border:1px solid #fbbf2440}.promo-status-maxed{color:#ef4444;background:#ef44441f;border:1px solid #ef444440}.promo-status-expired{color:#94a3b8;background:#64748b1f;border:1px solid #64748b33}.promo-customer{color:#a5b4fc;font-size:.75rem}.promo-muted{color:#334155}.promo-expired{color:#f87171}.promo-loading,.promo-empty{text-align:center;color:#475569;padding:3rem 1rem;font-size:.85rem}.promo-actions{align-items:center;gap:.3rem;display:flex}.promo-action-btn{color:#94a3b8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff12;border-radius:5px;padding:.2rem .4rem;font-size:.78rem;line-height:1.4;transition:all .15s}.promo-action-btn:hover{color:#e2e8f0;background:#ffffff1a}.promo-action-btn:disabled{opacity:.4;cursor:not-allowed}.promo-action-email:hover{color:#a5b4fc;background:#6366f11f;border-color:#6366f166}.promo-action-archive:hover{color:#fbbf24;background:#fbbf2414;border-color:#fbbf2466}.promo-action-delete:hover{color:#f87171;background:#ef444414;border-color:#ef444466}.promo-modal-overlay{z-index:9100;background:#07041ed9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.promo-modal{background:#0f1629;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;width:100%;max-width:560px;max-height:calc(100vh - 2rem);display:flex;overflow-y:auto;box-shadow:0 24px 60px #000000b3}.promo-modal-email{max-width:540px}.promo-modal-head{color:#e2e8f0;z-index:1;background:#0f1629;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:1rem 1.25rem .75rem;font-size:.9rem;font-weight:700;display:flex;position:sticky;top:0}.promo-modal-close{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.1rem .3rem;font-size:1rem}.promo-modal-close:hover{color:#e2e8f0;background:#ffffff0f}.promo-modal-body{flex-direction:column;gap:0;padding:1.25rem;display:flex}.promo-modal-foot{background:#0f1629;border-top:1px solid #ffffff12;justify-content:flex-end;gap:.6rem;padding:1rem 1.25rem;display:flex;position:sticky;bottom:0}.promo-form-section{background:#ffffff05;border:1px solid #ffffff0f;border-radius:9px;flex-direction:column;gap:.7rem;margin-bottom:.75rem;padding:1rem 1.1rem;display:flex}.promo-form-section-title{color:#6366f1;text-transform:uppercase;letter-spacing:.08em;font-size:.67rem;font-weight:800}.promo-form-row{flex-wrap:wrap;align-items:flex-end;gap:.65rem;display:flex}.promo-form-row-wrap{flex-wrap:wrap}.promo-form-field{flex-direction:column;gap:.3rem;min-width:100px;display:flex}.promo-form-field-grow{flex:1}.promo-form-field label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.promo-form-field input,.promo-form-field select{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.42rem .65rem;font-family:inherit;font-size:.82rem;transition:border-color .15s}.promo-form-field input:focus,.promo-form-field select:focus{border-color:#6366f180}.promo-form-field select{appearance:none}.promo-form-field input[type=checkbox]{width:auto}.promo-toggle-row{flex-wrap:wrap;gap:.35rem;display:flex}.promo-toggle-btn{color:#64748b;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;padding:.3rem .65rem;font-family:inherit;font-size:.74rem;font-weight:600;transition:all .15s}.promo-toggle-btn:hover{color:#e2e8f0;background:#ffffff14}.promo-toggle-btn.active{color:#a5b4fc;background:#6366f12e;border-color:#6366f166}.promo-checkbox-label{color:#94a3b8;cursor:pointer;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.promo-checkbox-label input{accent-color:#6366f1}.promo-form-err{color:#fca5a5;background:#ef444414;border:1px solid #ef444440;border-radius:7px;margin-top:.25rem;padding:.6rem .85rem;font-size:.78rem}.promo-email-body{box-sizing:border-box;color:#e2e8f0;resize:vertical;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:7px;outline:none;width:100%;padding:.65rem .75rem;font-family:JetBrains Mono,monospace;font-size:.78rem;line-height:1.55}.promo-email-body:focus{border-color:#6366f180}.promo-sent-state{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.25rem;display:flex}.promo-sent-icon{color:#34d399;background:#34d39926;border:2px solid #34d399;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;font-weight:700;display:flex}.promo-sent-state p{color:#94a3b8;margin:0;font-size:.9rem}.promo-sent-state strong{color:#e2e8f0}.promo-user-search{position:relative}.promo-form-input{box-sizing:border-box;color:#f1f5f9;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:7px;outline:none;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.promo-form-input:focus{border-color:#818cf8}.promo-form-input::placeholder{color:#ffffff40}.promo-user-search-spinner{pointer-events:none;font-size:.8rem;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.promo-user-dropdown{z-index:200;background:#1e253a;border:1px solid #818cf84d;border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000073}.promo-user-option{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.55rem .85rem;transition:background .12s;display:flex}.promo-user-option:hover{background:#818cf81f}.promo-user-option-name{color:#e2e8f0;min-width:90px;font-size:.87rem;font-weight:500}.promo-user-option-email{color:#ffffff73;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.promo-user-option-hint{color:#ffffff4d;border-top:1px solid #ffffff0f;padding:.35rem .85rem;font-size:.74rem}.promo-email-composer{background:#818cf80d;border:1px solid #818cf82e;border-radius:10px;margin-top:.75rem;padding:1rem}.promo-email-toggle-label{font-weight:600;color:#c7d2fe!important}.promo-form-hint{color:#ffffff59;margin:.3rem 0 0;font-size:.76rem}.promo-form-hint code{color:#a5b4fc;background:#ffffff14;border-radius:3px;padding:1px 4px;font-size:.75rem}.promo-sent-sub{font-size:.83rem;color:#94a3b8!important}.promo-tpl-btn{color:#fff9;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff26;border-radius:7px;padding:.38rem .8rem;font-size:.8rem;transition:all .15s}.promo-tpl-btn:hover{color:#c7d2fe;background:#818cf81a;border-color:#818cf8}.promo-tpl-dropdown{z-index:300;background:#1e253a;border:1px solid #818cf84d;border-radius:9px;min-width:240px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 8px 24px #00000073}.promo-tpl-option{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:1px;width:100%;padding:.6rem .9rem;transition:background .12s;display:flex}.promo-tpl-option:last-child{border-bottom:none}.promo-tpl-option:hover{background:#818cf81f}.promo-tpl-name{color:#e2e8f0;font-size:.87rem;font-weight:600}.promo-tpl-subject{color:#fff6;font-size:.76rem}.promo-modal-wide{max-width:700px}.promo-email-body-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.promo-email-view-toggle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:7px;gap:.25rem;padding:3px;display:flex}.promo-view-btn{color:#ffffff80;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:5px;padding:.22rem .65rem;font-family:inherit;font-size:.78rem;transition:all .12s}.promo-view-btn.active{color:#c7d2fe;background:#818cf833;font-weight:600}.promo-email-preview-wrap{border:1px solid #ffffff14;border-radius:8px;overflow:hidden}.promo-email-preview-iframe{background:#0f172a;border:none;width:100%;height:480px;display:block}.promo-email-preview-empty{text-align:center;color:#ffffff4d;background:#0003;padding:2rem;font-size:.86rem}.promo-action-redemptions{color:#a5b4fc;cursor:pointer;background:#6366f11a;border:1px solid #6366f140;border-radius:5px;padding:.2rem .5rem;font-family:inherit;font-size:.78rem;line-height:1.4;transition:all .15s}.promo-action-redemptions:hover{color:#c7d2fe;background:#6366f133;border-color:#6366f180}.promo-redemption-row td{border-top:none!important;padding:0!important}.promo-redemption-cell{background:#6366f10a;border-bottom:1px solid #6366f11f;padding:.6rem 1.25rem 1rem}.promo-redemption-header{color:#6366f1;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.5rem;font-size:.72rem;font-weight:700}.promo-redemption-list{overflow-x:auto}.promo-redemption-table{border-collapse:collapse;width:100%;font-size:.78rem}.promo-redemption-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-bottom:1px solid #ffffff0f;padding:.3rem .5rem;font-size:.65rem;font-weight:700}.promo-redemption-table td{color:#cbd5e1;white-space:nowrap;border-bottom:1px solid #ffffff0a;padding:.35rem .5rem}.promo-redemption-table tr:last-child td{border-bottom:none}.promo-redemption-table tr:hover td{background:#ffffff05}.promo-pay-status{border-radius:99px;padding:.1rem .4rem;font-size:.65rem;font-weight:700;display:inline-block}.promo-pay-status--paid{color:#34d399;background:#34d3991f}.promo-pay-status--unpaid{color:#f87171;background:#ef44441f}.promo-pay-status--pending{color:#fbbf24;background:#fbbf241f}@media (width<=700px){.promo-toolbar{flex-direction:column;align-items:stretch}.promo-toolbar-right{flex-wrap:wrap}.promo-global-filter{width:100%}}.aee-root{background:#fff;border:1px solid #94a3b852;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 12px 30px #0f172a29}.aee-toolbar{background:#f8fafc;border-bottom:1px solid #dbe3ee;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.65rem .75rem;display:flex}.aee-group{align-items:center;gap:.25rem;display:inline-flex}.aee-tool,.aee-block-select{color:#334155;background:0 0;border:1px solid #0000;border-radius:7px;min-height:34px;font:600 .78rem/1 inherit;transition:background .12s,border-color .12s,color .12s}.aee-tool{cursor:pointer;justify-content:center;align-items:center;min-width:34px;padding:.35rem .55rem;display:inline-flex}.aee-tool:hover:not(:disabled),.aee-tool.is-active{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.aee-tool:focus-visible,.aee-block-select:focus-visible,.aee-panel input:focus-visible,.aee-panel button:focus-visible{outline-offset:1px;outline:3px solid #6366f142}.aee-tool:disabled{cursor:not-allowed;opacity:.38}.aee-block-select{cursor:pointer;background:#fff;border-color:#dbe3ee;padding:.35rem 1.8rem .35rem .6rem}.aee-separator{background:#dbe3ee;width:1px;height:24px;margin:0 .05rem}.aee-token{color:#4f46e5;background:#eef2ff;border-color:#c7d2fe}.aee-panel{background:#eef2ff;border-bottom:1px solid #c7d2fe;grid-template-columns:minmax(140px,.8fr) minmax(220px,1.4fr) auto auto auto;align-items:end;gap:.65rem;padding:.75rem;display:grid}.aee-panel label{flex-direction:column;gap:.28rem;min-width:0;display:flex}.aee-panel label span{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:800}.aee-panel input{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:7px;min-width:0;height:36px;padding:0 .65rem;font:.83rem inherit}.aee-panel button{cursor:pointer;border:none;border-radius:7px;height:36px;padding:0 .75rem;font:700 .77rem inherit}.aee-panel-primary{color:#fff;background:#4f46e5}.aee-panel-danger{color:#b91c1c;background:#fee2e2}.aee-panel-close{color:#64748b;background:0 0;width:36px;padding:0!important;font-size:1.2rem!important}.aee-editor-shell{background:#fff;position:relative}.aee-content{min-height:inherit;box-sizing:border-box;color:#1e293b;outline:none;padding:1.5rem 1.65rem;font:15px/1.72 Helvetica Neue,Arial,sans-serif}.aee-content>:first-child{margin-top:0}.aee-content>:last-child{margin-bottom:0}.aee-content p{margin:0 0 1em}.aee-content h1{margin:1.2em 0 .5em;font-size:1.7rem;line-height:1.25}.aee-content h2{margin:1.2em 0 .5em;font-size:1.4rem;line-height:1.3}.aee-content h3{color:#4f46e5;margin:1.2em 0 .5em;font-size:1.15rem;line-height:1.35}.aee-content ul,.aee-content ol{margin:0 0 1em;padding-left:1.65rem}.aee-content li{margin:.25rem 0}.aee-content li>p{margin:0}.aee-content a{color:#4f46e5;text-underline-offset:2px;text-decoration:underline}.aee-content img{cursor:grab;border-radius:8px;max-width:100%;height:auto;display:block}.aee-content img.ProseMirror-selectednode{outline:3px solid #6366f159}.aee-editor-shell:focus-within{box-shadow:inset 0 0 0 2px #6366f13d}.aee-placeholder{pointer-events:none;color:#94a3b8;position:absolute;top:1.5rem;left:1.65rem}.aee-drop-overlay{color:#4338ca;pointer-events:none;background:#eef2fff0;border:2px dashed #6366f1;border-radius:10px;place-items:center;font-weight:800;display:grid;position:absolute;inset:.75rem}.aee-status{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;gap:1rem;padding:.45rem .75rem;font-size:.7rem;display:flex}.aee-loading{color:#64748b;background:#fff;border:1px solid #dbe3ee;border-radius:14px;place-items:center;min-height:300px;display:grid}@media (width<=760px){.aee-toolbar{align-items:stretch;gap:.3rem}.aee-separator{display:none}.aee-insert-group,.aee-token-group{border-top:1px solid #dbe3ee;flex-wrap:wrap;width:100%;padding-top:.3rem}.aee-panel{grid-template-columns:1fr auto}.aee-panel label{grid-column:1/-1}.aee-panel-close{grid-area:3/2}.aee-content{padding:1.15rem}.aee-placeholder{top:1.15rem;left:1.15rem}.aee-status span:first-child{display:none}}.mk-wrap{flex-direction:column;gap:1.5rem;padding-bottom:4rem;display:flex}.mk-section{background:#1e2a3a;border:1px solid #ffffff14;border-radius:14px;padding:1.75rem;box-shadow:0 4px 20px #0000002e}.mk-section-title{color:#f1f5f9;letter-spacing:-.01em;margin:0 0 1.4rem;font-size:1.05rem;font-weight:800}.mk-field{margin-bottom:1.25rem}.mk-label{color:#ffffffc7;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.45rem;font-size:.78rem;font-weight:700;display:block}.mk-opt{text-transform:none;color:#ffffff4d;letter-spacing:0;font-size:.75rem;font-weight:400}.mk-required{color:#f87171}.mk-hint{color:#ffffff59;margin:.3rem 0 0;font-size:.76rem}.mk-hint code{color:#a5b4fc;background:#ffffff14;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:.74rem}.mk-input{box-sizing:border-box;color:#f1f5f9;background:#ffffff12;border:1px solid #ffffff21;border-radius:8px;outline:none;width:100%;padding:.55rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,background .15s}.mk-input:focus{background:#818cf817;border-color:#818cf8}.mk-input::placeholder{color:#ffffff38}.mk-textarea{box-sizing:border-box;color:#e2e8f0;resize:vertical;background:#0000004d;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;min-height:260px;padding:.75rem 1rem;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.84rem;line-height:1.65;transition:border-color .15s}.mk-textarea:focus{border-color:#818cf8}.mk-datetime{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;max-width:280px}.mk-recipient-pills,.mk-template-pills{flex-wrap:wrap;gap:.45rem;display:flex}.mk-pill{color:#fff9;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.81rem;font-weight:500;transition:all .15s;display:inline-flex}.mk-pill:hover{color:#c7d2fe;background:#818cf81a;border-color:#818cf8}.mk-pill.active{color:#e0e7ff;background:#818cf833;border-color:#818cf8;font-weight:600}.mk-pill-count{color:#ffffffd9;letter-spacing:0;background:#ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-width:1.4em;padding:.05rem .42rem;font-size:.72rem;font-weight:700;display:inline-flex}.mk-pill.active .mk-pill-count{color:#e0e7ff;background:#818cf859}.mk-editor-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.mk-preview-toggle{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:7px;padding:.33rem .85rem;font-size:.81rem;transition:all .15s}.mk-preview-toggle:hover,.mk-preview-toggle.active{color:#c7d2fe;background:#818cf826;border-color:#818cf8}.mk-preview-shell{background:#f1f5f9;border:1px solid #ffffff1f;border-radius:10px;overflow:hidden}.mk-preview-bar{color:#fff6;background:#00000059;border-bottom:1px solid #ffffff0f;padding:.4rem .85rem;font-size:.76rem}.mk-preview-iframe{background:#f1f5f9;border:none;width:100%;height:560px;display:block}.mk-schedule-row{flex-wrap:wrap;gap:1.25rem;margin-bottom:.75rem;display:flex}.mk-radio-label{color:#ffffffbf;cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.mk-radio-label input[type=radio]{accent-color:#818cf8;cursor:pointer;width:16px;height:16px}.mk-schedule-datetime{margin-top:.75rem}.mk-send-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.mk-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;padding:.65rem 1.75rem;font-family:inherit;font-size:.92rem;font-weight:700;transition:opacity .15s,transform .1s;box-shadow:0 4px 14px #6366f159}.mk-send-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.mk-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.mk-send-hint{color:#fff6;font-size:.82rem}.mk-alert{border-radius:8px;margin-top:.5rem;padding:.6rem .9rem;font-size:.86rem;font-weight:500}.mk-alert.ok{color:#6ee7b7;background:#10b98126;border:1px solid #10b9814d}.mk-alert.err{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d}.mk-userpicker{background:#0003;border:1px solid #ffffff1a;border-radius:10px;overflow:hidden}.mk-userpicker-toolbar{background:#ffffff08;border-bottom:1px solid #ffffff12;flex-wrap:wrap;align-items:center;gap:.7rem;padding:.65rem .9rem;display:flex}.mk-userpicker-search{color:#f1f5f9;background:#ffffff12;border:1px solid #ffffff1a;border-radius:6px;outline:none;flex:1;min-width:160px;padding:.4rem .7rem;font-size:.85rem}.mk-userpicker-search:focus{border-color:#818cf8}.mk-userpicker-search::placeholder{color:#ffffff45}.mk-link-btn{color:#818cf8;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.2rem .3rem;font-size:.8rem;text-decoration:underline}.mk-link-btn:hover{color:#a5b4fc}.mk-userpicker-count{color:#ffffff61;margin-left:auto;font-size:.78rem}.mk-userpicker-list{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;max-height:280px;overflow-y:auto}.mk-userpicker-row{cursor:pointer;border-bottom:1px solid #ffffff0a;align-items:center;gap:.7rem;padding:.5rem .9rem;transition:background .12s;display:flex}.mk-userpicker-row:hover{background:#ffffff0a}.mk-userpicker-row input[type=checkbox]{accent-color:#818cf8;cursor:pointer;width:15px;height:15px}.mk-userpicker-name{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;min-width:120px;font-size:.87rem;font-weight:500;overflow:hidden}.mk-userpicker-email{color:#ffffff6b;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;overflow:hidden}.mk-userpicker-badge{color:#ffffff6b;white-space:nowrap;background:#ffffff0f;border-radius:999px;flex-shrink:0;padding:.18rem .55rem;font-size:.73rem}.mk-userpicker-badge.sub{color:#c7d2fe;background:#6366f133}.mk-userpicker-empty{text-align:center;color:#ffffff4d;padding:1.25rem;font-size:.85rem}.mk-history-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.mk-refresh-btn{color:#ffffff8c;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;padding:.38rem .85rem;font-family:inherit;font-size:.82rem;transition:all .15s}.mk-refresh-btn:hover:not(:disabled){color:#ffffffd9;border-color:#ffffff40}.mk-refresh-btn:disabled{opacity:.4;cursor:not-allowed}.mk-table-wrap{border:1px solid #ffffff14;border-radius:10px;overflow-x:auto}.mk-table{border-collapse:collapse;color:#e2e8f0;width:100%;font-size:.87rem}.mk-table thead tr{background:#ffffff0d;border-bottom:1px solid #ffffff17}.mk-table th{text-align:left;color:#ffffff6b;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;padding:.6rem 1rem;font-size:.73rem;font-weight:700}.mk-table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:.65rem 1rem}.mk-table tbody tr:last-child td{border-bottom:none}.mk-table tbody tr:hover{background:#ffffff08}.mk-td-name{max-width:280px}.mk-td-subject{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;max-width:260px;font-weight:500;display:block;overflow:hidden}.mk-td-campaign-name{color:#ffffff59;margin-top:1px;font-size:.76rem;display:block}.mk-td-count{text-align:right;color:#ffffff8c;font-variant-numeric:tabular-nums}.mk-td-date{color:#ffffff6b;white-space:nowrap;font-size:.8rem}.mk-table-empty{text-align:center;color:#ffffff47;padding:2.5rem;font-size:.88rem}.mk-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:.25rem;padding:.18rem .6rem;font-size:.76rem;font-weight:600;display:inline-flex}.mk-badge-pending{color:#fcd34d;background:#f59e0b26;border:1px solid #f59e0b40}.mk-badge-sending{color:#a5b4fc;background:#6366f126;border:1px solid #6366f140}.mk-badge-sent{color:#6ee7b7;background:#10b98126;border:1px solid #10b98140}.mk-badge-partial{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.mk-badge-failed{color:#fca5a5;background:#ef444426;border:1px solid #ef444440}.mk-badge-cancelled{color:#ffffff61;background:#64748b26;border:1px solid #64748b33}.mk-err-msg{cursor:help;margin-left:.4rem;font-size:.83rem}.mk-cancel-btn{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:.26rem .7rem;font-family:inherit;font-size:.78rem;transition:all .15s}.mk-cancel-btn:hover:not(:disabled){background:#ef444433;border-color:#ef444480}.mk-cancel-btn:disabled{opacity:.4;cursor:not-allowed}.mk-tmpl-list{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.mk-tmpl-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;transition:border-color .15s;overflow:hidden}.mk-tmpl-card:hover{border-color:#818cf84d}.mk-tmpl-card-active{background:#818cf812;border-color:#818cf8}.mk-tmpl-card-head{flex-wrap:wrap;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.mk-tmpl-card-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mk-tmpl-card-name{color:#e2e8f0;font-size:.9rem;font-weight:600}.mk-tmpl-card-subject{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.mk-tmpl-cat{color:#fff6;white-space:nowrap;border:1px solid #ffffff1f;border-radius:999px;padding:.15rem .55rem;font-size:.72rem}.mk-tmpl-card-actions{flex-shrink:0;gap:.4rem;display:flex}.mk-tmpl-action-btn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:7px;padding:.3rem .75rem;font-family:inherit;font-size:.8rem;transition:all .15s}.mk-tmpl-action-btn:hover{color:#c7d2fe;background:#818cf81f;border-color:#818cf8}.mk-tmpl-delete:hover{color:#fca5a5!important;background:#ef44441a!important;border-color:#ef444480!important}.mk-campaign-editor{flex-direction:column;gap:.75rem;display:flex}.mk-greeting-toggle{cursor:pointer;color:#fffc;background:#818cf812;border:1px solid #818cf833;border-radius:10px;align-items:flex-start;gap:.6rem;margin-bottom:0;padding:.65rem .9rem;font-size:.86rem;line-height:1.45;display:flex}.mk-editor-modebar{background:#0f172a42;border:1px solid #94a3b838;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .8rem;display:flex}.mk-editor-modecopy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.mk-editor-modecopy strong{color:#f8fafc;font-size:.84rem}.mk-editor-modecopy span{color:#94a3b8;font-size:.72rem}.mk-editor-modes{background:#0f172a57;border:1px solid #94a3b82e;border-radius:9px;flex-shrink:0;gap:.2rem;padding:.2rem;display:inline-flex}.mk-editor-modes button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.4rem .7rem;font:700 .76rem inherit}.mk-editor-modes button:hover{color:#e0e7ff}.mk-editor-modes button.active{color:#fff;background:#4f46e5;box-shadow:0 3px 10px #4f46e547}.mk-greeting-toggle input[type=checkbox]{accent-color:#818cf8;cursor:pointer;flex-shrink:0;width:15px;height:15px;margin-top:2px}.mk-greeting-note{color:#ffffff59;margin-left:.15rem;font-size:.78rem}.mk-greeting-bar{color:#c7d2fe;background:#6366f11a;border:1px solid #818cf833;border-radius:10px;padding:.5rem 1rem;font-size:.88rem;font-style:italic}.mk-editor-help{color:#94a3b8;margin:-.25rem 0 0;font-size:.74rem}.mk-greeting-bar-note{color:#818cf899;margin-left:.4rem;font-size:.76rem;font-style:normal}.mk-insert-btn{color:#c7d2fe!important;background:#818cf81f!important;border-color:#818cf84d!important;font-weight:600!important}.mk-insert-btn:hover{color:#e0e7ff!important;background:#818cf840!important;border-color:#818cf8!important}.mk-var-chip{color:#6366f1;cursor:default;-webkit-user-select:none;user-select:none;vertical-align:middle;background:#6366f126;border:1px solid #6366f166;border-radius:4px;padding:0 5px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85em;display:inline-block}.mk-wysiwyg-preview-notice{color:#fcd34d;background:#f59e0b1f;border:none;border-left:1px solid #f59e0b40;border-right:1px solid #f59e0b40;padding:.45rem 1rem;font-size:.78rem}.mk-recurring-block{background:#6366f10d;border:1px solid #818cf826;border-radius:10px;padding:1rem 1.1rem}.mk-recurring-row{flex-wrap:wrap;align-items:flex-end;gap:.85rem;display:flex}.mk-recurring-field{flex-direction:column;flex:1;min-width:160px;display:flex}.mk-tmpl-editor{background:linear-gradient(145deg,#0f172a6b,#1e293b47);border:1px solid #818cf847;border-radius:14px;margin-top:.75rem;padding:1.35rem;box-shadow:inset 0 1px #ffffff06}.mk-tmpl-editor-meta{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.mk-wysiwyg-toolbar{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px 8px 0 0;flex-wrap:wrap;align-items:center;gap:.3rem;padding:.5rem .75rem;display:flex}.mk-wysiwyg-toolbar button{color:#ffffffbf;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:5px;padding:.28rem .6rem;font-family:inherit;font-size:.8rem;transition:all .12s}.mk-wysiwyg-toolbar button:hover,.mk-wysiwyg-toolbar button.active{color:#c7d2fe;background:#818cf833;border-color:#818cf8}.mk-toolbar-sep{background:#ffffff1f;flex-shrink:0;width:1px;height:22px;margin:0 .15rem}.mk-toolbar-hint{color:#ffffff4d;margin-left:auto;font-size:.73rem}.mk-toolbar-hint code{color:#a5b4fc;background:#ffffff14;border-radius:3px;padding:1px 4px}.mk-wysiwyg{color:#1e293b;background:#fff;border:1px solid #ffffff1a;border-top:none;border-radius:0 0 8px 8px;outline:none;min-height:280px;padding:1.25rem 1.5rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.7;overflow-y:auto}.mk-wysiwyg:focus{border-color:#818cf8;box-shadow:0 0 0 2px #818cf826}.mk-wysiwyg-dragover{background:#6366f10a!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f140!important}.mk-wysiwyg img{cursor:grab;border-radius:6px;max-width:100%}.mk-wysiwyg img:active{cursor:grabbing}.mk-wysiwyg h3{color:#6366f1;margin-top:1.5rem;margin-bottom:.6rem}.mk-wysiwyg a{color:#6366f1}.mk-wysiwyg p{margin:0 0 1.1em;line-height:1.78}.mk-wysiwyg p:last-child{margin-bottom:0}.mk-wysiwyg ul,.mk-wysiwyg ol{margin:0 0 1.1em;padding-left:1.5em;line-height:1.78}.mk-wysiwyg li{margin-bottom:.35em}.mk-wysiwyg img{border-radius:6px;max-width:100%}.mk-wysiwyg-preview-wrap{background:#f1f5f9;border:1px solid #ffffff1f;border-radius:12px;overflow:hidden}.mk-wysiwyg-email-shell{background:#fff;border-radius:12px;max-width:560px;margin:1.5rem auto;overflow:hidden;box-shadow:0 2px 16px #0000001f}.mk-wysiwyg-email-header{background:#1e1b4b;flex-direction:column;gap:3px;padding:20px 28px;display:flex}.mk-wysiwyg-email-header span{color:#fff;font-size:17px;font-weight:700}.mk-wysiwyg-email-header small{color:#ffffff80;font-size:12px}.mk-wysiwyg-email-body{color:#1e293b;padding:28px;font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.7}.mk-wysiwyg-email-body p{color:#1e293b;margin:0 0 1.1em;font-size:15px;line-height:1.78}.mk-wysiwyg-email-body p:last-child{margin-bottom:0}.mk-wysiwyg-email-body h3{color:#6366f1;margin-top:1.5rem;margin-bottom:.6rem}.mk-wysiwyg-email-body ul,.mk-wysiwyg-email-body ol{margin:0 0 1.1em;padding-left:1.5em;line-height:1.78}.mk-wysiwyg-email-body li{margin-bottom:.35em}.mk-wysiwyg-email-body a{color:#6366f1}.mk-wysiwyg-email-footer{color:#94a3b8;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:14px 28px;font-size:12px}.mk-wysiwyg-email-footer a{color:#94a3b8}@media (width<=640px){.mk-section{padding:1.25rem 1rem}.mk-recipient-pills,.mk-template-pills{gap:.35rem}.mk-pill{padding:.32rem .7rem;font-size:.76rem}.mk-table th:nth-child(4),.mk-table td:nth-child(4){display:none}.mk-tmpl-editor-meta{flex-direction:column}.mk-editor-modebar{flex-direction:column;align-items:stretch}.mk-editor-modes{align-self:flex-start}.mk-wysiwyg-toolbar{gap:.2rem}.mk-recurring-row{flex-direction:column}.mk-recurring-field{min-width:100%}}.mk-ext-contacts{flex-direction:column;gap:.75rem;display:flex}.mk-ext-contacts-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.mk-ext-count{color:#94a3b8;font-size:.88rem}.mk-ext-import-box{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;padding:1rem 1.1rem}.mk-ext-import-area{resize:vertical;width:100%;font-family:monospace;font-size:.82rem}.mk-ext-table-wrap{border:1px solid #ffffff0f;border-radius:8px;overflow-x:auto}.mk-ext-recipient-panel{background:#6366f112;border:1px solid #6366f140;border-radius:10px;flex-direction:column;gap:.4rem;margin-top:.35rem;padding:.75rem 1rem;display:flex}.mk-ext-recipient-summary{color:#c7d2fe;justify-content:space-between;align-items:center;gap:1rem;font-size:.88rem;display:flex}.mk-ext-recipient-list{flex-wrap:wrap;gap:.4rem;max-height:260px;padding:.5rem 0;display:flex;overflow-y:auto}.mk-ext-recipient-chip{color:#e2e8f0;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:.2rem .65rem;font-size:.78rem}.mk-ext-chip-email{color:#94a3b8}.mk-img-uploading{opacity:.6;cursor:not-allowed}.mk-attach-row{align-items:center;gap:.75rem;display:flex}.mk-attach-btn{color:#a5b4fc;cursor:pointer;background:#6366f10f;border:1.5px dashed #6366f166;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem 1rem;font-family:inherit;font-size:.82rem;transition:border-color .15s,background .15s;display:inline-flex}.mk-attach-btn:hover:not(:disabled){color:#c7d2fe;background:#6366f11f;border-color:#6366f1b3}.mk-attach-btn:disabled{opacity:.5;cursor:not-allowed}.mk-attach-count{color:#64748b;font-size:.78rem}.mk-attach-list{flex-direction:column;gap:.35rem;margin:.6rem 0 0;padding:0;list-style:none;display:flex}.mk-attach-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .65rem;font-size:.82rem;display:flex}.mk-attach-icon{flex-shrink:0;font-size:1rem}.mk-attach-name{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.mk-attach-size{color:#64748b;flex-shrink:0;font-size:.75rem}.mk-attach-remove{color:#64748b;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .2rem;font-size:.8rem;line-height:1;transition:color .1s}.mk-attach-remove:hover{color:#ef4444}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--font-serif:"Instrument Serif", ui-serif, Georgia, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-900:oklch(39.6% .141 25.723);--color-red-950:oklch(25.8% .092 26.042);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-500:oklch(76.9% .188 70.08);--color-green-300:oklch(87.1% .15 154.449);--color-green-500:oklch(72.3% .219 149.579);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--tracking-widest:.1em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-el-bg:#1d1547;--color-el-fg:#f3f4fc;--color-el-card:#2b235d;--color-el-primary:#764be5;--color-el-primary-fg:#f8f8fc;--color-el-muted-fg:#b2b5d1;--color-el-terracotta:#e3ad4b;--color-el-teal:#764be5;--color-el-sand:#261f52;--color-el-border:#444171}}@layer base{@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}.el-root h1,.el-root h2,.el-root h3{font-family:var(--font-serif);letter-spacing:-.02em;font-style:italic;font-weight:400;line-height:1.1}*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}@supports (color:color-mix(in lab, red, red)){.border-amber-500\/30{border-color:color-mix(in oklab, var(--color-amber-500) 30%, transparent)}}@supports (color:color-mix(in lab, red, red)){.border-green-500\/30{border-color:color-mix(in oklab, var(--color-green-500) 30%, transparent)}}@supports (color:color-mix(in lab, red, red)){.bg-amber-500\/15{background-color:color-mix(in oklab, var(--color-amber-500) 15%, transparent)}}@supports (color:color-mix(in lab, red, red)){.bg-black\/55{background-color:color-mix(in oklab, var(--color-black) 55%, transparent)}}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/10{background-color:color-mix(in oklab, var(--color-green-500) 10%, transparent)}}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/15{background-color:color-mix(in oklab, var(--color-green-500) 15%, transparent)}}@media (hover:hover){.hover\:-translate-y-px:hover{--tw-translate-y:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.hover\:bg-\[\#1ebe5a\]:hover{background-color:#1ebe5a}.hover\:no-underline:hover{text-decoration-line:none}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-90:hover{opacity:.9}.hover\:brightness-95:hover{--tw-brightness:brightness(95%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}@media (prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}}@media (width>=40rem){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:h-\[900px\]{height:900px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:justify-end{justify-content:flex-end}.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}.sm\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.sm\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}}@media (width>=48rem){.md\:-top-6{top:calc(var(--spacing) * -6)}.md\:-right-6{right:calc(var(--spacing) * -6)}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-28{height:calc(var(--spacing) * 28)}.md\:h-\[760px\]{height:760px}.md\:w-28{width:calc(var(--spacing) * 28)}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1\.2fr_1fr\]{grid-template-columns:1.2fr 1fr}.md\:grid-cols-\[1fr_1\.3fr\]{grid-template-columns:1fr 1.3fr}.md\:grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.md\:grid-cols-\[15\.25rem_minmax\(0\,1fr\)\]{grid-template-columns:15.25rem minmax(0,1fr)}.md\:flex-col{flex-direction:column}.md\:gap-10{gap:calc(var(--spacing) * 10)}.md\:gap-16{gap:calc(var(--spacing) * 16)}.md\:justify-self-end{justify-self:flex-end}.md\:p-6{padding:calc(var(--spacing) * 6)}.md\:p-7{padding:calc(var(--spacing) * 7)}.md\:p-8{padding:calc(var(--spacing) * 8)}.md\:p-10{padding:calc(var(--spacing) * 10)}.md\:px-8{padding-inline:calc(var(--spacing) * 8)}.md\:py-12{padding-block:calc(var(--spacing) * 12)}.md\:py-14{padding-block:calc(var(--spacing) * 14)}.md\:py-16{padding-block:calc(var(--spacing) * 16)}.md\:py-24{padding-block:calc(var(--spacing) * 24)}.md\:pt-16{padding-top:calc(var(--spacing) * 16)}.md\:pt-20{padding-top:calc(var(--spacing) * 20)}.md\:pr-28{padding-right:calc(var(--spacing) * 28)}.md\:pb-10{padding-bottom:calc(var(--spacing) * 10)}.md\:pb-28{padding-bottom:calc(var(--spacing) * 28)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.md\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.md\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.md\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.md\:text-\[0\.98rem\]{font-size:.98rem}.md\:text-\[17px\]{font-size:17px}}@media (width>=64rem){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{inset-inline:0}.inset-y-0{inset-block:0}.-top-1{top:calc(var(--spacing) * -1)}.-top-5{top:calc(var(--spacing) * -5)}.top-0{top:0}.top-1\/2{top:50%}.top-3{top:calc(var(--spacing) * 3)}.top-full{top:100%}.-right-1{right:calc(var(--spacing) * -1)}.-right-5{right:calc(var(--spacing) * -5)}.right-0{right:0}.right-3{right:calc(var(--spacing) * 3)}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:calc(var(--spacing) * 2)}.left-3{left:calc(var(--spacing) * 3)}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.-m-2{margin:calc(var(--spacing) * -2)}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.mx-auto{margin-inline:auto}.my-1{margin-block:var(--spacing)}.my-2{margin-block:calc(var(--spacing) * 2)}.my-4{margin-block:calc(var(--spacing) * 4)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:var(--spacing)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-auto{margin-top:auto}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mb-1{margin-bottom:var(--spacing)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-2\.5{margin-bottom:calc(var(--spacing) * 2.5)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.ml-auto{margin-left:auto}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-square{aspect-ratio:1}.size-2{width:calc(var(--spacing) * 2);height:calc(var(--spacing) * 2)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-11{width:calc(var(--spacing) * 11);height:calc(var(--spacing) * 11)}.size-12{width:calc(var(--spacing) * 12);height:calc(var(--spacing) * 12)}.size-16{width:calc(var(--spacing) * 16);height:calc(var(--spacing) * 16)}.size-\[var\(--ds-touch-target\)\]{width:var(--ds-touch-target);height:var(--ds-touch-target)}.size-full{width:100%;height:100%}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-2{height:calc(var(--spacing) * 2)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-12{height:calc(var(--spacing) * 12)}.h-20{height:calc(var(--spacing) * 20)}.h-24{height:calc(var(--spacing) * 24)}.h-28{height:calc(var(--spacing) * 28)}.h-32{height:calc(var(--spacing) * 32)}.h-36{height:calc(var(--spacing) * 36)}.h-40{height:calc(var(--spacing) * 40)}.h-48{height:calc(var(--spacing) * 48)}.h-52{height:calc(var(--spacing) * 52)}.h-64{height:calc(var(--spacing) * 64)}.h-80{height:calc(var(--spacing) * 80)}.h-96{height:calc(var(--spacing) * 96)}.h-\[1180px\]{height:1180px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-72{max-height:calc(var(--spacing) * 72)}.max-h-80{max-height:calc(var(--spacing) * 80)}.max-h-\[180px\]{max-height:180px}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.min-h-9{min-height:calc(var(--spacing) * 9)}.min-h-10{min-height:calc(var(--spacing) * 10)}.min-h-12{min-height:calc(var(--spacing) * 12)}.min-h-16{min-height:calc(var(--spacing) * 16)}.min-h-28{min-height:calc(var(--spacing) * 28)}.min-h-\[4\.25rem\]{min-height:4.25rem}.min-h-\[180px\]{min-height:180px}.min-h-\[var\(--ds-touch-target\)\]{min-height:var(--ds-touch-target)}.min-h-dvh{min-height:100dvh}.min-h-screen{min-height:100vh}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-2{width:calc(var(--spacing) * 2)}.w-2\/3{width:66.6667%}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing) * 4)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-12{width:calc(var(--spacing) * 12)}.w-24{width:calc(var(--spacing) * 24)}.w-28{width:calc(var(--spacing) * 28)}.w-36{width:calc(var(--spacing) * 36)}.w-40{width:calc(var(--spacing) * 40)}.w-56{width:calc(var(--spacing) * 56)}.w-80{width:calc(var(--spacing) * 80)}.w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.w-\[min\(24rem\,90vw\)\]{width:min(24rem,90vw)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-36{max-width:calc(var(--spacing) * 36)}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.min-w-0{min-width:0}.min-w-5{min-width:calc(var(--spacing) * 5)}.min-w-40{min-width:calc(var(--spacing) * 40)}.min-w-48{min-width:calc(var(--spacing) * 48)}.min-w-\[8rem\]{min-width:8rem}.flex-1{flex:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-0{--tw-translate-y:0px;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-full{--tw-translate-y:100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.resize{resize:both}.scroll-mt-10{scroll-margin-top:calc(var(--spacing) * 10)}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.content-end{align-content:flex-end}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-items-center{justify-items:center}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}:where(.space-y-2\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.justify-self-center{justify-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-ds-lg{border-radius:var(--ds-radius-lg)}.rounded-ds-md{border-radius:var(--ds-radius-md)}.rounded-ds-sm{border-radius:var(--ds-radius-sm)}.rounded-full{border-radius:2147483647px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-none{border-radius:0}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-ds-xl{border-top-left-radius:var(--ds-radius-xl);border-top-right-radius:var(--ds-radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-amber-500\/30{border-color:#f99c004d}@supports (color:color-mix(in lab, red, red)){.border-amber-500\/30{border-color:color-mix(in oklab, var(--color-amber-500) 30%, transparent)}}.border-current{border-color:currentColor}.border-ds-border{border-color:var(--ds-border)}.border-ds-input{border-color:var(--ds-input)}.border-el-border{border-color:var(--color-el-border)}.border-el-border\/30{border-color:#4441714d}@supports (color:color-mix(in lab, red, red)){.border-el-border\/30{border-color:color-mix(in oklab, var(--color-el-border) 30%, transparent)}}.border-el-primary{border-color:var(--color-el-primary)}.border-el-primary\/40{border-color:#764be566}@supports (color:color-mix(in lab, red, red)){.border-el-primary\/40{border-color:color-mix(in oklab, var(--color-el-primary) 40%, transparent)}}.border-el-teal{border-color:var(--color-el-teal)}.border-el-terracotta{border-color:var(--color-el-terracotta)}.border-el-terracotta\/30{border-color:#e3ad4b4d}@supports (color:color-mix(in lab, red, red)){.border-el-terracotta\/30{border-color:color-mix(in oklab, var(--color-el-terracotta) 30%, transparent)}}.border-el-terracotta\/40{border-color:#e3ad4b66}@supports (color:color-mix(in lab, red, red)){.border-el-terracotta\/40{border-color:color-mix(in oklab, var(--color-el-terracotta) 40%, transparent)}}.border-el-terracotta\/50{border-color:#e3ad4b80}@supports (color:color-mix(in lab, red, red)){.border-el-terracotta\/50{border-color:color-mix(in oklab, var(--color-el-terracotta) 50%, transparent)}}.border-green-500\/30{border-color:#00c7584d}@supports (color:color-mix(in lab, red, red)){.border-green-500\/30{border-color:color-mix(in oklab, var(--color-green-500) 30%, transparent)}}.border-red-400{border-color:var(--color-red-400)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-t-transparent{border-top-color:#0000}.bg-\[\#25D366\]{background-color:#25d366}.bg-amber-500\/15{background-color:#f99c0026}@supports (color:color-mix(in lab, red, red)){.bg-amber-500\/15{background-color:color-mix(in oklab, var(--color-amber-500) 15%, transparent)}}.bg-black\/55{background-color:#0000008c}@supports (color:color-mix(in lab, red, red)){.bg-black\/55{background-color:color-mix(in oklab, var(--color-black) 55%, transparent)}}.bg-ds-accent{background-color:var(--ds-accent)}.bg-ds-background,.bg-ds-background\/90{background-color:var(--ds-background)}@supports (color:color-mix(in lab, red, red)){.bg-ds-background\/90{background-color:color-mix(in oklab, var(--ds-background) 90%, transparent)}}.bg-ds-border{background-color:var(--ds-border)}.bg-ds-card,.bg-ds-card\/95{background-color:var(--ds-card)}@supports (color:color-mix(in lab, red, red)){.bg-ds-card\/95{background-color:color-mix(in oklab, var(--ds-card) 95%, transparent)}}.bg-ds-destructive{background-color:var(--ds-destructive)}.bg-ds-foreground{background-color:var(--ds-foreground)}.bg-ds-muted{background-color:var(--ds-muted)}.bg-ds-popover{background-color:var(--ds-popover)}.bg-ds-primary{background-color:var(--ds-primary)}.bg-ds-secondary{background-color:var(--ds-secondary)}.bg-el-bg{background-color:var(--color-el-bg)}.bg-el-bg\/40{background-color:#1d154766}@supports (color:color-mix(in lab, red, red)){.bg-el-bg\/40{background-color:color-mix(in oklab, var(--color-el-bg) 40%, transparent)}}.bg-el-bg\/60{background-color:#1d154799}@supports (color:color-mix(in lab, red, red)){.bg-el-bg\/60{background-color:color-mix(in oklab, var(--color-el-bg) 60%, transparent)}}.bg-el-bg\/95{background-color:#1d1547f2}@supports (color:color-mix(in lab, red, red)){.bg-el-bg\/95{background-color:color-mix(in oklab, var(--color-el-bg) 95%, transparent)}}.bg-el-border{background-color:var(--color-el-border)}.bg-el-card{background-color:var(--color-el-card)}.bg-el-card\/40{background-color:#2b235d66}@supports (color:color-mix(in lab, red, red)){.bg-el-card\/40{background-color:color-mix(in oklab, var(--color-el-card) 40%, transparent)}}.bg-el-card\/60{background-color:#2b235d99}@supports (color:color-mix(in lab, red, red)){.bg-el-card\/60{background-color:color-mix(in oklab, var(--color-el-card) 60%, transparent)}}.bg-el-fg\/10{background-color:#f3f4fc1a}@supports (color:color-mix(in lab, red, red)){.bg-el-fg\/10{background-color:color-mix(in oklab, var(--color-el-fg) 10%, transparent)}}.bg-el-primary{background-color:var(--color-el-primary)}.bg-el-primary\/10{background-color:#764be51a}@supports (color:color-mix(in lab, red, red)){.bg-el-primary\/10{background-color:color-mix(in oklab, var(--color-el-primary) 10%, transparent)}}.bg-el-primary\/15{background-color:#764be526}@supports (color:color-mix(in lab, red, red)){.bg-el-primary\/15{background-color:color-mix(in oklab, var(--color-el-primary) 15%, transparent)}}.bg-el-sand{background-color:var(--color-el-sand)}.bg-el-teal{background-color:var(--color-el-teal)}.bg-el-teal\/10{background-color:#764be51a}@supports (color:color-mix(in lab, red, red)){.bg-el-teal\/10{background-color:color-mix(in oklab, var(--color-el-teal) 10%, transparent)}}.bg-el-terracotta{background-color:var(--color-el-terracotta)}.bg-green-500\/10{background-color:#00c7581a}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/10{background-color:color-mix(in oklab, var(--color-green-500) 10%, transparent)}}.bg-green-500\/15{background-color:#00c75826}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/15{background-color:color-mix(in oklab, var(--color-green-500) 15%, transparent)}}.bg-red-50{background-color:var(--color-red-50)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.fill-current{fill:currentColor}.fill-ds-foreground{fill:var(--ds-foreground)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-1{padding:var(--spacing)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-0{padding-inline:0}.px-1{padding-inline:var(--spacing)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-7{padding-inline:calc(var(--spacing) * 7)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-3\.5{padding-block:calc(var(--spacing) * 3.5)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-16{padding-block:calc(var(--spacing) * 16)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-10{padding-top:calc(var(--spacing) * 10)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pr-24{padding-right:calc(var(--spacing) * 24)}.pb-6{padding-bottom:calc(var(--spacing) * 6)}.pb-16{padding-bottom:calc(var(--spacing) * 16)}.pb-\[calc\(1\.5rem\+var\(--ds-safe-bottom\)\)\]{padding-bottom:calc(1.5rem + var(--ds-safe-bottom))}.pb-\[calc\(5\.5rem\+var\(--ds-safe-bottom\)\)\]{padding-bottom:calc(5.5rem + var(--ds-safe-bottom))}.pb-\[var\(--ds-safe-bottom\)\]{padding-bottom:var(--ds-safe-bottom)}.pl-6{padding-left:calc(var(--spacing) * 6)}.pl-7{padding-left:calc(var(--spacing) * 7)}.pl-8{padding-left:calc(var(--spacing) * 8)}.text-center{text-align:center}.text-left{text-align:left}.font-ds-display{font-family:var(--ds-font-display)}.font-ds-sans{font-family:var(--ds-font-sans)}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.625rem\]{font-size:.625rem}.text-\[0\.6875rem\]{font-size:.6875rem}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-\[1\.05\]{--tw-leading:1.05;line-height:1.05}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.16em\]{--tw-tracking:.16em;letter-spacing:.16em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.break-all{word-break:break-all}.text-amber-200{color:var(--color-amber-200)}.text-ds-accent{color:var(--ds-accent)}.text-ds-accent-foreground{color:var(--ds-accent-foreground)}.text-ds-background{color:var(--ds-background)}.text-ds-card-foreground{color:var(--ds-card-foreground)}.text-ds-foreground{color:var(--ds-foreground)}.text-ds-muted-foreground{color:var(--ds-muted-foreground)}.text-ds-popover-foreground{color:var(--ds-popover-foreground)}.text-ds-primary{color:var(--ds-primary)}.text-ds-primary-foreground{color:var(--ds-primary-foreground)}.text-ds-secondary-foreground{color:var(--ds-secondary-foreground)}.text-el-fg{color:var(--color-el-fg)}.text-el-fg\/40{color:#f3f4fc66}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/40{color:color-mix(in oklab, var(--color-el-fg) 40%, transparent)}}.text-el-fg\/50{color:#f3f4fc80}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/50{color:color-mix(in oklab, var(--color-el-fg) 50%, transparent)}}.text-el-fg\/55{color:#f3f4fc8c}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/55{color:color-mix(in oklab, var(--color-el-fg) 55%, transparent)}}.text-el-fg\/60{color:#f3f4fc99}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/60{color:color-mix(in oklab, var(--color-el-fg) 60%, transparent)}}.text-el-fg\/70{color:#f3f4fcb3}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/70{color:color-mix(in oklab, var(--color-el-fg) 70%, transparent)}}.text-el-fg\/75{color:#f3f4fcbf}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/75{color:color-mix(in oklab, var(--color-el-fg) 75%, transparent)}}.text-el-fg\/80{color:#f3f4fccc}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/80{color:color-mix(in oklab, var(--color-el-fg) 80%, transparent)}}.text-el-fg\/85{color:#f3f4fcd9}@supports (color:color-mix(in lab, red, red)){.text-el-fg\/85{color:color-mix(in oklab, var(--color-el-fg) 85%, transparent)}}.text-el-muted-fg{color:var(--color-el-muted-fg)}.text-el-primary{color:var(--color-el-primary)}.text-el-primary-fg{color:var(--color-el-primary-fg)}.text-el-teal{color:var(--color-el-teal)}.text-el-terracotta{color:var(--color-el-terracotta)}.text-green-300{color:var(--color-green-300)}.text-red-400{color:var(--color-red-400)}.text-red-500{color:var(--color-red-500)}.text-red-900{color:var(--color-red-900)}.text-red-950{color:var(--color-red-950)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.accent-ds-primary{accent-color:var(--ds-primary)}.opacity-60{opacity:.6}.opacity-90{opacity:.9}.shadow-ds-lg{--tw-shadow:var(--ds-shadow-lg);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-ds-md{--tw-shadow:var(--ds-shadow-md);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-ds-sm{--tw-shadow:var(--ds-shadow-sm);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-el-border{--tw-ring-color:var(--color-el-border)}.ring-red-400{--tw-ring-color:var(--color-red-400)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,background-color\,border-color\,box-shadow\,transform\]{transition-property:color,background-color,border-color,box-shadow,transform;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-\[var\(--ds-duration-base\)\]{--tw-duration:var(--ds-duration-base);transition-duration:var(--ds-duration-base)}.duration-\[var\(--ds-duration-slow\)\]{--tw-duration:var(--ds-duration-slow);transition-duration:var(--ds-duration-slow)}.ease-ds-out{--tw-ease:var(--ds-ease-out);transition-timing-function:var(--ds-ease-out)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.group-open\:rotate-180:is(:where(.group):is([open],:popover-open,:open) *){rotate:180deg}.placeholder\:text-ds-muted-foreground::placeholder{color:var(--ds-muted-foreground)}.placeholder\:text-el-muted-fg::placeholder{color:var(--color-el-muted-fg)}.focus-within\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-within\:ring-el-primary:focus-within{--tw-ring-color:var(--color-el-primary)}.focus-within\:ring-red-300:focus-within{--tw-ring-color:var(--color-red-300)}@media (hover:hover){.hover\:-translate-y-px:hover{--tw-translate-y:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.hover\:border-el-teal:hover{border-color:var(--color-el-teal)}.hover\:bg-\[\#1ebe5a\]:hover{background-color:#1ebe5a}.hover\:bg-ds-muted:hover{background-color:var(--ds-muted)}.hover\:bg-el-bg\/60:hover{background-color:#1d154799}@supports (color:color-mix(in lab, red, red)){.hover\:bg-el-bg\/60:hover{background-color:color-mix(in oklab, var(--color-el-bg) 60%, transparent)}}.hover\:bg-el-fg\/5:hover{background-color:#f3f4fc0d}@supports (color:color-mix(in lab, red, red)){.hover\:bg-el-fg\/5:hover{background-color:color-mix(in oklab, var(--color-el-fg) 5%, transparent)}}.hover\:bg-el-fg\/20:hover{background-color:#f3f4fc33}@supports (color:color-mix(in lab, red, red)){.hover\:bg-el-fg\/20:hover{background-color:color-mix(in oklab, var(--color-el-fg) 20%, transparent)}}.hover\:bg-el-primary\/15:hover{background-color:#764be526}@supports (color:color-mix(in lab, red, red)){.hover\:bg-el-primary\/15:hover{background-color:color-mix(in oklab, var(--color-el-primary) 15%, transparent)}}.hover\:text-ds-foreground:hover{color:var(--ds-foreground)}.hover\:no-underline:hover{text-decoration-line:none}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-ds-md:hover{--tw-shadow:var(--ds-shadow-md);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.hover\:brightness-95:hover{--tw-brightness:brightness(95%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}.focus\:bg-ds-muted:focus{background-color:var(--ds-muted)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus\:ring-ds-ring:focus{--tw-ring-color:var(--ds-ring)}.focus\:ring-el-primary:focus{--tw-ring-color:var(--color-el-primary)}.focus\:ring-red-300:focus{--tw-ring-color:var(--color-red-300)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\:ring-ds-ring:focus-visible{--tw-ring-color:var(--ds-ring)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\:ring-offset-ds-background:focus-visible{--tw-ring-offset-color:var(--ds-background)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-inset:focus-visible{--tw-ring-inset:inset}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:var(--spacing);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=active\]\:bg-ds-background[data-state=active]{background-color:var(--ds-background)}.data-\[state\=active\]\:text-ds-foreground[data-state=active]{color:var(--ds-foreground)}.data-\[state\=active\]\:shadow-ds-sm[data-state=active]{--tw-shadow:var(--ds-shadow-sm);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.data-\[state\=closed\]\:-translate-x-full[data-state=closed]{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=closed\]\:translate-x-full[data-state=closed]{--tw-translate-x:100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=closed\]\:-translate-y-full[data-state=closed]{--tw-translate-y:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=closed\]\:translate-y-full[data-state=closed]{--tw-translate-y:100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=closed\]\:scale-95[data-state=closed]{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x) var(--tw-scale-y)}.data-\[state\=closed\]\:opacity-0[data-state=closed]{opacity:0}.data-\[state\=open\]\:translate-x-0[data-state=open]{--tw-translate-x:0px;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=open\]\:translate-y-0[data-state=open]{--tw-translate-y:0px;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=open\]\:scale-100[data-state=open]{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x) var(--tw-scale-y)}.data-\[state\=open\]\:bg-ds-muted[data-state=open]{background-color:var(--ds-muted)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}@media (prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}}@media (width>=40rem){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:h-\[900px\]{height:900px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:justify-end{justify-content:flex-end}.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}.sm\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.sm\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}}@media (width>=48rem){.md\:-top-6{top:calc(var(--spacing) * -6)}.md\:-right-6{right:calc(var(--spacing) * -6)}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-28{height:calc(var(--spacing) * 28)}.md\:h-\[760px\]{height:760px}.md\:w-28{width:calc(var(--spacing) * 28)}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1\.2fr_1fr\]{grid-template-columns:1.2fr 1fr}.md\:grid-cols-\[1fr_1\.3fr\]{grid-template-columns:1fr 1.3fr}.md\:grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.md\:grid-cols-\[15\.25rem_minmax\(0\,1fr\)\]{grid-template-columns:15.25rem minmax(0,1fr)}.md\:flex-col{flex-direction:column}.md\:gap-10{gap:calc(var(--spacing) * 10)}.md\:gap-16{gap:calc(var(--spacing) * 16)}.md\:justify-self-end{justify-self:flex-end}.md\:p-6{padding:calc(var(--spacing) * 6)}.md\:p-7{padding:calc(var(--spacing) * 7)}.md\:p-8{padding:calc(var(--spacing) * 8)}.md\:p-10{padding:calc(var(--spacing) * 10)}.md\:px-8{padding-inline:calc(var(--spacing) * 8)}.md\:py-12{padding-block:calc(var(--spacing) * 12)}.md\:py-14{padding-block:calc(var(--spacing) * 14)}.md\:py-16{padding-block:calc(var(--spacing) * 16)}.md\:py-24{padding-block:calc(var(--spacing) * 24)}.md\:pt-16{padding-top:calc(var(--spacing) * 16)}.md\:pt-20{padding-top:calc(var(--spacing) * 20)}.md\:pr-28{padding-right:calc(var(--spacing) * 28)}.md\:pb-10{padding-bottom:calc(var(--spacing) * 10)}.md\:pb-28{padding-bottom:calc(var(--spacing) * 28)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.md\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.md\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.md\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.md\:text-\[0\.98rem\]{font-size:.98rem}.md\:text-\[17px\]{font-size:17px}}@media (width>=64rem){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&_svg\]\:size-5 svg{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}}.at-root{flex-direction:column;gap:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.at-loading{color:#94a3b8;justify-content:center;align-items:center;gap:.75rem;padding:3rem 0;font-size:.88rem;display:flex}.at-spinner{border:2.5px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite at-spin}@keyframes at-spin{to{transform:rotate(360deg)}}.at-filter-tabs{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:.25rem;padding:0 0 .75rem;display:flex}.at-filter-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1.5px solid #0000;border-radius:99px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.73rem;font-weight:600;transition:all .15s;display:inline-flex}.at-filter-tab:hover{color:#334155;background:#e2e8f0}.at-filter-tab.active{color:#6366f1;background:#ede9fe;border-color:#c4b5fd}.at-filter-count{color:#475569;text-align:center;background:#e2e8f0;border-radius:99px;min-width:16px;padding:0 5px;font-size:.65rem;font-weight:700}.at-filter-tab.active .at-filter-count{color:#6366f1;background:#c4b5fd}.at-refresh-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:8px;margin-left:auto;padding:.25rem .55rem;font-size:1rem;line-height:1;transition:all .15s}.at-refresh-btn:hover{color:#6366f1;border-color:#6366f1}.at-bulk-bar{background:#ede9fe;border:1.5px solid #c4b5fd;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.55rem .75rem;display:flex}.at-bulk-count{color:#6366f1;white-space:nowrap;font-size:.78rem;font-weight:700}.at-bulk-label{color:#7c3aed;white-space:nowrap;margin-left:.25rem;font-size:.73rem}.at-bulk-action{cursor:pointer;white-space:nowrap;border:1.5px solid;border-radius:99px;padding:.2rem .6rem;font-size:.72rem;font-weight:700;transition:opacity .15s}.at-bulk-action:disabled{opacity:.5;cursor:default}.at-bulk-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;margin-left:auto;padding:.15rem .4rem;font-size:.72rem;transition:color .15s}.at-bulk-clear:hover{color:#ef4444}.at-table-wrap{border:1.5px solid #f1f5f9;border-radius:10px;overflow-x:auto}.at-empty{text-align:center;color:#94a3b8;padding:2.5rem;font-size:.85rem}.at-table{border-collapse:collapse;width:100%;font-size:.82rem}.at-th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#f8fafc;border-bottom:1.5px solid #f1f5f9;padding:.55rem .75rem;font-size:.69rem;font-weight:700}.at-th.sortable{cursor:pointer}.at-th.sortable:hover{color:#6366f1}.at-sort-icon{color:#cbd5e1}.at-tr{cursor:pointer;border-bottom:1px solid #f8fafc;transition:background .1s}.at-tr:hover{background:#fafbff}.at-tr.selected{background:#ede9fe40}.at-tr.expanded{background:#f5f3ff}.at-tr:last-child{border-bottom:none}.at-td{vertical-align:middle;color:#334155;padding:.6rem .75rem}.at-checkbox{accent-color:#6366f1;cursor:pointer;width:15px;height:15px}.at-type-badge{color:#64748b;white-space:nowrap;font-size:.68rem;font-weight:600}.at-title-cell{flex-direction:column;gap:.15rem;display:flex}.at-title{color:#0f172a;font-weight:600;line-height:1.3}.at-author{color:#94a3b8;font-size:.68rem}.at-page{color:#6366f1;font-size:.68rem}.at-status-group{flex-wrap:nowrap;gap:.25rem;display:flex}.at-status-chip{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:99px;padding:.15rem .45rem;font-size:.65rem;font-weight:600;transition:all .15s}.at-status-chip:hover:not(.active){color:#334155;background:#e2e8f0}.at-status-chip.active{font-weight:700}.at-priority{white-space:nowrap;font-size:.72rem}.at-date{color:#94a3b8;white-space:nowrap;font-size:.72rem}.at-detail-row .at-detail-td{background:#f8f9ff;padding:0}.at-detail{border-top:2px solid #ede9fe;flex-direction:column;gap:.85rem;padding:1rem 1.25rem 1.25rem;display:flex}.at-detail-section{flex-direction:column;gap:.35rem;display:flex}.at-detail-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-size:.68rem;font-weight:700}.at-detail-text{color:#475569;white-space:pre-wrap;font-size:.84rem;line-height:1.6}.at-compare{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.at-compare-box{border-radius:8px;padding:.6rem .75rem}.at-box-curr{background:#ef44440d;border-left:3px solid #ef4444}.at-box-exp{background:#10b9810d;border-left:3px solid #10b981}.at-compare-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.3rem;font-size:.64rem;font-weight:700;display:block}.at-compare-box p{color:#475569;white-space:pre-wrap;margin:0;font-size:.81rem;line-height:1.5}.at-thumbs{flex-wrap:wrap;gap:.5rem;display:flex}.at-thumb{cursor:zoom-in;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;max-width:120px;display:inline-block;overflow:hidden}.at-thumb img{object-fit:contain;max-width:120px;max-height:90px;display:block}.at-thumb-video{border-radius:8px;max-height:200px}.at-file-chip{color:#475569;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.75rem;text-decoration:none;display:inline-flex}.at-thread{flex-direction:column;gap:.5rem;max-height:220px;display:flex;overflow-y:auto}.at-msg{flex-direction:column;gap:.15rem;max-width:85%;display:flex}.at-msg-admin{align-self:flex-start}.at-msg-user{align-self:flex-end;align-items:flex-end}.at-msg-from{color:#94a3b8;font-size:.65rem;font-weight:700}.at-msg-body{white-space:pre-wrap;word-break:break-word;border-radius:10px;margin:0;padding:.4rem .65rem;font-size:.81rem;line-height:1.5}.at-msg-admin .at-msg-body{color:#e2e8f0;background:#1e293b;border-bottom-left-radius:3px}.at-msg-user .at-msg-body{color:#1e293b;background:#6366f126;border-bottom-right-radius:3px}.at-reply-box{align-items:flex-end;gap:.5rem;display:flex}.at-reply-input{resize:vertical;background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;flex:1;min-height:52px;padding:.5rem .75rem;font-family:inherit;font-size:.83rem;transition:border-color .15s}.at-reply-input:focus{border-color:#6366f1;outline:none}.at-reply-send{color:#fff;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:9px;padding:.45rem .85rem;font-size:.82rem;font-weight:700;transition:background .15s}.at-reply-send:hover:not(:disabled){background:#4f46e5}.at-reply-send:disabled{opacity:.5;cursor:default}.at-lightbox{z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.at-lightbox img{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh}.at-lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex;position:fixed;top:1rem;right:1.25rem}@media (width<=600px){.at-compare{grid-template-columns:1fr}.at-status-group{flex-wrap:wrap}.at-reply-box{flex-direction:column}.at-reply-send{width:100%}}.at-msg-imgs{flex-wrap:wrap;gap:.5rem;margin-top:.4rem;display:flex}.at-msg-img{object-fit:contain;cursor:zoom-in;background:#ffffff0d;border:1.5px solid #ffffff26;border-radius:8px;width:auto;max-width:240px;height:auto;max-height:180px;transition:opacity .15s;display:block}.at-msg-img:hover{opacity:.9}.at-show-closed-toggle{color:#64748b;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:99px;align-items:center;gap:.4rem;margin-left:0;padding:.28rem .65rem;font-size:.75rem;transition:all .15s;display:inline-flex}.at-show-closed-toggle:hover{color:#6366f1;background:#ede9fe;border-color:#6366f1}.at-show-closed-toggle input{cursor:pointer;accent-color:#6366f1}.at-show-closed-toggle span{font-weight:600}.at-msg-body{white-space:pre-wrap;word-break:break-word;margin:0}.at-msg-body p{margin:.2em 0}.at-msg-body p:first-child{margin-top:0}.at-msg-body p:last-child{margin-bottom:0}.at-msg-body ul,.at-msg-body ol{margin:.25em 0;padding-left:1.3em}.at-msg-body li{margin:.1em 0}.at-msg-body b,.at-msg-body strong{font-weight:700}.at-msg-body code,.at-msg-body kbd{background:#0000001a;border-radius:3px;padding:.1em .3em;font-size:.83em}.at-msg-body div,.at-msg-body section,.at-msg-body article{margin:0}.at-msg-body h1,.at-msg-body h2,.at-msg-body h3,.at-msg-body h4,.at-msg-body h5,.at-msg-body h6{margin:.3em 0 .1em;font-size:.9em;font-weight:700}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}.rb-root{flex-direction:column;gap:.5rem;display:flex;position:relative}.rb-previews{flex-wrap:wrap;align-items:flex-end;gap:.4rem;display:flex}.rb-preview-item{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;overflow:visible}.rb-preview-item.error{background:#ef44440d;border-color:#ef4444}.rb-preview-img{object-fit:cover;border-radius:6px;width:100%;height:100%;display:block}.rb-preview-icon{font-size:1.4rem}.rb-upload-overlay{background:#ffffffb3;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.rb-upload-spinner{border:2px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite rb-spin}@keyframes rb-spin{to{transform:rotate(360deg)}}.rb-remove-btn{color:#fff;cursor:pointer;z-index:2;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.55rem;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.rb-error-label{text-align:center;color:#fff;background:#ef4444;border-radius:0 0 6px 6px;padding:1px;font-size:.5rem;position:absolute;bottom:-1px;left:0;right:0}.rb-add-more{color:#94a3b8;cursor:pointer;background:#f8fafc;border:1.5px dashed #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:all .15s;display:flex}.rb-add-more:hover{color:#6366f1;border-color:#6366f1}.rb-input-wrap{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;transition:border-color .15s;overflow:hidden}.rb-input-wrap:focus-within{border-color:#6366f1}.rb-input-wrap.drag-over{background:#ede9fe20;border-color:#6366f1}.rb-editor{color:#0f172a;box-sizing:border-box;word-break:break-word;outline:none;min-height:42px;max-height:220px;padding:.45rem .75rem;font-family:inherit;font-size:.84rem;line-height:1.45;overflow-y:auto}.rb-editor div,.rb-editor p{margin:0}.rb-editor h1,.rb-editor h2,.rb-editor h3,.rb-editor h4,.rb-editor h5,.rb-editor h6{margin:0;font-size:.9em;font-weight:700}.rb-editor[data-empty=true]:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;position:absolute}.rb-editor[data-empty=true]{position:relative}.rb-editor b,.rb-editor strong{font-weight:700}.rb-editor i,.rb-editor em{font-style:italic}.rb-editor code,.rb-editor kbd{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.1em .35em;font-family:Fira Code,Cascadia Code,monospace;font-size:.82em}.rb-editor ul,.rb-editor ol{margin:.3em 0;padding-left:1.4em}.rb-editor li{margin:.1em 0}.rb-editor p{margin:.25em 0}.rb-editor blockquote{color:#64748b;border-left:3px solid #e2e8f0;margin:.4em 0;padding-left:.75em}.rb-toolbar{border-top:1px solid #f1f5f9;align-items:center;gap:.5rem;padding:.35rem .55rem;display:flex}.rb-attach-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #e2e8f0;border-radius:7px;padding:.2rem .55rem;font-size:.72rem;font-weight:600;transition:all .15s}.rb-attach-btn:hover:not(:disabled){color:#6366f1;border-color:#6366f1}.rb-attach-btn:disabled{opacity:.5;cursor:default}.rb-hint{color:#cbd5e1;white-space:nowrap;margin:0 auto;font-size:.67rem}.rb-send-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:7px;padding:.28rem .75rem;font-size:.78rem;font-weight:700;transition:background .15s}.rb-send-btn:hover:not(:disabled){background:#4f46e5}.rb-send-btn:disabled{opacity:.5;cursor:default}.rb-drop-hint-overlay{color:#6366f1;pointer-events:none;z-index:5;background:#6366f114;border:2px dashed #6366f1;border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute;inset:0}.rb-error{color:#ef4444;margin:0;font-size:.75rem}@media (width<=600px){.rb-hint{display:none}.rb-send-btn{padding:.28rem .55rem}}.admin-inbox{color:#172033}.admin-inbox__heading{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.admin-inbox__heading h2{letter-spacing:-.03em;margin:.2rem 0 .35rem;font-size:clamp(1.45rem,2vw,1.85rem)}.admin-inbox__heading p:not(.adm-eyebrow){color:#64748b;max-width:680px;margin:0;line-height:1.55}.admin-inbox__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.25rem;display:grid}.admin-inbox__summary>div{background:#fff;border:1px solid #e4e9f1;border-radius:14px;flex-direction:column;gap:.2rem;min-height:88px;padding:1rem 1.15rem;display:flex;box-shadow:0 8px 30px #141e370a}.admin-inbox__summary strong{letter-spacing:-.03em;font-size:1.55rem}.admin-inbox__summary span{color:#64748b;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:700}.admin-inbox__filters{background:#fff;border:1px solid #e4e9f1;border-radius:14px;margin-bottom:1rem;padding:.85rem}.admin-inbox__states{border-bottom:1px solid #edf0f5;gap:.3rem;padding-bottom:.7rem;display:flex;overflow-x:auto}.admin-inbox__states button{color:#667085;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;align-items:center;gap:.45rem;padding:.5rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.admin-inbox__states button:hover{color:#344054;background:#f4f5f9}.admin-inbox__states button.is-active{color:#4f46e5;background:#eeefff}.admin-inbox__states button span{text-align:center;background:#0f172a12;border-radius:999px;min-width:1.4rem;padding:.1rem .35rem;font-size:.7rem}.admin-inbox__search-row{gap:.65rem;padding-top:.75rem;display:flex}.admin-inbox__search{flex:1;min-width:220px;position:relative}.admin-inbox__search svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;color:#98a2b3;pointer-events:none;width:17px;height:17px;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.admin-inbox__search input,.admin-inbox__search-row select{color:#344054;min-height:40px;font:inherit;background:#fff;border:1px solid #d9dee8;border-radius:9px;font-size:.82rem}.admin-inbox__search input{width:100%;padding:.55rem .8rem .55rem 2.35rem}.admin-inbox__search-row select{min-width:190px;padding:.55rem 2rem .55rem .8rem}.admin-inbox__workspace{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.admin-inbox__workspace.has-detail{grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr)}.admin-inbox__list,.admin-inbox__detail{background:#fff;border:1px solid #e4e9f1;border-radius:15px;min-width:0;overflow:hidden;box-shadow:0 10px 35px #141e370d}.admin-inbox__item{border-bottom:1px solid #edf0f5}.admin-inbox__item:last-of-type{border-bottom:0}.admin-inbox__item.is-unread{background:#f9f9ff;box-shadow:inset 3px 0 #6366f1}.admin-inbox__item.is-selected{background:#f1f3ff}.admin-inbox__item-main{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:.8rem;padding:1rem 1rem .65rem;display:flex}.admin-inbox__item-main:hover .admin-inbox__item-copy>strong{color:#4f46e5}.admin-inbox__type{color:#475467;background:#f1f2f5;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:.95rem;font-weight:800;display:grid}.admin-inbox__type--lead,.admin-inbox__type--quiz_lead,.admin-inbox__type--entrepreneur_lead{color:#078467;background:#e8f7f2}.admin-inbox__type--purchase,.admin-inbox__type--payment{color:#4f46e5;background:#eef1ff}.admin-inbox__type--contact,.admin-inbox__type--contact_message{color:#b54708;background:#fff3e8}.admin-inbox__item-copy{flex-direction:column;flex:1;min-width:0;display:flex}.admin-inbox__item-meta,.admin-inbox__detail-meta{color:#7b8495;letter-spacing:.045em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:flex}.admin-inbox__item-copy>strong{color:#1d2939;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;transition:color .15s;overflow:hidden}.admin-inbox__summary-text{color:#667085;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.admin-inbox__delivery{border-radius:999px;align-self:flex-start;align-items:center;margin-top:.5rem;padding:.2rem .5rem;font-size:.68rem;font-weight:750;display:inline-flex}.admin-inbox__delivery--success{color:#067647;background:#e9f9f2}.admin-inbox__delivery--accepted{color:#4338ca;background:#eef1ff}.admin-inbox__delivery--danger{color:#c42d38;background:#fff0f0}.admin-inbox__delivery--pending{color:#9a6700;background:#fff7e6}.admin-inbox__delivery--neutral{color:#475467;background:#f2f4f7}.admin-inbox__unread-dot{background:#6366f1;border-radius:50%;flex:0 0 8px;width:8px;height:8px;margin-top:.4rem}.admin-inbox__item-actions{gap:.85rem;padding:0 1rem .75rem 3.85rem;display:flex}.admin-inbox__item-actions button{color:#667085;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.72rem;font-weight:700}.admin-inbox__item-actions button:hover{color:#4f46e5}.admin-inbox__detail{align-self:start;position:sticky;top:1rem}.admin-inbox__detail-head{color:#667085;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.72rem;font-weight:750;display:flex}.admin-inbox__detail-head button{color:#475467;cursor:pointer;background:#f2f4f7;border:0;border-radius:8px;place-items:center;width:32px;height:32px;font-size:1.25rem;display:grid}.admin-inbox__detail-body{padding:1.1rem}.admin-inbox__detail-body h3{color:#182230;margin:0 0 .65rem;font-size:1.2rem;line-height:1.3}.admin-inbox__detail-summary{color:#475467;white-space:pre-wrap;margin:0 0 1.1rem;font-size:.88rem;line-height:1.65}.admin-inbox__detail-body-copy{color:#344054;overflow-wrap:anywhere;white-space:pre-wrap;background:#f8fafc;border:1px solid #e4e9f1;border-radius:10px;margin:-.35rem 0 1.1rem;padding:.85rem .95rem;font-size:.84rem;line-height:1.65}.admin-inbox__facts{gap:.65rem;margin:0 0 1rem;display:grid}.admin-inbox__facts>div,.admin-inbox__facts>dt+dd{margin:0}.admin-inbox__facts div{border-bottom:1px solid #edf0f5;padding-bottom:.55rem}.admin-inbox__facts dt{color:#7b8495;letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.admin-inbox__facts dd{overflow-wrap:anywhere;color:#344054;margin:.15rem 0 0;font-size:.82rem}.admin-inbox__delivery-card{background:#f8fafc;border:1px solid #e4e9f1;border-radius:11px;flex-direction:column;align-items:flex-start;margin-top:1rem;padding:.85rem;display:flex}.admin-inbox__delivery-card>span:first-child{color:#667085;letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:750}.admin-inbox__delivery-card p{color:#b4232d;margin:.65rem 0 0;font-size:.78rem;line-height:1.5}.admin-inbox__delivery-card small{overflow-wrap:anywhere;color:#7b8495;margin-top:.5rem;font-size:.68rem}.admin-inbox__destination{width:100%;margin-top:1rem}.admin-inbox__detail-actions{gap:.6rem;margin-top:.65rem;display:flex}.admin-inbox__detail-actions>button{flex:1}.admin-inbox__empty{color:#667085;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:2rem;display:flex}.admin-inbox__empty>span{color:#067647;background:#eaf8f1;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:.7rem;font-size:1.1rem;display:grid}.admin-inbox__empty strong{color:#344054}.admin-inbox__empty p{margin:.25rem 0 0;font-size:.82rem}.admin-inbox__load-more{color:#475467;font:inherit;cursor:pointer;background:#fff;border:1px solid #d9dee8;border-radius:8px;margin:.8rem auto;padding:.55rem 1rem;font-size:.8rem;font-weight:700;display:block}.admin-inbox__error{color:#a91f2b;background:#fff5f5;border:1px solid #f6cbd0;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem .9rem;font-size:.8rem;display:flex}.admin-inbox__error button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;font-weight:750}@media (width<=980px){.admin-inbox__workspace.has-detail{grid-template-columns:minmax(0,1fr)}.admin-inbox__detail{grid-row:1;position:static}}@media (width<=680px){.admin-inbox__heading{flex-direction:column}.admin-inbox__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-inbox__summary>div{min-height:76px;padding:.8rem}.admin-inbox__states{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:visible}.admin-inbox__states button{justify-content:space-between;min-width:0;padding-inline:.65rem}.admin-inbox__search-row{flex-wrap:wrap}.admin-inbox__search,.admin-inbox__search-row label,.admin-inbox__search-row select{width:100%;min-width:0}.admin-inbox__item-main{padding:.85rem .8rem .6rem}.admin-inbox__item-meta{flex-direction:column;align-items:flex-start;gap:.15rem}.admin-inbox__item-copy>strong{white-space:normal}.admin-inbox__item-actions{padding-left:3.35rem}}.webadm{color:#1e293b}.webadm-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.webadm-heading h2{color:#1a1714;margin:0;font-size:1.25rem}.webadm-heading p{color:#64748b;margin:.35rem 0 0;font-size:.84rem}.webadm-actions,.webadm-selection>div:last-child{flex-wrap:wrap;gap:.5rem;display:flex}.webadm button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.5rem .75rem;font-weight:650}.webadm button:hover:not(:disabled){color:#6d28d9;border-color:#8b5cf6}.webadm button:disabled{cursor:not-allowed;opacity:.5}.webadm .webadm-primary{color:#fff;background:#6d28d9;border-color:#6d28d9}.webadm .webadm-primary:hover:not(:disabled){color:#fff;background:#5b21b6}.webadm-stats{grid-template-columns:repeat(6,minmax(110px,1fr));gap:.65rem;margin-bottom:1rem;display:grid}.webadm-stats>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.8rem}.webadm-stats strong{color:#1e1b4b;font-size:1.35rem;display:block}.webadm-stats span{color:#64748b;text-transform:uppercase;letter-spacing:.035em;margin-top:.15rem;font-size:.7rem;display:block}.webadm-filters{grid-template-columns:minmax(210px,1.5fr) repeat(4,minmax(145px,1fr));gap:.55rem;margin-bottom:.8rem;display:grid}.webadm-filters input,.webadm-filters select{color:#1e293b;min-width:0;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem .7rem;font-size:.82rem}.webadm-filters input:focus,.webadm-filters select:focus{border-color:#8b5cf6;outline:2px solid #6d28d933}.webadm-selection{background:#ede9fe;border:1px solid #ddd6fe;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.8rem;padding:.7rem .8rem;display:flex}.webadm-selection>div:first-child{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.webadm-selection span{color:#6b7280;margin-left:.4rem;font-size:.78rem}.webadm-error,.webadm-warning{border-radius:8px;margin-bottom:.7rem;padding:.65rem .8rem;font-size:.82rem}.webadm-error{color:#991b1b;background:#fee2e2}.webadm-warning{color:#92400e;background:#fef3c7}.webadm-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.webadm-table{border-collapse:collapse;width:100%;min-width:1120px;font-size:.78rem}.webadm-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.65rem;font-size:.65rem}.webadm-table td{vertical-align:top;border-bottom:1px solid #f1f5f9;padding:.65rem}.webadm-table tbody tr:last-child td{border-bottom:0}.webadm-table tbody tr:hover{background:#fafafa}.webadm-table td strong,.webadm-table td span,.webadm-table td a,.webadm-table td small{display:block}.webadm-table td a{color:#6d28d9;margin-top:.15rem;text-decoration:none}.webadm-table td small{color:#64748b;margin-top:.15rem}.webadm-status{border-radius:999px;width:max-content;padding:.2rem .48rem;font-weight:700;display:inline-block!important}.webadm-status-registered{color:#1d4ed8;background:#dbeafe}.webadm-status-attended{color:#166534;background:#dcfce7}.webadm-status-no_show{color:#9a3412;background:#ffedd5}.webadm-yes{color:#166534;font-weight:700}.webadm-no{color:#991b1b;font-weight:700}.webadm-test-row{background:#fff7ed}.webadm .webadm-flag{white-space:nowrap;padding:.3rem .45rem;font-size:.7rem}.webadm details{position:relative}.webadm summary{cursor:pointer;color:#6d28d9;font-weight:700}.webadm dl{min-width:190px;margin:.5rem 0 0}.webadm dt{color:#64748b;text-transform:uppercase;font-size:.67rem}.webadm dd{color:#334155;margin:0 0 .35rem}.webadm-empty{text-align:center;color:#64748b;padding:2rem!important}@media (width<=1050px){.webadm-stats{grid-template-columns:repeat(3,1fr)}.webadm-filters{grid-template-columns:repeat(2,1fr)}.webadm-filters input{grid-column:1/-1}}@media (width<=680px){.webadm-heading,.webadm-selection{flex-direction:column;align-items:stretch}.webadm-actions,.webadm-selection>div:last-child{width:100%}.webadm-actions button,.webadm-selection button{flex:auto}.webadm-stats{grid-template-columns:repeat(2,1fr)}.webadm-filters{grid-template-columns:1fr}.webadm-filters input{grid-column:auto}}.adm-page{background:var(--background,#d9d2c5);min-height:100vh;color:var(--text,#e8eaf4)}.adm-header{background:var(--metal-header,#d9d2c5eb);border-bottom:1px solid #00000017;padding:1.5rem 1.25rem}.adm-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.adm-title{color:#f8fafc;margin:0;font-size:1.3rem;font-weight:800}.adm-community-btn{color:#a5b4fc;cursor:pointer;white-space:nowrap;background:#6366f11f;border:1px solid #6366f14d;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s}.adm-community-btn:hover{background:#6366f138;border-color:#6366f180}.adm-tab-bar{border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:flex-end;gap:.15rem;max-width:1200px;margin:0 auto;padding:0 1.25rem;display:flex}.adm-tab-group-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff4d;-webkit-user-select:none;user-select:none;border-left:1px solid #ffffff1a;align-self:center;margin-left:.4rem;padding:0 .4rem .65rem .7rem;font-size:.62rem;font-weight:700}.adm-tab-group-label:first-child{border-left:none;margin-left:0;padding-left:0}.adm-tab{color:#ffffff73;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.6rem .9rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s}.adm-tab:hover{color:#ffffffd9}.adm-tab-active{color:#e2e8f0;border-bottom-color:#818cf8}.adm-wrap{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 4rem}.adm-section{color:#64748b;text-transform:uppercase;letter-spacing:.07em;margin:2rem 0 .85rem;font-size:.82rem;font-weight:700}.adm-section:first-child{margin-top:0}.adm-cards{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;display:grid}.adm-card{background:#e8e2d8;border:1px solid #00000014;border-radius:14px;align-items:center;gap:.85rem;padding:1rem 1.1rem;transition:border-color .2s;display:flex}.adm-card:hover{border-color:#ffffff21}.adm-card-icon{flex-shrink:0;font-size:1.5rem}.adm-card-value{color:#1a1714;font-size:1.5rem;font-weight:800;line-height:1.1}.adm-card-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem;font-size:.72rem}.adm-card-sub{color:#10b981;margin-top:.15rem;font-size:.72rem}.adm-rooms{background:#e8e2d8;border:1px solid #00000014;border-radius:14px;flex-direction:column;gap:.7rem;margin-bottom:.5rem;padding:1rem 1.1rem;display:flex}.adm-room-bar{align-items:center;gap:.75rem;display:flex}.adm-room-label{color:#5c5248;flex-shrink:0;width:clamp(90px,12vw,130px);font-size:.8rem}.adm-room-track{background:#00000014;border-radius:4px;flex:1;height:8px;overflow:hidden}.adm-room-fill{background:linear-gradient(90deg,#10b981,#06b6d4);border-radius:4px;height:100%;transition:width .4s}.adm-room-count{text-align:right;color:#64748b;flex-shrink:0;width:28px;font-size:.8rem}.adm-recent{flex-direction:column;gap:.5rem;display:flex}.adm-recent-row{background:#e8e2d8;border:1px solid #0000000f;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .85rem;display:flex}.adm-recent-info{flex:1;min-width:0}.adm-recent-name{color:#1e293b;font-size:.85rem;font-weight:600;display:block}.adm-recent-email{color:#475569;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;display:block;overflow:hidden}.adm-recent-date{color:#334155;flex-shrink:0;font-size:.72rem}.adm-badge{color:#5c5248;white-space:nowrap;background:#00000014;border-radius:20px;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.adm-badge.admin{color:#a78bfa;background:#8b5cf626;margin-left:.35rem}.adm-table-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:2rem 0 .85rem;display:flex}.adm-table-controls{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.adm-search{color:#e2e8f0;background:#e8e2d8;border:1px solid #00000017;border-radius:8px;outline:none;width:clamp(140px,20vw,260px);padding:.45rem .75rem;font-size:.85rem;transition:border-color .2s}.adm-search:focus{border-color:#10b98180}.adm-export-btn{color:#10b981;cursor:pointer;white-space:nowrap;background:#10b98114;border:1px solid #10b98140;border-radius:8px;padding:.45rem .85rem;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s}.adm-export-btn:hover{background:#10b98126;border-color:#10b981}.adm-table-wrap{background:#e8e2d8;border:1px solid #00000014;border-radius:14px;overflow:auto}.adm-table{border-collapse:collapse;width:100%;font-size:.85rem}.adm-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-bottom:1px solid #00000017;padding:.75rem 1rem;font-size:.72rem;font-weight:700}.adm-table td{vertical-align:middle;border-bottom:1px solid #0000000a;padding:.65rem 1rem}.adm-table tr:last-child td{border-bottom:none}.adm-user-cell{align-items:center;gap:.55rem;display:flex}.adm-email{color:#334155;font-size:.8rem}.adm-date{color:#334155;white-space:nowrap;font-size:.78rem}.adm-center{text-align:center}.adm-empty{text-align:center;color:#334155;padding:2rem}.adm-pagination{color:#64748b;justify-content:center;align-items:center;gap:1rem;margin-top:1.25rem;font-size:.82rem;display:flex}.adm-pagination button{color:#5c5248;cursor:pointer;background:#e8e2d8;border:1px solid #00000017;border-radius:8px;padding:.4rem .85rem;font-size:.82rem;transition:border-color .2s,color .2s}.adm-pagination button:hover:not(:disabled){color:#e2e8f0;border-color:#fff3}.adm-pagination button:disabled{opacity:.4;cursor:not-allowed}@media (width<=640px){.adm-wrap{padding:1.5rem 1rem 3rem}.adm-header{padding:1.25rem 1rem}.adm-cards{grid-template-columns:repeat(2,1fr)}.adm-search{width:100%}.adm-table th:nth-child(3),.adm-table td:nth-child(3){display:none}}.adm-testi-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.adm-testi-tab{color:#94a3b8;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s}.adm-testi-tab:hover{color:#e2e8f0;background:#ffffff1f}.adm-testi-tab.active{color:#fff;background:#6366f1;border-color:#6366f1}.adm-testi-empty{text-align:center;color:#64748b;padding:2rem 0;font-style:italic}.adm-testi-list{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.adm-testi-card{background:#ffffff0a;border:1px solid #ffffff17;border-radius:12px;padding:1.25rem 1.4rem}.adm-testi-header{flex-wrap:wrap;align-items:flex-start;gap:.85rem;margin-bottom:.75rem;display:flex}.adm-testi-meta{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.adm-testi-name{color:#e2e8f0;font-size:.95rem;font-weight:700}.adm-testi-loc,.adm-testi-trip{color:#94a3b8;font-size:.8rem}.adm-testi-stars{color:#f59e0b;letter-spacing:1px;white-space:nowrap;font-size:1rem}.adm-testi-date{color:#64748b;white-space:nowrap;margin-left:auto;font-size:.78rem}.adm-testi-quote{color:#cbd5e1;background:#ffffff0d;border-left:3px solid #6366f1;border-radius:0 8px 8px 0;margin:0 0 .85rem;padding:.75rem 1rem;font-size:.9rem;font-style:italic;line-height:1.5}.adm-testi-photos{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.adm-testi-photo{object-fit:cover;cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;width:90px;height:90px;transition:transform .15s}.adm-testi-photo:hover{transform:scale(1.05)}.adm-testi-note{color:#94a3b8;background:#f59e0b14;border:1px solid #f59e0b33;border-radius:6px;margin:0 0 .75rem;padding:.4rem .75rem;font-size:.82rem}.adm-testi-actions{flex-wrap:wrap;gap:.6rem;display:flex}.adm-testi-approve,.adm-testi-decline{cursor:pointer;border:none;border-radius:8px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.adm-testi-approve{color:#fff;background:#10b981}.adm-testi-decline{color:#fff;background:#ef4444}.adm-testi-approve:disabled,.adm-testi-decline:disabled{opacity:.5;cursor:not-allowed}.adm-testi-approve:hover:not(:disabled),.adm-testi-decline:hover:not(:disabled){opacity:.85}.adm-contacts{padding:0 0 40px}.adm-contacts-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.adm-contacts-meta{color:#64748b;font-size:.8rem}.adm-refresh-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-left:auto;padding:.35rem .8rem;font-size:.8rem;transition:background .15s}.adm-refresh-btn:hover:not(:disabled){background:#f1f5f9}.adm-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.adm-contacts-list{flex-direction:column;gap:.6rem;display:flex}.adm-contact-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.adm-contact-unread{background:#6366f108;border-color:#6366f166}.adm-contact-row{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1.1rem;display:flex}.adm-contact-row:hover{background:#f8fafc}.adm-contact-meta{flex-wrap:wrap;flex:1;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.adm-contact-dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:8px;height:8px}.adm-contact-name{color:#1e293b;word-break:break-word;flex-basis:100%;order:1;font-size:.9rem;font-weight:600}.adm-contact-email{color:#4f46e5;white-space:nowrap;font-size:.78rem}.adm-contact-subject{color:#334155;white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-size:.8rem;overflow:hidden}.adm-contact-right{flex-shrink:0;align-self:flex-start;align-items:center;gap:.75rem;padding-top:.05rem;display:flex}.adm-contact-replied{color:#10b981;font-size:.75rem}.adm-contact-date{color:#334155;white-space:nowrap;font-size:.75rem}.adm-contact-chevron{color:#334155;font-size:.65rem}.adm-contact-body{border-top:1px solid #e2e8f0;padding:0 1.1rem 1.1rem}.adm-contact-msg{color:#334155;white-space:pre-wrap;margin:1rem 0;font-size:.88rem;line-height:1.7}.adm-contact-prev-reply{background:#10b9810f;border:1px solid #10b98133;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.adm-contact-prev-label{color:#059669;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px;font-size:.75rem;font-weight:600}.adm-contact-prev-text{color:#334155;white-space:pre-wrap;margin:0;font-size:.85rem;line-height:1.6}.adm-contact-reply-box{flex-direction:column;gap:.5rem;display:flex}.adm-contact-reply-input{box-sizing:border-box;color:#1e293b;resize:vertical;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.85rem;line-height:1.55;transition:border-color .15s}.adm-contact-reply-input:focus{background:#fff;border-color:#6366f1}.adm-contact-reply-input:disabled{opacity:.5}.adm-contact-reply-actions{justify-content:flex-end;display:flex}.adm-contact-reply-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:.5rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:opacity .15s}.adm-contact-reply-btn:hover:not(:disabled){opacity:.9}.adm-contact-reply-btn:disabled{opacity:.4;cursor:not-allowed}.adm-contact-reply-sent{color:#10b981;margin:0;font-size:.85rem;font-weight:600}.adm-leads{padding-bottom:8px}.adm-leads-filters{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.adm-leads-filter-btn{color:#334155;cursor:pointer;background:#0000000d;border:1px solid #00000026;border-radius:100px;padding:6px 18px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .18s}.adm-leads-filter-btn:hover{color:#4f46e5;border-color:#6366f199}.adm-leads-filter-btn.active{color:#4338ca;background:#6366f126;border-color:#6366f180}.adm-leads-list{flex-direction:column;gap:10px;display:flex}.adm-lead-item{background:#ffffff8c;border:1px solid #00000017;border-radius:12px;transition:border-color .15s;overflow:hidden}.adm-lead-item.adm-lead-qualified{border-left:3px solid #22c55e}.adm-lead-item.adm-lead-not-yet{border-left:3px solid #f59e0b}.adm-lead-item.adm-lead-location{border-left:3px solid #60a5fa}.adm-lead-row{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.adm-lead-row:hover{background:#0000000a}.adm-lead-meta{flex-wrap:wrap;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.adm-lead-badge{white-space:nowrap;border-radius:100px;flex-shrink:0;padding:3px 10px;font-size:.72rem;font-weight:700}.adm-lead-badge.qualified{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.adm-lead-badge.not-yet{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.adm-lead-badge.location{color:#93c5fd;background:#60a5fa26;border:1px solid #60a5fa4d}.adm-lead-name{color:#1e293b;font-size:.92rem;font-weight:500}.adm-lead-email{color:#4f46e5;font-size:.82rem}.adm-lead-consent{font-size:.82rem}.adm-lead-body{border-top:1px solid #00000014;padding:0 18px 18px}.adm-lead-answers{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px;margin-top:14px;display:grid}.adm-lead-answer-row{background:#0000000a;border-radius:8px;flex-direction:column;gap:2px;padding:9px 12px;display:flex}.adm-lead-answer-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:.72rem;font-weight:700}.adm-lead-answer-val{color:#1e293b;font-size:.88rem}.adm-lead-mailto{color:#818cf8;border:1px solid #6366f14d;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.83rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.adm-lead-mailto:hover{background:#6366f11f}.adm-lead-email-history{border-top:1px solid #edf0f4;margin-top:14px;padding-top:14px}.adm-lead-email-history-heading{color:#344054;font-size:.9rem}.adm-lead-email-note{color:#667085;margin:10px 0 0;font-size:.86rem}.adm-lead-email-attempt{background:#fff;border:1px solid #e4e7ec;border-radius:10px;margin-top:10px;padding:12px}.adm-lead-email-attempt-meta{color:#667085;justify-content:space-between;gap:10px;font-size:.78rem;display:flex}.adm-delivery-badge{border-radius:999px;width:max-content;padding:3px 8px;font-weight:700;display:inline-flex}.adm-delivery-badge.pending{color:#7a5d00;background:#fff7e6}.adm-delivery-badge.neutral{color:#475467;background:#f2f4f7}.adm-delivery-badge.accepted{color:#175cd3;background:#eff8ff}.adm-delivery-badge.success{color:#067647;background:#ecfdf3}.adm-delivery-badge.danger{color:#b42318;background:#fef3f2}.adm-lead-email-attempt dl{grid-template-columns:max-content minmax(0,1fr);gap:5px 12px;margin:12px 0;font-size:.84rem;display:grid}.adm-lead-email-attempt dt{color:#667085;font-weight:600}.adm-lead-email-attempt dd{color:#344054;overflow-wrap:anywhere;min-width:0;margin:0}.adm-lead-email-body{overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%;font:inherit;color:#344054;background:#f8fafc;border-radius:8px;margin:0;padding:10px;line-height:1.55}.adm-lead-email-error{color:#b42318;overflow-wrap:anywhere;margin:10px 0 0;font-size:.83rem}.adm-lead-email-error button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.adm-page{--adm-ink:#182230;--adm-muted:#667085;--adm-subtle:#98a2b3;--adm-border:#e2e7ef;--adm-surface:#fff;--adm-surface-soft:#f7f8fb;--adm-accent:#5b55d9;--adm-accent-soft:#efefff;min-height:calc(100vh - 64px);color:var(--adm-ink);background:#f3f5f9}.adm-shell{grid-template-columns:268px minmax(0,1fr);min-height:calc(100vh - 64px);display:grid}.adm-sidebar{z-index:30;color:#fff;background:radial-gradient(circle at 0 0,#5b55d938,#0000 36%),#141329;border-right:1px solid #ffffff14;flex-direction:column;width:268px;min-width:0;height:auto;display:flex;position:fixed;top:64px;bottom:0;left:0;overflow:hidden}.adm-sidebar__head{border-bottom:1px solid #ffffff14;align-items:center;gap:.7rem;min-height:78px;padding:1rem 1.1rem;display:flex}.adm-sidebar__mark{background:linear-gradient(145deg,#6d67ee,#4a46bd);border:1px solid #ffffff2e;border-radius:11px;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:.86rem;font-weight:850;display:grid;box-shadow:0 8px 20px #322d9159}.adm-sidebar__head>div:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.adm-sidebar__head strong{letter-spacing:.01em;font-size:.86rem}.adm-sidebar__head span{color:#ffffff85;text-overflow:ellipsis;white-space:nowrap;margin-top:.1rem;font-size:.68rem;overflow:hidden}.adm-sidebar__close{color:#fff;width:34px;height:34px;font:inherit;cursor:pointer;background:#ffffff14;border:0;border-radius:9px;place-items:center;font-size:1.25rem;display:none}.adm-sidebar__nav{scrollbar-color:#ffffff26 transparent;scrollbar-width:thin;flex:1;padding:.8rem .7rem 1.2rem;overflow-y:auto}.adm-sidebar__group+.adm-sidebar__group{margin-top:.85rem}.adm-sidebar__group>p{color:#ffffff61;letter-spacing:.11em;text-transform:uppercase;margin:0 0 .25rem;padding:0 .7rem;font-size:.6rem;font-weight:800}.adm-sidebar__group>button{color:#ffffffa8;width:100%;min-height:39px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:.7rem;margin:.1rem 0;padding:.5rem .65rem;font-size:.79rem;font-weight:620;transition:background .15s,border-color .15s,color .15s;display:flex}.adm-sidebar__group>button:hover{color:#fff;background:#ffffff12}.adm-sidebar__group>button.is-active{color:#fff;background:linear-gradient(90deg,#6d67ee4d,#6d67ee1f);border-color:#9c97ff38;box-shadow:inset 3px 0 #9b97ff}.adm-sidebar__icon{color:#ffffffc7;background:#ffffff0f;border-radius:7px;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:.78rem;font-weight:800;display:grid}.adm-sidebar__group>button.is-active .adm-sidebar__icon{color:#fff;background:#ffffff1f}.adm-sidebar__badge{color:#fff;text-align:center;background:#706af0;border-radius:999px;min-width:1.35rem;margin-left:auto;padding:.1rem .38rem;font-size:.63rem;font-weight:800}.adm-sidebar__footer{border-top:1px solid #ffffff14;padding:.8rem}.adm-sidebar__footer button{color:#ffffffb8;width:100%;font:inherit;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9px;align-items:center;gap:.55rem;padding:.65rem .75rem;font-size:.75rem;font-weight:700;display:flex}.adm-sidebar__footer button:hover{color:#fff;background:#ffffff17}.adm-sidebar__footer button span:last-child{margin-left:auto}.adm-main{grid-column:2;min-width:0}.adm-main-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #d8dee8e6;align-items:center;gap:1rem;min-height:78px;padding:.85rem clamp(1.25rem,3vw,2.5rem);display:flex;position:static;box-shadow:0 1px 8px #141e3708}.adm-main-heading{flex:1;min-width:0}.adm-eyebrow{color:var(--adm-accent);letter-spacing:.105em;text-transform:uppercase;margin:0;font-size:.63rem;font-weight:800}.adm-main-heading h1{color:#141b2c;letter-spacing:-.035em;margin:.1rem 0 .15rem;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:780;line-height:1.15}.adm-main-heading>p:last-child{color:var(--adm-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;overflow:hidden}.adm-mobile-menu{border:1px solid var(--adm-border);color:#344054;cursor:pointer;background:#fff;border-radius:10px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:none}.adm-mobile-menu svg,.adm-icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:19px;height:19px}.adm-community-btn{color:#475467;background:#fff;border:1px solid #d9ddea;border-radius:9px;align-items:center;gap:.55rem;margin:0;padding:.55rem .85rem;font-size:.76rem;font-weight:750;display:inline-flex;box-shadow:0 2px 7px #10182808}.adm-community-btn:hover{color:#4f46e5;background:#f8f8ff;border-color:#bbbfe2}.adm-wrap{width:100%;max-width:1500px;margin:0 auto;padding:clamp(1.25rem,3vw,2.5rem) clamp(1.25rem,3vw,2.5rem) 4rem}.adm-sidebar-backdrop{display:none}.adm-button{min-height:40px;font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;padding:.55rem .85rem;font-size:.78rem;font-weight:750;display:inline-flex}.adm-button--primary{color:#fff;background:#5b55d9;border:1px solid #554fd1}.adm-button--secondary{color:#475467;background:#fff;border:1px solid #d9dee8}.adm-button:disabled{opacity:.5;cursor:not-allowed}.adm-icon-button{color:#475467;cursor:pointer;background:#fff;border:1px solid #d9dee8;border-radius:9px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.adm-page button:focus-visible,.adm-page a:focus-visible,.adm-page input:focus-visible,.adm-page select:focus-visible,.adm-page textarea:focus-visible{outline-offset:2px;outline:3px solid #5b55d947}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.adm-content-title{color:var(--adm-ink);letter-spacing:-.03em;margin:.15rem 0 .3rem;font-size:1.5rem}.adm-content-description{max-width:720px;color:var(--adm-muted);margin:0;font-size:.82rem;line-height:1.55}.adm-section{color:#475467;letter-spacing:.09em;margin:2.2rem 0 .9rem;font-size:.72rem;font-weight:800}.adm-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.adm-card{border:1px solid var(--adm-border);background:var(--adm-surface);border-radius:15px;min-height:104px;padding:1.1rem 1.15rem;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 8px 28px #141e370a}.adm-card:hover{border-color:#d2d6e4;transform:translateY(-1px);box-shadow:0 12px 34px #141e3712}.adm-card-icon{color:#4f46e5;background:#f0f1ff;border-radius:12px;place-items:center;width:42px;height:42px;font-size:1.15rem;display:grid}.adm-card-body{min-width:0}.adm-card-value{overflow-wrap:anywhere;color:#182230;letter-spacing:-.035em;font-size:1.45rem}.adm-card-label{color:#667085;font-size:.65rem;font-weight:750}.adm-card-sub{color:#078467;font-size:.68rem}.adm-rooms{border:1px solid var(--adm-border);background:#fff;border-radius:15px;gap:.85rem;margin-top:1rem;padding:1.2rem;box-shadow:0 8px 28px #141e370a}.adm-room-bar{gap:1rem;min-height:28px}.adm-room-label{color:#475467;width:clamp(130px,16vw,190px)}.adm-room-track{background:#eceff4;height:9px}.adm-room-fill{background:linear-gradient(90deg,#675fe4,#3eb7af)}.adm-room-count{color:#667085;font-weight:750}.adm-recent{gap:.65rem}.adm-recent-row,.adm-contact-item,.adm-lead-item,.adm-testi-card{border:1px solid var(--adm-border);background:#fff;box-shadow:0 6px 22px #141e3709}.adm-recent-row{border-radius:12px;min-height:58px;padding:.75rem .9rem}.adm-recent-name,.adm-lead-name,.adm-contact-name,.adm-testi-name{color:#1d2939}.adm-recent-email,.adm-recent-date,.adm-email,.adm-date,.adm-contact-date,.adm-contact-chevron,.adm-contact-email,.adm-contact-subject,.adm-testi-loc,.adm-testi-trip,.adm-testi-date{color:#667085}.adm-badge{color:#475467;background:#f2f4f7}.adm-badge.sub{color:#067647;background:#e9f9f2}.adm-badge.admin{color:#4f46e5;background:#eeefff}.adm-table-header{margin-top:2.4rem}.adm-table-wrap{border:1px solid var(--adm-border);-webkit-overflow-scrolling:touch;background:#fff;border-radius:15px;width:100%;box-shadow:0 8px 28px #141e370a}.adm-table{color:#344054;min-width:680px}.adm-table th{color:#667085;background:#f8f9fb;border-bottom-color:#e9edf3;padding:.8rem .9rem;font-size:.65rem}.adm-table td{color:#344054;border-bottom-color:#edf0f4;padding:.75rem .9rem}.adm-table tr:hover td{background:#fafbfc}.adm-search,.adm-contact-reply-input{box-sizing:border-box;color:#344054;background:#fff;border:1px solid #d9dee8;border-radius:9px;min-height:40px}.adm-search::placeholder,.adm-contact-reply-input::placeholder{color:#98a2b3}.adm-search:focus,.adm-contact-reply-input:focus{border-color:#7772dc;box-shadow:0 0 0 3px #5b55d91f}.adm-export-btn,.adm-refresh-btn,.adm-pagination button{color:#475467;background:#fff;border:1px solid #d9dee8;border-radius:9px;min-height:38px;font-weight:700}.adm-export-btn:hover,.adm-refresh-btn:hover:not(:disabled),.adm-pagination button:hover:not(:disabled){color:#4f46e5;background:#f8f8ff;border-color:#bbbfe2}.adm-contacts,.adm-leads{padding-bottom:2rem}.adm-contacts-header{align-items:flex-start;margin-bottom:1.5rem}.adm-contacts-header .adm-section{margin:0}.adm-contact-item,.adm-lead-item{border-radius:13px}.adm-contact-unread{background:#fafaff;border-color:#c8c7f4;box-shadow:inset 3px 0 #6366f1,0 6px 22px #141e3709}.adm-contact-row,.adm-lead-row{padding:1rem 1.1rem}.adm-contact-row:hover,.adm-lead-row:hover{background:#fafbfc}.adm-contact-body,.adm-lead-body{background:#fcfcfd;border-top-color:#edf0f4}.adm-contact-msg,.adm-contact-prev-text,.adm-lead-answer-val{color:#344054}.adm-contact-reply-input{background:#fff}.adm-leads-filters{gap:.5rem;margin-bottom:1.25rem}.adm-leads-filter-btn,.adm-testi-tab{color:#667085;background:#fff;border:1px solid #d9dee8}.adm-leads-filter-btn:hover,.adm-testi-tab:hover{color:#4f46e5;background:#f8f8ff;border-color:#bbbfe2}.adm-leads-filter-btn.active,.adm-testi-tab.active{color:#4f46e5;background:#eeefff;border-color:#c8c7f4}.adm-lead-badge.qualified{color:#067647;background:#e9f9f2;border-color:#b7e4d1}.adm-lead-badge.not-yet{color:#9a6700;background:#fff7e6;border-color:#f2d59b}.adm-lead-badge.location{color:#175cd3;background:#edf6ff;border-color:#bfd8f5}.adm-lead-answer-row{background:#fff;border:1px solid #edf0f4}.adm-testi-card{border-radius:14px;padding:1.2rem}.adm-testi-quote{color:#475467;background:#f8f8ff;border-left-color:#6366f1}.adm-testi-note{color:#7a5d00}.adm-empty,.adm-loading,.adm-testi-empty{color:#667085}.adm-provider-cell{flex-direction:column;align-items:flex-start;gap:.3rem;display:flex}.adm-delivery-status,.adm-open-signal{white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;width:max-content;padding:.22rem .5rem;font-size:.67rem;font-weight:750;display:inline-flex}.adm-delivery-status--success{color:#067647;background:#e9f9f2}.adm-delivery-status--accepted{color:#4338ca;background:#eef1ff}.adm-delivery-status--danger{color:#c42d38;background:#fff0f0}.adm-delivery-status--pending{color:#9a6700;background:#fff7e6}.adm-delivery-status--neutral,.adm-open-signal{color:#667085;background:#f2f4f7}.adm-open-signal.is-detected{color:#067647;background:#e9f9f2}.adm-provider-ref{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.62rem;display:block;overflow:hidden}@media (width<=1100px){.adm-shell{grid-template-columns:236px minmax(0,1fr)}.adm-sidebar__head{padding-inline:.85rem}.adm-sidebar{width:236px}.adm-sidebar__group>button{font-size:.75rem}}@media (width<=860px){.adm-shell{display:block}.adm-sidebar{z-index:290;width:min(86vw,300px);height:auto;transition:transform .24s cubic-bezier(.4,0,.2,1);position:fixed;top:64px;bottom:0;left:0;transform:translate(-105%);box-shadow:18px 0 45px #0d0f2347}.adm-main{grid-column:1}.adm-sidebar.is-open{transform:translate(0)}.adm-sidebar__close,.adm-mobile-menu{display:grid}.adm-sidebar-backdrop{z-index:280;opacity:0;pointer-events:none;background:#0a0d1c7a;border:0;transition:opacity .2s;display:block;position:fixed;inset:64px 0 0}.adm-sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.adm-main-header{min-height:72px;padding:.75rem 1rem}.adm-main-heading>p:last-child{display:none}.adm-wrap{padding:1.25rem 1rem 3rem}}@media (width<=640px){.adm-main-header .adm-community-btn{display:none}.adm-cards{grid-template-columns:1fr;gap:.75rem}.adm-card{min-height:88px}.adm-table-header,.adm-contacts-header{flex-direction:column;align-items:stretch}.adm-table-controls,.adm-table-controls .adm-search,.adm-export-btn,.adm-refresh-btn{width:100%}.adm-refresh-btn{margin-left:0}.adm-room-bar{grid-template-columns:1fr auto;gap:.35rem .75rem;display:grid}.adm-room-label{width:auto}.adm-room-track{grid-area:2/1/auto/-1}.adm-room-count{grid-area:1/2}.adm-recent-row{flex-wrap:wrap;align-items:flex-start}.adm-recent-info{min-width:calc(100% - 48px)}.adm-recent-date{margin-left:40px}.adm-contact-row,.adm-lead-row{flex-direction:column;align-items:flex-start}.adm-contact-right{justify-content:flex-end;width:100%}.adm-lead-answers{grid-template-columns:1fr}.adm-table th:nth-child(3),.adm-table td:nth-child(3){display:table-cell}}@media (prefers-reduced-motion:reduce){.adm-sidebar,.adm-sidebar-backdrop,.adm-card{transition:none}}.chat-page{background:var(--background,#f0f4ff);height:calc(100vh - 64px);display:flex;overflow:hidden}.chat-sidebar{background:var(--surface,#fff);border-right:1px solid #00000017;flex-direction:column;flex-shrink:0;gap:.75rem;width:clamp(220px,22vw,300px);height:100%;padding:1.5rem 1.25rem;display:flex;overflow-y:auto}.chat-sidebar-header{align-items:center;gap:.75rem;display:flex}.chat-sidebar-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;display:flex}.chat-sidebar-name{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.chat-sidebar-sub{color:#475569;margin:0;font-size:.75rem}.chat-sidebar-divider{background:#ffffff0f;height:1px;margin:.25rem 0}.chat-sidebar-section{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0;font-size:.7rem;font-weight:700}.chat-sidebar-topics{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.chat-sidebar-topics li{color:#475569;background:#0000000a;border-radius:6px;padding:.3rem .5rem;font-size:.82rem}.chat-sidebar-topics li:before{content:"• ";color:#6366f1}.chat-sidebar-note{color:#94a3b8;background:#0000000a;border:1px solid #00000014;border-radius:8px;margin:0;padding:.75rem;font-size:.78rem;line-height:1.5}.chat-sidebar-btn{color:#a5b4fc;cursor:pointer;text-align:left;background:#6366f11a;border:1px solid #6366f140;border-radius:10px;margin-top:auto;padding:.6rem .85rem;font-family:inherit;font-size:.82rem;transition:background .15s}.chat-sidebar-btn:hover:not(:disabled){background:#6366f133}.chat-sidebar-btn:disabled{opacity:.4;cursor:not-allowed}.chat-sidebar-btn--ghost{color:#94a3b8;background:0 0;border-color:#0000001a;margin-top:0}.chat-sidebar-btn--ghost:hover{color:#475569;background:#0000000d}.chat-main{flex-direction:column;flex:1;width:100%;min-width:0;max-width:900px;height:100%;margin:0 auto;display:flex;overflow:hidden}.chat-topbar{background:var(--background,#f0f4ff);z-index:10;border-bottom:1px solid #00000017;flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:none}.chat-back-btn,.chat-clear-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .5rem;font-family:inherit;font-size:.875rem;transition:color .15s,background .15s}.chat-back-btn:hover,.chat-clear-btn:hover:not(:disabled){color:#0f172a;background:#0000000f}.chat-clear-btn:disabled{opacity:.3;cursor:not-allowed}.chat-topbar-title{color:#0f172a;align-items:center;gap:.4rem;font-size:.95rem;font-weight:700;display:flex}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1rem;padding:2rem 1.5rem 1rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#0000001f;border-radius:2px}.chat-welcome{text-align:center;max-width:560px;margin:0 auto;padding:2rem 1rem}.chat-welcome-avatar{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:2.5rem;display:flex}.chat-welcome-title{color:#0f172a;margin:0 0 .75rem;font-size:1.4rem;font-weight:700}.chat-welcome-sub{color:#475569;margin:0 0 1.75rem;font-size:.9rem;line-height:1.6}.chat-suggestions{text-align:left;grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.chat-suggestion{color:#a5b4fc;cursor:pointer;text-align:left;background:#6366f114;border:1px solid #6366f140;border-radius:12px;padding:.7rem .85rem;font-family:inherit;font-size:.82rem;line-height:1.4;transition:background .15s,border-color .15s}.chat-suggestion:hover{color:#c7d2fe;background:#6366f12e;border-color:#6366f180}.chat-msg{align-items:flex-start;gap:.75rem;display:flex}.chat-msg--user{flex-direction:row-reverse}.chat-msg-avatar{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:2px;font-size:1.1rem;display:flex}.chat-msg-body{color:#0f172a;background:#0000000d;border:1px solid #00000017;border-radius:4px 16px 16px;max-width:75%;padding:.75rem 1rem;font-size:.9rem;line-height:1.6}.chat-msg--user .chat-msg-body{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:16px 4px 16px 16px}.chat-line{margin:0 0 .3rem}.chat-line:last-child{margin-bottom:0}.chat-typing{align-items:center;gap:5px;width:fit-content!important;padding:.85rem 1rem!important;display:flex!important}.chat-typing span{background:#6366f1;border-radius:50%;width:7px;height:7px;animation:1.2s infinite chat-bounce}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}.chat-error{color:#f87171;background:#f8717114;border:1px solid #f8717133;border-radius:10px;align-self:stretch;padding:.7rem 1rem;font-size:.85rem}.chat-input-area{border-top:1px solid #00000017;flex-shrink:0;padding:1rem 1.5rem 1.25rem}.chat-input-row{background:#0000000a;border:1px solid #0000001f;border-radius:16px;align-items:flex-end;gap:.6rem;padding:.6rem .6rem .6rem 1rem;transition:border-color .15s;display:flex}.chat-input-row:focus-within{border-color:#6366f173}.chat-input{color:#0f172a;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:42px;max-height:160px;font-family:inherit;font-size:.9rem;line-height:1.5;overflow-y:auto}.chat-input::placeholder{color:#94a3b8}.chat-input:disabled{opacity:.5;cursor:not-allowed}.chat-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:opacity .15s,transform .1s;display:flex}.chat-send:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.chat-send:disabled{opacity:.35;cursor:not-allowed}.chat-send-dots{align-items:center;gap:3px;display:flex}.chat-send-dots span{background:#fff;border-radius:50%;width:5px;height:5px;animation:1s infinite chat-bounce}.chat-send-dots span:nth-child(2){animation-delay:.15s}.chat-send-dots span:nth-child(3){animation-delay:.3s}.chat-disclaimer{color:#9c9080;text-align:center;margin:.6rem 0 0;font-size:.75rem;line-height:1.4}.chat-disclaimer a{color:#94a3b8;text-decoration:none}.chat-disclaimer a:hover{color:#475569}.chat-upsell{border-top:1px solid #00000017;flex-shrink:0;padding:1rem 1.5rem 1.25rem}.chat-upsell-inner{background:linear-gradient(135deg,#6366f11f,#8b5cf61f);border:1px solid #6366f14d;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.chat-upsell-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.6rem;display:flex}.chat-upsell-text{flex:1;min-width:0}.chat-upsell-title{color:#0f172a;margin:0 0 .25rem;font-size:.9rem;font-weight:700}.chat-upsell-body{color:#475569;margin:0;font-size:.8rem;line-height:1.4}.chat-upsell-btns{flex-wrap:wrap;flex-shrink:0;gap:.5rem;display:flex}.chat-upsell-cta{cursor:pointer;color:#fff;white-space:nowrap;border:none;border-radius:10px;padding:.55rem 1rem;font-size:.82rem;font-weight:700;transition:opacity .15s,transform .1s;display:inline-block}.chat-upsell-cta--mobile{background:linear-gradient(135deg,#f59e0b,#d97706)}.chat-upsell-cta--card{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.chat-upsell-paylater{color:#ffffff8c;text-align:center;margin:.4rem 0 0;font-size:.72rem;line-height:1.35}.chat-upsell-cta:hover:not(:disabled){opacity:.9;transform:scale(1.02)}.chat-upsell-cta:disabled{opacity:.6;cursor:not-allowed}.chat-upsell-err{color:#ef4444;text-align:center;width:100%;margin:.25rem 0 0;font-size:.75rem}.chat-upsell-phone{flex-direction:column;gap:.5rem;width:100%;display:flex}.chat-upsell-phone-label{color:#ffffffb3;margin:0;font-size:.78rem;font-weight:500}.chat-upsell-select,.chat-upsell-input{color:#0f172a;box-sizing:border-box;background:#0000000a;border:1px solid #0000001f;border-radius:8px;outline:none;width:100%;padding:.55rem .75rem;font-size:.875rem;transition:border-color .15s}.chat-upsell-select option{background:var(--surface,#fff);color:#fff}.chat-upsell-select:focus,.chat-upsell-input:focus{border-color:#f59e0b}.chat-upsell-input::placeholder{color:#94a3b8}.chat-upsell-back{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #00000026;border-radius:8px;padding:.55rem 1rem;font-size:.8rem;transition:border-color .15s,color .15s}.chat-upsell-back:hover{color:#0f172a;border-color:#00000040}.chat-suggestion--locked{opacity:.55;cursor:default}.chat-suggestion--locked:hover{color:#a5b4fc;background:#6366f114;border-color:#6366f140}.chat-lock-icon{margin-right:.3rem;font-style:normal}@keyframes chat-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@media (width<=768px){.chat-sidebar{display:none}.chat-topbar{display:flex}.chat-messages{padding:1.25rem 1rem .75rem}.chat-input-area{padding:.75rem 1rem 1rem}.chat-suggestions{grid-template-columns:1fr}.chat-msg-body{max-width:88%}}.chat-auth-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:400;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.chat-auth-modal{background:#111827;border:1px solid #6366f14d;border-radius:20px;width:100%;max-width:400px;padding:2rem 1.75rem 1.75rem;animation:.2s chatAuthIn;position:relative;box-shadow:0 25px 60px #0009}@keyframes chatAuthIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.chat-auth-close{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1rem;transition:color .15s,background .15s;position:absolute;top:1rem;right:1rem}.chat-auth-close:hover{color:#fff;background:#ffffff14}.chat-auth-icon{text-align:center;margin-bottom:.75rem;font-size:2rem}.chat-auth-title{color:#c9a84c;text-align:center;margin:0 0 .75rem;font-size:1.2rem;font-weight:700}.chat-auth-pending{color:#ffffffbf;background:#6366f11f;border:1px solid #6366f140;border-radius:10px;margin-bottom:1.1rem;padding:.6rem .85rem;font-size:.82rem;font-style:italic;line-height:1.5}.chat-auth-pending span{color:#ffffff73;font-size:.78rem;font-style:normal}.chat-auth-form{flex-direction:column;gap:.65rem;margin-bottom:1rem;display:flex}.chat-auth-input{color:#fff;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:.7rem .9rem;font-size:.9rem;transition:border-color .15s}.chat-auth-input:focus{border-color:#6366f180}.chat-auth-input::placeholder{color:#ffffff4d}.chat-auth-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;width:100%;margin-top:.25rem;padding:.8rem;font-size:.9rem;font-weight:700;transition:opacity .15s}.chat-auth-btn:disabled{opacity:.6;cursor:not-allowed}.chat-auth-btn:not(:disabled):hover{opacity:.9}.chat-auth-error{color:#f87171;text-align:center;margin:0;font-size:.82rem}.chat-auth-toggle{text-align:center;color:#fff6;margin:0;font-size:.82rem}.chat-auth-toggle button{color:#818cf8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;text-decoration:underline}.chat-auth-toggle button:hover{color:#a5b4fc}.legal-page{background:var(--background);min-height:calc(100vh - 64px);padding:3rem 1rem 4rem}.legal-page .container{max-width:800px}.legal-tabs{border-bottom:1px solid #0000001a;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;padding-bottom:.75rem;display:flex}.legal-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.legal-tab:hover{color:var(--text);background:#ffffff0a}.legal-tab.active{color:#60a5fa;background:#2563eb1f;border-color:#2563eb40}.legal-content{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem 2rem;animation:.3s legalFadeIn}@keyframes legalFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.legal-content h1{color:var(--text);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.75rem;font-weight:700}.legal-date{color:var(--text-secondary);opacity:.7;margin-bottom:2rem;font-size:.82rem}.legal-content h2{color:#93c5fd;border-top:1px solid #0000000f;margin-top:2rem;margin-bottom:.75rem;padding-top:1rem;font-size:1.15rem;font-weight:600}.legal-content h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.legal-content p,.legal-content li{color:var(--text-secondary);margin-bottom:.6rem;font-size:.92rem;line-height:1.7}.legal-content ul{margin-bottom:1rem;padding-left:0;list-style:none}.legal-content li:before{content:"•";color:#60a5fa;margin-right:.6rem;font-weight:700}.legal-content a{color:#60a5fa;text-decoration:none;transition:color .2s}.legal-content a:hover{color:#93c5fd;text-decoration:underline}.legal-content strong{color:var(--text);font-weight:600}.legal-contact{background:#2563eb0f;border:1px solid #2563eb26;border-radius:12px;margin-top:2rem;padding:1.25rem 1.5rem}.legal-contact p{margin-bottom:.25rem}.legal-back{color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.88rem;text-decoration:none;transition:color .2s;display:inline-flex}.legal-back:hover{color:var(--text)}@media (width<=640px){.legal-page{padding:2rem .75rem 3rem}.legal-content{border-radius:12px;padding:1.75rem 1.25rem}.legal-content h1{font-size:1.35rem}.legal-tabs{gap:.35rem}.legal-tab{padding:.5rem .85rem;font-size:.82rem}}@media (width<=480px){.legal-wrap{padding:1rem .85rem 3rem}.legal-title{font-size:clamp(1.5rem,7vw,1.9rem);line-height:1.2}.legal-tabs{scrollbar-width:thin;flex-wrap:nowrap;gap:.3rem;overflow-x:auto}.legal-tab{flex-shrink:0;padding:.45rem .75rem;font-size:.78rem}.legal-body{font-size:.92rem;line-height:1.65}.legal-body h2{font-size:1.1rem}.legal-body h3{font-size:1rem}}.testi-page{background:linear-gradient(160deg,#07041e 0%,#0f0b2e 40%,#0d1020 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-bottom:4rem;font-family:Inter,system-ui,sans-serif;display:flex}.testi-hero{text-align:center;width:100%;max-width:680px;padding:4rem 1.5rem 2.5rem}.testi-hero-badge{color:#c9a84c;letter-spacing:.08em;text-transform:uppercase;background:#c9a84c1f;border:1px solid #c9a84c59;border-radius:99px;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.testi-hero-title{color:#f8fafc;letter-spacing:-.02em;margin:0 0 .85rem;font-size:clamp(1.75rem,5vw,2.6rem);font-weight:800;line-height:1.15}.testi-hero-sub{color:#94a3b8;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.7}.testi-proof-strip{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:99px;align-items:center;gap:.6rem;padding:.4rem 1.1rem;font-size:.8rem;display:inline-flex}.testi-wrap{width:100%;max-width:680px;padding:0 1.25rem}.testi-form{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:1.35rem;padding:2rem 2rem 2.5rem;display:flex}.testi-row{flex-wrap:wrap;gap:1rem;display:flex}.testi-row .testi-field{flex:200px}.testi-field{flex-direction:column;gap:.4rem;display:flex}.testi-label{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:600}.testi-optional{text-transform:none;letter-spacing:0;color:#64748b;font-weight:400}.testi-input,.testi-textarea{color:#f1f5f9;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:.7rem .95rem;font-family:inherit;font-size:.92rem;transition:border-color .15s}.testi-input:focus,.testi-textarea:focus{background:#ffffff12;border-color:#c9a84c8c}.testi-input::placeholder,.testi-textarea::placeholder{color:#ffffff40}.testi-textarea{resize:vertical;min-height:130px;line-height:1.65}.testi-hint{color:#475569;margin:0;font-size:.72rem}.testi-stars{align-items:center;gap:.2rem;display:flex}.testi-star{cursor:pointer;color:#ffffff26;background:0 0;border:none;padding:0 1px;font-size:1.65rem;line-height:1;transition:color .12s,transform .1s}.testi-star.active{color:#f59e0b}.testi-star:hover{transform:scale(1.15)}.testi-stars-label{color:#64748b;margin-left:.5rem;font-size:.82rem}.testi-photos{flex-wrap:wrap;gap:.65rem;display:flex}.testi-photo-thumb{width:90px;height:90px;position:relative}.testi-photo-thumb img{object-fit:cover;border:1px solid #c9a84c4d;border-radius:10px;width:90px;height:90px}.testi-photo-remove{color:#fff;cursor:pointer;text-align:center;background:#ef4444;border:none;border-radius:50%;width:22px;height:22px;font-size:.6rem;line-height:22px;position:absolute;top:-7px;right:-7px}.testi-photo-add{color:#c9a84c80;cursor:pointer;background:#c9a84c0a;border:1.5px dashed #c9a84c59;border-radius:10px;justify-content:center;align-items:center;width:90px;height:90px;font-size:1.6rem;transition:background .15s;display:flex}.testi-photo-add:hover{background:#c9a84c14}.testi-photo-add.loading{cursor:wait;opacity:.6}.testi-error{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:8px;padding:.6rem .85rem;font-size:.85rem}.testi-submit{cursor:pointer;color:#07041e;letter-spacing:.01em;background:linear-gradient(135deg,#c9a84c,#f0c96b);border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:800;transition:opacity .15s,transform .1s;box-shadow:0 4px 20px #c9a84c40}.testi-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.testi-submit:disabled{opacity:.45;cursor:not-allowed}.testi-privacy{color:#475569;text-align:center;margin:0;font-size:.73rem;line-height:1.5}.testi-cta-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;margin-top:1.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:opacity .15s;box-shadow:0 4px 16px #6366f159}.testi-cta-btn:hover{opacity:.88}.testi-success{text-align:center;background:#c9a84c0f;border:1px solid #c9a84c40;border-radius:20px;max-width:520px;margin:6rem auto;padding:3rem 2rem}.testi-success-icon{margin-bottom:1rem;font-size:3rem}.testi-success-title{color:#c9a84c;margin:0 0 .7rem;font-size:1.6rem;font-weight:800}.testi-success-sub{color:#94a3b8;margin:0 0 1.5rem;font-size:.95rem;line-height:1.7}@media (width<=600px){.testi-hero{padding:3rem 1.25rem 2rem}.testi-form{padding:1.5rem 1.25rem}}.cb-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000008c;animation:.15s cb-fade-in;position:fixed;inset:0}.cb-modal{z-index:1001;color:#1a1714;background:#f6f2ea;border:1px solid #1a171414;border-radius:20px;flex-direction:column;width:min(520px,100vw - 2rem);height:min(640px,100vh - 4rem);animation:.2s cb-slide-up;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 32px 80px #00000073}.cb-header{background:linear-gradient(135deg,#eee7f4 0%,#e8e4f5 100%);border-bottom:1px solid #1a171414;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.cb-header-info{align-items:center;gap:.75rem;display:flex}.cb-avatar{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;display:flex}.cb-agent-name{color:#1a1714;margin:0;font-size:.95rem;font-weight:700}.cb-agent-sub{color:#5b5149;margin:0;font-size:.75rem}.cb-header-actions{gap:.25rem;display:flex}.cb-btn-ghost{color:#5b5149;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .15s,color .15s;display:flex}.cb-btn-ghost:hover{color:#1a1714;background:#1a171414}.cb-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.75rem;padding:1.25rem;display:flex;overflow-y:auto}.cb-messages::-webkit-scrollbar{width:4px}.cb-messages::-webkit-scrollbar-track{background:0 0}.cb-messages::-webkit-scrollbar-thumb{background:#1a17142e;border-radius:2px}.cb-welcome{text-align:center;padding:1.5rem .5rem}.cb-welcome-title{color:#1a1714;margin:0 0 .5rem;font-size:1rem;font-weight:700}.cb-welcome-sub{color:#5b5149;margin:0 0 1.25rem;font-size:.85rem;line-height:1.5}.cb-suggestions{flex-direction:column;gap:.5rem;display:flex}.cb-suggestion{color:#3b3530;cursor:pointer;text-align:left;background:#fff;border:1px solid #6366f159;border-radius:10px;padding:.65rem .9rem;font-size:.83rem;line-height:1.45;transition:background .15s,border-color .15s,transform .1s;box-shadow:0 1px 2px #1a17140a}.cb-suggestion:hover{color:#1a1714;background:#f4f0fc;border-color:#6366f199;transform:translateY(-1px)}.cb-message{border-radius:14px;max-width:85%;padding:.65rem .9rem;font-size:.875rem;line-height:1.55}.cb-message--user{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-bottom-right-radius:4px;align-self:flex-end}.cb-message--assistant{color:#1a1714;background:#fff;border:1px solid #1a171414;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 2px #1a17140a}.cb-line{margin:0 0 .25rem}.cb-line:last-child{margin-bottom:0}.cb-typing{align-items:center;gap:5px;width:fit-content;padding:.75rem 1rem;display:flex}.cb-typing span{background:#6366f1;border-radius:50%;width:7px;height:7px;animation:1.2s infinite cb-bounce}.cb-typing span:nth-child(2){animation-delay:.2s}.cb-typing span:nth-child(3){animation-delay:.4s}.cb-error{color:#f87171;background:#f871711a;border:1px solid #f8717133;border-radius:10px;align-self:stretch;padding:.6rem .8rem;font-size:.8rem}.cb-input-row{background:#fff;border-top:1px solid #1a171414;flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.85rem 1rem;display:flex}.cb-input{color:#1a1714;resize:none;background:#fff;border:1px solid #1a17142e;border-radius:12px;outline:none;flex:1;min-height:38px;max-height:120px;padding:.6rem .85rem;font-family:inherit;font-size:.875rem;line-height:1.45;transition:border-color .15s,box-shadow .15s;overflow-y:auto}.cb-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.cb-input::placeholder{color:#8a7f75}.cb-input:disabled{opacity:.5;cursor:not-allowed}.cb-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:opacity .15s,transform .1s;display:flex}.cb-send:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.cb-send:disabled{opacity:.4;cursor:not-allowed}.cb-message-wrap{flex-direction:column;max-width:100%;display:flex}.cb-message-wrap--user{align-items:flex-end}.cb-message-wrap--assistant{align-items:flex-start}.cb-feedback{align-items:center;gap:4px;margin-top:4px;padding-left:4px;font-size:.82rem;display:inline-flex}.cb-feedback-btn{cursor:pointer;opacity:.55;background:0 0;border:1px solid #0000;border-radius:6px;padding:2px 8px;font-size:.92rem;line-height:1;transition:all .12s}.cb-feedback-btn:hover{opacity:1;background:#1a17140d}.cb-feedback-btn--active{opacity:1;background:#dcfce7;border-color:#86efac}.cb-feedback-btn--active-down{opacity:1;background:#fee2e2;border-color:#fca5a5}.cb-feedback-escal{color:#5b5149;margin-left:6px;font-size:.7rem;font-style:italic}.cb-disclaimer{color:#6b6058;text-align:center;background:#fff;border-top:1px solid #1a17140f;margin:0;padding:.55rem 1rem .75rem;font-size:.7rem;font-style:italic;line-height:1.45}.cb-upsell{background:linear-gradient(135deg,#eee7f4 0%,#e8e4f5 100%);border-top:1px solid #1a171414;flex-shrink:0;padding:.85rem 1rem}.cb-upsell-header{align-items:center;gap:.6rem;margin-bottom:.4rem;display:flex}.cb-upsell-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.1rem;display:flex}.cb-upsell-title{color:#1a1714;margin:0;font-size:.85rem;font-weight:700}.cb-upsell-body{color:#5b5149;margin:0 0 .75rem;font-size:.78rem;line-height:1.45}.cb-upsell-btns{gap:.5rem;width:100%;display:flex}.cb-upsell-cta{cursor:pointer;text-align:center;color:#fff;border:none;border-radius:10px;flex:1;padding:.55rem .5rem;font-size:.78rem;font-weight:700;transition:opacity .15s,transform .1s}.cb-upsell-cta--mobile{background:linear-gradient(135deg,#f59e0b,#d97706)}.cb-upsell-cta--card{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.cb-upsell-paylater{color:#ffffff8c;text-align:center;margin:.4rem 0 0;font-size:.72rem;line-height:1.35}.cb-upsell-cta:hover:not(:disabled){opacity:.9;transform:scale(1.01)}.cb-upsell-cta:disabled{opacity:.6;cursor:not-allowed}.cb-upsell-err{color:#ef4444;text-align:center;margin:.25rem 0 0;font-size:.72rem}.cb-upsell-phone{flex-direction:column;gap:.4rem;width:100%;display:flex}.cb-upsell-select,.cb-upsell-input{color:#fff;box-sizing:border-box;background:#ffffff12;border:1px solid #ffffff26;border-radius:7px;outline:none;width:100%;padding:.45rem .65rem;font-size:.8rem;transition:border-color .15s}.cb-upsell-select option{color:#fff;background:#e8e2d8}.cb-upsell-select:focus,.cb-upsell-input:focus{border-color:#f59e0b}.cb-upsell-input::placeholder{color:#ffffff4d}.cb-upsell-back{color:#ffffff8c;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff2e;border-radius:7px;flex-shrink:0;padding:.45rem .75rem;font-size:.75rem;transition:border-color .15s,color .15s}.cb-upsell-back:hover{color:#fff;border-color:#ffffff59}.cb-suggestion--locked{opacity:.5;cursor:default}.cb-suggestion--locked:hover{background:#6366f10f;border-color:#6366f133}.cb-trigger{z-index:999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 8px 24px #6366f173}.cb-trigger:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6366f18c}.cb-trigger--active{border-radius:50%;justify-content:center;width:48px;height:48px;padding:.75rem}.cb-trigger-icon{font-size:1.1rem;line-height:1}.cb-trigger-label{font-size:.875rem}@keyframes cb-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cb-slide-up{0%{opacity:0;transform:translate(-50%,calc(20px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes cb-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}@media (width<=540px){.cb-modal{border-radius:0;width:100%;height:100%;animation:.15s cb-fade-in;inset:0;transform:none}.cb-trigger{bottom:1.25rem;right:1.25rem}}body.comm-page-active .cb-trigger{left:1.75rem;right:auto}.tkt-fab{z-index:900;color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:5.5rem;right:1.25rem;box-shadow:0 4px 16px #6366f166}.tkt-fab:hover{transform:scale(1.1);box-shadow:0 6px 20px #6366f180}.tkt-overlay{z-index:1100;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.tkt-modal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #0003}.tkt-header{border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1.25rem 0;display:flex}.tkt-tabs{gap:0;display:flex}.tkt-tab{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2.5px solid #0000;padding:.55rem 1rem .65rem;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s}.tkt-tab.active{color:#6366f1;border-bottom-color:#6366f1}.tkt-tab:hover:not(.active){color:#475569}.tkt-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;margin-left:auto;padding:.25rem .4rem;font-size:1rem;transition:background .15s}.tkt-close:hover{color:#475569;background:#0000000f}.tkt-body{flex:1;padding:1.25rem 1.4rem 1.5rem;overflow-y:auto}.tkt-intro{color:#64748b;margin:0 0 1.1rem;font-size:.83rem;line-height:1.55}.tkt-row-2{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem;display:grid}.tkt-field{flex-direction:column;gap:.3rem;margin-bottom:.75rem;display:flex}.tkt-field:last-child{margin-bottom:0}.tkt-label{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.tkt-req{color:#ef4444}.tkt-opt{text-transform:none;color:#94a3b8;font-weight:400}.tkt-input,.tkt-select,.tkt-textarea{color:#0f172a;box-sizing:border-box;background:#fafafa;border:1.5px solid #e2e8f0;border-radius:9px;width:100%;padding:.55rem .75rem;font-family:inherit;font-size:.88rem;transition:border-color .15s}.tkt-input:focus,.tkt-select:focus,.tkt-textarea:focus{background:#fff;border-color:#6366f1;outline:none}.tkt-textarea{resize:vertical;min-height:90px}.tkt-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394A3B8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.tkt-char{color:#94a3b8;text-align:right;font-size:.7rem}.tkt-error{color:#ef4444;margin:.5rem 0;font-size:.8rem}.tkt-submit{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;width:100%;margin-top:.9rem;padding:.7rem 1.2rem;font-size:.9rem;font-weight:700;transition:background .15s,transform .1s}.tkt-submit:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.tkt-submit:disabled{opacity:.55;cursor:default;transform:none}.tkt-submit-sm{width:auto;margin-top:0;padding:.45rem .9rem;font-size:.82rem}.tkt-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.tkt-success-icon{font-size:2.5rem}.tkt-success p{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.tkt-success p span{color:#64748b;font-weight:400}.tkt-history{padding-top:1rem}.tkt-loading{color:#94a3b8;text-align:center;padding:2rem 0;font-size:.85rem}.tkt-empty{text-align:center;color:#94a3b8;padding:2rem 0;font-size:.88rem}.tkt-list{flex-direction:column;gap:.5rem;display:flex}.tkt-link{cursor:pointer;color:#6366f1;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600}.tkt-link:hover{text-decoration:underline}.tkt-card{background:#fafafa;border:1.5px solid #00000012;border-radius:12px;transition:border-color .15s;overflow:hidden}.tkt-card:hover{border-color:#0000001f}.tkt-card-done{background:#10b98108;border-color:#10b98133}.tkt-card-in_progress{background:#f59e0b08;border-color:#f59e0b40}.tkt-card-declined{background:#ef444408;border-color:#ef444433}.tkt-card-top{cursor:pointer;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex}.tkt-card-left{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.tkt-card-type{color:#94a3b8;font-size:.68rem}.tkt-card-title{color:#0f172a;font-size:.87rem;font-weight:700;line-height:1.35}.tkt-card-author{color:#94a3b8;font-size:.68rem}.tkt-card-right{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.tkt-status-pill{border-radius:99px;padding:.15rem .5rem;font-size:.67rem;font-weight:700}.tkt-priority-dot{font-size:.7rem}.tkt-card-date{color:#94a3b8;font-size:.67rem}.tkt-card-chevron{color:#cbd5e1;font-size:.65rem}.tkt-card-body{border-top:1px solid #0000000f;padding:0 1rem 1rem}.tkt-card-desc{color:#475569;white-space:pre-wrap;margin:.75rem 0 .5rem;font-size:.84rem;line-height:1.55}.tkt-card-page{color:#94a3b8;margin:0 0 .5rem;font-size:.75rem}.tkt-admin-reply{background:#6366f10f;border-left:3px solid #6366f1;border-radius:0 8px 8px 0;margin-top:.75rem;padding:.5rem .75rem}.tkt-admin-reply-label{color:#6366f1;margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:block}.tkt-admin-reply p{color:#475569;margin:0;font-size:.83rem}.tkt-admin-actions{flex-direction:column;gap:.35rem;margin-top:.75rem;display:flex}.tkt-admin-note-preview{color:#64748b;margin:0;font-size:.78rem;font-style:italic}.tkt-status-toggle{flex-wrap:wrap;gap:.35rem;display:flex}.tkt-status-chip{color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:99px;padding:.25rem .65rem;font-size:.73rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.tkt-status-chip:hover:not(:disabled):not(.active){color:#334155;background:#e2e8f0}.tkt-status-chip.active{font-weight:700}.tkt-status-chip:disabled{opacity:.6;cursor:default}.tkt-dropzone{cursor:pointer;box-sizing:border-box;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:80px;padding:1rem;transition:border-color .15s,background .15s;display:flex}.tkt-dropzone:hover,.tkt-dropzone.drag{background:#6366f10a;border-color:#6366f1}.tkt-drop-hint{color:#94a3b8;pointer-events:none;text-align:center;font-size:.85rem}.tkt-drop-full{color:#10b981}.tkt-thumb-row{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.tkt-thumb{border:1.5px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:68px;height:68px;position:relative;overflow:hidden}.tkt-thumb img{object-fit:cover;width:100%;height:100%;display:block}.tkt-thumb-click{cursor:zoom-in}.tkt-thumb-del{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.55rem;line-height:1;display:flex;position:absolute;top:2px;right:2px}.tkt-thumb-del:hover{background:#000c}.tkt-file-chip{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;gap:.35rem;max-width:160px;padding:.35rem .5rem;display:flex;position:relative}.tkt-file-icon{flex-shrink:0;font-size:1.1rem}.tkt-file-name{color:#475569;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.72rem;overflow:hidden}.tkt-file-chip .tkt-thumb-del{color:#94a3b8;background:0 0;width:auto;height:auto;font-size:.7rem;position:static}.tkt-file-chip .tkt-thumb-del:hover{color:#ef4444;background:0 0}.tkt-lightbox{z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.tkt-lightbox img{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh}.tkt-lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex;position:fixed;top:1rem;right:1.25rem}.tkt-compare{grid-template-columns:1fr 1fr;gap:.5rem;margin:.5rem 0;display:grid}.tkt-compare-box{border-radius:8px;padding:.5rem .65rem}.tkt-compare-curr{background:#ef44440f;border-left:3px solid #ef4444}.tkt-compare-exp{background:#10b9810f;border-left:3px solid #10b981}.tkt-compare-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.68rem;font-weight:700;display:block}.tkt-compare-box p{color:#475569;white-space:pre-wrap;margin:0;font-size:.82rem;line-height:1.5}.tkt-screenshots{margin:.5rem 0}.tkt-has-img{color:#94a3b8;font-size:.7rem}.tkt-admin-summary{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.tkt-summary-pill{border-radius:99px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.tkt-badge{color:#fff;background:#ef4444;border-radius:99px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:4px;padding:0 4px;font-size:.62rem;font-weight:700;display:inline-flex}.tkt-thread{border-top:1px solid #ffffff12;margin-top:1rem;padding-top:.75rem}.tkt-thread-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:block}.tkt-thread-messages{flex-direction:column;gap:.55rem;max-height:260px;padding-right:2px;display:flex;overflow-y:auto}.tkt-msg{flex-direction:column;gap:.2rem;max-width:88%;display:flex}.tkt-msg-admin{align-self:flex-start}.tkt-msg-user{align-self:flex-end;align-items:flex-end}.tkt-msg-meta{align-items:baseline;gap:.5rem;display:flex}.tkt-msg-from{color:#94a3b8;font-size:.7rem;font-weight:700}.tkt-msg-time{color:#475569;font-size:.65rem}.tkt-msg-body{word-break:break-word;border-radius:10px;margin:0;padding:.5rem .75rem;font-size:.82rem;line-height:1.55}.tkt-msg-body p{margin:.2em 0}.tkt-msg-body p:first-child{margin-top:0}.tkt-msg-body p:last-child{margin-bottom:0}.tkt-msg-body ul,.tkt-msg-body ol{margin:.25em 0;padding-left:1.3em}.tkt-msg-body li{margin:.1em 0}.tkt-msg-body b,.tkt-msg-body strong{font-weight:700}.tkt-msg-body i,.tkt-msg-body em{font-style:italic}.tkt-msg-body code,.tkt-msg-body kbd{background:#0000001f;border-radius:3px;padding:.1em .3em;font-family:Fira Code,monospace;font-size:.85em}.tkt-msg-body blockquote{opacity:.8;border-left:3px solid #ffffff40;margin:.3em 0;padding-left:.6em}.tkt-msg-admin .tkt-msg-body{color:#e2e8f0;background:#1e293b;border:1px solid #6366f140;border-bottom-left-radius:3px}.tkt-msg-user .tkt-msg-body{color:#e2e8f0;background:#6366f12e;border:1px solid #6366f14d;border-bottom-right-radius:3px}.tkt-reply-box{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.tkt-reply-textarea{resize:vertical;min-height:56px;font-size:.83rem}.tkt-reply-send{align-self:flex-end}@media (width<=600px){.tkt-fab{width:40px;height:40px;font-size:1rem;bottom:4.5rem;right:.85rem}.tkt-modal{border-radius:14px 14px 0 0;align-self:flex-end;max-height:95vh}.tkt-row-2,.tkt-compare{grid-template-columns:1fr}}.tkt-msg-body div,.tkt-msg-body section{margin:0}.tkt-msg-body h1,.tkt-msg-body h2,.tkt-msg-body h3,.tkt-msg-body h4,.tkt-msg-body h5,.tkt-msg-body h6{margin:.2em 0 .1em;font-size:.88em;font-weight:700}.el-root{background:var(--color-el-bg);color:var(--color-el-fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.el-section-light{--color-el-bg:#f0f1fc;--color-el-fg:#141030;--color-el-card:#fff;--color-el-card-fg:#141030;--color-el-muted-fg:#53526b;--color-el-border:#d6d6e5;background:var(--color-el-bg);color:var(--color-el-fg)}.el-fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.el-fade-up.visible{opacity:1;transform:translateY(0)}.el-root ul{margin:0;padding:0;list-style:none}@keyframes el-portrait-pop{0%{opacity:0;transform:scale(.4)translateY(12px)}55%{opacity:1;transform:scale(1.18)translateY(-8px)}78%{transform:scale(.94)translateY(3px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes el-portrait-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.el-portrait{will-change:transform;animation:.85s cubic-bezier(.34,1.56,.64,1) .15s both el-portrait-pop,4.5s ease-in-out 1.1s infinite el-portrait-float}@media (prefers-reduced-motion:reduce){.el-portrait{animation:none}}.cp-root{color:#f8fafc;background:#0f0e0c;min-height:100vh;font-family:inherit}.cp-hero{text-align:center;background:linear-gradient(160deg,#13121a 0%,#0f0e0c 100%);border-bottom:1px solid #ffffff0f;padding:72px 24px 56px}.cp-hero-inner{max-width:600px;margin:0 auto}.cp-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#6366f1;margin:0 0 14px;font-size:.8rem;font-weight:700}.cp-title{background:linear-gradient(135deg,#f8fafc 30%,#a5b4fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.cp-subtitle{color:#94a3b8;margin:0;font-size:1.05rem;line-height:1.7}.cp-subtitle strong{color:#f8fafc}.cp-body{grid-template-columns:1fr 300px;align-items:start;gap:32px;max-width:1040px;margin:0 auto;padding:48px 24px 80px;display:grid}.cp-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:40px 36px}.cp-form-title{color:#f8fafc;margin:0 0 28px;font-size:1.3rem;font-weight:700}.cp-row-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cp-field{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.cp-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.cp-char-count{color:#475569;text-transform:none;letter-spacing:0;font-size:.75rem;font-weight:400}.cp-input{color:#f8fafc;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,background .15s}.cp-input:focus{background:#6366f10f;border-color:#6366f199}.cp-input::placeholder{color:#475569}.cp-input:disabled{opacity:.5;cursor:not-allowed}.cp-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.cp-select option{color:#f8fafc;background:#1e1d26}.cp-textarea{resize:vertical;min-height:140px;line-height:1.55}.cp-error{color:#f87171;background:#f871711a;border:1px solid #f8717133;border-radius:10px;margin:0 0 16px;padding:.7rem 1rem;font-size:.85rem}.cp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;width:100%;padding:.85rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:opacity .15s,transform .1s;box-shadow:0 4px 16px #6366f159}.cp-btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.cp-btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.cp-privacy{color:#475569;text-align:center;margin:12px 0 0;font-size:.75rem;line-height:1.55}.cp-success{text-align:center;padding:24px 0}.cp-success-icon{margin-bottom:16px;font-size:3rem}.cp-success-title{color:#f8fafc;margin:0 0 12px;font-size:1.5rem;font-weight:800}.cp-success-text{color:#94a3b8;margin:0 0 28px;font-size:.95rem;line-height:1.65}.cp-success-text strong{color:#f8fafc}.cp-aside{flex-direction:column;gap:16px;display:flex}.cp-aside-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;padding:20px}.cp-aside-icon{margin-bottom:10px;font-size:1.5rem}.cp-aside-title{color:#f8fafc;margin:0 0 6px;font-size:.9rem;font-weight:700}.cp-aside-text{color:#94a3b8;margin:0;font-size:.82rem;line-height:1.6}.cp-aside-link{color:#818cf8;text-decoration:none}.cp-aside-link:hover{text-decoration:underline}@media (width<=768px){.cp-body{grid-template-columns:1fr;padding:32px 16px 60px}.cp-card{padding:28px 20px}.cp-row-2{grid-template-columns:1fr}.cp-aside{grid-row:2}}@media (width<=480px){.cp-hero{padding:24px 14px 12px}.cp-title{font-size:clamp(1.65rem,8vw,2.1rem);line-height:1.15}.cp-subtitle{font-size:.9rem;line-height:1.55}.cp-body{gap:18px;padding:16px 12px 48px}.cp-card{border-radius:16px;padding:20px 16px}.cp-form-title{font-size:1.05rem}.cp-input,.cp-select,.cp-textarea{font-size:16px}.cp-btn-primary{justify-content:center;width:100%;padding:14px 20px}}.unsub-root{background:#0f0e0c;justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:inherit;display:flex}.unsub-card{text-align:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;width:100%;max-width:480px;padding:48px 40px}.unsub-icon{margin-bottom:16px;font-size:3rem}.unsub-title{color:#f8fafc;margin:0 0 14px;font-size:1.6rem;font-weight:800}.unsub-body{color:#94a3b8;margin:0 0 16px;font-size:.95rem;line-height:1.7}.unsub-note{color:#475569;margin:0 0 28px;font-size:.82rem;line-height:1.65}.unsub-link{color:#818cf8;text-decoration:none}.unsub-link:hover{text-decoration:underline}.unsub-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;margin-bottom:32px;padding:.7rem 1.6rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-block}.unsub-btn:hover{opacity:.9}.unsub-spinner{border:3px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:36px;height:36px;margin:0 auto 16px;animation:.8s linear infinite unsub-spin}@keyframes unsub-spin{to{transform:rotate(360deg)}}.unsub-logo{border-top:1px solid #ffffff0f;margin-top:8px;padding-top:20px}.unsub-logo-text{color:#475569;font-size:.85rem;font-weight:600}@media (width<=540px){.unsub-card{padding:36px 24px}}.fg-root{color:#111827;background:#f6f7fb;min-height:100vh}.fg-hero{justify-content:center;align-items:center;min-height:430px;padding:64px 20px;display:flex;position:relative;overflow:hidden}.fg-hero-bg,.fg-hero-shade{position:absolute;inset:0}.fg-hero-bg{background-image:url(https://media.voyagesenpremiere.com/hero-3-maldives.jpg);background-position:50% 38%;background-size:cover;transform:scale(1.02)}.fg-hero-shade{background:linear-gradient(#09141c6b 0%,#09141cb8 100%),linear-gradient(90deg,#071a20ad 0%,#071a202e 70%)}.fg-hero-content{z-index:1;text-align:center;color:#fff;width:min(760px,100%);position:relative}.fg-kicker{color:#f3c86a;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:800}.fg-hero h1,.fg-success h1{letter-spacing:0;margin:0;font-size:clamp(2.05rem,5vw,4.2rem);font-weight:900;line-height:1.06}.fg-lead{color:#ffffffe0;max-width:620px;margin:20px auto 0;font-size:clamp(1rem,2vw,1.16rem);line-height:1.7}.fg-body{z-index:2;grid-template-columns:minmax(0,.86fr) minmax(360px,1fr);align-items:start;gap:28px;width:min(1080px,100% - 40px);margin:-58px auto 0;padding-bottom:84px;display:grid;position:relative}.fg-copy,.fg-form,.fg-success-panel{background:#fff;border:1px solid #11182714;border-radius:8px;box-shadow:0 18px 45px #1118271a}.fg-copy{padding:30px}.fg-guide-cover{color:#fff;background:linear-gradient(145deg,#0f766eeb,#111827f0),url(https://media.voyagesenpremiere.com/hero-1-togo.jpg) 50%/cover;border:1px solid #0f766e2e;border-radius:8px;flex-direction:column;justify-content:flex-end;width:min(260px,100%);min-height:320px;margin:0 auto 28px;padding:26px;display:flex;box-shadow:0 20px 38px #11182733}.fg-guide-cover span{letter-spacing:.1em;text-transform:uppercase;color:#f3c86a;font-size:.82rem;font-weight:800}.fg-guide-cover strong{letter-spacing:0;margin-top:10px;font-size:2rem;line-height:1}.fg-guide-cover em{color:#ffffffdb;margin-top:14px;font-size:.96rem;font-style:normal;line-height:1.45}.fg-copy h2,.fg-form h2{color:#111827;letter-spacing:0;margin:0 0 18px;font-size:1.35rem;font-weight:800;line-height:1.25}.fg-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.fg-list li{color:#374151;padding-left:28px;line-height:1.65;position:relative}.fg-list li:before{content:"";background:#0f766e;border-radius:50%;width:10px;height:10px;position:absolute;top:.55em;left:0;box-shadow:0 0 0 5px #0f766e1f}.fg-note{color:#6b7280;border-top:1px solid #11182714;margin:24px 0 0;padding-top:18px;line-height:1.65}.fg-form{padding:30px}.fg-field{flex-direction:column;gap:7px;margin-bottom:16px;display:flex}.fg-field label{color:#4b5563;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:800}.fg-field input,.fg-field select,.fg-field textarea{color:#111827;width:100%;font:inherit;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:.78rem .9rem;font-size:.95rem;transition:border-color .16s,box-shadow .16s,background .16s}.fg-field input:focus,.fg-field select:focus,.fg-field textarea:focus{background:#fff;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e29}.fg-field textarea{resize:vertical;min-height:112px;line-height:1.55}.fg-field input:disabled,.fg-field select:disabled,.fg-field textarea:disabled{opacity:.62;cursor:not-allowed}.fg-consent{color:#4b5563;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;margin:6px 0 18px;font-size:.88rem;line-height:1.45;display:grid}.fg-consent input{accent-color:#0f766e;width:18px;height:18px;margin:2px 0 0}.fg-error{color:#b91c1c;background:#dc262614;border:1px solid #dc262638;border-radius:8px;margin:0 0 14px;padding:.72rem .85rem;font-size:.88rem}.fg-field-error{color:#b91c1c;margin:6px 0 0;font-size:.8rem;line-height:1.4}.fg-phone-row{grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:8px;display:grid}.fg-phone-country{min-width:0}.fg-review{background:#f9fafb;border:1px solid #11182714;border-radius:8px;margin:0 0 20px;overflow:hidden}.fg-review-row{border-bottom:1px solid #1118270f;grid-template-columns:120px minmax(0,1fr);gap:12px;padding:12px 14px;display:grid}.fg-review-row:last-child{border-bottom:0}.fg-review-row dt{color:#6b7280;letter-spacing:.06em;text-transform:uppercase;align-self:center;margin:0;font-size:.74rem;font-weight:800}.fg-review-row dd{color:#111827;word-break:break-word;align-self:center;margin:0;font-size:.95rem}.fg-review-actions{flex-direction:column;gap:10px;display:flex}.fg-review-actions .fg-secondary-link{cursor:pointer;background:0 0;width:100%;margin-top:0}.fg-submit{color:#fff;cursor:pointer;width:100%;font:inherit;background:#0f766e;border:0;border-radius:8px;padding:.9rem 1.25rem;font-size:1rem;font-weight:800;transition:background .16s,transform .16s,box-shadow .16s;box-shadow:0 12px 26px #0f766e38}.fg-submit:hover:not(:disabled){background:#0b5f59;transform:translateY(-1px)}.fg-submit:disabled{cursor:not-allowed;opacity:.46;box-shadow:none}.fg-privacy{color:#6b7280;text-align:center;margin:12px 0 0;font-size:.78rem;line-height:1.55}.fg-credibility{align-items:center;gap:22px;width:min(820px,100% - 40px);margin:0 auto;padding:0 0 84px;display:flex}.fg-credibility-photo{object-fit:cover;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:96px;height:96px;box-shadow:0 10px 28px #11182729}.fg-credibility-text{color:#374151;margin:0;font-size:1.05rem;font-weight:500;line-height:1.6}.fg-success{background:linear-gradient(#09141c94,#09141cd1),url(https://media.voyagesenpremiere.com/hero-1-togo.jpg) top/cover;place-items:center;min-height:calc(100vh - 64px);padding:56px 20px;display:grid}.fg-success-panel{text-align:center;width:min(680px,100%);padding:42px}.fg-success-panel p:not(.fg-kicker){color:#4b5563;margin:18px 0 0;line-height:1.7}.fg-success-panel strong{color:#111827}a.fg-submit{justify-content:center;align-items:center;width:auto;margin-top:26px;text-decoration:none;display:inline-flex}.fg-secondary-link{color:#0f766e;border:1px solid #0f766e38;border-radius:8px;justify-content:center;align-items:center;min-height:44px;margin-top:26px;padding:.68rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.fg-secondary-link:hover{background:#0f766e14}.fg-success-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:28px;display:flex}.fg-success-actions .fg-secondary-link{margin-top:0}.fg-success-cta{justify-content:center;align-items:center;width:auto;min-height:44px;text-decoration:none;display:inline-flex}.fg-viewer{background:#0b1b22;flex-direction:column;min-height:100vh;display:flex}.fg-viewer-bar{background:#09161c;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.fg-viewer-bar .fg-kicker{margin:0}.fg-viewer-bar .fg-secondary-link{color:#f3c86a;background:0 0;border-color:#f3c86a66;margin-top:0}.fg-viewer-bar .fg-secondary-link:hover{background:#f3c86a1f}.fg-viewer-status{color:#ffffffb3;text-align:center;margin:0;padding:20px 16px 0;font-size:14px}.fg-viewer-status.fg-error{color:#f3b0a0}.fg-pdf-pages{-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;align-items:center;gap:16px;min-height:0;padding:24px 16px 48px;display:flex;overflow-y:auto}.fg-pdf-page{pointer-events:none;background:#fff;border-radius:6px;max-width:100%;height:auto;box-shadow:0 10px 30px #00000059}@media (width<=840px){.fg-body{grid-template-columns:1fr;width:min(620px,100% - 28px);margin-top:-36px}.fg-copy{order:2}.fg-form{order:1}}@media (width<=520px){.fg-hero{min-height:360px;padding:46px 16px}.fg-body{gap:16px;width:calc(100% - 20px);padding-bottom:28px}.fg-credibility{text-align:center;flex-direction:column;gap:14px;padding-bottom:48px}.fg-copy,.fg-form,.fg-success-panel{padding:22px 18px}.fg-field input,.fg-field select,.fg-field textarea{font-size:16px}}.qg-doc{background:#f5f6fb;min-height:100vh}.qg-doc-card{color:#1e293b;word-break:break-word;background:#fff;border-radius:16px;max-width:760px;margin:28px auto 64px;padding:44px 40px;font-size:17px;line-height:1.75;box-shadow:0 10px 34px #0f1b221a}.qg-doc-card p{margin:0 0 1.1em}.qg-doc-card p:last-child{margin-bottom:0}.qg-doc-title{color:#0f172a;margin:0 0 20px;font-size:26px;line-height:1.25}.qg-doc-card a{color:#764be5;font-weight:600}@media (width<=640px){.qg-doc-card{margin:16px 12px 40px;padding:28px 20px;font-size:16px}.qg-doc-title{font-size:22px}}.webinar-reference{--webinar-navy:#1b1436;--webinar-navy-2:#241a4d;--webinar-plum:#2f2557;--webinar-gold:#c99a3a;--webinar-gold-bright:#e0b458;--webinar-cream:#f5f1e8;--webinar-cream-dim:#d8d2c4;--webinar-line:#c99a3a47;--webinar-glow-x:50vw;--webinar-glow-y:30vh;--webinar-glow-opacity:0;background:var(--webinar-navy);min-height:100vh;color:var(--webinar-cream);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;position:relative;overflow:hidden}.webinar-reference:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(60% 45% at 78% 8%,#c99a3a1a,#0000 60%),radial-gradient(50% 40% at 12% 90%,#7c5cff1a,#0000 60%);position:fixed;inset:0}.webinar-reference:after{content:"";z-index:0;pointer-events:none;opacity:var(--webinar-glow-opacity);background:radial-gradient(circle 210px at var(--webinar-glow-x) var(--webinar-glow-y), #e0b45821, transparent 72%), radial-gradient(circle 360px at var(--webinar-glow-x) var(--webinar-glow-y), #7c5cff17, transparent 74%);transition:opacity .28s;position:fixed;inset:0}.webinar-reference *,.webinar-reference :before,.webinar-reference :after{box-sizing:border-box}.webinar-wrap{z-index:1;width:min(100% - 48px,1080px);margin:0 auto;position:relative}.webinar-brand{letter-spacing:.02em;color:var(--webinar-cream);font-family:Fraunces,serif;font-size:1.05rem;font-weight:600}.webinar-brand span{color:var(--webinar-gold-bright)}.webinar-topbar{justify-content:center;padding-top:26px;padding-bottom:10px;display:flex}.webinar-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--webinar-gold-bright);align-items:center;gap:.7em;font-size:.72rem;font-weight:600;display:flex}.webinar-eyebrow:before{display:none}.webinar-hero{text-align:center;padding-top:40px;padding-bottom:20px}.webinar-hero .webinar-eyebrow{justify-content:center;margin-bottom:26px}.webinar-hero h1{max-width:16ch;color:var(--webinar-cream);letter-spacing:-.01em;margin:0 auto;font-family:Fraunces,serif;font-size:clamp(2.1rem,5.2vw,3.7rem);font-weight:600;line-height:1.08}.webinar-hero h1 em{color:var(--webinar-gold-bright);font-style:italic}.webinar-subtitle{max-width:52ch;color:var(--webinar-cream-dim);margin:26px auto 0;font-size:1.08rem}.webinar-when{flex-wrap:wrap;justify-content:center;gap:14px;margin:34px 0 8px;display:flex}.webinar-chip{color:var(--webinar-cream);border:1px solid var(--webinar-line);background:#f5f1e80d;border-radius:999px;align-items:center;gap:9px;padding:10px 18px;font-size:.92rem;display:flex}.webinar-chip svg{fill:none;width:16px;height:16px;stroke:var(--webinar-gold-bright);stroke-width:1.7px}.webinar-live-chip{border-color:#e0b45880}.webinar-live-dot{background:#e0645f;border-radius:50%;width:8px;height:8px;animation:2s infinite webinar-pulse}@keyframes webinar-pulse{0%{box-shadow:0 0 #e0645f99}70%{box-shadow:0 0 0 8px #e0645f00}to{box-shadow:0 0 #e0645f00}}.webinar-pass-section{padding-top:20px;padding-bottom:30px;scroll-margin-top:20px}.webinar-pass{max-width:960px;color:var(--webinar-navy-2);background:linear-gradient(150deg,#fbf8f1,#efe9db);border-radius:18px;grid-template-columns:minmax(0,1fr) 280px;margin:0 auto;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 70px -30px #0009,inset 0 2px #fff6}.webinar-pass:after{content:"";opacity:.28;background:repeating-linear-gradient(to bottom, var(--webinar-navy-2) 0 6px, transparent 6px 12px);width:2px;position:absolute;top:0;bottom:0;left:calc(100% - 280px)}.webinar-pass-main{padding:34px 34px 30px}.webinar-pass-tag{color:var(--webinar-gold);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.6em;margin-bottom:16px;font-size:.68rem;font-weight:600;display:flex}.webinar-pass-tag:before{content:"✈";color:var(--webinar-gold);font-size:.9rem}.webinar-pass-main h2{margin:0 0 8px;font-family:Fraunces,serif;font-size:1.55rem;font-weight:600;line-height:1.15}.webinar-pass-lead{color:#5b5470;margin:0 0 22px;font-size:.95rem}.webinar-field{margin-bottom:14px}.webinar-field label{color:#877f96;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.7rem;font-weight:600;display:block}.webinar-field input,.webinar-field select{width:100%;color:var(--webinar-navy-2);background:#fff;border:1px solid #d9d2c4;border-radius:10px;padding:13px 15px;font:1rem Inter,sans-serif;transition:border-color .18s,box-shadow .18s}.webinar-field select{appearance:auto;text-overflow:ellipsis;white-space:nowrap;min-height:50px;padding-right:42px}.webinar-field select:disabled{color:#938ba3;background:#f5f1e8}.webinar-field input:focus,.webinar-field select:focus{border-color:var(--webinar-gold);outline:none;box-shadow:0 0 0 3px #c99a3a2e}.webinar-terms{color:#5b5470;cursor:pointer;align-items:flex-start;gap:10px;margin:4px 0 12px;font-size:.78rem;line-height:1.45;display:flex}.webinar-terms input{width:17px;height:17px;accent-color:var(--webinar-gold);flex:none;margin-top:1px}.webinar-terms a{color:#6b4b13;font-weight:600;text-decoration:underline}.webinar-cta{width:100%;color:var(--webinar-navy);background:linear-gradient(180deg, var(--webinar-gold-bright), var(--webinar-gold));cursor:pointer;letter-spacing:.01em;border:0;border-radius:10px;margin-top:8px;padding:16px;font:600 1.02rem Inter,sans-serif;transition:transform .12s,box-shadow .2s;box-shadow:0 10px 24px -10px #c99a3ab3}.webinar-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px -10px #c99a3ad9}.webinar-cta:disabled{cursor:wait;opacity:.72}.webinar-form-notice{text-align:center;border-radius:8px;margin:12px 0 0;padding:10px 12px;font-size:.78rem}.webinar-form-notice--success{color:#2e633d;background:#e4f0e6}.webinar-form-notice--error{color:#8c3131;background:#f5e5e2}.webinar-micro{color:#938ba3;text-align:center;margin:12px 0 0;font-size:.76rem}.webinar-pass-stub{color:var(--webinar-cream);background:linear-gradient(160deg, var(--webinar-navy-2), var(--webinar-plum));flex-direction:column;justify-content:space-between;padding:30px 26px;display:flex}.webinar-stub-row{margin-bottom:18px}.webinar-stub-key{color:var(--webinar-gold-bright);letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:.64rem}.webinar-stub-value{font-family:Fraunces,serif;font-size:1.05rem;font-weight:500;line-height:1.25}.webinar-stub-foot{color:var(--webinar-cream-dim);border-top:1px solid #f5f1e824;padding-top:14px;font-size:.7rem}.webinar-seat{color:var(--webinar-gold-bright);letter-spacing:.04em;font-family:Fraunces,serif;font-size:2rem;font-weight:600}.webinar-learn{padding-top:64px;padding-bottom:40px}.webinar-learn-head{text-align:center;max-width:60ch;margin:0 auto 44px}.webinar-learn-head .webinar-eyebrow{justify-content:center;margin-bottom:18px}.webinar-learn-head h2{margin:0;font-family:Fraunces,serif;font-size:clamp(1.7rem,3.6vw,2.5rem);font-weight:600;line-height:1.14}.webinar-cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.webinar-card{border:1px solid var(--webinar-line);background:linear-gradient(160deg,#2f25578c,#241a4d59);border-radius:16px;min-width:0;padding:30px 26px;transition:transform .2s,border-color .2s}.webinar-card:hover{border-color:#e0b45880;transform:translateY(-3px)}.webinar-card-number{color:var(--webinar-gold-bright);letter-spacing:.1em;margin-bottom:16px;font-family:Fraunces,serif;font-size:.9rem;font-weight:600;display:block}.webinar-card h3{color:var(--webinar-cream);margin:0 0 10px;font-family:Fraunces,serif;font-size:1.22rem;font-weight:600;line-height:1.2}.webinar-card p{color:var(--webinar-cream-dim);margin:0;font-size:.95rem}.webinar-host{padding-top:40px;padding-bottom:56px}.webinar-host-inner{border:1px solid var(--webinar-line);background:linear-gradient(160deg,#2f255780,#241a4d4d);border-radius:18px;grid-template-columns:120px minmax(0,1fr);align-items:start;gap:32px;max-width:820px;margin:0 auto;padding:40px 44px;display:grid}.webinar-host-photo{object-fit:cover;object-position:center 20%;border:2px solid var(--webinar-gold-bright);border-radius:50%;flex-shrink:0;width:120px;height:120px;margin-top:112px;box-shadow:0 12px 30px -12px #c99a3ab3}.webinar-host-body .webinar-eyebrow{margin-bottom:14px}.webinar-host-body h2{margin:0 0 12px;font-family:Fraunces,serif;font-size:1.5rem;font-weight:600}.webinar-host-body>.webinar-host-role{color:var(--webinar-cream-dim);margin:-6px 0 18px;font-size:.9rem}.webinar-host-body>p{color:var(--webinar-cream-dim);margin:0;font-size:.98rem}.webinar-host-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:22px;display:grid}.webinar-host-stat-number{white-space:nowrap;color:var(--webinar-gold-bright);letter-spacing:-.02em;font-family:Fraunces,serif;font-size:1.35rem;font-weight:600;line-height:1.08}.webinar-host-stat-label{color:var(--webinar-cream-dim);letter-spacing:.08em;text-transform:uppercase;margin-top:8px;font-size:.62rem;line-height:1.45}.webinar-final{text-align:center;padding-top:20px;padding-bottom:40px}.webinar-final-inner{max-width:56ch;margin:0 auto}.webinar-final h2{margin:0 0 18px;font-family:Fraunces,serif;font-size:clamp(1.6rem,3.4vw,2.3rem);font-weight:600;line-height:1.16}.webinar-final p{color:var(--webinar-cream-dim)}.webinar-final-inner>p:first-of-type{margin:0 0 30px}.webinar-secondary-cta{color:var(--webinar-navy);background:linear-gradient(180deg, var(--webinar-gold-bright), var(--webinar-gold));border-radius:10px;padding:15px 34px;font:600 1rem Inter,sans-serif;text-decoration:none;transition:transform .12s;display:inline-block;box-shadow:0 10px 24px -10px #c99a3ab3}.webinar-secondary-cta:hover{transform:translateY(-1px)}.webinar-final-details{margin:24px 0 0;font-size:.9rem}.webinar-gallery-section{width:min(100% - 48px,1680px);padding-top:42px;padding-bottom:52px}.webinar-gallery-head{text-align:center;max-width:62ch;margin:0 auto 34px}.webinar-gallery-head h2{margin:0;font-family:Fraunces,serif;font-size:clamp(1.7rem,3.6vw,2.45rem);font-weight:600;line-height:1.14}.webinar-gallery{columns:4;column-gap:16px}.webinar-gallery-item{break-inside:avoid;background:var(--webinar-navy-2);border:1px solid var(--webinar-line);border-radius:16px;width:100%;margin:0 0 16px;overflow:hidden;box-shadow:0 18px 36px -26px #000000e6}.webinar-gallery-item img{width:100%;height:auto;display:block}.webinar-gallery-item figcaption{color:var(--webinar-cream);padding:12px 14px 13px;font-family:Fraunces,serif;font-size:1rem;font-weight:600;line-height:1.22}.webinar-gallery-cta{text-align:center;margin-top:38px}.webinar-gallery-cta p{color:var(--webinar-cream-dim);margin:18px 0 0;font-size:.9rem}.webinar-footer{text-align:center;border-top:1px solid #f5f1e81a;margin-top:20px;padding-top:40px;padding-bottom:40px}.webinar-footer .webinar-brand{margin-bottom:8px;font-size:.95rem;display:block}.webinar-footer p{color:#877f96;margin:0;font-size:.82rem}@media (width<=820px){.webinar-pass{grid-template-columns:1fr}.webinar-pass:after{display:none}.webinar-pass-stub{flex-flow:wrap;justify-content:space-between;gap:18px}.webinar-stub-row{min-width:40%;margin-bottom:0}.webinar-cards{grid-template-columns:1fr;gap:16px}.webinar-host-inner{text-align:center;grid-template-columns:1fr;gap:22px;padding:34px 26px}.webinar-host-photo{margin:0 auto}.webinar-host-body .webinar-eyebrow,.webinar-host-stats{justify-content:center}.webinar-gallery{columns:2}}@media (width<=1180px) and (width>=821px){.webinar-gallery{columns:3}}@media (width<=520px){.webinar-wrap{width:min(100% - 32px,1080px)}.webinar-topbar{padding-top:20px}.webinar-hero{padding-top:28px}.webinar-hero h1{font-size:2.35rem}.webinar-subtitle{font-size:.98rem}.webinar-chip{padding:9px 13px;font-size:.82rem}.webinar-pass-main{padding:28px 22px 24px}.webinar-pass-stub{padding:26px 22px}.webinar-host-stats{grid-template-columns:1fr;gap:18px}.webinar-host-stat-number{white-space:normal}.webinar-gallery-section{padding-top:28px;padding-bottom:42px}.webinar-gallery-head{margin-bottom:24px}.webinar-gallery{columns:1;column-gap:0}.webinar-gallery-item{border-radius:12px;margin-bottom:12px}.webinar-gallery-item figcaption{padding:10px 11px 11px;font-size:.86rem}.webinar-gallery-cta{margin-top:28px}}@media (hover:none),(pointer:coarse){.webinar-reference:after{display:none}}@media (prefers-reduced-motion:reduce){.webinar-reference *,.webinar-reference :before,.webinar-reference :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.webinar-reference:after{display:none}}.points-calculator-page{--pc-ink:#16233e;--pc-navy:#1b2a4a;--pc-gold:#b08d3e;--pc-ivory:#fbf9f5;--pc-slate:#5c6470;--pc-green:#2f5d3a;background:var(--pc-ink);min-height:calc(100vh - 64px);color:var(--pc-navy);padding:40px 16px 64px;font-family:Instrument Sans,system-ui,-apple-system,Segoe UI,sans-serif}.points-calculator-shell{width:100%;max-width:660px;margin:0 auto}.points-calculator-brand{color:var(--pc-gold);letter-spacing:.22em;text-transform:uppercase;text-align:center;margin:0 0 18px;font-size:11px;font-weight:600}.points-calculator-page h1{color:var(--pc-ivory);text-align:center;margin:0;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(30px,5vw,40px);font-weight:600;line-height:1.15}.points-calculator-subtitle{color:#b9c0ce;text-align:center;max-width:460px;margin:10px auto 30px;font-size:15px;line-height:1.5}.points-calculator-card{background:var(--pc-ivory);border-radius:14px;padding:28px 26px 24px;box-shadow:0 24px 60px #00000059}.points-field{margin-bottom:26px}.points-field-label{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.points-field-label label{color:var(--pc-navy);font-size:14px;font-weight:600}.points-field-label output{color:var(--pc-navy);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-family:Fraunces,Georgia,serif;font-size:26px;font-weight:700}.points-field input[type=range]{appearance:none;background:linear-gradient(to right, var(--pc-gold) 0%, var(--pc-gold) var(--range-fill), #ddd6c8 var(--range-fill), #ddd6c8 100%);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.points-field input[type=range]::-webkit-slider-thumb{appearance:none;border:3px solid var(--pc-ivory);background:var(--pc-navy);border-radius:50%;width:24px;height:24px;box-shadow:0 2px 8px #16233e66}.points-field input[type=range]::-moz-range-thumb{border:3px solid var(--pc-ivory);background:var(--pc-navy);border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #16233e66}.points-field input[type=range]:focus-visible{outline:3px solid var(--pc-gold);outline-offset:5px}.points-range-ends{color:var(--pc-slate);justify-content:space-between;margin-top:8px;font-size:12px;display:flex}.points-hint{color:var(--pc-slate);margin:10px 0 0;font-size:12.5px;line-height:1.5}.boarding-pass{background:#fff;border:1px solid #e4decf;border-radius:12px;margin-top:4px;overflow:hidden}.boarding-pass-header{background:var(--pc-navy);color:var(--pc-ivory);letter-spacing:.18em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:16px;padding:12px 18px;font-size:11px;display:flex}.boarding-pass-header span:last-child{color:var(--pc-gold);text-align:right;font-weight:600}.boarding-pass-body{padding:16px 18px 18px}.points-result-row{border-bottom:1px solid #f0ebdd;justify-content:space-between;align-items:baseline;gap:14px;padding:11px 0;display:flex}.points-result-copy{max-width:52%;color:var(--pc-slate);font-size:13px;line-height:1.35}.points-result-copy strong,.points-result-copy span{display:block}.points-result-copy strong{color:var(--pc-navy);font-size:13.5px}.points-result-value{color:var(--pc-navy);text-align:right;line-height:1.1}.points-result-value strong{font-variant-numeric:tabular-nums;font-family:Fraunces,Georgia,serif;font-size:clamp(18px,4vw,23px);font-weight:700;display:block}.points-result-value span{color:var(--pc-slate);margin-top:5px;font-size:12px;display:block}.result-basic .points-result-value strong{color:var(--pc-slate);font-size:clamp(16px,3.6vw,20px)}.points-result-row.result-optimized{background:#f4f8f3;border-bottom:0;margin:0 -18px;padding:14px 18px}.result-optimized .points-result-copy strong,.result-optimized .points-result-value strong{color:var(--pc-green)}.result-optimized .points-result-value strong{font-size:clamp(22px,5vw,30px)}.points-share{color:var(--pc-green);text-align:right;margin:8px 0 2px;font-size:12.5px;font-weight:600}.ticket-divider{border-top:2px dashed #d8d2c2;margin:14px -18px 12px;position:relative}.ticket-divider:before,.ticket-divider:after{background:var(--pc-ivory);content:"";border:1px solid #e4decf;border-radius:50%;width:20px;height:20px;position:absolute;top:-11px}.ticket-divider:before{border-left-color:#0000;left:-11px}.ticket-divider:after{border-right-color:#0000;right:-11px}.points-trip-estimate{justify-content:space-between;align-items:baseline;gap:10px;padding:5px 0;font-size:14.5px;display:flex}.points-trip-estimate strong{color:var(--pc-gold);font-variant-numeric:tabular-nums;text-align:right;flex:0 0 43%;font-family:Fraunces,Georgia,serif;font-size:18px}.ticket-barcode{opacity:.85;background:repeating-linear-gradient(90deg, var(--pc-navy) 0 2px, transparent 2px 5px, var(--pc-navy) 5px 6px, transparent 6px 11px, var(--pc-navy) 11px 14px, transparent 14px 17px);border-radius:2px;height:34px;margin-top:14px}.points-method{color:#aab2c0;text-align:center;max-width:600px;margin:22px auto 0;font-size:12.5px;line-height:1.55}@media (prefers-reduced-motion:no-preference){.points-calculator-card{animation:.5s both points-rise}@keyframes points-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}}@media (width<=520px){.points-calculator-page{padding:28px 12px 44px}.points-calculator-card{padding:22px 16px 18px}.points-field-label{align-items:flex-start}.points-field-label label{max-width:58%}.points-field-label output{font-size:23px}.boarding-pass-header{padding:11px 13px;font-size:9.5px}.boarding-pass-body{padding:14px 13px 15px}.points-result-row{align-items:flex-start;gap:10px}.points-result-copy{max-width:46%}.points-result-value{max-width:54%}.points-result-row.result-optimized{margin:0 -13px;padding:14px 13px}.ticket-divider{margin-left:-13px;margin-right:-13px}.points-trip-estimate{align-items:flex-start;font-size:13px}.points-trip-estimate strong{flex-basis:44%;font-size:16px}}@media (width<=360px){.points-calculator-card{padding-left:12px;padding-right:12px}.points-result-value strong{font-size:17px}.result-optimized .points-result-value strong{font-size:20px}}.webinar-thanks{--navy:#1b1436;--navy-2:#241a4d;--plum:#2f2557;--gold:#c99a3a;--gold-bright:#e0b458;--cream:#f5f1e8;--cream-dim:#d8d2c4;--line:#c99a3a47;background:var(--navy);min-height:100vh;color:var(--cream);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.webinar-thanks *,.webinar-thanks :before,.webinar-thanks :after{box-sizing:border-box;margin:0;padding:0}.webinar-thanks:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(60% 45% at 78% 8%,#c99a3a1a,#0000 60%),radial-gradient(50% 40% at 12% 90%,#7c5cff1a,#0000 60%);position:fixed;inset:0}.thanks-wrap{max-width:760px;margin:0 auto;padding:0 24px}.thanks-wrap,.thanks-topbar,.webinar-thanks section,.thanks-footer{z-index:1;position:relative}.thanks-topbar{justify-content:center;padding:26px 0 10px;display:flex}.thanks-brand{color:var(--cream);font-family:Fraunces;font-size:1.05rem;font-weight:600}.thanks-brand span{color:var(--gold-bright)}.thanks-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold-bright);justify-content:center;align-items:center;gap:.7em;font-size:.72rem;font-weight:600;display:flex}.thanks-eyebrow:before,.thanks-eyebrow:after{content:"";background:var(--gold);width:34px;height:1px}.thanks-hero{text-align:center;padding-top:26px;padding-bottom:6px}.thanks-check{border:1.5px solid var(--gold);background:#c99a3a1a;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 20px;display:flex}.thanks-hero h1{margin:16px 0 12px;font-family:Fraunces;font-size:clamp(1.9rem,5.4vw,2.9rem);font-weight:600;line-height:1.1}.thanks-hero h1 em{color:var(--gold-bright);font-style:italic}.thanks-hero .thanks-sub{color:var(--cream-dim);max-width:520px;margin:0 auto;font-size:1.02rem}.thanks-pass{border-radius:18px;grid-template-columns:1.35fr 1fr;max-width:600px;margin:32px auto 0;display:grid;overflow:hidden;box-shadow:0 24px 60px #0006}.thanks-pass-main{background:var(--cream);color:#241a4d;padding:26px 28px}.thanks-pass-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.66rem;font-weight:600}.thanks-pass-main h2{color:#1b1436;margin-bottom:6px;font-family:Fraunces;font-size:1.35rem;font-weight:600;line-height:1.2}.thanks-pass-main p{color:#4a4266;font-size:.88rem;line-height:1.55}.thanks-pass-stub{background:linear-gradient(160deg, var(--navy-2), var(--plum));text-align:left;border-left:2px dashed #c99a3a66;flex-direction:column;justify-content:space-between;padding:24px 22px;display:flex}.thanks-srow{margin-bottom:14px}.thanks-srow .thanks-k{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-bright);opacity:.8;font-size:.6rem;font-weight:600}.thanks-srow .thanks-v{color:var(--cream);margin-top:2px;font-size:.92rem}.thanks-seat{border-top:1px solid #c99a3a4d;padding-top:12px}.thanks-seat .thanks-k{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-bright);opacity:.8;font-size:.6rem;font-weight:600}.thanks-seat .thanks-n{color:var(--gold-bright);font-family:Fraunces;font-size:1.7rem;line-height:1}.webinar-thanks section{padding-top:44px;padding-bottom:44px}.thanks-sechead{letter-spacing:.22em;text-transform:uppercase;color:var(--gold-bright);text-align:center;margin-bottom:8px;font-size:.72rem;font-weight:600}.thanks-sectitle{text-align:center;margin-bottom:28px;font-family:Fraunces;font-size:clamp(1.45rem,4vw,2rem);font-weight:600;line-height:1.15}.thanks-steps{flex-direction:column;gap:2px;max-width:560px;margin:0 auto;display:flex}.thanks-step{background:var(--navy-2);border:1px solid var(--line);text-align:left;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.thanks-step:first-child{border-radius:14px 14px 0 0}.thanks-step:last-child{border-radius:0 0 14px 14px}.thanks-step:not(:first-child){border-top:none}.thanks-snum{border:1px solid var(--line);width:28px;height:28px;color:var(--gold-bright);background:#c99a3a24;border-radius:50%;flex:none;justify-content:center;align-items:center;font-family:Fraunces;font-size:.88rem;display:flex}.thanks-step h3{color:var(--cream);margin-bottom:3px;font-size:.98rem;font-weight:600}.thanks-step p{color:var(--cream-dim);font-size:.9rem;line-height:1.55}.thanks-notice{border:1px solid var(--line);text-align:center;background:#c99a3a14;border-radius:14px;max-width:560px;margin:0 auto;padding:22px 26px}.thanks-notice h3{color:var(--gold-bright);margin-bottom:8px;font-family:Fraunces;font-size:1.1rem;font-weight:600}.thanks-notice p{color:var(--cream-dim);max-width:440px;margin:0 auto;font-size:.94rem}.thanks-teaser{text-align:center;max-width:560px;margin:0 auto}.thanks-teaser .thanks-line{color:var(--cream-dim);margin-bottom:20px;font-size:1.02rem}.thanks-nums{justify-content:center;align-items:center;gap:16px;display:flex}.thanks-n-cash{color:var(--cream-dim);opacity:.6;font-family:Fraunces;font-size:clamp(1.6rem,5vw,2.2rem);text-decoration:line-through}.thanks-n-arrow{color:var(--gold);font-size:1.1rem}.thanks-n-paid{color:var(--gold-bright);font-family:Fraunces;font-size:clamp(1.9rem,6vw,2.6rem)}.thanks-teaser .thanks-cap{color:var(--cream-dim);margin-top:16px;font-size:.9rem}.thanks-footer{text-align:center;border-top:1px solid #c99a3a29;margin-top:20px;padding:30px 0 44px}.thanks-foot-brand{color:var(--cream);font-family:Fraunces;font-weight:600}.thanks-foot-brand span{color:var(--gold-bright)}.thanks-foot-note{color:var(--cream-dim);margin-top:8px;font-size:.78rem}@media (width<=640px){.thanks-pass{grid-template-columns:1fr}.thanks-pass-stub{border-top:2px dashed #c99a3a66;border-left:none}}.flex-guide-page{--fg-navy:#182746;--fg-gold:#af8c3e;--fg-ink:#1d2b46;--fg-muted:#687181;--fg-paper:#fbfaf7;min-height:100vh;color:var(--fg-ink);background:#eef1f5;padding:44px 18px 64px;font-family:Instrument Sans,system-ui,-apple-system,Segoe UI,sans-serif}.flex-guide-shell{background:var(--fg-paper);border:1px solid #dfe3e9;border-radius:18px;width:min(1480px,100%);margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #18274621}.flex-guide-header{border-bottom:4px solid var(--fg-gold);padding:32px 34px 26px}.flex-guide-brand,.flex-guide-kicker{text-transform:uppercase;margin:0}.flex-guide-brand{color:var(--fg-gold);letter-spacing:.18em;font-size:12px;font-weight:700}.flex-guide-kicker{color:var(--fg-muted);letter-spacing:.08em;margin-top:14px;font-size:12px;font-weight:600}.flex-guide-header h1{color:var(--fg-navy);margin:8px 0;font-family:Fraunces,Georgia,serif;font-size:clamp(30px,4vw,48px);font-weight:600;line-height:1.08}.flex-guide-note{color:var(--fg-muted);margin:0;font-size:14px;font-style:italic;line-height:1.55}.flex-guide-table-wrap{overscroll-behavior-inline:contain;scrollbar-color:var(--fg-gold) #e8eaf0;overflow-x:auto}.flex-guide-table-wrap:focus-visible{outline:3px solid var(--fg-gold);outline-offset:-3px}.flex-guide-table{border-collapse:collapse;width:100%;min-width:1120px;font-size:14px;line-height:1.38}.flex-guide-table thead th{z-index:1;background:var(--fg-navy);color:#fff;text-align:left;padding:14px 16px;font-weight:700;position:sticky;top:0}.flex-guide-table thead th:first-child{width:18%}.flex-guide-table thead th:nth-child(2){width:35%}.flex-guide-table thead th:nth-child(3){width:11%}.flex-guide-table thead th:nth-child(4){width:17%}.flex-guide-table thead th:nth-child(5){width:19%}.flex-guide-table tbody th,.flex-guide-table tbody td{vertical-align:top;text-align:left;border-bottom:1px solid #e0e4ea;padding:13px 16px}.flex-guide-table tbody th{color:var(--fg-navy);font-weight:700}.flex-guide-table tbody tr:nth-child(2n){background:#f4f5f7}.flex-guide-table tbody tr:hover{background:#f7f2e7}.flex-guide-table tbody tr:last-child>*{border-bottom:0}.flex-guide-mobile-hint{color:var(--fg-muted);text-align:center;margin:0;padding:12px 18px 16px;font-size:12px;display:none}@media (width<=720px){.flex-guide-page{padding:16px 10px 30px}.flex-guide-shell{border-radius:12px}.flex-guide-header{padding:24px 20px 20px}.flex-guide-note{font-size:13px}.flex-guide-table{min-width:1040px;font-size:13px}.flex-guide-table thead th,.flex-guide-table tbody th,.flex-guide-table tbody td{padding:11px 13px}.flex-guide-mobile-hint{display:block}}#root:has(.credit-guide-page){padding-top:0}.credit-guide-page{--cg-navy:#182746;--cg-gold:#af8c3e;--cg-ink:#1d2b46;--cg-muted:#687181;min-height:100vh;color:var(--cg-ink);background:#eef1f5;padding:44px 18px 64px;font-family:Instrument Sans,system-ui,-apple-system,Segoe UI,sans-serif}.credit-guide-shell{background:#fbfaf7;border:1px solid #dfe3e9;border-radius:18px;width:min(980px,100%);margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #18274621}.credit-guide-header{border-bottom:4px solid var(--cg-gold);padding:34px 42px 28px}.credit-guide-brand,.credit-guide-kicker{text-transform:uppercase;margin:0}.credit-guide-brand{color:var(--cg-gold);letter-spacing:.18em;font-size:12px;font-weight:700}.credit-guide-kicker{color:var(--cg-muted);letter-spacing:.08em;margin-top:14px;font-size:12px;font-weight:600}.credit-guide-header h1{color:var(--cg-navy);margin:8px 0;font-family:Fraunces,Georgia,serif;font-size:clamp(34px,5vw,52px);line-height:1.08}.credit-guide-note{color:var(--cg-muted);margin:0;font-size:14px;font-style:italic;line-height:1.55}.credit-guide-content{padding:34px 42px 44px}.credit-guide-content section+section{margin-top:30px}.credit-guide-content h2{color:var(--cg-navy);margin:0 0 12px;font-family:Fraunces,Georgia,serif;font-size:23px;line-height:1.2}.credit-guide-content p{margin:8px 0;line-height:1.6}.credit-guide-callout{border-left:4px solid var(--cg-gold);background:#f5f0e5;border-radius:8px;padding:20px 24px}.credit-guide-blank{vertical-align:text-bottom;border-bottom:1px solid #8a93a2;width:min(240px,52vw);height:1.2em;margin-left:8px;display:inline-block}.credit-guide-blank--wide{width:min(430px,58vw)}.credit-myths-intro{color:var(--cg-muted);font-size:17px;margin:0 0 28px!important}.credit-myth-card{background:#fff;border:1px solid #dde1e7;border-radius:12px;grid-template-columns:54px 1fr;gap:18px;padding:22px;display:grid}.credit-myth-card+.credit-myth-card{margin-top:16px!important}.credit-myth-number{background:var(--cg-navy);color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-weight:700;display:grid}.credit-myth-answer{color:#684e12;font-weight:700}.credit-myths-recap{margin-top:30px!important}@media (width<=680px){.credit-guide-page{padding:16px 10px 30px}.credit-guide-shell{border-radius:12px}.credit-guide-header{padding:24px 20px 20px}.credit-guide-content{padding:24px 20px 30px}.credit-guide-content h2{font-size:21px}.credit-myth-card{grid-template-columns:1fr;padding:18px}.credit-myth-number{width:42px;height:42px}.credit-guide-blank,.credit-guide-blank--wide{width:100%;margin:5px 0 0;display:block}}#root:has(.course-resource-page){padding-top:0}.course-resource-page{--cr-navy:#192746;--cr-gold:#b48e32;--cr-cream:#fbfaf6;--cr-ink:#1f2d49;min-height:100vh;color:var(--cr-ink);background:#edf1f6;padding:36px 18px 64px;font-family:Instrument Sans,system-ui,sans-serif}.course-resource-shell{background:var(--cr-cream);border:1px solid #dce1e8;border-radius:18px;width:min(1180px,100%);margin:0 auto;overflow:hidden;box-shadow:0 22px 64px #19274621}.course-resource-header{border-bottom:4px solid var(--cr-gold);padding:34px 42px 28px}.course-resource-brand,.course-resource-kicker{text-transform:uppercase;margin:0}.course-resource-brand{color:var(--cr-gold);letter-spacing:.18em;font-size:12px;font-weight:700}.course-resource-kicker{color:#687386;letter-spacing:.08em;margin-top:13px;font-size:12px;font-weight:600}.course-resource-header h1{color:var(--cr-navy);margin:7px 0;font:600 clamp(34px,5vw,54px)/1.08 Fraunces,Georgia,serif}.course-resource-header p:last-child{color:#677183;margin:0;font-size:15px;line-height:1.55}.tracker-tabs{background:#fff;border-bottom:1px solid #dde2e8;gap:8px;padding:18px 42px;display:flex}.tracker-tabs button{color:var(--cr-navy);cursor:pointer;background:#fff;border:1px solid #cbd2dc;border-radius:999px;padding:10px 17px;font:600 14px/1 Instrument Sans,sans-serif}.tracker-tabs button[aria-pressed=true]{border-color:var(--cr-navy);background:var(--cr-navy);color:#fff}.course-resource-content{padding:32px 42px 44px}.course-resource-content h2{color:var(--cr-navy);margin:0 0 15px;font:600 28px/1.2 Fraunces,Georgia,serif}.tracker-notice,.tracker-alert{border-left:4px solid var(--cr-gold);background:#f5f0e2;border-radius:8px;padding:16px 18px;font-weight:600}.tracker-alert{color:#7e2525;background:#fae9e7;border-left-color:#b93c3c;margin-top:24px}.tracker-instructions{gap:12px;margin:24px 0;padding-left:24px;line-height:1.55;display:grid}.tracker-legend{flex-wrap:wrap;gap:22px;margin-top:22px;display:flex}.tracker-legend span{align-items:center;gap:8px;display:inline-flex}.tracker-swatch{border:1px solid #c9ced7;border-radius:4px;width:20px;height:20px}.tracker-swatch--input{background:#fff7dc}.tracker-swatch--calculated{background:#ededed}.tracker-scroll-hint{color:#687386}.tracker-table-wrap{background:#fff;border:1px solid #d5dbe4;border-radius:10px;overflow-x:auto}.tracker-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:12px}.tracker-table th{background:var(--cr-navy);color:#fff;text-align:center;white-space:normal;min-width:130px;padding:11px 10px}.tracker-table th:nth-child(2),.tracker-table th:last-child{min-width:230px}.tracker-table td{white-space:nowrap;background:#fff8df;border-bottom:1px solid #dce0e6;border-right:1px solid #dce0e6;padding:12px 10px}.tracker-table td:nth-child(9),.tracker-table td:nth-child(10),.tracker-table td:nth-child(15),.tracker-table td:nth-child(16),.tracker-table td:nth-child(18),.tracker-table td:nth-child(24){background:#ededed}.tracker-dashboard-wrap{overflow-x:auto}.tracker-dashboard{border-collapse:collapse;background:#fff;width:100%;min-width:640px}.tracker-dashboard th,.tracker-dashboard td{border:1px solid #d5dbe4;padding:13px 15px}.tracker-dashboard thead th{background:var(--cr-navy);color:#fff;text-align:center}.tracker-dashboard tbody th{text-align:left;font-weight:500}.tracker-dashboard tbody td{text-align:center}.tracker-dashboard-note{color:#687386;margin:22px 0 0;font-style:italic}.course-resource-page--viewer{background:#182746}.course-resource-shell--viewer{background:#f3f5f8;width:min(1040px,100%)}.course-resource-header--compact{background:var(--cr-cream)}.course-resource-header--compact h1{font-size:clamp(30px,4vw,46px)}.course-resource-pdf{padding:26px 20px 36px}.course-resource-pdf .fg-viewer-status{color:var(--cr-ink);text-align:center}.course-resource-pdf .fg-pdf-pages{justify-items:center;gap:22px;display:grid}.course-resource-pdf .fg-pdf-page{background:#fff;max-width:100%;display:block;box-shadow:0 10px 30px #19274624;height:auto!important}@media (width<=680px){.course-resource-page{padding:12px 8px 28px}.course-resource-shell{border-radius:12px}.course-resource-header{padding:23px 20px 20px}.tracker-tabs{gap:6px;padding:14px 12px;overflow-x:auto}.tracker-tabs button{flex:none;padding:9px 13px}.course-resource-content{padding:24px 20px 32px}.course-resource-content h2{font-size:24px}.course-resource-pdf{padding:16px 8px 24px}}.webinar-offer{--wo-navy:#1b1436;--wo-navy-2:#241a4d;--wo-plum:#2f2557;--wo-gold:#c99a3a;--wo-gold-bright:#e0b458;--wo-cream:#f5f1e8;--wo-cream-dim:#d8d2c4;--wo-line:#c99a3a47;background:var(--wo-navy);min-height:100vh;color:var(--wo-cream);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;position:relative;overflow:hidden}.webinar-offer:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(60% 45% at 78% 8%,#c99a3a1a,#0000 60%),radial-gradient(50% 40% at 12% 90%,#7c5cff1a,#0000 60%);position:fixed;inset:0}.webinar-offer *,.webinar-offer :before,.webinar-offer :after{box-sizing:border-box}.wo-wrap{z-index:1;width:min(100% - 48px,960px);margin-inline:auto;position:relative}.wo-brand{color:var(--wo-cream);letter-spacing:.02em;font:600 1.08rem Fraunces,serif}.wo-brand span{color:var(--wo-gold-bright)}.wo-topbar{justify-content:center;padding-block:24px 8px;display:flex}.wo-private{border:1px solid var(--wo-line);max-width:900px;color:var(--wo-gold-bright);text-align:center;background:#c99a3a1a;border-radius:10px;padding:10px 18px;font-size:.82rem}.wo-eyebrow{color:var(--wo-gold-bright);letter-spacing:.2em;text-transform:uppercase;font-size:.72rem;font-weight:600}.wo-hero{text-align:center;padding-block:54px 38px}.wo-hero>p{max-width:650px;color:var(--wo-cream-dim);margin:0 auto 18px;font-size:1.05rem}.wo-hero h1{letter-spacing:-.02em;max-width:760px;margin:0 auto;font:600 clamp(2.25rem,6vw,4.15rem)/1.04 Fraunces,serif}.wo-hero h1 em{color:var(--wo-gold-bright)}.wo-primary-cta{background:linear-gradient(180deg, var(--wo-gold-bright), var(--wo-gold));color:var(--wo-navy);cursor:pointer;border:0;border-radius:11px;padding:16px 28px;font:700 1rem Inter,sans-serif;transition:transform .15s,box-shadow .15s;box-shadow:0 12px 30px -12px #c99a3abf}.wo-primary-cta:hover{transform:translateY(-2px);box-shadow:0 18px 34px -13px #c99a3ae6}.wo-primary-cta--hero{margin-top:28px}.wo-product{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:54px;padding-block:46px 68px;display:grid}.wo-product-mockup{filter:drop-shadow(0 24px 38px #00000052);min-height:330px;position:relative}.wo-mock-laptop{z-index:2;width:82%;position:absolute;top:36px;left:5%}.wo-mock-screen{aspect-ratio:16/10;background:linear-gradient(145deg, var(--wo-plum), var(--wo-navy-2));border:7px solid #0e0a20;border-radius:10px 10px 4px 4px;padding:22px}.wo-mock-logo{color:var(--wo-gold-bright);font:600 .82rem Fraunces,serif}.wo-mock-lessons{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:26px;display:grid}.wo-mock-lessons i{border:1px solid var(--wo-line);background:#1b1436b8;border-radius:5px;height:44px}.wo-mock-base{background:#0e0a20;border-radius:2px 2px 9px 9px;height:15px;margin-inline:-8%;transform:perspective(80px)rotateX(14deg)}.wo-mock-phone{aspect-ratio:9/16;z-index:4;background:linear-gradient(var(--wo-plum), var(--wo-navy-2));border:5px solid #0e0a20;border-radius:15px;width:24%;padding:18px 8px 8px;position:absolute;top:137px;left:38%}.wo-mock-phone i{background:#e0b45899;border-radius:6px;height:10%;margin-bottom:9px;display:block}.wo-mock-phone b{background:linear-gradient(var(--wo-gold-bright), var(--wo-gold));border-radius:6px;height:18%;margin-top:12px;display:block}.wo-mock-tablet{aspect-ratio:3/4;z-index:3;background:linear-gradient(var(--wo-plum), var(--wo-navy-2));border:6px solid #0e0a20;border-radius:12px;width:31%;padding:18px 12px;position:absolute;top:104px;right:0;transform:rotate(5deg)}.wo-mock-tablet span{color:var(--wo-gold-bright);font:600 .74rem/1.2 Fraunces,serif}.wo-mock-tablet i{border:1px solid var(--wo-line);background:#1b1436b3;border-radius:5px;height:29%;margin-top:14px;display:block}.wo-mock-sheet{aspect-ratio:3/4;z-index:1;background:var(--wo-cream);border-radius:4px;width:24%;padding:18px 10px;position:absolute;top:150px;left:0;transform:rotate(-8deg)}.wo-mock-sheet i{background:#241a4d2e;border-radius:2px;height:4px;margin-bottom:10px;display:block}.wo-mock-sheet i:first-child{background:var(--wo-gold);width:65%}.wo-product-artwork{border:1px solid var(--wo-line);background:var(--wo-navy-2);border-radius:18px;width:min(100%,430px);margin:0 auto;overflow:hidden;box-shadow:0 28px 55px -30px #000000e6}.wo-product-artwork img{width:100%;height:auto;display:block}.wo-included h2{margin:10px 0 24px;font:600 clamp(1.7rem,3.2vw,2.25rem)/1.13 Fraunces,serif}.wo-included ul{margin:0;padding:0;list-style:none}.wo-included li{padding:0 0 20px 22px;position:relative}.wo-included li:before{content:"";background:var(--wo-gold);width:10px;height:1px;position:absolute;top:.75em;left:0}.wo-included li>div{color:var(--wo-cream);justify-content:space-between;gap:18px;display:flex}.wo-included li>div span{color:var(--wo-gold-bright);white-space:nowrap;font:600 .95rem Fraunces,serif}.wo-included li p{color:var(--wo-cream-dim);margin:5px 0 0;font-size:.9rem;line-height:1.55}.wo-bonuses{padding-block:64px}.wo-section-heading{text-align:center;max-width:680px;margin:0 auto 34px}.wo-section-heading h2{margin:10px 0 0;font:600 clamp(1.8rem,4vw,2.7rem)/1.1 Fraunces,serif}.wo-section-heading>p{color:var(--wo-cream-dim);margin:14px auto 0}.wo-bonus-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.wo-bonus-card{border:1px solid var(--wo-line);background:linear-gradient(155deg,#2f25579e,#241a4d59);border-radius:15px;min-width:0;padding:26px 23px}.wo-bonus-number{color:var(--wo-gold-bright);letter-spacing:.17em;text-transform:uppercase;font-size:.68rem;font-weight:700}.wo-bonus-card h3{margin:10px 0 7px;font:600 1.18rem/1.18 Fraunces,serif}.wo-bonus-value{color:var(--wo-gold-bright);font:600 .9rem Fraunces,serif}.wo-bonus-card ul{color:var(--wo-cream-dim);margin:20px 0 0;padding-left:18px;font-size:.86rem}.wo-bonus-card li{margin-bottom:9px}.wo-bonus-card li::marker{color:var(--wo-gold)}.wo-offer{padding-block:68px;scroll-margin-top:20px}.wo-offer-card{border:1px solid var(--wo-line);text-align:center;background:linear-gradient(160deg,#2f2557d1,#241a4dbf);border-radius:20px;max-width:740px;margin:0 auto;padding:44px 46px;box-shadow:0 30px 70px -42px #000000e6}.wo-offer-card h2{margin:10px auto 28px;font:600 clamp(1.8rem,4vw,2.55rem)/1.1 Fraunces,serif}.wo-value-row{border:1px solid var(--wo-line);background:#1b14368c;border-radius:13px;justify-content:space-between;align-items:center;max-width:440px;margin:0 auto 30px;padding:18px 23px;display:flex}.wo-value-row span{font-weight:600}.wo-value-row strong{color:var(--wo-gold-bright);font:700 1.55rem Fraunces,serif}.wo-price-stack{flex-direction:column;align-items:center;display:flex}.wo-price-stack>span{color:var(--wo-cream-dim);letter-spacing:.16em;text-transform:uppercase;font-size:.7rem;font-weight:700}.wo-price-stack del{color:var(--wo-cream-dim);opacity:.72;font:600 2.5rem Fraunces,serif}.wo-price-stack i{color:var(--wo-gold);margin:3px 0;font-size:1.3rem;font-style:normal}.wo-price-stack strong{color:var(--wo-gold-bright);font:700 clamp(3.7rem,10vw,5.2rem)/1 Fraunces,serif}.wo-deadline{max-width:540px;color:var(--wo-cream-dim);margin:18px auto 28px;font-size:.9rem}.wo-offer-card h3{margin:0 0 16px;font:600 1.2rem Fraunces,serif}.wo-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.wo-payment-option{min-width:0;min-height:132px;color:var(--wo-cream);text-align:center;background:#c99a3a17;border:1px solid #e0b45885;border-radius:12px;flex-direction:column;justify-content:center;padding:18px 13px;text-decoration:none;transition:transform .15s,background .15s;display:flex}.wo-payment-option>span{color:var(--wo-cream-dim);font-size:.78rem}.wo-payment-option>strong{color:var(--wo-gold-bright);margin-top:2px;font:700 1.45rem Fraunces,serif}.wo-payment-option>small{color:var(--wo-gold-bright);margin-top:8px;font-size:.68rem}.wo-payment-option--disabled{opacity:.72;border-style:dashed}.wo-payment-option--disabled>small{color:var(--wo-cream-dim)}.wo-payment-option--info{cursor:default;border-style:dashed}.wo-payment-option--info>small{color:var(--wo-cream-dim)}.wo-checkout-cta{min-width:min(100%,330px);margin:22px auto 0;display:block}.wo-checkout-cta:disabled{cursor:wait;opacity:.78}.wo-checkout-error{color:#ffd0d0;text-align:center;margin:12px 0 0;font-size:.82rem}.wo-payment-disclaimer{max-width:600px;color:var(--wo-cream-dim);margin:18px auto 0;font-size:.72rem;line-height:1.55}.wo-access-note{max-width:570px;color:var(--wo-cream-dim);margin:22px auto 0;font-size:.78rem}.wo-proof{padding-block:66px}.wo-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:760px;margin:0 auto;display:grid}.wo-proof-card{border:1px solid var(--wo-line);background:var(--wo-navy-2);border-radius:15px;padding:28px}.wo-proof-route{color:var(--wo-gold-bright);letter-spacing:.14em;text-align:center;text-transform:uppercase;margin-bottom:20px;font-size:.75rem;font-weight:700}.wo-proof-prices{justify-content:center;align-items:center;gap:15px;display:flex}.wo-proof-prices del{color:var(--wo-cream-dim);opacity:.65;font:500 1.35rem Fraunces,serif}.wo-proof-prices>span{color:var(--wo-gold)}.wo-proof-prices strong{color:var(--wo-gold-bright);font:600 1.18rem/1.15 Fraunces,serif}.wo-proof-prices small{color:var(--wo-cream-dim);text-align:center;font:400 .75rem Inter,sans-serif;display:block}.wo-proof-caption{max-width:640px;color:var(--wo-cream-dim);text-align:center;margin:24px auto 0}.wo-proof-documents{flex-direction:column;gap:24px;max-width:900px;margin:38px auto 0;display:flex}.wo-proof-documents-heading{border-bottom:1px solid var(--wo-line);justify-content:space-between;align-items:baseline;gap:20px;padding-bottom:10px;display:flex}.wo-proof-documents-heading span{color:var(--wo-cream);font:600 1.18rem Fraunces,serif}.wo-proof-documents-heading small{color:var(--wo-cream-dim);text-align:right;font-size:.72rem}.wo-proof-flight{border:1px solid var(--wo-line);background:linear-gradient(155deg,#2f25579e,#241a4d59);border-radius:17px;padding:18px}.wo-proof-flight-heading{justify-content:space-between;align-items:baseline;gap:18px;margin-bottom:14px;display:flex}.wo-proof-flight-heading h3{color:var(--wo-cream);margin:0;font:600 1.13rem Fraunces,serif}.wo-proof-flight-heading p{color:var(--wo-gold-bright);text-align:right;margin:0;font-size:.76rem}.wo-proof-flight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.wo-proof-document{border:1px solid var(--wo-line);background:#fff;border-radius:14px;min-width:0;margin:0;overflow:hidden;box-shadow:0 22px 42px -30px #000000e6}.wo-proof-document-media{background:#fff;justify-content:center;align-items:center;height:280px;padding:10px;display:flex}.wo-proof-document img{object-fit:contain;background:#fff;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.wo-proof-document figcaption{background:linear-gradient(150deg, var(--wo-navy-2), var(--wo-plum));justify-content:space-between;align-items:baseline;gap:18px;padding:13px 16px;display:flex}.wo-proof-document figcaption strong{color:var(--wo-gold-bright);font:600 .95rem Fraunces,serif}.wo-proof-document figcaption span{color:var(--wo-cream-dim);text-align:right;font-size:.72rem}.wo-testimonials{padding-block:62px}.wo-testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.wo-testimonial-grid--single{grid-template-columns:1fr;max-width:640px;margin-inline:auto}.wo-testimonial{border:1px solid var(--wo-line);background:#241a4dad;border-radius:15px;margin:0;padding:26px 24px}.wo-stars{color:var(--wo-gold-bright);letter-spacing:.09em}.wo-testimonial blockquote{color:var(--wo-cream-dim);margin:16px 0 22px;font:400 1rem/1.65 Fraunces,serif}.wo-testimonial figcaption{flex-direction:column;display:flex}.wo-testimonial figcaption strong{color:var(--wo-cream)}.wo-testimonial figcaption span{color:var(--wo-cream-dim);margin-top:3px;font-size:.72rem}.wo-guarantee{border:1px solid var(--wo-line);background:linear-gradient(155deg,#2f2557b3,#241a4d73);border-radius:18px;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:34px;max-width:760px;margin-block:64px;padding:34px 38px;display:grid}.wo-seal{border:3px double var(--wo-gold);width:96px;height:96px;color:var(--wo-gold-bright);text-transform:uppercase;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.wo-seal strong{font:700 2rem/1 Fraunces,serif}.wo-seal span{letter-spacing:.12em;font-size:.65rem;font-weight:700}.wo-guarantee h2{margin:7px 0 10px;font:600 clamp(1.65rem,3vw,2.15rem)/1.1 Fraunces,serif}.wo-guarantee p{color:var(--wo-cream-dim);margin:0}.wo-final{text-align:center;max-width:760px;padding-block:76px 86px}.wo-final h2{margin:10px 0 20px;font:600 clamp(2rem,4.5vw,3rem)/1.08 Fraunces,serif}.wo-final>p{max-width:580px;color:var(--wo-cream-dim);margin:18px auto 24px}.wo-final-price{justify-content:center;align-items:baseline;gap:22px;display:flex}.wo-final-price span{color:var(--wo-cream-dim);opacity:.65;font:600 1.8rem Fraunces,serif;text-decoration:line-through}.wo-final-price strong{color:var(--wo-gold-bright);font:700 3.7rem/1 Fraunces,serif}.wo-payment-choices--compact{max-width:650px;margin-inline:auto}.wo-payment-choices--compact .wo-payment-option{min-height:116px}.wo-final .wo-final-note{margin-bottom:10px;font-size:.85rem}.wo-signoff{color:var(--wo-cream);margin-top:12px;font-family:Fraunces,serif;display:block}.wo-footer{text-align:center;border-top:1px solid #c99a3a2b;padding-block:34px 42px}.wo-footer p{color:var(--wo-cream-dim);margin:8px 0 0;font-size:.8rem}@media (width<=820px){.wo-product{grid-template-columns:1fr;gap:28px}.wo-product-mockup{width:min(100%,500px);margin-inline:auto}.wo-product-artwork{width:min(100%,460px)}.wo-bonus-grid,.wo-testimonial-grid{grid-template-columns:1fr}}@media (width<=680px){.wo-wrap{width:min(100% - 32px,960px)}.wo-private{width:calc(100% - 32px)}.wo-hero{padding-block:40px 28px}.wo-product{padding-block:30px 48px}.wo-product-mockup{transform-origin:top;min-height:270px;margin-bottom:-20px;transform:scale(.92)}.wo-product-artwork{width:min(100%,390px)}.wo-included li>div{align-items:flex-start}.wo-offer-card{padding:34px 20px}.wo-payment-grid{grid-template-columns:1fr}.wo-payment-option,.wo-payment-choices--compact .wo-payment-option{min-height:106px}.wo-proof-grid{grid-template-columns:1fr}.wo-proof-documents-heading{flex-direction:column;align-items:flex-start;gap:4px}.wo-proof-flight{padding:14px}.wo-proof-flight-heading{flex-direction:column;align-items:flex-start;gap:3px}.wo-proof-flight-heading p,.wo-proof-documents-heading small,.wo-proof-document figcaption span{text-align:left}.wo-proof-flight-grid{grid-template-columns:1fr}.wo-proof-document-media{height:250px}.wo-proof-document figcaption{flex-direction:column;align-items:flex-start;gap:3px}.wo-guarantee{text-align:center;grid-template-columns:1fr;justify-items:center;padding:30px 24px}.wo-final-price{gap:15px}.wo-final-price strong{font-size:3rem}}@media (prefers-reduced-motion:reduce){.wo-primary-cta{scroll-behavior:auto;transition:none}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ds-background:oklch(97.5% .012 94);--ds-foreground:oklch(24.5% .028 165);--ds-card:oklch(99.8% .004 94);--ds-card-foreground:oklch(24.5% .028 165);--ds-popover:oklch(99.8% .004 94);--ds-popover-foreground:oklch(24.5% .028 165);--ds-primary:oklch(34% .072 165);--ds-primary-foreground:oklch(98.5% .008 94);--ds-secondary:oklch(93% .025 86);--ds-secondary-foreground:oklch(31% .05 165);--ds-muted:oklch(94.5% .012 110);--ds-muted-foreground:oklch(42% .025 165);--ds-accent:oklch(51% .115 76);--ds-accent-foreground:oklch(99% .006 94);--ds-destructive:oklch(58% .22 27);--ds-border:oklch(87.5% .018 105);--ds-input:oklch(87.5% .018 105);--ds-ring:oklch(69% .115 76);--ds-font-sans:"DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;--ds-font-display:"Playfair Display", Georgia, ui-serif, serif;--ds-text-xs:.75rem;--ds-text-sm:.875rem;--ds-text-base:1rem;--ds-text-lg:1.125rem;--ds-text-xl:1.25rem;--ds-text-2xl:1.5rem;--ds-text-3xl:1.875rem;--ds-text-4xl:2.25rem;--ds-space-1:.25rem;--ds-space-2:.5rem;--ds-space-3:.75rem;--ds-space-4:1rem;--ds-space-5:1.25rem;--ds-space-6:1.5rem;--ds-space-8:2rem;--ds-space-10:2.5rem;--ds-space-12:3rem;--ds-radius-sm:.5rem;--ds-radius-md:.75rem;--ds-radius-lg:1rem;--ds-radius-xl:1.5rem;--ds-shadow-sm:0 1px 2px oklch(20% .02 165/.06);--ds-shadow-md:0 10px 30px oklch(20% .02 165/.1);--ds-shadow-lg:0 24px 70px oklch(20% .02 165/.18);--ds-duration-fast:.12s;--ds-duration-base:.18s;--ds-duration-slow:.28s;--ds-ease-out:cubic-bezier(.16, 1, .3, 1);--ds-touch-target:2.75rem;--ds-safe-bottom:env(safe-area-inset-bottom,0px)}.dark,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ds-background:oklch(19% .026 165);--ds-foreground:oklch(94% .018 95);--ds-card:oklch(23.5% .032 165);--ds-card-foreground:oklch(94% .018 95);--ds-popover:oklch(23.5% .032 165);--ds-popover-foreground:oklch(94% .018 95);--ds-primary:oklch(75% .09 158);--ds-primary-foreground:oklch(18% .028 165);--ds-secondary:oklch(29% .038 165);--ds-secondary-foreground:oklch(94% .018 95);--ds-muted:oklch(27% .026 165);--ds-muted-foreground:oklch(72% .025 105);--ds-accent:oklch(74% .115 76);--ds-accent-foreground:oklch(19% .026 165);--ds-destructive:oklch(52% .2 25);--ds-border:oklch(36% .03 165);--ds-input:oklch(36% .03 165);--ds-ring:oklch(74% .115 76);--ds-shadow-sm:0 1px 2px oklch(2% .01 165/.3);--ds-shadow-md:0 14px 36px oklch(2% .01 165/.35);--ds-shadow-lg:0 28px 80px oklch(2% .01 165/.5)}[data-slot=button][data-variant=ghost]{color:inherit}@media (prefers-reduced-motion:reduce){:root{--ds-duration-fast:0s;--ds-duration-base:0s;--ds-duration-slow:0s}}:root{--primary:#4338ca;--primary-dark:#3730a3;--secondary:#059669;--background:#f0f4ff;--surface:#fff;--surface-light:#eef2ff;--text:#0f172a;--text-secondary:#475569;--border:#4338ca1f;--error:#dc2626;--success:#059669;--bg-primary:#f0f4ff;--bg-secondary:#fff;--metal-shell:#f0f4ff;--metal-surface:#fff;--metal-header:#0f0c29f2;--metal-strip:#eef2ff}*{box-sizing:border-box}html{width:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--text);width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;min-height:100vh;padding-top:64px;overflow-x:hidden}:is(#root:has(.webinar-page),#root:has(.webinar-reference),#root:has(.webinar-thanks),#root:has(.webinar-offer)){padding-top:0}:is(body:has(.webinar-reference),body:has(.webinar-thanks),body:has(.webinar-offer)){background:#1b1436}:is(body:has(.vep-design-gallery) .navigation,body:has(.vep-design-gallery) .chat-bubble-container,body:has(.vep-design-gallery) .nav-drawer,body:has(.vep-design-gallery) .nav-overlay){display:none}#root:has(.vep-design-gallery){background:var(--ds-background);padding-top:0}body.academy-shell-active .navigation,body.academy-shell-active .chat-bubble-container,body.academy-shell-active .nav-drawer,body.academy-shell-active .nav-overlay,body.academy-shell-active .cb-trigger,body.academy-shell-active .cb-modal,body.academy-shell-active .cb-backdrop{display:none}body.academy-shell-active #root{background:var(--ds-background);padding-top:0}progress::-webkit-progress-bar{background:var(--ds-muted);border-radius:999px}progress::-webkit-progress-value{background:var(--ds-primary);border-radius:999px}progress::-moz-progress-bar{background:var(--ds-primary);border-radius:999px}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (width>=640px){.container{padding:0 1.5rem}}.btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #6366f159}.btn-secondary{background:var(--surface-light);color:var(--text)}.btn-secondary:hover{background:var(--border)}.card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.input{border:1px solid var(--border);background:var(--surface-light);width:100%;color:var(--text);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4338ca26}.label{color:var(--text-secondary);margin-bottom:.5rem;font-weight:500;display:block}.error{color:var(--error);margin-top:.5rem;font-size:.875rem}.success{color:var(--success);margin-top:.5rem;font-size:.875rem}.spinner{border:3px solid var(--surface-light);border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}
