.auth-actions{display:flex;align-items:center;flex-shrink:0}.auth-actions[hidden],.profile-menu[hidden],.mobile-member[hidden],[data-profile-image][hidden],[data-profile-initials][hidden],.profile-dropdown[hidden]{display:none!important}.auth-actions .header-cta{margin:0}.profile-menu{position:relative;flex:0 0 auto}.profile-button{width:42px;height:42px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;flex:0 0 auto}.profile-button>img{display:block;width:42px;height:42px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 3px #2789ff22}.profile-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#117aff,#034fbd);color:#fff;font-size:14px;font-weight:750;box-shadow:0 0 0 3px #2789ff22}.profile-avatar>img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.profile-button:hover .profile-avatar,.profile-button:focus-visible .profile-avatar,.profile-button:hover>img,.profile-button:focus-visible>img{box-shadow:0 0 0 4px #2789ff35}.profile-button:focus-visible{outline:2px solid #2789ff;outline-offset:4px}.profile-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:210px;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 45px #001a3b24;z-index:120}.profile-dropdown-identity{padding:9px 10px 11px;border-bottom:1px solid var(--line);margin-bottom:5px;overflow:hidden}.profile-dropdown-identity strong,.profile-dropdown-identity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown-identity strong{font-size:14px;color:var(--ink)}.profile-dropdown-identity small{font-size:11px;color:var(--muted);margin-top:3px}.profile-dropdown>a,.profile-dropdown>button{display:flex;width:100%;align-items:center;padding:10px;border:0;border-radius:6px;background:transparent;color:var(--ink);font:inherit;font-size:14px;text-align:left;cursor:pointer}.profile-dropdown>a:hover,.profile-dropdown>a:focus-visible,.profile-dropdown>button:hover,.profile-dropdown>button:focus-visible{background:var(--soft);outline:0}.profile-dropdown>button{color:#b72d3b}.mobile-member{display:none}
#auth-dialog{width:min(500px,calc(100% - 28px));max-height:min(820px,calc(100dvh - 28px));overflow:auto;padding:38px;border:0;border-radius:18px;background:var(--surface);color:var(--ink);box-shadow:0 28px 90px #00122966}#auth-dialog::backdrop{background:#001128b8;backdrop-filter:blur(4px)}#auth-dialog .eyebrow{text-align:left;margin:18px 0 10px}#auth-dialog h2{font-size:30px;line-height:1.14;letter-spacing:-.035em;margin:0 0 13px}#auth-dialog .auth-view>p:not(.eyebrow,.auth-consent,.auth-page-link){color:var(--muted);line-height:1.6;margin:0 0 22px}.auth-dialog-mark{width:52px;height:52px;display:block}.auth-dialog-mark img{display:block;width:100%;height:100%;object-fit:contain}.auth-close{position:absolute;right:17px;top:13px;border:0;background:transparent;color:var(--muted);font-size:27px;cursor:pointer}.auth-close:hover{color:var(--ink)}
#auth-password-dialog{width:min(500px,calc(100% - 28px));max-height:min(680px,calc(100dvh - 28px));overflow:auto;padding:38px;border:0;border-radius:18px;background:var(--surface);color:var(--ink);box-shadow:0 28px 90px #00122966}#auth-password-dialog::backdrop{background:#001128b8;backdrop-filter:blur(4px)}#auth-password-dialog .eyebrow{text-align:left;margin:18px 0 10px}#auth-password-dialog h2{font-size:30px;line-height:1.14;letter-spacing:-.035em;margin:0 0 13px}#auth-password-dialog>p:not(.eyebrow){color:var(--muted);line-height:1.6;margin:0 0 22px}#auth-password-dialog form{display:grid;gap:15px}#auth-password-dialog label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:650}#auth-password-dialog input:not([type=hidden]){width:100%;height:48px;padding:0 14px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);font:inherit;font-size:15px;outline:0}#auth-password-dialog input:not([type=hidden]):focus{border-color:#2d83f2;box-shadow:0 0 0 3px #2d83f21b}
.auth-view form{display:grid;gap:15px}.auth-view label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:650}.auth-view input{width:100%;height:48px;padding:0 14px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);font:inherit;font-size:15px;outline:0}.auth-view input:focus{border-color:#2d83f2;box-shadow:0 0 0 3px #2d83f21b}.auth-submit{width:100%;justify-content:center;margin-top:3px}.auth-submit[disabled]{opacity:.58;cursor:wait}.auth-link,.auth-alternate button,.auth-signout{width:max-content;padding:0;border:0;background:transparent;color:var(--blue);font:inherit;font-size:13px;cursor:pointer}.auth-link{justify-self:end;margin-top:-6px}.auth-alternate{font-size:13px!important;text-align:center;margin:20px 0 0!important}.auth-alternate button{font-weight:700}.auth-status{min-height:20px;margin:18px 0 0;color:#176fc9;font-size:13px;line-height:1.5}.auth-status[data-error=true]{color:#bd2d3a}.auth-profile-email{padding:10px 13px;border-radius:8px;background:var(--soft);overflow-wrap:anywhere}.password-panel{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.password-panel summary{cursor:pointer;color:var(--blue);font-size:14px;font-weight:700}.password-panel form{margin-top:18px}.auth-signout{margin-top:24px;color:#b72d3b}.auth-signout:hover{text-decoration:underline}
.auth-consent{font-size:12px!important;line-height:1.6!important;color:var(--muted);margin:15px 0 0!important}.auth-consent a,.auth-page-link a{color:var(--blue)}.auth-page-link{text-align:center;font-size:12px!important;margin:10px 0 0!important}
[data-theme=dark] .auth-dialog-mark img{content:url('/assets/somdas-mark-dark.png');filter:none}
.auth-inline-status{min-height:20px;margin:8px 0 2px;color:#bd2d3a;font-size:.84rem;line-height:1.45}.auth-inline-status[data-error=false]{color:#176fc9}.auth-reset-email{margin:0 0 20px;color:var(--muted);font-size:.9rem;line-height:1.55}.auth-reset-email strong{color:var(--ink);overflow-wrap:anywhere}.otp-boxes{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin:4px 0 14px}.otp-boxes input{height:58px!important;padding:0!important;text-align:center;font-size:1.45rem!important;font-weight:750}.auth-countdown,.auth-reset-message{min-height:20px;color:var(--muted);font-size:.82rem;line-height:1.5;margin:0 0 8px!important}.auth-reset-message[data-error=true]{color:#bd2d3a}.auth-link{border:0;background:none;color:var(--blue);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;padding:0}.auth-link:hover{text-decoration:underline}
@media(max-width:900px){.auth-actions{margin-left:0}.auth-actions .header-cta{display:flex}.profile-menu{display:none!important}.site-header .theme-toggle{margin-left:auto}.site-header #navigation .mobile-member:not([hidden]){display:block;margin-top:8px;padding:16px 0 4px;border-top:1px solid var(--line)}.mobile-member-identity{display:flex;align-items:center;gap:12px;padding-bottom:14px}.mobile-member-identity>span:last-child{min-width:0}.mobile-member-identity strong,.mobile-member-identity small{display:block}.mobile-member-identity strong{color:var(--ink);font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-member-identity small{color:var(--muted);font-size:12px;margin-top:3px}.mobile-member-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-member-actions>a,.mobile-member-actions>button{display:flex;justify-content:center;align-items:center;min-height:42px;padding:8px 12px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--ink);font:inherit;font-size:14px}.mobile-member-actions>button{color:#b72d3b;cursor:pointer}}
@media(max-width:540px){.auth-actions .header-cta{display:flex!important;height:38px;padding:0 14px}.auth-actions .header-cta .arrow{display:none}.profile-button,.profile-avatar{width:38px;height:38px}#auth-dialog,#auth-password-dialog{padding:30px 22px}#auth-dialog h2,#auth-password-dialog h2{font-size:27px}}
@media(max-width:380px){.auth-actions .header-cta{padding-inline:10px}.auth-actions .header-cta{margin-right:8px!important}}
.password-control{position:relative;display:block;width:100%}.password-control>input{padding-right:48px!important}.password-control>input::-ms-reveal,.password-control>input::-ms-clear{display:none}.password-toggle{position:absolute;top:50%;right:4px;display:grid;width:40px;height:40px;padding:0;transform:translateY(-50%);place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.password-toggle:hover{background:var(--soft);color:var(--ink)}.password-toggle:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
