.layout-module__vxEgYa__layout{background-color:var(--bg-base);min-height:100vh;display:flex}.layout-module__vxEgYa__sidebar{background-color:var(--bg-base);width:260px;color:var(--text-primary);border-right:1px solid var(--border-color);z-index:50;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0}.layout-module__vxEgYa__sidebarCollapsed{width:68px}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__logoArea{justify-content:center;padding:1.5rem .5rem}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__logoText{display:none}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__menuLink{justify-content:center;padding:.7rem}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__menuLink span,.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__menuLinkLabel{display:none}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__sidebarFooter{justify-content:center;padding:1rem .5rem;display:flex}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__sectionLabel{display:none}.layout-module__vxEgYa__logoArea{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.02em;align-items:center;gap:.6rem;padding:1.5rem;font-size:1.3rem;font-weight:600;display:flex}.layout-module__vxEgYa__logoText{transition:opacity .2s}.layout-module__vxEgYa__menu{flex-direction:column;flex:1;gap:.15rem;padding:1rem .75rem;display:flex;overflow-y:auto}.layout-module__vxEgYa__menuLink{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all .15s var(--ease-out);white-space:nowrap;align-items:center;gap:.7rem;padding:.6rem .9rem;font-size:.88rem;font-weight:450;display:flex;overflow:hidden}.layout-module__vxEgYa__menuLink:hover{color:var(--text-primary);background-color:var(--cream-dark)}.layout-module__vxEgYa__menuLinkLabel{transition:opacity .2s}.layout-module__vxEgYa__activeMenuLink{color:var(--primary);background-color:var(--primary-bg);font-weight:550}.layout-module__vxEgYa__activeMenuLink:hover{background-color:var(--primary-bg)}.layout-module__vxEgYa__sectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.75rem .9rem .4rem;font-size:.7rem;font-weight:600;transition:opacity .2s}.layout-module__vxEgYa__sidebarFooter{border-top:1px solid var(--border-color);padding:1rem 1.25rem;transition:opacity .2s}.layout-module__vxEgYa__collapseBtn{background-color:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;z-index:51;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .3s,background-color .2s;display:flex;position:absolute;top:1.5rem;right:-14px;box-shadow:0 2px 6px #0000000f}.layout-module__vxEgYa__collapseBtn:hover{background-color:var(--cream-dark)}.layout-module__vxEgYa__collapseBtnRotated{transform:rotate(180deg)}.layout-module__vxEgYa__mainWrapper{flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:260px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}.layout-module__vxEgYa__mainWrapperCollapsed{margin-left:68px}.layout-module__vxEgYa__topbar{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:90;background-color:#faf9f5f2;justify-content:space-between;align-items:center;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.layout-module__vxEgYa__topbarLeft{color:var(--text-secondary);letter-spacing:-.01em;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.layout-module__vxEgYa__topbarRight{align-items:center;gap:1rem;display:flex}.layout-module__vxEgYa__menuToggle{border-radius:var(--radius-sm);cursor:pointer;width:36px;height:36px;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .15s;display:none}.layout-module__vxEgYa__menuToggle:hover{background-color:var(--cream-dark)}.layout-module__vxEgYa__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem;overflow-x:hidden}.layout-module__vxEgYa__overlay{z-index:49;opacity:0;background-color:#0000004d;transition:opacity .3s;display:none;position:fixed;inset:0}.layout-module__vxEgYa__overlayVisible{opacity:1;display:block}.layout-module__vxEgYa__bottomBar{height:calc(64px + env(safe-area-inset-bottom,0px));background-color:var(--bg-card);border-top:1px solid var(--border-color);z-index:100;padding:0 .5rem;padding-bottom:env(safe-area-inset-bottom,0px);justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000f}.layout-module__vxEgYa__bottomBarItem{border-radius:var(--radius-sm);color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;min-width:52px;padding:.4rem .75rem;font-size:.65rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.layout-module__vxEgYa__bottomBarItem:hover{color:var(--primary)}.layout-module__vxEgYa__bottomBarItemActive{color:var(--primary);font-weight:700}@media (max-width:1024px){.layout-module__vxEgYa__sidebar{width:68px}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__logoText{display:none}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__logoArea{justify-content:center;padding:1.5rem .5rem}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__menuLink{justify-content:center;padding:.7rem}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__menuLinkLabel,.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__sectionLabel{display:none}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__sidebarFooter{justify-content:center;padding:1rem .5rem;display:flex}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__footerInfo,.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__footerIcons{display:none!important}.layout-module__vxEgYa__collapseBtn{display:none}.layout-module__vxEgYa__mainWrapper{margin-left:68px}.layout-module__vxEgYa__content{padding:2rem 1.5rem}}@media (max-width:768px){.layout-module__vxEgYa__sidebar{width:280px;box-shadow:none;transform:translate(-100%)}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__logoText{display:inline}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__logoArea{justify-content:flex-start;padding:1.5rem}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__menuLink{justify-content:flex-start;padding:.6rem .9rem}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__menuLinkLabel{display:inline}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__sectionLabel{display:block}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__sidebarFooter{padding:.75rem 1.25rem;display:flex}.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__footerInfo,.layout-module__vxEgYa__sidebar .layout-module__vxEgYa__footerIcons{display:flex!important}.layout-module__vxEgYa__sidebarOpen{transform:translate(0);box-shadow:4px 0 20px #0000001a}.layout-module__vxEgYa__collapseBtn{display:none}.layout-module__vxEgYa__mainWrapper{width:100%;margin-left:0;padding-top:56px}.layout-module__vxEgYa__mainWrapperCollapsed{margin-left:0}.layout-module__vxEgYa__topbar{z-index:95;padding:0 1rem;position:fixed;top:0;left:0;right:0}.layout-module__vxEgYa__menuToggle{display:flex}.layout-module__vxEgYa__content{padding:1.25rem 1rem;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px));max-width:100%;overflow-x:hidden}.layout-module__vxEgYa__bottomBar{display:flex}.layout-module__vxEgYa__hideOnMobile{display:none!important}}@media (max-width:480px){.layout-module__vxEgYa__topbar{height:50px;padding:0 .75rem}.layout-module__vxEgYa__content{padding:1rem .75rem 5rem}.layout-module__vxEgYa__bottomBarItem{min-width:44px;padding:.4rem .5rem;font-size:.6rem}}.layout-module__vxEgYa__sidebarFooter{border-top:1px solid var(--border-color);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .2s,transform .15s;display:flex;position:relative}.layout-module__vxEgYa__sidebarFooter:hover{background-color:var(--cream-dark)}.layout-module__vxEgYa__sidebarFooter:active{transform:scale(.98)}.layout-module__vxEgYa__avatarCircle{color:#faf9f5;width:36px;height:36px;font-family:var(--font-heading);text-transform:uppercase;background-color:#383733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.layout-module__vxEgYa__footerInfo{flex-direction:column;flex:1;min-width:0;display:flex}.layout-module__vxEgYa__footerName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.layout-module__vxEgYa__footerPlan{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize;margin-top:.05rem;font-size:.75rem;overflow:hidden}.layout-module__vxEgYa__footerIcons{color:var(--text-muted);flex-shrink:0;align-items:center;gap:.35rem;display:flex}.layout-module__vxEgYa__downloadIcon{border-radius:var(--radius-md);border:1px solid var(--border-color);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex;position:relative}.layout-module__vxEgYa__downloadIcon:hover{background-color:var(--border-color);color:var(--text-primary)}.layout-module__vxEgYa__notificationBadge{background-color:#1a62d6;border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-2px}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__footerInfo,.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__footerIcons{display:none!important}.layout-module__vxEgYa__sidebarCollapsed .layout-module__vxEgYa__sidebarFooter{justify-content:center;padding:.75rem .5rem}.layout-module__vxEgYa__profilePopover{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);z-index:60;will-change:transform, opacity;flex-direction:column;width:240px;padding:.5rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards layout-module__vxEgYa__popoverFadeIn;display:flex;position:absolute;bottom:66px;left:10px;box-shadow:0 10px 30px #1a19151a,0 4px 12px #1a19150d}.layout-module__vxEgYa__popoverHeader{color:var(--text-muted);word-break:break-all;-webkit-user-select:text;user-select:text;padding:.4rem .75rem;font-size:.75rem}.layout-module__vxEgYa__popoverItem{color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.55rem .75rem;font-size:.88rem;font-weight:550;transition:all .15s;display:flex}.layout-module__vxEgYa__popoverItem:hover{background-color:var(--cream-dark);color:var(--text-primary)}.layout-module__vxEgYa__popoverItemInner{align-items:center;gap:.6rem;display:flex}.layout-module__vxEgYa__popoverShortcut{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:400}.layout-module__vxEgYa__popoverDivider{background-color:var(--border-color);height:1px;margin:.35rem .4rem}@keyframes layout-module__vxEgYa__popoverFadeIn{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.layout-module__vxEgYa__announceBanner{border-radius:var(--radius-md);border:1.5px solid;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:.85rem 1.25rem;transition:opacity .3s,transform .3s;animation:.4s cubic-bezier(.16,1,.3,1) forwards layout-module__vxEgYa__bannerSlideIn;display:flex}@keyframes layout-module__vxEgYa__bannerSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.layout-module__vxEgYa__announceBannerContent{flex:1;align-items:flex-start;gap:.7rem;min-width:0;display:flex}.layout-module__vxEgYa__announceBannerIcon{flex-shrink:0;margin-top:.1rem;font-size:1.25rem}.layout-module__vxEgYa__announceBannerTitle{font-size:.92rem;font-weight:700;line-height:1.3;display:block}.layout-module__vxEgYa__announceBannerText{opacity:.9;margin:.2rem 0 0;font-size:.82rem;font-weight:450;line-height:1.5}.layout-module__vxEgYa__announceBannerClose{cursor:pointer;border-radius:var(--radius-sm);opacity:.7;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.3rem;transition:opacity .2s,background-color .2s;display:flex}.layout-module__vxEgYa__announceBannerClose:hover{opacity:1;background-color:#0000000d}@media (max-width:480px){.layout-module__vxEgYa__announceBanner{gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem}.layout-module__vxEgYa__announceBannerTitle{font-size:.85rem}.layout-module__vxEgYa__announceBannerText{font-size:.78rem}}
.ProfileSettingsModal-module__0KYiDq__overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:2500;opacity:0;pointer-events:none;background-color:#1a191500;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;transition:opacity .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .25s cubic-bezier(.16,1,.3,1),backdrop-filter .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.ProfileSettingsModal-module__0KYiDq__overlayActive{opacity:1;pointer-events:auto;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#1a191573}.ProfileSettingsModal-module__0KYiDq__modal{background-color:var(--bg-card);border-radius:var(--radius-xl);width:100%;max-width:500px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);opacity:0;will-change:transform, opacity;padding:2.25rem;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);position:relative;transform:scale(.95)translateY(8px)}.ProfileSettingsModal-module__0KYiDq__modalActive{opacity:1;transform:scale(1)translateY(0)}.ProfileSettingsModal-module__0KYiDq__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ProfileSettingsModal-module__0KYiDq__closeBtn:hover{color:var(--text-primary);background-color:var(--cream-dark)}.ProfileSettingsModal-module__0KYiDq__header{margin-bottom:1.5rem}.ProfileSettingsModal-module__0KYiDq__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.45rem;font-weight:500}.ProfileSettingsModal-module__0KYiDq__subtitle{font-family:var(--font-body);color:var(--text-muted);font-size:.88rem;line-height:1.5}.ProfileSettingsModal-module__0KYiDq__tabs{border-bottom:1px solid var(--border-color);scrollbar-width:none;gap:.5rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.ProfileSettingsModal-module__0KYiDq__tabs::-webkit-scrollbar{display:none}.ProfileSettingsModal-module__0KYiDq__tabLink{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;padding:.6rem .75rem;font-size:.88rem;font-weight:550;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.ProfileSettingsModal-module__0KYiDq__tabLink:hover{color:var(--primary);background-color:var(--primary-bg);border-radius:var(--radius-sm) var(--radius-sm) 0 0}.ProfileSettingsModal-module__0KYiDq__activeTab{color:var(--primary);border-bottom-color:var(--primary)}.ProfileSettingsModal-module__0KYiDq__content{min-height:220px}.ProfileSettingsModal-module__0KYiDq__form{flex-direction:column;gap:1.25rem;display:flex}.ProfileSettingsModal-module__0KYiDq__formGroup{flex-direction:column;gap:.35rem;display:flex}.ProfileSettingsModal-module__0KYiDq__label{color:var(--text-secondary);font-size:.82rem;font-weight:600}.ProfileSettingsModal-module__0KYiDq__inputDisabled{background-color:var(--cream-dark);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-muted);cursor:not-allowed;font-size:.9rem;font-family:var(--font-body);padding:.6rem .9rem}.ProfileSettingsModal-module__0KYiDq__hint{color:var(--text-muted);font-size:.75rem;line-height:1.4}.ProfileSettingsModal-module__0KYiDq__successAlert{color:var(--success);background-color:var(--success-bg);border:1px solid var(--success-border);border-radius:var(--radius-md);margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.88rem;font-weight:550;animation:.2s ProfileSettingsModal-module__0KYiDq__fadeIn}.ProfileSettingsModal-module__0KYiDq__errorAlert{color:var(--error);background-color:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.88rem;font-weight:550;animation:.2s ProfileSettingsModal-module__0KYiDq__fadeIn}.ProfileSettingsModal-module__0KYiDq__quotaArea{flex-direction:column;gap:1.5rem;display:flex}.ProfileSettingsModal-module__0KYiDq__planCard{background:var(--bg-base);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:1.25rem;position:relative}.ProfileSettingsModal-module__0KYiDq__planBadge{background-color:var(--primary-bg);color:var(--primary);border-radius:var(--radius-full);align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ProfileSettingsModal-module__0KYiDq__planCard h4{font-family:var(--font-heading);color:var(--primary);margin-bottom:.25rem;font-size:1.2rem;font-weight:600}.ProfileSettingsModal-module__0KYiDq__planCard p{color:var(--text-secondary);font-size:.82rem}.ProfileSettingsModal-module__0KYiDq__usageList{flex-direction:column;gap:1rem;display:flex}.ProfileSettingsModal-module__0KYiDq__usageItem{flex-direction:column;gap:.4rem;display:flex}.ProfileSettingsModal-module__0KYiDq__usageHeader{color:var(--text-secondary);justify-content:space-between;font-size:.85rem;font-weight:550;display:flex}.ProfileSettingsModal-module__0KYiDq__usageProgress{color:var(--text-primary);font-size:.82rem;font-weight:600}.ProfileSettingsModal-module__0KYiDq__progressBar{background-color:var(--border-color);border-radius:var(--radius-full);height:6px;overflow:hidden}.ProfileSettingsModal-module__0KYiDq__progressFill{background-color:var(--primary);border-radius:var(--radius-full);height:100%;transition:width .3s cubic-bezier(.16,1,.3,1)}@keyframes ProfileSettingsModal-module__0KYiDq__fadeIn{0%{opacity:0}to{opacity:1}}
.CookieConsent-module__L0G1aa__banner{z-index:1200;-webkit-backdrop-filter:blur(12px)saturate(180%);border-radius:var(--radius-lg);width:calc(100vw - 48px);max-width:440px;transition:transform .4s var(--ease-out), opacity .4s var(--ease-out);opacity:0;pointer-events:none;background-color:#ffffffe6;border:1px solid #e5e1d6b3;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(100px);box-shadow:0 10px 30px -5px #1a19151f,0 4px 12px -2px #1a19150f}.CookieConsent-module__L0G1aa__visible{opacity:1;pointer-events:all;animation:CookieConsent-module__L0G1aa__slideUp .5s var(--ease-out) forwards;transform:translateY(0)}@keyframes CookieConsent-module__L0G1aa__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.CookieConsent-module__L0G1aa__header{align-items:flex-start;gap:.85rem;display:flex}.CookieConsent-module__L0G1aa__iconContainer{border-radius:var(--radius-sm);background-color:var(--primary-bg);width:40px;height:40px;color:var(--accent);border:1px solid var(--success-border);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.CookieConsent-module__L0G1aa__title{font-family:var(--font-heading);color:var(--primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.CookieConsent-module__L0G1aa__description{color:var(--text-secondary);font-size:.88rem;line-height:1.55}.CookieConsent-module__L0G1aa__description a{color:var(--accent);text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .15s}.CookieConsent-module__L0G1aa__description a:hover{color:var(--accent-hover)}.CookieConsent-module__L0G1aa__actions{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.CookieConsent-module__L0G1aa__declineBtn{color:var(--text-muted);border-radius:var(--radius-full);cursor:pointer;transition:all .2s var(--ease-out);background:0 0;border:1px solid #0000;padding:.5rem .88rem;font-size:.82rem;font-weight:500}.CookieConsent-module__L0G1aa__declineBtn:hover{background-color:var(--cream-dark);color:var(--text-primary)}.CookieConsent-module__L0G1aa__acceptBtn{background-color:var(--primary);color:var(--cream);border:1px solid var(--primary);border-radius:var(--radius-full);cursor:pointer;transition:all .2s var(--ease-out);box-shadow:var(--shadow-sm);padding:.5rem 1.25rem;font-size:.82rem;font-weight:600}.CookieConsent-module__L0G1aa__acceptBtn:hover{background-color:var(--primary-light);border-color:var(--primary-light);transform:translateY(-1px)}.CookieConsent-module__L0G1aa__acceptBtn:active{transform:translateY(0)}@media (max-width:600px){.CookieConsent-module__L0G1aa__banner{gap:.85rem;width:calc(100vw - 32px);padding:1.25rem;bottom:16px;left:16px;right:16px}.CookieConsent-module__L0G1aa__header{gap:.75rem}.CookieConsent-module__L0G1aa__iconContainer{width:36px;height:36px}.CookieConsent-module__L0G1aa__title{font-size:1.05rem}.CookieConsent-module__L0G1aa__description{font-size:.82rem}.CookieConsent-module__L0G1aa__actions{flex-direction:row;justify-content:flex-end;width:100%}}
.layout-module__oGMqAG__layout{flex-direction:column;min-height:100vh;display:flex}.layout-module__oGMqAG__content{flex:1}.layout-module__oGMqAG__nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);transition:all .3s var(--ease-out);background:#faf9f5f2;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.layout-module__oGMqAG__logoText{font-family:var(--font-heading);color:var(--primary);cursor:pointer;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;display:flex}.layout-module__oGMqAG__navLinks{align-items:center;gap:1.75rem;display:flex}.layout-module__oGMqAG__navLink{color:var(--text-secondary);padding:.25rem 0;font-size:.95rem;font-weight:600;position:relative}.layout-module__oGMqAG__navLink:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.layout-module__oGMqAG__navLink:hover{color:var(--primary)}.layout-module__oGMqAG__navLink:hover:after{width:100%}.layout-module__oGMqAG__footer{background-color:var(--bg-base);color:var(--text-primary);border-top:1px solid var(--border-color);font-family:var(--font-body);padding:4.5rem 0 2rem}.layout-module__oGMqAG__footerGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.layout-module__oGMqAG__footerCol h4{color:var(--text-primary);font-size:.9rem;font-family:var(--font-body);text-transform:none;letter-spacing:normal;margin-bottom:1.15rem;font-weight:600}.layout-module__oGMqAG__footerCol p,.layout-module__oGMqAG__footerCol a{color:var(--text-muted);transition:all .2s var(--ease-out);font-size:.88rem;line-height:1.9}.layout-module__oGMqAG__footerCol a{margin-bottom:.55rem;display:block}.layout-module__oGMqAG__footerCol a:hover{color:var(--primary);transform:translate(2px)}.layout-module__oGMqAG__footerBottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-light);padding-top:1.75rem;font-size:.82rem}@media (max-width:768px){.layout-module__oGMqAG__nav{padding:.75rem 1rem}.layout-module__oGMqAG__navLinks{gap:.75rem}.layout-module__oGMqAG__navLink{display:none}.layout-module__oGMqAG__footerGrid{grid-template-columns:1fr;gap:2rem}.layout-module__oGMqAG__footerCol{grid-column:span 1!important}}
