.auth-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;margin-bottom:20px}.auth-header-links{display:flex;gap:8px;flex-wrap:wrap}.auth-header-link{color:#000;padding:8px 16px;cursor:pointer;font-size:14px;text-decoration:none;display:inline-block;transition:border-color .2s ease,margin-bottom .2s ease;font-weight:400;border:none;margin-bottom:0}.auth-header-link:hover{border-bottom:3px solid #5568d3;margin-bottom:-3px}.auth-header-link.active{font-weight:600}.auth-header-link.active,.auth-header-link.active:hover{border-bottom:3px solid #667eea;margin-bottom:-3px}@media(max-width:959px){.auth-header-links{display:none}}@media(min-width:960px){.auth-header .MuiIconButton-root{display:none}}