.Header-module__Af2_WG__header{z-index:100;background:0 0;border:none;padding:0 clamp(16px,4vw,48px);position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__nav{justify-content:center;align-items:center;max-width:1120px;height:64px;margin:0 auto;display:flex}.Header-module__Af2_WG__logo{letter-spacing:.18em;text-transform:uppercase;color:var(--text-primary);opacity:.7;transition:opacity var(--transition-smooth);font-size:20px;font-weight:300;text-decoration:none}.Header-module__Af2_WG__logo:hover{opacity:1}
.SoundCard-module__vGT3xW__card{border-radius:var(--radius-lg);cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(var(--glass-blur));transition:background var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth), transform var(--transition-smooth);flex-direction:column;gap:0;padding:18px 20px;display:flex}.SoundCard-module__vGT3xW__card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-soft);background:#ffffff0d;transform:translateY(-2px)}.SoundCard-module__vGT3xW__card:active{transform:translateY(0)scale(.98)}.SoundCard-module__vGT3xW__body{align-items:flex-start;gap:14px;display:flex}.SoundCard-module__vGT3xW__icon{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-secondary);transition:color var(--transition-smooth);background:#ffffff0a;border:1px solid #ffffff0f;flex-shrink:0;margin-top:2px;padding:7px}.SoundCard-module__vGT3xW__card:hover .SoundCard-module__vGT3xW__icon{color:var(--text-primary)}.SoundCard-module__vGT3xW__icon svg{width:100%;height:100%}.SoundCard-module__vGT3xW__content{flex:1;min-width:0}.SoundCard-module__vGT3xW__titleRow{align-items:center;gap:8px;margin-bottom:3px;display:flex}.SoundCard-module__vGT3xW__title{color:var(--text-primary);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.SoundCard-module__vGT3xW__led{width:7px;height:7px;transition:all var(--transition-smooth);background:0 0;border-radius:50%;flex-shrink:0}@keyframes SoundCard-module__vGT3xW__pulse-glow{0%,to{opacity:.7;box-shadow:0 0 6px}50%{opacity:1;box-shadow:0 0 14px}}.SoundCard-module__vGT3xW__led_brown{background:var(--active-brown-led);color:var(--active-brown-led);animation:2s ease-in-out infinite SoundCard-module__vGT3xW__pulse-glow}.SoundCard-module__vGT3xW__led_white{background:var(--active-white-led);color:var(--active-white-led);animation:2s ease-in-out infinite SoundCard-module__vGT3xW__pulse-glow}.SoundCard-module__vGT3xW__led_pink{color:#e879a0;background:#e879a0;animation:2s ease-in-out infinite SoundCard-module__vGT3xW__pulse-glow}.SoundCard-module__vGT3xW__led_rain{color:#67b8e3;background:#67b8e3;animation:2s ease-in-out infinite SoundCard-module__vGT3xW__pulse-glow}.SoundCard-module__vGT3xW__led_alpha{background:var(--active-binaural-led);color:var(--active-binaural-led);animation:2s ease-in-out infinite SoundCard-module__vGT3xW__pulse-glow}.SoundCard-module__vGT3xW__led_theta{color:#a78bfa;background:#a78bfa;animation:2s ease-in-out infinite SoundCard-module__vGT3xW__pulse-glow}.SoundCard-module__vGT3xW__description{color:var(--text-secondary);font-size:12px;font-weight:300;line-height:1.4}.SoundCard-module__vGT3xW__volumeRow{cursor:default;opacity:.25;transition:opacity var(--transition-smooth);pointer-events:none;border-top:1px solid #ffffff08;align-items:center;gap:10px;margin-top:14px;padding-top:10px;display:flex}.SoundCard-module__vGT3xW__volumeActive{opacity:1;pointer-events:auto}.SoundCard-module__vGT3xW__volumeLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);flex-shrink:0;font-size:10px;font-weight:500}.SoundCard-module__vGT3xW__volumeSlider{appearance:none;cursor:pointer;background:#ffffff14;border-radius:2px;outline:none;flex:1;height:3px}.SoundCard-module__vGT3xW__volumeSlider::-webkit-slider-thumb{appearance:none;background:var(--text-secondary);cursor:pointer;width:14px;height:14px;transition:background var(--transition-smooth);border:2px solid #ffffff26;border-radius:50%}.SoundCard-module__vGT3xW__volumeSlider::-webkit-slider-thumb:hover{background:var(--text-primary)}.SoundCard-module__vGT3xW__volumeSlider::-moz-range-thumb{background:var(--text-secondary);cursor:pointer;border:2px solid #ffffff26;border-radius:50%;width:14px;height:14px}.SoundCard-module__vGT3xW__active_brown{background:var(--active-brown);border-color:var(--active-brown-border);box-shadow:0 0 24px #b4824614}.SoundCard-module__vGT3xW__active_white{background:var(--active-white);border-color:var(--active-white-border);box-shadow:0 0 24px #e2e8f00d}.SoundCard-module__vGT3xW__active_pink{background:#e879a014;border-color:#e879a040;box-shadow:0 0 24px #e879a00f}.SoundCard-module__vGT3xW__active_rain{background:#67b8e314;border-color:#67b8e333;box-shadow:0 0 24px #67b8e30f}.SoundCard-module__vGT3xW__active_alpha{background:var(--active-binaural);border-color:var(--active-binaural-border);box-shadow:0 0 24px #6366f114}.SoundCard-module__vGT3xW__active_theta{background:#a78bfa14;border-color:#a78bfa40;box-shadow:0 0 24px #a78bfa0f}@media (max-width:640px){.SoundCard-module__vGT3xW__card{padding:14px 16px}.SoundCard-module__vGT3xW__icon{width:34px;height:34px;padding:6px}.SoundCard-module__vGT3xW__title{font-size:13px}.SoundCard-module__vGT3xW__description{font-size:11px}}
.BackgroundSelector-module__HJlzRq__selector{align-items:center;gap:16px;padding:8px 0;display:flex}.BackgroundSelector-module__HJlzRq__arrow{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-smooth);background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.BackgroundSelector-module__HJlzRq__arrow:hover{color:var(--text-primary);background:#ffffff0f;border-color:#ffffff26}.BackgroundSelector-module__HJlzRq__arrow:active{transform:scale(.92)}.BackgroundSelector-module__HJlzRq__arrow svg{width:16px;height:16px}.BackgroundSelector-module__HJlzRq__indicator{flex-direction:column;align-items:center;gap:6px;display:flex}.BackgroundSelector-module__HJlzRq__label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:400}.BackgroundSelector-module__HJlzRq__dots{gap:6px;display:flex}.BackgroundSelector-module__HJlzRq__dot{cursor:pointer;width:6px;height:6px;transition:all var(--transition-smooth);background:#ffffff1f;border:none;border-radius:50%;padding:0}.BackgroundSelector-module__HJlzRq__dot:hover{background:#ffffff40}.BackgroundSelector-module__HJlzRq__dotActive{background:var(--text-secondary);box-shadow:0 0 6px #ffffff26}
@keyframes BreathingCircle-module__087uwa__breathe{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.8;transform:scale(1.12)}}@keyframes BreathingCircle-module__087uwa__breathe-halo{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.55;transform:scale(1.2)}}.BreathingCircle-module__087uwa__wrapper{justify-content:center;align-items:center;width:200px;height:200px;margin:0 auto 44px;display:flex;position:relative}.BreathingCircle-module__087uwa__halo{background:radial-gradient(circle,#6366f112 0%,#3b82f60a 35%,#6366f105 55%,#0000 70%);border-radius:50%;animation:10s ease-in-out .3s infinite BreathingCircle-module__087uwa__breathe-halo;position:absolute;inset:-50px}.BreathingCircle-module__087uwa__circle{-webkit-backdrop-filter:blur(12px);will-change:transform, opacity;background:radial-gradient(circle at 45% 40%,#7882dc1a 0%,#5064c80f 30%,#1e23374d 70%,#0d0e1259 100%);border:1px solid #ffffff12;border-radius:50%;width:150px;height:150px;animation:10s ease-in-out infinite BreathingCircle-module__087uwa__breathe;position:relative;box-shadow:0 0 60px #6366f10f,0 0 30px #3b82f60a,inset 0 0 40px #6366f10a,inset 0 1px #ffffff0d}.BreathingCircle-module__087uwa__innerGlow{filter:blur(6px);pointer-events:none;background:radial-gradient(#ffffff12 0%,#ffffff05 50%,#0000 70%);border-radius:50%;width:40%;height:28%;position:absolute;top:12%;left:22%}@media (max-width:640px){.BreathingCircle-module__087uwa__wrapper{width:160px;height:160px;margin-bottom:32px}.BreathingCircle-module__087uwa__circle{width:120px;height:120px}.BreathingCircle-module__087uwa__halo{inset:-35px}}
.MindStateHub-module__ewkhaa__container{flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:2.5rem auto;padding:0 1.5rem;display:flex}.MindStateHub-module__ewkhaa__stateSelector{scrollbar-width:none;gap:.75rem;padding:.5rem .25rem;display:flex;overflow-x:auto}.MindStateHub-module__ewkhaa__stateSelector::-webkit-scrollbar{display:none}.MindStateHub-module__ewkhaa__stateButton{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-pill);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.MindStateHub-module__ewkhaa__stateButton:hover{border-color:var(--glass-border-hover);color:var(--text-primary);transform:translateY(-1px)}.MindStateHub-module__ewkhaa__stateButton:focus-visible{outline:2px solid var(--state-color,var(--accent-indigo));outline-offset:2px}.MindStateHub-module__ewkhaa__active_hiperfoco{--state-color:#f59e0b;color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b59;box-shadow:0 0 15px #f59e0b26}.MindStateHub-module__ewkhaa__active_bloqueo{--state-color:#06b6d4;color:#22d3ee;background:#06b6d41f;border-color:#06b6d459;box-shadow:0 0 15px #06b6d426}.MindStateHub-module__ewkhaa__active_agotado{--state-color:#6366f1;color:#818cf8;background:#6366f11f;border-color:#6366f159;box-shadow:0 0 15px #6366f126}.MindStateHub-module__ewkhaa__active_sobrecargado{--state-color:#ec4899;color:#f472b6;background:#ec489914;border-color:#ec489940;box-shadow:0 0 15px #ec48991a}.MindStateHub-module__ewkhaa__active_aburrido{--state-color:#10b981;color:#34d399;background:#10b9811f;border-color:#10b98159;box-shadow:0 0 15px #10b98126}.MindStateHub-module__ewkhaa__panel{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-soft);transition:border-color var(--transition-smooth), box-shadow var(--transition-smooth);padding:2rem}.MindStateHub-module__ewkhaa__panel_hiperfoco{border-color:#f59e0b33;box-shadow:0 8px 32px #f59e0b0d}.MindStateHub-module__ewkhaa__panel_bloqueo{border-color:#06b6d433;box-shadow:0 8px 32px #06b6d40d}.MindStateHub-module__ewkhaa__panel_agotado{border-color:#6366f133;box-shadow:0 8px 32px #6366f10d}.MindStateHub-module__ewkhaa__panel_sobrecargado{box-shadow:none;background:#0d0e12f2;border-color:#ffffff0d}.MindStateHub-module__ewkhaa__panel_aburrido{border-color:#10b98133;box-shadow:0 8px 32px #10b9810d}.MindStateHub-module__ewkhaa__panelHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.MindStateHub-module__ewkhaa__panelTitleSection{flex:1;min-width:250px}.MindStateHub-module__ewkhaa__panelBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-pill);margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.MindStateHub-module__ewkhaa__badge_hiperfoco{color:#fbbf24;background:#f59e0b26}.MindStateHub-module__ewkhaa__badge_bloqueo{color:#22d3ee;background:#06b6d426}.MindStateHub-module__ewkhaa__badge_agotado{color:#818cf8;background:#6366f126}.MindStateHub-module__ewkhaa__badge_sobrecargado{color:#f472b6;background:#ec489926}.MindStateHub-module__ewkhaa__badge_aburrido{color:#34d399;background:#10b98126}.MindStateHub-module__ewkhaa__panelTitle{color:var(--text-primary);font-size:1.75rem;font-weight:600;line-height:1.2}.MindStateHub-module__ewkhaa__panelSubtitle{color:var(--text-secondary);margin-top:.35rem;font-size:.95rem}.MindStateHub-module__ewkhaa__autoPlayCard{border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-smooth);background:#ffffff08;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.MindStateHub-module__ewkhaa__autoPlayCard:hover{border-color:var(--glass-border-hover);background:#ffffff0f}.MindStateHub-module__ewkhaa__autoPlayText h4{color:var(--text-primary);font-size:.85rem;font-weight:500}.MindStateHub-module__ewkhaa__autoPlayText p{color:var(--text-muted);font-size:.75rem}.MindStateHub-module__ewkhaa__autoPlaySwitch{background:#ffffff26;border-radius:10px;width:34px;height:20px;transition:background .2s;position:relative}.MindStateHub-module__ewkhaa__autoPlaySwitchActive{background:var(--state-color,var(--accent-indigo))}.MindStateHub-module__ewkhaa__autoPlayKnob{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:3px;left:3px}.MindStateHub-module__ewkhaa__autoPlaySwitchActive .MindStateHub-module__ewkhaa__autoPlayKnob{transform:translate(14px)}.MindStateHub-module__ewkhaa__panelContent{grid-template-columns:1.2fr 1fr;gap:2rem;display:grid}@media (max-width:868px){.MindStateHub-module__ewkhaa__panelContent{grid-template-columns:1fr}}.MindStateHub-module__ewkhaa__mainSection,.MindStateHub-module__ewkhaa__sideSection{flex-direction:column;gap:1.5rem;display:flex}.MindStateHub-module__ewkhaa__widgetBox{border-radius:var(--radius-md);background:#ffffff05;border:1px solid #ffffff0a;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.MindStateHub-module__ewkhaa__widgetTitle{color:var(--text-primary);border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:600;display:flex}.MindStateHub-module__ewkhaa__primaryButton{background:var(--state-color,var(--accent-indigo));border-radius:var(--radius-sm);color:#0d0e12;font-family:var(--font-sans);cursor:pointer;border:none;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:opacity .2s,transform .15s}.MindStateHub-module__ewkhaa__primaryButton:hover{opacity:.9}.MindStateHub-module__ewkhaa__primaryButton:active{transform:scale(.98)}.MindStateHub-module__ewkhaa__inputField{border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-sans);background:#00000040;width:100%;padding:.6rem .8rem;font-size:.9rem}.MindStateHub-module__ewkhaa__inputField:focus{outline:1px solid var(--state-color,var(--accent-indigo));border-color:#0000}.MindStateHub-module__ewkhaa__thoughtDumpArea{border:1px solid var(--glass-border);border-radius:var(--radius-sm);width:100%;height:100px;color:var(--text-primary);font-family:var(--font-sans);resize:none;background:#00000040;padding:.75rem;font-size:.9rem}.MindStateHub-module__ewkhaa__thoughtDumpArea:focus{outline:1px solid var(--state-color,#fbbf24);border-color:#0000}.MindStateHub-module__ewkhaa__dumpedItemsList{flex-direction:column;gap:.5rem;max-height:130px;padding-right:4px;display:flex;overflow-y:auto}.MindStateHub-module__ewkhaa__dumpedItem{border-left:2px solid var(--state-color,#fbbf24);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#ffffff08;justify-content:space-between;align-items:center;padding:.5rem;font-size:.85rem;display:flex}.MindStateHub-module__ewkhaa__deleteItemBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.2rem}.MindStateHub-module__ewkhaa__deleteItemBtn:hover{color:#ef4444}.MindStateHub-module__ewkhaa__timerWrapper{border-radius:var(--radius-sm);background:#f59e0b0d;border:1px solid #f59e0b26;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.MindStateHub-module__ewkhaa__timerLabel{color:#fbbf24;font-size:.85rem;font-weight:500}.MindStateHub-module__ewkhaa__timerValue{color:var(--text-primary);font-family:monospace;font-size:1.1rem;font-weight:700}.MindStateHub-module__ewkhaa__breakdownForm{gap:.5rem;display:flex}.MindStateHub-module__ewkhaa__stepsContainer{flex-direction:column;gap:.75rem;display:flex}.MindStateHub-module__ewkhaa__stepRow{border-radius:var(--radius-sm);background:#06b6d40a;border:1px solid #06b6d426;align-items:center;gap:.75rem;padding:.75rem;transition:opacity .2s;display:flex}.MindStateHub-module__ewkhaa__stepCompleted{opacity:.5;background:#ffffff05;border-color:#ffffff14;text-decoration:line-through}.MindStateHub-module__ewkhaa__checkbox{border:2px solid var(--state-color,var(--accent-indigo));cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.MindStateHub-module__ewkhaa__checkboxChecked{background:var(--state-color,var(--accent-indigo))}.MindStateHub-module__ewkhaa__checkboxCheckmark{color:#0d0e12;font-size:.7rem;font-weight:700}.MindStateHub-module__ewkhaa__stepText{color:var(--text-primary);flex:1;font-size:.9rem}.MindStateHub-module__ewkhaa__cozyCard{border-radius:var(--radius-sm);color:#cbd5e1;background:#6366f10a;border-left:3px solid #818cf8;padding:1rem;font-size:.9rem;line-height:1.5}.MindStateHub-module__ewkhaa__restGuide{text-align:center;border-radius:var(--radius-md);border:1px dashed #6366f14d;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.MindStateHub-module__ewkhaa__restTimer{letter-spacing:-.02em;color:#818cf8;font-size:2.25rem;font-weight:300}.MindStateHub-module__ewkhaa__hacksList{flex-direction:column;gap:.75rem;display:flex}.MindStateHub-module__ewkhaa__hackItem{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.85rem;display:flex}.MindStateHub-module__ewkhaa__hackIcon{color:var(--state-color,var(--accent-indigo));margin-top:.1rem;font-size:1.1rem;line-height:1}.MindStateHub-module__ewkhaa__hackItem strong{color:var(--text-primary);font-weight:500}.MindStateHub-module__ewkhaa__overloadLayout{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:2.5rem 1rem;display:flex}.MindStateHub-module__ewkhaa__overloadIntro{max-width:500px}.MindStateHub-module__ewkhaa__overloadIntro h3{color:#f472b6;margin-bottom:.5rem;font-size:1.5rem}.MindStateHub-module__ewkhaa__overloadIntro p{color:var(--text-secondary);font-size:.95rem}.MindStateHub-module__ewkhaa__breathingWrapper{flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex;position:relative}.MindStateHub-module__ewkhaa__sparkCard{border-radius:var(--radius-md);animation:MindStateHub-module__ewkhaa__fade-in-up .4s var(--transition-smooth);background:#10b98108;border:1px solid #10b98126;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.MindStateHub-module__ewkhaa__sparkHeader{justify-content:space-between;align-items:center;display:flex}.MindStateHub-module__ewkhaa__sparkBadge{color:#34d399;border-radius:var(--radius-pill);text-transform:uppercase;background:#10b98126;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.MindStateHub-module__ewkhaa__sparkTitle{color:#34d399;font-size:1.1rem;font-weight:600}.MindStateHub-module__ewkhaa__sparkContent{color:var(--text-secondary);font-size:.9rem;line-height:1.55}.MindStateHub-module__ewkhaa__taskCheckbox{cursor:pointer;border-radius:var(--radius-sm);align-items:flex-start;gap:.75rem;padding:.5rem;transition:background .15s;display:flex}.MindStateHub-module__ewkhaa__taskCheckbox:hover{background:#ffffff05}.MindStateHub-module__ewkhaa__taskText{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.MindStateHub-module__ewkhaa__taskCompleted{opacity:.5;text-decoration:line-through}
.page-module__E0kJGG__background{z-index:-2;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:background-image .8s;position:fixed;inset:0}.page-module__E0kJGG__overlay{z-index:-1;background:linear-gradient(#0d0e1273 0%,#0d0e1259 30%,#0d0e1273 70%,#0d0e12bf 100%);position:fixed;inset:0}.page-module__E0kJGG__main{flex-direction:column;align-items:center;min-height:100dvh;padding:64px clamp(16px,4vw,48px) 0;display:flex}.page-module__E0kJGG__hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:560px;padding:80px 0 48px;display:flex}.page-module__E0kJGG__heroTitle{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(28px,5vw,42px);font-weight:600;line-height:1.15}.page-module__E0kJGG__heroSubtitle{color:var(--text-secondary);max-width:440px;font-size:clamp(14px,2.5vw,17px);font-weight:300;line-height:1.7}.page-module__E0kJGG__heroAccent{color:var(--text-secondary);font-style:italic;font-weight:300}.page-module__E0kJGG__soundGrid{grid-template-columns:repeat(3,1fr);gap:14px;width:100%;max-width:960px;padding-bottom:48px;display:grid}@media (max-width:900px){.page-module__E0kJGG__soundGrid{grid-template-columns:repeat(2,1fr);max-width:560px}.page-module__E0kJGG__hero{padding:60px 0 40px}}@media (max-width:540px){.page-module__E0kJGG__soundGrid{grid-template-columns:1fr;gap:12px;max-width:400px}.page-module__E0kJGG__hero{padding:48px 0 32px}}.page-module__E0kJGG__footer{flex-direction:column;align-items:center;gap:16px;padding:24px 0 28px;display:flex}.page-module__E0kJGG__footerText{color:var(--text-muted);letter-spacing:.02em;font-size:12px;font-weight:300}
