.the-codex-pathway-selector{position:relative;min-width:210px;text-align:left}.the-codex-pathway-selector-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:7px 14px;color:rgba(238,247,255,.96);background:rgba(0,5,16,.72);border:1px solid rgba(150,200,255,.38);border-radius:999px;font-family:Georgia,"Times New Roman",serif;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 0 12px rgba(110,175,255,.05),0 0 12px rgba(40,110,220,.12);transition:border-color 160ms ease,background 160ms ease,box-shadow 160ms ease}.the-codex-pathway-selector-toggle:hover,.the-codex-pathway-selector.open .the-codex-pathway-selector-toggle{border-color:rgba(175,220,255,.72);background:rgba(6,18,42,.82);box-shadow:inset 0 0 14px rgba(110,175,255,.1),0 0 18px rgba(40,120,255,.28)}.the-codex-pathway-selector-toggle:focus-visible{outline:2px solid rgba(110,180,255,.88);outline-offset:3px}.the-codex-pathway-selector-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.the-codex-pathway-selector-arrow{flex:0 0 auto;color:rgba(160,210,255,.9);transition:transform 180ms ease}.the-codex-pathway-selector.open .the-codex-pathway-selector-arrow{transform:rotate(180deg)}.the-codex-pathway-selector-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:100;display:grid;gap:3px;margin:0;padding:6px;border:1px solid rgba(145,195,255,.3);border-radius:14px;background:rgba(2,8,23,.96);box-shadow:0 12px 34px rgba(0,0,0,.55),0 0 24px rgba(60,125,230,.18);backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity 160ms ease,transform 160ms ease,visibility 160ms ease}.the-codex-pathway-selector.open .the-codex-pathway-selector-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.the-codex-pathway-selector-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 11px;border:0;border-radius:9px;color:rgba(214,229,252,.88);background:0 0;font-family:Georgia,"Times New Roman",serif;font-size:11px;letter-spacing:.07em;line-height:1.25;text-align:left;text-transform:uppercase;cursor:pointer;transition:color 140ms ease,background 140ms ease,text-shadow 140ms ease}.the-codex-pathway-selector-option:focus-visible,.the-codex-pathway-selector-option:hover{color:#f8fcff;background:rgba(45,85,145,.34);text-shadow:0 0 6px rgba(180,220,255,.2);outline:0}.the-codex-pathway-selector-option[aria-selected=true]{color:#b4dcff;background:rgba(35,75,135,.26)}.the-codex-pathway-selector-check{flex:0 0 auto;min-width:1em;color:rgba(145,205,255,.95);text-align:right}@media (max-width:768px){.the-codex-pathway-selector{min-width:170px}.the-codex-pathway-selector-toggle{gap:10px;padding:5px 10px;font-size:9px}.the-codex-pathway-selector-menu{top:calc(100% + 6px);padding:5px;border-radius:11px}.the-codex-pathway-selector-option{padding:8px 9px;font-size:9px}}