.language-switcher{--ls-height:36px;--ls-width:160px;--ls-bg:rgba(34,34,32,0.6);--ls-border:#44433e;--ls-accent:#ffcc40;--ls-text:#bdbab2;--ls-text-active:#222220;--ls-pill-bg:#ffcc40;position:relative;display:flex;align-items:center;width:var(--ls-width);height:var(--ls-height);padding:3px;background:var(--ls-bg);border:1px solid var(--ls-border);border-radius:var(--border-radius-sm,4px);cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:inset 0 1px 1px rgba(255,255,255,.05)}.language-switcher:hover{border-color:rgba(255,204,64,.4);background:rgba(34,34,32,.8)}.language-switcher:focus-visible{outline:2px solid var(--ls-accent);outline-offset:2px}.language-switcher__pill{position:absolute;top:3px;left:3px;width:calc(50% - 3px);height:calc(100% - 6px);background:var(--ls-pill-bg);border-radius:calc(var(--border-radius-sm, 4px) - 2px);transition:transform .4s cubic-bezier(.16,1,.3,1);z-index:1;box-shadow:0 2px 8px rgba(0,0,0,.2)}.language-switcher--en .language-switcher__pill{transform:translateX(100%)}.language-switcher__option{position:relative;flex:1;display:flex;align-items:center;justify-content:center;gap:6px;z-index:2;height:100%;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--ls-text);transition:color .3s ease;text-transform:uppercase;white-space:nowrap}.language-switcher--en .language-switcher__option--en,.language-switcher--es .language-switcher__option--es{color:var(--ls-text-active)}.language-switcher__flag{font-size:14px;line-height:1;filter:saturate(.8)}.language-switcher--en .language-switcher__option--en .language-switcher__flag,.language-switcher--es .language-switcher__option--es .language-switcher__flag{filter:saturate(1.2)}.language-switcher--menu{--ls-width:100%;--ls-height:38px;border-color:#44433e;background:rgba(15,15,15,.4)}.language-switcher--compact{--ls-width:64px;--ls-height:32px}.language-switcher--compact .language-switcher__label{display:none}@media (max-width:768px){.language-switcher{--ls-width:130px}}.profile-widget{flex-direction:row;width:96px}.profile-widget,.profile-widget__button{display:flex;align-items:center;height:48px}.profile-widget__button{box-sizing:border-box;justify-content:center;width:48px;padding:0;border:none;background-color:transparent;cursor:pointer}.profile-widget__button--menu{border-width:2px 0 2px 2px;border-style:solid;border-radius:var(--border-radius-sm) 0 0 var(--border-radius-sm)}.profile-widget__button--user{border:2px solid;border-radius:0 var(--border-radius-sm) var(--border-radius-sm) 0}.profile-widget__button--menu .MuiSvgIcon-root{color:#bdbab2;width:32px;height:32px}.profile-widget__button--user .MuiSvgIcon-root{color:#222220;width:32px;height:32px}.profile-widget__menu .MuiPaper-root{background:#222220;box-shadow:0 6px 20px rgba(15,15,15,.15);border-radius:var(--border-radius-sm);width:280px;margin-top:8px}.profile-widget__menu .MuiList-root{padding:0}.profile-widget__menu-default{padding:16px;display:flex;flex-direction:column;gap:12px}.profile-widget__menu-user-info{display:flex;flex-direction:row;align-items:center;padding:12px 16px;gap:16px}.profile-widget__menu-user-info .MuiAvatar-root{width:44px;height:44px}.nav-links{flex-direction:row;width:auto;flex:1}.nav-links,.nav-links__list{display:flex;justify-content:flex-end;align-items:center;padding:0;gap:48px}.nav-links__list{list-style:none;margin:0;width:100%}@media (min-width:1024px) and (max-width:1280px){.nav-links,.nav-links__list{gap:24px}.nav-links__item{font-size:16px;padding:0 16px}}.nav-links__item{display:flex;align-items:center;justify-content:center;height:48px;padding:0 24px;font-family:Lexend,sans-serif;font-style:normal;font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em;color:#f7f5f1;text-decoration:none;transition:color .2s ease-in-out;white-space:nowrap}.nav-links__item:hover{color:var(--navbar-yellow,#ffcc40)}.nav-links__item--active{color:var(--navbar-text-link-active,#ffdf89)}@media (max-width:1023px){.nav-links{width:100%;height:auto}.nav-links__list{flex-direction:column;align-items:flex-start;padding:0;gap:0;width:100%}.nav-links__item{width:100%;padding:15px 24px;font-size:14px;height:48px;text-align:left;justify-content:flex-start}.nav-links__item:hover{background-color:rgba(255,255,255,.1);color:var(--navbar-text-light,#f7f5f1)}}.breadcrumbs-nav{display:flex;align-items:center;width:100%;max-width:100%;overflow:hidden}.breadcrumb-list{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;margin:0;padding:0;list-style:none;font-family:Lexend,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px;letter-spacing:.02em;color:#f7f5f1}@media (max-width:1280px){.breadcrumb-list{font-size:12px;gap:6px}}.breadcrumb-item{display:flex;align-items:center;flex-shrink:0;max-width:180px}.breadcrumb-link{color:#f7f5f1;text-decoration:none;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-link:hover{color:var(--navbar-yellow,#ffcc40);text-decoration:underline}.breadcrumb-current{color:var(--color-yellow-primary,#ffcc40);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-separator{display:flex;align-items:center;flex-shrink:0;color:#939087}.breadcrumb-separator svg{font-size:16px}@media (max-width:1280px){.breadcrumb-item{max-width:120px}}@media (max-width:640px){.breadcrumb-item{max-width:100px}.breadcrumb-list{font-size:11px}}